You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The outline of the approach is in the fetch-api and request-response portions of this commit in StarlingMonkey - bytecodealliance/StarlingMonkey@ea54ba9#diff-bfd29ee9cf4d04102a4d9c40bc041220f5404f7d79e9c69cb1ea8cc4342dada8.
Since we fork the fetch and request-response aspects of the API, to complete and test the full implementation of
fetch(blob)
andfetch(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.The text was updated successfully, but these errors were encountered: