@types/web 0.0.309 → 0.0.310

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -47,4 +47,4 @@ Prior to `@types/web` the web APIs were deployed with a version of TypeScript, a
47
47
 
48
48
  ## Deploy Metadata
49
49
 
50
- You can read what changed in version 0.0.309 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.309.
50
+ You can read what changed in version 0.0.310 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.310.
package/index.d.ts CHANGED
@@ -26923,7 +26923,6 @@ interface PopoverTargetAttributes {
26923
26923
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ProcessingInstruction)
26924
26924
  */
26925
26925
  interface ProcessingInstruction extends CharacterData, LinkStyle {
26926
- readonly ownerDocument: Document;
26927
26926
  /**
26928
26927
  * The read-only **`target`** property of the ProcessingInstruction interface represent the application to which the ProcessingInstruction is targeted.
26929
26928
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/web",
3
- "version": "0.0.309",
3
+ "version": "0.0.310",
4
4
  "description": "Types for the DOM, and other web technologies in browsers",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [],
package/ts5.5/index.d.ts CHANGED
@@ -26899,7 +26899,6 @@ interface PopoverTargetAttributes {
26899
26899
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ProcessingInstruction)
26900
26900
  */
26901
26901
  interface ProcessingInstruction extends CharacterData, LinkStyle {
26902
- readonly ownerDocument: Document;
26903
26902
  /**
26904
26903
  * The read-only **`target`** property of the ProcessingInstruction interface represent the application to which the ProcessingInstruction is targeted.
26905
26904
  *
package/ts5.6/index.d.ts CHANGED
@@ -26920,7 +26920,6 @@ interface PopoverTargetAttributes {
26920
26920
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ProcessingInstruction)
26921
26921
  */
26922
26922
  interface ProcessingInstruction extends CharacterData, LinkStyle {
26923
- readonly ownerDocument: Document;
26924
26923
  /**
26925
26924
  * The read-only **`target`** property of the ProcessingInstruction interface represent the application to which the ProcessingInstruction is targeted.
26926
26925
  *
package/ts5.9/index.d.ts CHANGED
@@ -26920,7 +26920,6 @@ interface PopoverTargetAttributes {
26920
26920
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ProcessingInstruction)
26921
26921
  */
26922
26922
  interface ProcessingInstruction extends CharacterData, LinkStyle {
26923
- readonly ownerDocument: Document;
26924
26923
  /**
26925
26924
  * The read-only **`target`** property of the ProcessingInstruction interface represent the application to which the ProcessingInstruction is targeted.
26926
26925
  *