Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement complete set of `BlobPart` and related object construction #10911
Labels
Comments
|
Support for |
|
I read #7676 and servo/rust-mozjs#225 (Although I don't really grasp what has been done). But I'd love to know what is blocking the road and move it if necessary :) |
|
This is the relevant mailing list topic: https://groups.google.com/forum/#!topic/mozilla.dev.servo/tqqwgAmhp8o |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NOTE: This is assigned to myself.
Spec: https://w3c.github.io/FileAPI/#constructorBlob
Specifically, we should add support for
ArrayBufferandArrayBufferView. The FAIL cases in test suite should be considered.Related to issue #10778.