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
@@ -6312,56 +6308,28 @@ declare var HTMLElement: {
6312
6308
};
6313
6309
6314
6310
/** The HTMLEmbedElement interface, which provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating <embed> elements. */
* Gets or sets whether the DLNA PlayTo device is available.
6325
-
*/
6326
-
msPlayToDisabled: boolean;
6327
-
/**
6328
-
* Gets or sets the path to the preferred media source. This enables the Play To target device to stream the media content, which can be DRM protected, from a different location, such as a cloud media server.
6329
-
*/
6330
-
msPlayToPreferredSourceUri: string;
6331
-
/**
6332
-
* Gets or sets the primary DLNA PlayTo device.
6333
-
*/
6334
-
msPlayToPrimary: boolean;
6335
-
/**
6336
-
* Gets the source associated with the media element for use by the PlayToManager.
6337
-
*/
6338
-
readonly msPlayToSource: any;
6339
6318
/**
6340
6319
* Sets or retrieves the name of the object.
6341
6320
*/
6342
6321
/** @deprecated */
6343
6322
name: string;
6344
-
/**
6345
-
* Retrieves the palette used for the embedded document.
6346
-
*/
6347
-
readonly palette: string;
6348
-
/**
6349
-
* Retrieves the URL of the plug-in used to view an embedded document.
6350
-
*/
6351
-
readonly pluginspage: string;
6352
-
readonly readyState: string;
6353
6323
/**
6354
6324
* Sets or retrieves a URL to be loaded by the object.
6355
6325
*/
6356
6326
src: string;
6357
-
/**
6358
-
* Sets or retrieves the height and width units of the embed object.
/** The HTMLIFrameElement interface provides special properties and methods (beyond those of the HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of inline frame elements. */
@@ -7581,11 +7551,7 @@ declare var HTMLOListElement: {
7581
7551
};
7582
7552
7583
7553
/** The HTMLObjectElement interface provides special properties and methods (beyond those on the HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of <object> element, representing external resources. */
* Retrieves a string of the URL where the object tag can be found. This is often the href of the document that the object is in, or the value set by a base element.
* Gets or sets whether the DLNA PlayTo device is available.
7635
-
*/
7636
-
msPlayToDisabled: boolean;
7637
-
/**
7638
-
* Gets or sets the path to the preferred media source. This enables the Play To target device to stream the media content, which can be DRM protected, from a different location, such as a cloud media server.
7639
-
*/
7640
-
msPlayToPreferredSourceUri: string;
7641
-
/**
7642
-
* Gets or sets the primary DLNA PlayTo device.
7643
-
*/
7644
-
msPlayToPrimary: boolean;
7645
-
/**
7646
-
* Gets the source associated with the media element for use by the PlayToManager.
7647
-
*/
7648
-
readonly msPlayToSource: any;
7649
7600
/**
7650
7601
* Sets or retrieves the name of the object.
7651
7602
*/
7652
7603
name: string;
7653
-
readonly readyState: number;
7654
7604
/**
7655
7605
* Sets or retrieves a message to be displayed while an object is loading.
* Returns whether a form will validate when it is submitted, without having to submit it.
7688
7638
*/
7689
7639
checkValidity(): boolean;
7640
+
getSVGDocument(): Document | null;
7690
7641
reportValidity(): boolean;
7691
7642
/**
7692
7643
* Sets a custom error message that is displayed when a form is submitted.
@@ -11148,7 +11099,7 @@ declare var PaymentRequest: {
11148
11099
11149
11100
/** The PaymentRequestUpdateEvent interface of the the Payment Request API enables a web page to update the details of a PaymentRequest in response to a user action. */
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
@@ -1285,7 +1285,7 @@ declare var EventTarget: {
1285
1285
1286
1286
/** The ExtendableEvent interface extends the lifetime of the install and activate events dispatched on the global scope as part of the service worker lifecycle. This ensures that any functional events (like FetchEvent) are not dispatched until it upgrades database schemas and deletes the outdated cache entries. */
Copy file name to clipboardExpand all lines: inputfiles/comments.json
-36Lines changed: 0 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -1744,9 +1744,6 @@
1744
1744
"type": {
1745
1745
"comment": "/**\r\n * Sets or retrieves the MIME type of the object.\r\n */"
1746
1746
},
1747
-
"BaseHref": {
1748
-
"comment": "/**\r\n * Retrieves a string of the URL where the object tag can be found. This is often the href of the document that the object is in, or the value set by a base element.\r\n */"
1749
-
},
1750
1747
"validationMessage": {
1751
1748
"comment": "/**\r\n * Returns the error message that would be displayed if the user submits the form, or an empty string if no error message. It also triggers the standard error message, such as \"this is a required field\". The result is that the user sees validation messages without actually submitting.\r\n */"
1752
1749
},
@@ -1755,18 +1752,6 @@
1755
1752
},
1756
1753
"willValidate": {
1757
1754
"comment": "/**\r\n * Returns whether an element will successfully validate based on forms validation rules and constraints.\r\n */"
1758
-
},
1759
-
"msPlayToPreferredSourceUri": {
1760
-
"comment": "/**\r\n * Gets or sets the path to the preferred media source. This enables the Play To target device to stream the media content, which can be DRM protected, from a different location, such as a cloud media server.\r\n */"
1761
-
},
1762
-
"msPlayToPrimary": {
1763
-
"comment": "/**\r\n * Gets or sets the primary DLNA PlayTo device.\r\n */"
1764
-
},
1765
-
"msPlayToDisabled": {
1766
-
"comment": "/**\r\n * Gets or sets whether the DLNA PlayTo device is available.\r\n */"
1767
-
},
1768
-
"msPlayToSource": {
1769
-
"comment": "/**\r\n * Gets the source associated with the media element for use by the PlayToManager.\r\n */"
1770
1755
}
1771
1756
}
1772
1757
},
@@ -1787,35 +1772,14 @@
1787
1772
"width": {
1788
1773
"comment": "/**\r\n * Sets or retrieves the width of the object.\r\n */"
1789
1774
},
1790
-
"palette": {
1791
-
"comment": "/**\r\n * Retrieves the palette used for the embedded document.\r\n */"
1792
-
},
1793
1775
"src": {
1794
1776
"comment": "/**\r\n * Sets or retrieves a URL to be loaded by the object.\r\n */"
1795
1777
},
1796
1778
"name": {
1797
1779
"comment": "/**\r\n * Sets or retrieves the name of the object.\r\n */"
1798
1780
},
1799
-
"pluginspage": {
1800
-
"comment": "/**\r\n * Retrieves the URL of the plug-in used to view an embedded document.\r\n */"
1801
-
},
1802
1781
"height": {
1803
1782
"comment": "/**\r\n * Sets or retrieves the height of the object.\r\n */"
1804
-
},
1805
-
"units": {
1806
-
"comment": "/**\r\n * Sets or retrieves the height and width units of the embed object.\r\n */"
1807
-
},
1808
-
"msPlayToPreferredSourceUri": {
1809
-
"comment": "/**\r\n * Gets or sets the path to the preferred media source. This enables the Play To target device to stream the media content, which can be DRM protected, from a different location, such as a cloud media server.\r\n */"
1810
-
},
1811
-
"msPlayToPrimary": {
1812
-
"comment": "/**\r\n * Gets or sets the primary DLNA PlayTo device.\r\n */"
1813
-
},
1814
-
"msPlayToDisabled": {
1815
-
"comment": "/**\r\n * Gets or sets whether the DLNA PlayTo device is available.\r\n */"
1816
-
},
1817
-
"msPlayToSource": {
1818
-
"comment": "/**\r\n * Gets the source associated with the media element for use by the PlayToManager.\r\n */"
0 commit comments