-
Notifications
You must be signed in to change notification settings - Fork 13
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
Blob and File #17
Comments
How is Deno and Cloudflare workers' implementation of On the web platform, the Would you mind elaborating on the |
In Bytedance, Hourai.js support |
@Tseian that's great to know. Would you mind sharing how the |
We use |
@Tseian thank you for your sharing. IIUC, we can receive a |
@legendecas I just read some implementation code. I have made a mistake, the |
No, our |
The W3C File API spec File concept as a Blob operations does not fit into limitations of embedded environments where RAM is limited resource. Rather embedded environments would gain on file API for anyone dare to penetrate this gap? Disclaimer: the streaming and pipeline exist but not tied to W3C File. Node.js fs streaming does not count. |
File is landing in Node 19: nodejs/node#45139 |
Node.js, Deno, and Cloudflare Workers all provide implementations of
Blob
.Deno and Workers provide implementations of
File
.These should likely be included in the minimum common api.
The text was updated successfully, but these errors were encountered: