diff --git a/index.bs b/index.bs index 498052246..eb20cffc0 100644 --- a/index.bs +++ b/index.bs @@ -3034,7 +3034,7 @@ sink. Such objects can contain any of the following properties: will error the stream. Any thrown exceptions will be re-thrown by the {{WritableStream()}} constructor.

-
write(chunk)
+
write(chunk, controller)

A function that is called when a new chunk of data is ready to be written to the underlying sink. The stream implementation guarantees that this function will be called only after previous writes have succeeded,