From 72578985b4ff41e12138bb7b03c0e4be43e7c0cd Mon Sep 17 00:00:00 2001 From: Kevin Gibbons Date: Fri, 10 May 2024 09:30:32 -0700 Subject: [PATCH] fix type --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 6dab918..8e03073 100644 --- a/index.bs +++ b/index.bs @@ -300,7 +300,7 @@ interface Blob { [NewObject] ReadableStream stream(); [NewObject] Promise text(); [NewObject] Promise arrayBuffer(); - [NewObject] Promise bytes(); + [NewObject] Promise bytes(); }; enum EndingType { "transparent", "native" };