close
The close() method of the WritableStream interface closes the associated stream. All chunks written before this method is called are sent before the returned promise is fulfilled.
The close() method of the WritableStreamDefaultWriter interface closes the associated writable stream.