- From: Joshua Bell <notifications@github.com>
- Date: Fri, 10 May 2024 09:25:08 -0700
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 10 May 2024 16:25:12 UTC
@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