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

@inexorabletash 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();

Uh, should be `Promise<Uint8Array>` , right? Copy/paste and forgot to update?

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

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

Received on Friday, 10 May 2024 16:25:12 UTC