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/audioworklet.generated.d.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -298,6 +298,7 @@ declare var ErrorEvent: {
298
298
interfaceEvent{
299
299
/** Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise. */
300
300
readonlybubbles: boolean;
301
+
/** @deprecated */
301
302
cancelBubble: boolean;
302
303
/** Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method. */
/** A single CSS @media rule. It implements the CSSConditionRule interface, and therefore the CSSGroupingRule and the CSSRule interface with a type value of 4 (CSSRule.MEDIA_RULE). */
* Returns the current value of the document, range, or current selection for the given command.
4694
4737
* @param commandId String that specifies a command identifier.
4738
+
* @deprecated
4695
4739
*/
4696
4740
queryCommandValue(commandId: string): string;
4697
4741
/** @deprecated */
@@ -5052,6 +5096,7 @@ declare var ErrorEvent: {
5052
5096
interface Event {
5053
5097
/** Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise. */
5054
5098
readonly bubbles: boolean;
5099
+
/** @deprecated */
5055
5100
cancelBubble: boolean;
5056
5101
/** Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method. */
Copy file name to clipboardExpand all lines: baselines/serviceworker.generated.d.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1299,6 +1299,7 @@ declare var ErrorEvent: {
1299
1299
interfaceEvent{
1300
1300
/** Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise. */
1301
1301
readonlybubbles: boolean;
1302
+
/** @deprecated */
1302
1303
cancelBubble: boolean;
1303
1304
/** Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method. */
Copy file name to clipboardExpand all lines: baselines/sharedworker.generated.d.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1243,6 +1243,7 @@ declare var ErrorEvent: {
1243
1243
interfaceEvent{
1244
1244
/** Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise. */
1245
1245
readonlybubbles: boolean;
1246
+
/** @deprecated */
1246
1247
cancelBubble: boolean;
1247
1248
/** Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method. */
Copy file name to clipboardExpand all lines: baselines/webworker.generated.d.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1360,6 +1360,7 @@ declare var ErrorEvent: {
1360
1360
interfaceEvent{
1361
1361
/** Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise. */
1362
1362
readonlybubbles: boolean;
1363
+
/** @deprecated */
1363
1364
cancelBubble: boolean;
1364
1365
/** Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method. */
0 commit comments