Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*/
Expand Down
1 change: 1 addition & 0 deletions baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*/
Expand Down
1 change: 1 addition & 0 deletions baselines/ts5.6/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*/
Expand Down
1 change: 1 addition & 0 deletions baselines/ts5.9/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*/
Expand Down
20 changes: 20 additions & 0 deletions inputfiles/mdn.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.