diff --git a/baselines/dom.generated.d.ts b/baselines/dom.generated.d.ts index 2ad3ddb2d..056c4f4c6 100644 --- a/baselines/dom.generated.d.ts +++ b/baselines/dom.generated.d.ts @@ -29319,6 +29319,7 @@ interface Range extends AbstractRange { deleteContents(): void; /** * The **`Range.detach()`** method does nothing. It used to disable the Range object and enable the browser to release associated resources. The method has been kept for compatibility. + * @deprecated * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/detach) */ diff --git a/baselines/ts5.5/dom.generated.d.ts b/baselines/ts5.5/dom.generated.d.ts index dd26ea669..839509552 100644 --- a/baselines/ts5.5/dom.generated.d.ts +++ b/baselines/ts5.5/dom.generated.d.ts @@ -29295,6 +29295,7 @@ interface Range extends AbstractRange { deleteContents(): void; /** * The **`Range.detach()`** method does nothing. It used to disable the Range object and enable the browser to release associated resources. The method has been kept for compatibility. + * @deprecated * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/detach) */ diff --git a/baselines/ts5.6/dom.generated.d.ts b/baselines/ts5.6/dom.generated.d.ts index 66412f0b2..3784af749 100644 --- a/baselines/ts5.6/dom.generated.d.ts +++ b/baselines/ts5.6/dom.generated.d.ts @@ -29316,6 +29316,7 @@ interface Range extends AbstractRange { deleteContents(): void; /** * The **`Range.detach()`** method does nothing. It used to disable the Range object and enable the browser to release associated resources. The method has been kept for compatibility. + * @deprecated * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/detach) */ diff --git a/baselines/ts5.9/dom.generated.d.ts b/baselines/ts5.9/dom.generated.d.ts index 26c662dc0..62299ad9b 100644 --- a/baselines/ts5.9/dom.generated.d.ts +++ b/baselines/ts5.9/dom.generated.d.ts @@ -29316,6 +29316,7 @@ interface Range extends AbstractRange { deleteContents(): void; /** * The **`Range.detach()`** method does nothing. It used to disable the Range object and enable the browser to release associated resources. The method has been kept for compatibility. + * @deprecated * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/detach) */ diff --git a/inputfiles/mdn.json b/inputfiles/mdn.json index 5fbbdd00c..8df6ec482 100644 --- a/inputfiles/mdn.json +++ b/inputfiles/mdn.json @@ -3034,6 +3034,26 @@ "pageType": "web-api-instance-method", "summary": "The writeText() method of the Clipboard interface writes the specified text to the system clipboard, returning a Promise that is resolved once the system clipboard has been updated." }, + { + "mdn_url": "/en-US/docs/Web/API/ClipboardChangeEvent", + "pageType": "web-api-interface", + "summary": "The ClipboardChangeEvent interface of the Clipboard API represents events fired whenever the contents of the system clipboard are changed." + }, + { + "mdn_url": "/en-US/docs/Web/API/ClipboardChangeEvent/changeId", + "pageType": "web-api-instance-property", + "summary": "The changeId read-only property of the ClipboardChangeEvent interface returns an integer representing a unique identifier for this specific clipboard change operation." + }, + { + "mdn_url": "/en-US/docs/Web/API/ClipboardChangeEvent/ClipboardChangeEvent", + "pageType": "web-api-constructor", + "summary": "The ClipboardChangeEvent() constructor creates a new ClipboardChangeEvent object instance when a clipboardchange event occurs. The clipboardchange event fires whenever the system clipboard contents are changed either by a web app or any other system application." + }, + { + "mdn_url": "/en-US/docs/Web/API/ClipboardChangeEvent/types", + "pageType": "web-api-instance-property", + "summary": "The types read-only property of the ClipboardChangeEvent interface returns an array of strings representing the mandatory MIME types available on the system clipboard when the ClipboardChangeEvent event was fired. Optional types and custom formats are not included to limit fingerprinting." + }, { "mdn_url": "/en-US/docs/Web/API/ClipboardEvent", "pageType": "web-api-interface", diff --git a/package-lock.json b/package-lock.json index 88f7ff3db..bf6f2c35e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -430,9 +430,9 @@ } }, "node_modules/@mdn/browser-compat-data": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-7.2.5.tgz", - "integrity": "sha512-BFOGnz+PaORgIgxGXZPgON0G8t9CDLvkRX/SCz70V7IEbWWfHFjiMwDzEBzfD/PbO6d2Vm4vN70egFkyxdnY1g==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-7.3.0.tgz", + "integrity": "sha512-B7X53zLkrQOVNzsWg4d+iE5vbrreOYB9H/2Ikeit9LPb3tqRNRsEAxysQduFLODBJBSgFGr2FkJLq7tMQkqLZQ==", "dev": true, "license": "CC0-1.0", "peer": true