Re: [w3c/FileAPI] Add bytes() method to Blob for reading bytes into a Uint8Array (PR #197)

@bakkot commented on this pull request.



> @@ -300,6 +300,7 @@ interface Blob {
   [NewObject] ReadableStream stream();
   [NewObject] Promise<USVString> text();
   [NewObject] Promise<ArrayBuffer> arrayBuffer();
+  [NewObject] Promise<ArrayBuffer> bytes();

Whoops, yup. Fixed.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/pull/197#discussion_r1596966180
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/FileAPI/pull/197/review/2050436917@github.com>

Received on Friday, 10 May 2024 16:31:10 UTC