Blob response type
Pre-release
Pre-release
The 0.7.x releases mark the final steps towards stable release, implementing the other types of response, starting with the blob
type.
Implementing the different types has outlined a potential new repository for PhpGt: WebAPI
, which would be a collection of the standard objects that make up the W3C WebAPI, such as Blob, ArrayBuffer, etc. For now, these exist within Fetch, because there doesn't seem to be much use of reusing them on the server elsewhere... yet.