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
Copy file name to clipboardExpand all lines: baselines/dom.generated.d.ts
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3558,7 +3558,7 @@ declare var DOMException: {
3558
3558
readonly WRONG_DOCUMENT_ERR: number;
3559
3559
};
3560
3560
3561
-
/** Represent an object providing methods which are not dependent on any particular document. Such an object is returned by the Document.implementation property. */
3561
+
/** An object providing methods which are not dependent on any particular document. Such an object is returned by the Document.implementation property. */
/** Of theIndexedDB API represents a cursor for traversing or iterating over multiple records in a database. It is the same as the IDBCursor, except that it includes the value property. */
8870
+
/** An interface of theIndexedDB API represents a cursor for traversing or iterating over multiple records in a database. It is the same as the IDBCursor, except that it includes the value property. */
8871
8871
interface IDBCursorWithValue extends IDBCursor {
8872
8872
/**
8873
8873
* Returns the cursor's current value.
@@ -9408,7 +9408,7 @@ declare var IntersectionObserver: {
/** Of theIntersection Observer API describes the intersection between the target element and its root container at a specific moment of transition. */
9411
+
/** An interface of theIntersection Observer API describes the intersection between the target element and its root container at a specific moment of transition. */
@@ -9959,7 +9959,7 @@ declare var MediaKeySystemAccess: {
9959
9959
new(): MediaKeySystemAccess;
9960
9960
};
9961
9961
9962
-
/** Of EncryptedMediaExtensions API the represents a set of keys that an associated HTMLMediaElement can use for decryption of media data during playback. */
9962
+
/** An interface of the EncryptedMediaExtensions API the represents a set of keys that an associated HTMLMediaElement can use for decryption of media data during playback. */
/** Of theStreams APIrepresents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object. */
12128
+
/** An interface of theStreams APIrepresents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object. */
/** Represent an XML document. It inherits from the generic Document and does not add any specific methods or properties to it: nevertheless, several algorithms behave differently with the two types of documents. */
17195
+
/** An XML document. It inherits from the generic Document and does not add any specific methods or properties to it: nevertheless, several algorithms behave differently with the two types of documents. */
Copy file name to clipboardExpand all lines: baselines/webworker.generated.d.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1498,7 +1498,7 @@ declare var IDBCursor: {
1498
1498
new(): IDBCursor;
1499
1499
};
1500
1500
1501
-
/** Of theIndexedDB API represents a cursor for traversing or iterating over multiple records in a database. It is the same as the IDBCursor, except that it includes the value property. */
1501
+
/** An interface of theIndexedDB API represents a cursor for traversing or iterating over multiple records in a database. It is the same as the IDBCursor, except that it includes the value property. */
/** Of theStreams APIrepresents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object. */
2424
+
/** An interface of theStreams APIrepresents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object. */
0 commit comments