You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** This Streams API interface represents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object. */
516
529
interfaceReadableStream<R=any>{
517
530
readonlylocked: boolean;
@@ -527,6 +540,27 @@ declare var ReadableStream: {
* Similarly, when the focused element is in a different node tree than documentOrShadowRoot, the element returned will be the host that's located in the same node tree as documentOrShadowRoot if documentOrShadowRoot is a shadow-including inclusive ancestor of the focused element, and null if not.
/** This Streams API interface represents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object. */
11348
11365
interface ReadableStream<R = any> {
11349
11366
readonly locked: boolean;
@@ -11359,6 +11376,27 @@ declare var ReadableStream: {
/** This Streams API interface represents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object. */
2580
2593
interfaceReadableStream<R=any>{
2581
2594
readonlylocked: boolean;
@@ -2591,6 +2604,27 @@ declare var ReadableStream: {
/** This Streams API interface represents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object. */
2459
2472
interfaceReadableStream<R=any>{
2460
2473
readonlylocked: boolean;
@@ -2470,6 +2483,27 @@ declare var ReadableStream: {
/** This Streams API interface represents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object. */
2678
2691
interfaceReadableStream<R=any>{
2679
2692
readonlylocked: boolean;
@@ -2689,6 +2702,27 @@ declare var ReadableStream: {
0 commit comments