Definition
Streams Standard defines ReadableStreamReadResult
dictionary ReadableStreamReadResult {
any value;
boolean done;
};
ReadableStreamReadResult
dictionaryStreams Standard defines ReadableStreamReadResult
dictionary ReadableStreamReadResult {
any value;
boolean done;
};