webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
ReadableStreamSource Interface Reference

import"ReadableStreamSource.idl";

Public Member Functions

Promise< voidstart (ReadableStreamDefaultController controller)
 
Promise< voidpull (ReadableStreamDefaultController controller)
 
void cancel (any reason)
 

Public Attributes

readonly attribute any controller
 

Member Function Documentation

◆ cancel()

void ReadableStreamSource::cancel ( any  reason)

◆ pull()

Promise<void> ReadableStreamSource::pull ( ReadableStreamDefaultController  controller)

◆ start()

Promise<void> ReadableStreamSource::start ( ReadableStreamDefaultController  controller)

Member Data Documentation

◆ controller

readonly attribute any ReadableStreamSource::controller

The documentation for this interface was generated from the following file: