Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete fetch() support for Blob and object URLs #1087

Open
guybedford opened this issue Jan 18, 2025 · 0 comments
Open

Complete fetch() support for Blob and object URLs #1087

guybedford opened this issue Jan 18, 2025 · 0 comments

Comments

@guybedford
Copy link
Member

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) 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant