Function mozjs::jsapi::JS::IsReadableStream
source ยท pub unsafe extern "C" fn IsReadableStream(obj: *mut JSObject) -> bool
Expand description
Returns true if the given object is a ReadableStream object or an unwrappable wrapper for one, false otherwise.