pub unsafe extern "C" fn IsReadableStreamReader(
obj: *mut JSObject,
) -> bool
Expand description
Returns true if the given object is a ReadableStreamDefaultReader or ReadableStreamBYOBReader object or an unwrappable wrapper for one, false otherwise.