Skip to content

Blob response type

Pre-release
Pre-release
Compare
Choose a tag to compare
@g105b g105b released this 22 May 08:41
· 36 commits to master since this 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.