-
Notifications
You must be signed in to change notification settings - Fork 171
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
Support the Minimum Common Web Platform API #418
Comments
To avoid duplication across embedders, atob, btoa, structuredClone1, queueMicrotask and performance could be implemented as quickjs-ng C APIs or JS globals. We'd also have to add DOMException but that seems okay to me. We can make them opt-in when the JSContext is created. Thoughts? 1 TBD how to handle transferables |
Yep makes sense to me, let's do that! |
txiki.js/src/js/polyfills/blob.js Lines 1 to 8 in c7c5aa9
For a better Blob and File polyfill I would recommend taking a look at fetch-blob |
Thanks! |
|
Done in #439 |
Ehe WinterCG folks banned me from over there at Minimum Common world already. No notice, no reason given. Weak. Anyway, carry on. |
https://common-min-api.proposal.wintercg.org/
Interfaces:
Global methods / properties:
The text was updated successfully, but these errors were encountered: