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