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

import"ReadableStream.idl";

Public Member Functions

Promise< anycancel (optional any reason)
 
Object getReader (optional any options)
 
Promise< anypipeTo (any streams, optional any options)
 
Object pipeThrough (any dest, any options)
 
Object tee ()
 

Public Attributes

readonly attribute boolean locked
 

Member Function Documentation

◆ cancel()

Promise<any> ReadableStream::cancel ( optional any  reason)

◆ getReader()

Object ReadableStream::getReader ( optional any  options)

◆ pipeThrough()

Object ReadableStream::pipeThrough ( any  dest,
any  options 
)

◆ pipeTo()

Promise<any> ReadableStream::pipeTo ( any  streams,
optional any  options 
)

◆ tee()

Object ReadableStream::tee ( )

Member Data Documentation

◆ locked

readonly attribute boolean ReadableStream::locked

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