|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"ReadableStreamSource.idl";
Public Member Functions | |
| Promise< void > | start (ReadableStreamDefaultController controller) |
| Promise< void > | pull (ReadableStreamDefaultController controller) |
| void | cancel (any reason) |
Public Attributes | |
| readonly attribute any | controller |
| Promise<void> ReadableStreamSource::pull | ( | ReadableStreamDefaultController | controller | ) |
| Promise<void> ReadableStreamSource::start | ( | ReadableStreamDefaultController | controller | ) |
1.8.13