webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"WritableStream.idl";
Public Member Functions | |
Promise< any > | abort (optional any reason) |
Promise< any > | close () |
Promise< any > | write (any chunk) |
Public Attributes | |
readonly attribute Promise< boolean > | closed |
readonly attribute Promise< boolean > | ready |
readonly attribute DOMString | state |
Promise<any> WritableStream::close | ( | ) |