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" };