Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot committed May 10, 2024
1 parent a469c79 commit 7257898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ interface Blob {
[NewObject] ReadableStream stream();
[NewObject] Promise<USVString> text();
[NewObject] Promise<ArrayBuffer> arrayBuffer();
[NewObject] Promise<ArrayBuffer> bytes();
[NewObject] Promise<Uint8Array> bytes();
};

enum EndingType { "transparent", "native" };
Expand Down

0 comments on commit 7257898

Please sign in to comment.