Package org.teavm.jso.streams
Class ReadableStream
java.lang.Object
org.teavm.jso.streams.ReadableStream
- All Implemented Interfaces:
org.teavm.jso.JSObject
-
Method Summary
Modifier and TypeMethodDescriptioncancel()
boolean
isLocked()
JSArrayReader<? extends ReadableStream>
tee()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.teavm.jso.JSObject
cast
-
Method Details
-
isLocked
public boolean isLocked() -
abort
-
cancel
-
cancel
-
tee
-
getReader
-