js-compute-runtime
js-compute-runtime copied to clipboard
Complete fetch() support for Blob and object URLs
The outline of the approach is in the fetch-api and request-response portions of this commit in StarlingMonkey - https://github.com/bytecodealliance/StarlingMonkey/commit/ea54ba9f56e16ef1e666f7012b53a2accda31055#diff-bfd29ee9cf4d04102a4d9c40bc041220f5404f7d79e9c69cb1ea8cc4342dada8.
Since we fork the fetch and request-response aspects of the API, to complete and test the full implementation of fetch(blob) and fetch(URL.createObjectURL(...)) we will need to follow this work.
Soon this will support FormData in fetch as well which could either be tracked here as well or in another issue depending on how that fleshes out.