@pinuts/bsr-uikit-relaunch 0.2.10 → 0.2.12

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.
Files changed (191) hide show
  1. package/dist/index.js +2 -134
  2. package/dist/{main.js.LICENSE.txt → index.js.LICENSE.txt} +2 -2
  3. package/dist/items/BSRAddressSelector/BSRAddressSelector.d.ts.map +1 -1
  4. package/dist/items/BSRAddressSelector/BSRAddressSelector.js +1 -2
  5. package/dist/items/BSRAddressSelector/BSRStreetPlzSelector.d.ts.map +1 -1
  6. package/dist/items/BSRAddressSelector/BSRStreetPlzSelector.js +1 -2
  7. package/dist/items/NumberInputField/NumberInputField.d.ts.map +1 -1
  8. package/dist/items/NumberInputField/NumberInputField.js +21 -13
  9. package/dist/styles/_form.scss +17 -0
  10. package/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +2 -2
  11. package/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +1 -1
  12. package/node_modules/@babel/runtime/helpers/esm/superPropGet.js +4 -4
  13. package/node_modules/@babel/runtime/helpers/esm/superPropSet.js +2 -2
  14. package/node_modules/@babel/runtime/helpers/objectWithoutProperties.js +2 -2
  15. package/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +1 -1
  16. package/node_modules/@babel/runtime/helpers/superPropGet.js +4 -4
  17. package/node_modules/@babel/runtime/helpers/superPropSet.js +2 -2
  18. package/node_modules/@babel/runtime/package.json +1 -1
  19. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/cs/diagnosticMessages.generated.json +4 -16
  20. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/de/diagnosticMessages.generated.json +4 -16
  21. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/es/diagnosticMessages.generated.json +4 -16
  22. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/fr/diagnosticMessages.generated.json +4 -16
  23. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/it/diagnosticMessages.generated.json +4 -16
  24. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/ja/diagnosticMessages.generated.json +4 -16
  25. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/ko/diagnosticMessages.generated.json +4 -16
  26. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.decorators.d.ts +15 -13
  27. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.dom.d.ts +219 -1115
  28. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2015.core.d.ts +9 -9
  29. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2015.iterable.d.ts +27 -90
  30. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2015.symbol.wellknown.d.ts +10 -10
  31. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2016.array.include.d.ts +9 -9
  32. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2016.intl.d.ts +1 -1
  33. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2017.d.ts +2 -3
  34. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2017.sharedmemory.d.ts +14 -14
  35. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2017.typedarrays.d.ts +9 -9
  36. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2020.bigint.d.ts +50 -54
  37. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2020.intl.d.ts +36 -36
  38. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2020.sharedmemory.d.ts +11 -13
  39. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2020.string.d.ts +0 -2
  40. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2021.intl.d.ts +17 -17
  41. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2021.weakref.d.ts +0 -2
  42. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2022.array.d.ts +11 -11
  43. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2022.d.ts +2 -1
  44. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2022.error.d.ts +0 -2
  45. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2022.intl.d.ts +9 -9
  46. package/node_modules/{typescript/lib/lib.es2024.sharedmemory.d.ts → @pinuts/form-builder/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts} +0 -29
  47. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2023.array.d.ts +99 -99
  48. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es5.d.ts +252 -252
  49. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.esnext.array.d.ts +1 -1
  50. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.esnext.collection.d.ts +11 -1
  51. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.esnext.d.ts +5 -1
  52. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.webworker.d.ts +34 -311
  53. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/pl/diagnosticMessages.generated.json +4 -16
  54. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/pt-br/diagnosticMessages.generated.json +4 -16
  55. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/ru/diagnosticMessages.generated.json +4 -16
  56. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/tr/diagnosticMessages.generated.json +4 -16
  57. package/node_modules/{typescript/lib/_tsc.js → @pinuts/form-builder/node_modules/typescript/lib/tsc.js} +1863 -3484
  58. package/node_modules/{typescript/lib/_tsserver.js → @pinuts/form-builder/node_modules/typescript/lib/tsserver.js} +1 -1
  59. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/typesMap.json +497 -497
  60. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/typescript.d.ts +22 -82
  61. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/typescript.js +2998 -5593
  62. package/node_modules/{typescript/lib/_typingsInstaller.js → @pinuts/form-builder/node_modules/typescript/lib/typingsInstaller.js} +16 -2
  63. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/zh-cn/diagnosticMessages.generated.json +5 -17
  64. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/zh-tw/diagnosticMessages.generated.json +4 -16
  65. package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/package.json +23 -22
  66. package/node_modules/@types/hoist-non-react-statics/README.md +13 -13
  67. package/node_modules/@types/hoist-non-react-statics/index.d.ts +12 -12
  68. package/node_modules/@types/hoist-non-react-statics/package.json +3 -4
  69. package/node_modules/@types/prop-types/LICENSE +21 -0
  70. package/node_modules/@types/prop-types/README.md +15 -0
  71. package/node_modules/@types/prop-types/index.d.ts +114 -0
  72. package/node_modules/@types/prop-types/package.json +35 -0
  73. package/node_modules/@types/react/README.md +3 -3
  74. package/node_modules/@types/react/canary.d.ts +118 -3
  75. package/node_modules/@types/react/experimental.d.ts +4 -89
  76. package/node_modules/@types/react/index.d.ts +772 -435
  77. package/node_modules/@types/react/package.json +9 -9
  78. package/node_modules/@types/react/ts5.0/canary.d.ts +118 -3
  79. package/node_modules/@types/react/ts5.0/experimental.d.ts +4 -89
  80. package/node_modules/@types/react/ts5.0/index.d.ts +768 -431
  81. package/node_modules/hoist-non-react-statics/CHANGELOG.md +37 -0
  82. package/node_modules/tslib/modules/index.d.ts +0 -1
  83. package/node_modules/tslib/modules/index.js +0 -2
  84. package/node_modules/tslib/package.json +1 -1
  85. package/node_modules/tslib/tslib.d.ts +0 -7
  86. package/node_modules/tslib/tslib.es6.js +1 -24
  87. package/node_modules/tslib/tslib.es6.mjs +1 -24
  88. package/node_modules/tslib/tslib.js +1 -56
  89. package/package.json +4 -5
  90. package/webpack.config.js +99 -109
  91. package/.nvmrc +0 -1
  92. package/dist/main.css +0 -3
  93. package/dist/main.js +0 -2
  94. package/dist/styles.css +0 -1
  95. package/dist/styles.js +0 -0
  96. package/node_modules/@types/react/compiler-runtime.d.ts +0 -4
  97. package/node_modules/@types/react/ts5.0/v18/global.d.ts +0 -160
  98. package/node_modules/@types/react/ts5.0/v18/index.d.ts +0 -4543
  99. package/node_modules/@types/react/ts5.0/v18/jsx-dev-runtime.d.ts +0 -45
  100. package/node_modules/@types/react/ts5.0/v18/jsx-runtime.d.ts +0 -36
  101. package/node_modules/@types/react/ts5.0/v18/ts5.0/global.d.ts +0 -160
  102. package/node_modules/@types/react/ts5.0/v18/ts5.0/index.d.ts +0 -4530
  103. package/node_modules/@types/react/ts5.0/v18/ts5.0/jsx-dev-runtime.d.ts +0 -44
  104. package/node_modules/@types/react/ts5.0/v18/ts5.0/jsx-runtime.d.ts +0 -35
  105. package/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts +0 -21
  106. package/node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts +0 -65
  107. package/node_modules/typescript/lib/lib.es2024.collection.d.ts +0 -29
  108. package/node_modules/typescript/lib/lib.es2024.d.ts +0 -26
  109. package/node_modules/typescript/lib/lib.es2024.full.d.ts +0 -24
  110. package/node_modules/typescript/lib/tsc.js +0 -8
  111. package/node_modules/typescript/lib/tsserver.js +0 -8
  112. package/node_modules/typescript/lib/typingsInstaller.js +0 -8
  113. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/LICENSE.txt +0 -0
  114. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/README.md +0 -0
  115. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/SECURITY.md +0 -0
  116. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/ThirdPartyNoticeText.txt +0 -0
  117. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/bin/tsc +0 -0
  118. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/bin/tsserver +0 -0
  119. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/cancellationToken.js +0 -0
  120. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.d.ts +0 -0
  121. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.decorators.legacy.d.ts +0 -0
  122. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.dom.asynciterable.d.ts +0 -0
  123. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.dom.iterable.d.ts +0 -0
  124. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2015.collection.d.ts +0 -0
  125. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2015.d.ts +0 -0
  126. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2015.generator.d.ts +0 -0
  127. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2015.promise.d.ts +0 -0
  128. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2015.proxy.d.ts +0 -0
  129. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2015.reflect.d.ts +0 -0
  130. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2015.symbol.d.ts +0 -0
  131. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2016.d.ts +0 -0
  132. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2016.full.d.ts +0 -0
  133. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2017.date.d.ts +0 -0
  134. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2017.full.d.ts +0 -0
  135. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2017.intl.d.ts +0 -0
  136. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2017.object.d.ts +0 -0
  137. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2017.string.d.ts +0 -0
  138. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2018.asyncgenerator.d.ts +0 -0
  139. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2018.asynciterable.d.ts +0 -0
  140. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2018.d.ts +0 -0
  141. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2018.full.d.ts +0 -0
  142. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2018.intl.d.ts +0 -0
  143. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2018.promise.d.ts +0 -0
  144. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2018.regexp.d.ts +0 -0
  145. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2019.array.d.ts +0 -0
  146. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2019.d.ts +0 -0
  147. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2019.full.d.ts +0 -0
  148. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2019.intl.d.ts +0 -0
  149. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2019.object.d.ts +0 -0
  150. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2019.string.d.ts +0 -0
  151. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2019.symbol.d.ts +0 -0
  152. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2020.d.ts +0 -0
  153. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2020.date.d.ts +0 -0
  154. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2020.full.d.ts +0 -0
  155. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2020.number.d.ts +0 -0
  156. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2020.promise.d.ts +0 -0
  157. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2020.symbol.wellknown.d.ts +0 -0
  158. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2021.d.ts +0 -0
  159. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2021.full.d.ts +0 -0
  160. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2021.promise.d.ts +0 -0
  161. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2021.string.d.ts +0 -0
  162. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2022.full.d.ts +0 -0
  163. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2022.object.d.ts +0 -0
  164. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2022.regexp.d.ts +0 -0
  165. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2022.string.d.ts +0 -0
  166. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2023.collection.d.ts +0 -0
  167. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2023.d.ts +0 -0
  168. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2023.full.d.ts +0 -0
  169. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2023.intl.d.ts +0 -0
  170. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es6.d.ts +0 -0
  171. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.esnext.decorators.d.ts +0 -0
  172. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.esnext.disposable.d.ts +0 -0
  173. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.esnext.full.d.ts +0 -0
  174. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.esnext.intl.d.ts +0 -0
  175. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.esnext.iterator.d.ts +0 -0
  176. /package/node_modules/{typescript/lib/lib.es2024.object.d.ts → @pinuts/form-builder/node_modules/typescript/lib/lib.esnext.object.d.ts} +0 -0
  177. /package/node_modules/{typescript/lib/lib.es2024.promise.d.ts → @pinuts/form-builder/node_modules/typescript/lib/lib.esnext.promise.d.ts} +0 -0
  178. /package/node_modules/{typescript/lib/lib.es2024.regexp.d.ts → @pinuts/form-builder/node_modules/typescript/lib/lib.esnext.regexp.d.ts} +0 -0
  179. /package/node_modules/{typescript/lib/lib.es2024.string.d.ts → @pinuts/form-builder/node_modules/typescript/lib/lib.esnext.string.d.ts} +0 -0
  180. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.scripthost.d.ts +0 -0
  181. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.webworker.asynciterable.d.ts +0 -0
  182. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.webworker.importscripts.d.ts +0 -0
  183. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.webworker.iterable.d.ts +0 -0
  184. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/tsserverlibrary.d.ts +0 -0
  185. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/tsserverlibrary.js +0 -0
  186. /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/watchGuard.js +0 -0
  187. /package/node_modules/{@babel/runtime/node_modules/regenerator-runtime → regenerator-runtime}/LICENSE +0 -0
  188. /package/node_modules/{@babel/runtime/node_modules/regenerator-runtime → regenerator-runtime}/README.md +0 -0
  189. /package/node_modules/{@babel/runtime/node_modules/regenerator-runtime → regenerator-runtime}/package.json +0 -0
  190. /package/node_modules/{@babel/runtime/node_modules/regenerator-runtime → regenerator-runtime}/path.js +0 -0
  191. /package/node_modules/{@babel/runtime/node_modules/regenerator-runtime → regenerator-runtime}/runtime.js +0 -0
@@ -26,19 +26,6 @@ interface AddEventListenerOptions extends EventListenerOptions {
26
26
  signal?: AbortSignal;
27
27
  }
28
28
 
29
- interface AddressErrors {
30
- addressLine?: string;
31
- city?: string;
32
- country?: string;
33
- dependentLocality?: string;
34
- organization?: string;
35
- phone?: string;
36
- postalCode?: string;
37
- recipient?: string;
38
- region?: string;
39
- sortingCode?: string;
40
- }
41
-
42
29
  interface AesCbcParams extends Algorithm {
43
30
  iv: BufferSource;
44
31
  }
@@ -120,59 +107,6 @@ interface AudioContextOptions {
120
107
  sampleRate?: number;
121
108
  }
122
109
 
123
- interface AudioDataCopyToOptions {
124
- format?: AudioSampleFormat;
125
- frameCount?: number;
126
- frameOffset?: number;
127
- planeIndex: number;
128
- }
129
-
130
- interface AudioDataInit {
131
- data: BufferSource;
132
- format: AudioSampleFormat;
133
- numberOfChannels: number;
134
- numberOfFrames: number;
135
- sampleRate: number;
136
- timestamp: number;
137
- transfer?: ArrayBuffer[];
138
- }
139
-
140
- interface AudioDecoderConfig {
141
- codec: string;
142
- description?: BufferSource;
143
- numberOfChannels: number;
144
- sampleRate: number;
145
- }
146
-
147
- interface AudioDecoderInit {
148
- error: WebCodecsErrorCallback;
149
- output: AudioDataOutputCallback;
150
- }
151
-
152
- interface AudioDecoderSupport {
153
- config?: AudioDecoderConfig;
154
- supported?: boolean;
155
- }
156
-
157
- interface AudioEncoderConfig {
158
- bitrate?: number;
159
- bitrateMode?: BitrateMode;
160
- codec: string;
161
- numberOfChannels: number;
162
- opus?: OpusEncoderConfig;
163
- sampleRate: number;
164
- }
165
-
166
- interface AudioEncoderInit {
167
- error: WebCodecsErrorCallback;
168
- output: EncodedAudioChunkOutputCallback;
169
- }
170
-
171
- interface AudioEncoderSupport {
172
- config?: AudioEncoderConfig;
173
- supported?: boolean;
174
- }
175
-
176
110
  interface AudioNodeOptions {
177
111
  channelCount?: number;
178
112
  channelCountMode?: ChannelCountMode;
@@ -203,32 +137,12 @@ interface AuthenticationExtensionsClientInputs {
203
137
  credProps?: boolean;
204
138
  hmacCreateSecret?: boolean;
205
139
  minPinLength?: boolean;
206
- prf?: AuthenticationExtensionsPRFInputs;
207
- }
208
-
209
- interface AuthenticationExtensionsClientInputsJSON {
210
140
  }
211
141
 
212
142
  interface AuthenticationExtensionsClientOutputs {
213
143
  appid?: boolean;
214
144
  credProps?: CredentialPropertiesOutput;
215
145
  hmacCreateSecret?: boolean;
216
- prf?: AuthenticationExtensionsPRFOutputs;
217
- }
218
-
219
- interface AuthenticationExtensionsPRFInputs {
220
- eval?: AuthenticationExtensionsPRFValues;
221
- evalByCredential?: Record<string, AuthenticationExtensionsPRFValues>;
222
- }
223
-
224
- interface AuthenticationExtensionsPRFOutputs {
225
- enabled?: boolean;
226
- results?: AuthenticationExtensionsPRFValues;
227
- }
228
-
229
- interface AuthenticationExtensionsPRFValues {
230
- first: BufferSource;
231
- second?: BufferSource;
232
146
  }
233
147
 
234
148
  interface AuthenticatorSelectionCriteria {
@@ -294,10 +208,6 @@ interface CanvasRenderingContext2DSettings {
294
208
  willReadFrequently?: boolean;
295
209
  }
296
210
 
297
- interface CaretPositionFromPointOptions {
298
- shadowRoots?: ShadowRoot[];
299
- }
300
-
301
211
  interface ChannelMergerOptions extends AudioNodeOptions {
302
212
  numberOfInputs?: number;
303
213
  }
@@ -558,18 +468,6 @@ interface ElementDefinitionOptions {
558
468
  extends?: string;
559
469
  }
560
470
 
561
- interface EncodedAudioChunkInit {
562
- data: AllowSharedBufferSource;
563
- duration?: number;
564
- timestamp: number;
565
- transfer?: ArrayBuffer[];
566
- type: EncodedAudioChunkType;
567
- }
568
-
569
- interface EncodedAudioChunkMetadata {
570
- decoderConfig?: AudioDecoderConfig;
571
- }
572
-
573
471
  interface EncodedVideoChunkInit {
574
472
  data: AllowSharedBufferSource;
575
473
  duration?: number;
@@ -800,6 +698,16 @@ interface InputEventInit extends UIEventInit {
800
698
  targetRanges?: StaticRange[];
801
699
  }
802
700
 
701
+ interface IntersectionObserverEntryInit {
702
+ boundingClientRect: DOMRectInit;
703
+ intersectionRatio: number;
704
+ intersectionRect: DOMRectInit;
705
+ isIntersecting: boolean;
706
+ rootBounds: DOMRectInit | null;
707
+ target: Element;
708
+ time: DOMHighResTimeStamp;
709
+ }
710
+
803
711
  interface IntersectionObserverInit {
804
712
  root?: Element | Document | null;
805
713
  rootMargin?: string;
@@ -1009,7 +917,6 @@ interface MediaStreamTrackEventInit extends EventInit {
1009
917
  interface MediaTrackCapabilities {
1010
918
  aspectRatio?: DoubleRange;
1011
919
  autoGainControl?: boolean[];
1012
- backgroundBlur?: boolean[];
1013
920
  channelCount?: ULongRange;
1014
921
  deviceId?: string;
1015
922
  displaySurface?: string;
@@ -1027,7 +934,6 @@ interface MediaTrackCapabilities {
1027
934
  interface MediaTrackConstraintSet {
1028
935
  aspectRatio?: ConstrainDouble;
1029
936
  autoGainControl?: ConstrainBoolean;
1030
- backgroundBlur?: ConstrainBoolean;
1031
937
  channelCount?: ConstrainULong;
1032
938
  deviceId?: ConstrainDOMString;
1033
939
  displaySurface?: ConstrainDOMString;
@@ -1049,7 +955,6 @@ interface MediaTrackConstraints extends MediaTrackConstraintSet {
1049
955
  interface MediaTrackSettings {
1050
956
  aspectRatio?: number;
1051
957
  autoGainControl?: boolean;
1052
- backgroundBlur?: boolean;
1053
958
  channelCount?: number;
1054
959
  deviceId?: string;
1055
960
  displaySurface?: string;
@@ -1067,7 +972,6 @@ interface MediaTrackSettings {
1067
972
  interface MediaTrackSupportedConstraints {
1068
973
  aspectRatio?: boolean;
1069
974
  autoGainControl?: boolean;
1070
- backgroundBlur?: boolean;
1071
975
  channelCount?: boolean;
1072
976
  deviceId?: boolean;
1073
977
  displaySurface?: boolean;
@@ -1162,15 +1066,6 @@ interface OptionalEffectTiming {
1162
1066
  playbackRate?: number;
1163
1067
  }
1164
1068
 
1165
- interface OpusEncoderConfig {
1166
- complexity?: number;
1167
- format?: OpusBitstreamFormat;
1168
- frameDuration?: number;
1169
- packetlossperc?: number;
1170
- usedtx?: boolean;
1171
- useinbandfec?: boolean;
1172
- }
1173
-
1174
1069
  interface OscillatorOptions extends AudioNodeOptions {
1175
1070
  detune?: number;
1176
1071
  frequency?: number;
@@ -1199,12 +1094,6 @@ interface PannerOptions extends AudioNodeOptions {
1199
1094
  rolloffFactor?: number;
1200
1095
  }
1201
1096
 
1202
- interface PayerErrors {
1203
- email?: string;
1204
- name?: string;
1205
- phone?: string;
1206
- }
1207
-
1208
1097
  interface PaymentCurrencyAmount {
1209
1098
  currency: string;
1210
1099
  value: string;
@@ -1213,7 +1102,6 @@ interface PaymentCurrencyAmount {
1213
1102
  interface PaymentDetailsBase {
1214
1103
  displayItems?: PaymentItem[];
1215
1104
  modifiers?: PaymentDetailsModifier[];
1216
- shippingOptions?: PaymentShippingOption[];
1217
1105
  }
1218
1106
 
1219
1107
  interface PaymentDetailsInit extends PaymentDetailsBase {
@@ -1229,9 +1117,7 @@ interface PaymentDetailsModifier {
1229
1117
  }
1230
1118
 
1231
1119
  interface PaymentDetailsUpdate extends PaymentDetailsBase {
1232
- error?: string;
1233
1120
  paymentMethodErrors?: any;
1234
- shippingAddressErrors?: AddressErrors;
1235
1121
  total?: PaymentItem;
1236
1122
  }
1237
1123
 
@@ -1251,28 +1137,12 @@ interface PaymentMethodData {
1251
1137
  supportedMethods: string;
1252
1138
  }
1253
1139
 
1254
- interface PaymentOptions {
1255
- requestPayerEmail?: boolean;
1256
- requestPayerName?: boolean;
1257
- requestPayerPhone?: boolean;
1258
- requestShipping?: boolean;
1259
- shippingType?: PaymentShippingType;
1260
- }
1261
-
1262
1140
  interface PaymentRequestUpdateEventInit extends EventInit {
1263
1141
  }
1264
1142
 
1265
- interface PaymentShippingOption {
1266
- amount: PaymentCurrencyAmount;
1267
- id: string;
1268
- label: string;
1269
- selected?: boolean;
1270
- }
1271
-
1272
1143
  interface PaymentValidationErrors {
1273
1144
  error?: string;
1274
- payer?: PayerErrors;
1275
- shippingAddress?: AddressErrors;
1145
+ paymentMethod?: any;
1276
1146
  }
1277
1147
 
1278
1148
  interface Pbkdf2Params extends Algorithm {
@@ -1322,8 +1192,6 @@ interface PlaneLayout {
1322
1192
  }
1323
1193
 
1324
1194
  interface PointerEventInit extends MouseEventInit {
1325
- altitudeAngle?: number;
1326
- azimuthAngle?: number;
1327
1195
  coalescedEvents?: PointerEvent[];
1328
1196
  height?: number;
1329
1197
  isPrimary?: boolean;
@@ -1389,31 +1257,12 @@ interface PublicKeyCredentialCreationOptions {
1389
1257
  user: PublicKeyCredentialUserEntity;
1390
1258
  }
1391
1259
 
1392
- interface PublicKeyCredentialCreationOptionsJSON {
1393
- attestation?: string;
1394
- authenticatorSelection?: AuthenticatorSelectionCriteria;
1395
- challenge: Base64URLString;
1396
- excludeCredentials?: PublicKeyCredentialDescriptorJSON[];
1397
- extensions?: AuthenticationExtensionsClientInputsJSON;
1398
- hints?: string[];
1399
- pubKeyCredParams: PublicKeyCredentialParameters[];
1400
- rp: PublicKeyCredentialRpEntity;
1401
- timeout?: number;
1402
- user: PublicKeyCredentialUserEntityJSON;
1403
- }
1404
-
1405
1260
  interface PublicKeyCredentialDescriptor {
1406
1261
  id: BufferSource;
1407
1262
  transports?: AuthenticatorTransport[];
1408
1263
  type: PublicKeyCredentialType;
1409
1264
  }
1410
1265
 
1411
- interface PublicKeyCredentialDescriptorJSON {
1412
- id: Base64URLString;
1413
- transports?: string[];
1414
- type: string;
1415
- }
1416
-
1417
1266
  interface PublicKeyCredentialEntity {
1418
1267
  name: string;
1419
1268
  }
@@ -1432,16 +1281,6 @@ interface PublicKeyCredentialRequestOptions {
1432
1281
  userVerification?: UserVerificationRequirement;
1433
1282
  }
1434
1283
 
1435
- interface PublicKeyCredentialRequestOptionsJSON {
1436
- allowCredentials?: PublicKeyCredentialDescriptorJSON[];
1437
- challenge: Base64URLString;
1438
- extensions?: AuthenticationExtensionsClientInputsJSON;
1439
- hints?: string[];
1440
- rpId?: string;
1441
- timeout?: number;
1442
- userVerification?: string;
1443
- }
1444
-
1445
1284
  interface PublicKeyCredentialRpEntity extends PublicKeyCredentialEntity {
1446
1285
  id?: string;
1447
1286
  }
@@ -1451,12 +1290,6 @@ interface PublicKeyCredentialUserEntity extends PublicKeyCredentialEntity {
1451
1290
  id: BufferSource;
1452
1291
  }
1453
1292
 
1454
- interface PublicKeyCredentialUserEntityJSON {
1455
- displayName: string;
1456
- id: Base64URLString;
1457
- name: string;
1458
- }
1459
-
1460
1293
  interface PushSubscriptionJSON {
1461
1294
  endpoint?: string;
1462
1295
  expirationTime?: EpochTimeStamp | null;
@@ -2179,7 +2012,6 @@ interface VideoConfiguration {
2179
2012
  colorGamut?: ColorGamut;
2180
2013
  contentType: string;
2181
2014
  framerate: number;
2182
- hasAlphaChannel?: boolean;
2183
2015
  hdrMetadataType?: HdrMetadataType;
2184
2016
  height: number;
2185
2017
  scalabilityMode?: string;
@@ -2215,7 +2047,6 @@ interface VideoEncoderConfig {
2215
2047
  bitrate?: number;
2216
2048
  bitrateMode?: VideoEncoderBitrateMode;
2217
2049
  codec: string;
2218
- contentHint?: string;
2219
2050
  displayHeight?: number;
2220
2051
  displayWidth?: number;
2221
2052
  framerate?: number;
@@ -2227,14 +2058,9 @@ interface VideoEncoderConfig {
2227
2058
  }
2228
2059
 
2229
2060
  interface VideoEncoderEncodeOptions {
2230
- avc?: VideoEncoderEncodeOptionsForAvc;
2231
2061
  keyFrame?: boolean;
2232
2062
  }
2233
2063
 
2234
- interface VideoEncoderEncodeOptionsForAvc {
2235
- quantizer?: number | null;
2236
- }
2237
-
2238
2064
  interface VideoEncoderInit {
2239
2065
  error: WebCodecsErrorCallback;
2240
2066
  output: EncodedVideoChunkOutputCallback;
@@ -2272,8 +2098,6 @@ interface VideoFrameCallbackMetadata {
2272
2098
  }
2273
2099
 
2274
2100
  interface VideoFrameCopyToOptions {
2275
- colorSpace?: PredefinedColorSpace;
2276
- format?: VideoPixelFormat;
2277
2101
  layout?: PlaneLayout[];
2278
2102
  rect?: DOMRectInit;
2279
2103
  }
@@ -2417,8 +2241,6 @@ interface ARIAMixin {
2417
2241
  ariaColCount: string | null;
2418
2242
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColIndex) */
2419
2243
  ariaColIndex: string | null;
2420
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColIndexText) */
2421
- ariaColIndexText: string | null;
2422
2244
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColSpan) */
2423
2245
  ariaColSpan: string | null;
2424
2246
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaCurrent) */
@@ -2466,8 +2288,6 @@ interface ARIAMixin {
2466
2288
  ariaRowCount: string | null;
2467
2289
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowIndex) */
2468
2290
  ariaRowIndex: string | null;
2469
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowIndexText) */
2470
- ariaRowIndexText: string | null;
2471
2291
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowSpan) */
2472
2292
  ariaRowSpan: string | null;
2473
2293
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSelected) */
@@ -2644,7 +2464,7 @@ interface Animatable {
2644
2464
  interface AnimationEventMap {
2645
2465
  "cancel": AnimationPlaybackEvent;
2646
2466
  "finish": AnimationPlaybackEvent;
2647
- "remove": AnimationPlaybackEvent;
2467
+ "remove": Event;
2648
2468
  }
2649
2469
 
2650
2470
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation) */
@@ -2662,7 +2482,7 @@ interface Animation extends EventTarget {
2662
2482
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/finish_event) */
2663
2483
  onfinish: ((this: Animation, ev: AnimationPlaybackEvent) => any) | null;
2664
2484
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/remove_event) */
2665
- onremove: ((this: Animation, ev: AnimationPlaybackEvent) => any) | null;
2485
+ onremove: ((this: Animation, ev: Event) => any) | null;
2666
2486
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/pending) */
2667
2487
  readonly pending: boolean;
2668
2488
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/playState) */
@@ -2894,74 +2714,6 @@ declare var AudioContext: {
2894
2714
  new(contextOptions?: AudioContextOptions): AudioContext;
2895
2715
  };
2896
2716
 
2897
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioData) */
2898
- interface AudioData {
2899
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioData/duration) */
2900
- readonly duration: number;
2901
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioData/format) */
2902
- readonly format: AudioSampleFormat | null;
2903
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioData/numberOfChannels) */
2904
- readonly numberOfChannels: number;
2905
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioData/numberOfFrames) */
2906
- readonly numberOfFrames: number;
2907
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioData/sampleRate) */
2908
- readonly sampleRate: number;
2909
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioData/timestamp) */
2910
- readonly timestamp: number;
2911
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioData/allocationSize) */
2912
- allocationSize(options: AudioDataCopyToOptions): number;
2913
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioData/clone) */
2914
- clone(): AudioData;
2915
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioData/close) */
2916
- close(): void;
2917
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioData/copyTo) */
2918
- copyTo(destination: AllowSharedBufferSource, options: AudioDataCopyToOptions): void;
2919
- }
2920
-
2921
- declare var AudioData: {
2922
- prototype: AudioData;
2923
- new(init: AudioDataInit): AudioData;
2924
- };
2925
-
2926
- interface AudioDecoderEventMap {
2927
- "dequeue": Event;
2928
- }
2929
-
2930
- /**
2931
- * Available only in secure contexts.
2932
- *
2933
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioDecoder)
2934
- */
2935
- interface AudioDecoder extends EventTarget {
2936
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioDecoder/decodeQueueSize) */
2937
- readonly decodeQueueSize: number;
2938
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioDecoder/dequeue_event) */
2939
- ondequeue: ((this: AudioDecoder, ev: Event) => any) | null;
2940
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioDecoder/state) */
2941
- readonly state: CodecState;
2942
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioDecoder/close) */
2943
- close(): void;
2944
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioDecoder/configure) */
2945
- configure(config: AudioDecoderConfig): void;
2946
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioDecoder/decode) */
2947
- decode(chunk: EncodedAudioChunk): void;
2948
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioDecoder/flush) */
2949
- flush(): Promise<void>;
2950
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioDecoder/reset) */
2951
- reset(): void;
2952
- addEventListener<K extends keyof AudioDecoderEventMap>(type: K, listener: (this: AudioDecoder, ev: AudioDecoderEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2953
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
2954
- removeEventListener<K extends keyof AudioDecoderEventMap>(type: K, listener: (this: AudioDecoder, ev: AudioDecoderEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2955
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
2956
- }
2957
-
2958
- declare var AudioDecoder: {
2959
- prototype: AudioDecoder;
2960
- new(init: AudioDecoderInit): AudioDecoder;
2961
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioDecoder/isConfigSupported_static) */
2962
- isConfigSupported(config: AudioDecoderConfig): Promise<AudioDecoderSupport>;
2963
- };
2964
-
2965
2717
  /**
2966
2718
  * AudioDestinationNode has no output (as it is the output, no more AudioNode can be linked after it in the audio graph) and one input. The number of channels in the input must be between 0 and the maxChannelCount value or an exception is raised.
2967
2719
  *
@@ -2977,45 +2729,6 @@ declare var AudioDestinationNode: {
2977
2729
  new(): AudioDestinationNode;
2978
2730
  };
2979
2731
 
2980
- interface AudioEncoderEventMap {
2981
- "dequeue": Event;
2982
- }
2983
-
2984
- /**
2985
- * Available only in secure contexts.
2986
- *
2987
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioEncoder)
2988
- */
2989
- interface AudioEncoder extends EventTarget {
2990
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioEncoder/encodeQueueSize) */
2991
- readonly encodeQueueSize: number;
2992
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioEncoder/dequeue_event) */
2993
- ondequeue: ((this: AudioEncoder, ev: Event) => any) | null;
2994
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioEncoder/state) */
2995
- readonly state: CodecState;
2996
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioEncoder/close) */
2997
- close(): void;
2998
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioEncoder/configure) */
2999
- configure(config: AudioEncoderConfig): void;
3000
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioEncoder/encode) */
3001
- encode(data: AudioData): void;
3002
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioEncoder/flush) */
3003
- flush(): Promise<void>;
3004
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioEncoder/reset) */
3005
- reset(): void;
3006
- addEventListener<K extends keyof AudioEncoderEventMap>(type: K, listener: (this: AudioEncoder, ev: AudioEncoderEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
3007
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
3008
- removeEventListener<K extends keyof AudioEncoderEventMap>(type: K, listener: (this: AudioEncoder, ev: AudioEncoderEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
3009
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
3010
- }
3011
-
3012
- declare var AudioEncoder: {
3013
- prototype: AudioEncoder;
3014
- new(init: AudioEncoderInit): AudioEncoder;
3015
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioEncoder/isConfigSupported_static) */
3016
- isConfigSupported(config: AudioEncoderConfig): Promise<AudioEncoderSupport>;
3017
- };
3018
-
3019
2732
  /**
3020
2733
  * The position and orientation of the unique person listening to the audio scene, and is used in audio spatialization. All PannerNodes spatialize in relation to the AudioListener stored in the BaseAudioContext.listener attribute.
3021
2734
  *
@@ -3211,7 +2924,7 @@ declare var AudioWorklet: {
3211
2924
  };
3212
2925
 
3213
2926
  interface AudioWorkletNodeEventMap {
3214
- "processorerror": ErrorEvent;
2927
+ "processorerror": Event;
3215
2928
  }
3216
2929
 
3217
2930
  /**
@@ -3221,7 +2934,7 @@ interface AudioWorkletNodeEventMap {
3221
2934
  */
3222
2935
  interface AudioWorkletNode extends AudioNode {
3223
2936
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioWorkletNode/processorerror_event) */
3224
- onprocessorerror: ((this: AudioWorkletNode, ev: ErrorEvent) => any) | null;
2937
+ onprocessorerror: ((this: AudioWorkletNode, ev: Event) => any) | null;
3225
2938
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioWorkletNode/parameters) */
3226
2939
  readonly parameters: AudioParamMap;
3227
2940
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioWorkletNode/port) */
@@ -3438,8 +3151,6 @@ interface Blob {
3438
3151
  readonly type: string;
3439
3152
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/arrayBuffer) */
3440
3153
  arrayBuffer(): Promise<ArrayBuffer>;
3441
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/bytes) */
3442
- bytes(): Promise<Uint8Array>;
3443
3154
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/slice) */
3444
3155
  slice(start?: number, end?: number, contentType?: string): Blob;
3445
3156
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/stream) */
@@ -3475,8 +3186,6 @@ interface Body {
3475
3186
  arrayBuffer(): Promise<ArrayBuffer>;
3476
3187
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/blob) */
3477
3188
  blob(): Promise<Blob>;
3478
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/bytes) */
3479
- bytes(): Promise<Uint8Array>;
3480
3189
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/formData) */
3481
3190
  formData(): Promise<FormData>;
3482
3191
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/json) */
@@ -3704,7 +3413,7 @@ interface CSSImportRule extends CSSRule {
3704
3413
  readonly layerName: string | null;
3705
3414
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSImportRule/media) */
3706
3415
  readonly media: MediaList;
3707
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSImportRule/styleSheet) */
3416
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSImportRule/stylesheet) */
3708
3417
  readonly styleSheet: CSSStyleSheet | null;
3709
3418
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSImportRule/supportsText) */
3710
3419
  readonly supportsText: string | null;
@@ -3740,7 +3449,6 @@ declare var CSSKeyframeRule: {
3740
3449
  interface CSSKeyframesRule extends CSSRule {
3741
3450
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSKeyframesRule/cssRules) */
3742
3451
  readonly cssRules: CSSRuleList;
3743
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSKeyframesRule/length) */
3744
3452
  readonly length: number;
3745
3453
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSKeyframesRule/name) */
3746
3454
  name: string;
@@ -3998,7 +3706,7 @@ declare var CSSPerspective: {
3998
3706
  interface CSSPropertyRule extends CSSRule {
3999
3707
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSPropertyRule/inherits) */
4000
3708
  readonly inherits: boolean;
4001
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSPropertyRule/initialValue) */
3709
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSPropertyRule/initialvalue) */
4002
3710
  readonly initialValue: string | null;
4003
3711
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSPropertyRule/name) */
4004
3712
  readonly name: string;
@@ -4389,13 +4097,11 @@ interface CSSStyleDeclaration {
4389
4097
  clip: string;
4390
4098
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/clip-path) */
4391
4099
  clipPath: string;
4392
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/clip-rule) */
4393
4100
  clipRule: string;
4394
4101
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color) */
4395
4102
  color: string;
4396
4103
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color-interpolation) */
4397
4104
  colorInterpolation: string;
4398
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color-interpolation-filters) */
4399
4105
  colorInterpolationFilters: string;
4400
4106
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color-scheme) */
4401
4107
  colorScheme: string;
@@ -4421,11 +4127,9 @@ interface CSSStyleDeclaration {
4421
4127
  columns: string;
4422
4128
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/contain) */
4423
4129
  contain: string;
4424
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-block-size) */
4425
4130
  containIntrinsicBlockSize: string;
4426
4131
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-height) */
4427
4132
  containIntrinsicHeight: string;
4428
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-inline-size) */
4429
4133
  containIntrinsicInlineSize: string;
4430
4134
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-size) */
4431
4135
  containIntrinsicSize: string;
@@ -4453,25 +4157,18 @@ interface CSSStyleDeclaration {
4453
4157
  cssText: string;
4454
4158
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/cursor) */
4455
4159
  cursor: string;
4456
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/cx) */
4457
4160
  cx: string;
4458
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/cy) */
4459
4161
  cy: string;
4460
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/d) */
4461
4162
  d: string;
4462
4163
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/direction) */
4463
4164
  direction: string;
4464
4165
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/display) */
4465
4166
  display: string;
4466
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dominant-baseline) */
4467
4167
  dominantBaseline: string;
4468
4168
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/empty-cells) */
4469
4169
  emptyCells: string;
4470
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/fill) */
4471
4170
  fill: string;
4472
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/fill-opacity) */
4473
4171
  fillOpacity: string;
4474
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/fill-rule) */
4475
4172
  fillRule: string;
4476
4173
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/filter) */
4477
4174
  filter: string;
@@ -4658,13 +4355,9 @@ interface CSSStyleDeclaration {
4658
4355
  marginRight: string;
4659
4356
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/margin-top) */
4660
4357
  marginTop: string;
4661
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/marker) */
4662
4358
  marker: string;
4663
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/marker-end) */
4664
4359
  markerEnd: string;
4665
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/marker-mid) */
4666
4360
  markerMid: string;
4667
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/marker-start) */
4668
4361
  markerStart: string;
4669
4362
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/mask) */
4670
4363
  mask: string;
@@ -4814,7 +4507,6 @@ interface CSSStyleDeclaration {
4814
4507
  printColorAdjust: string;
4815
4508
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/quotes) */
4816
4509
  quotes: string;
4817
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/r) */
4818
4510
  r: string;
4819
4511
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/resize) */
4820
4512
  resize: string;
@@ -4824,13 +4516,9 @@ interface CSSStyleDeclaration {
4824
4516
  rotate: string;
4825
4517
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/row-gap) */
4826
4518
  rowGap: string;
4827
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/ruby-align) */
4828
- rubyAlign: string;
4829
4519
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/ruby-position) */
4830
4520
  rubyPosition: string;
4831
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/rx) */
4832
4521
  rx: string;
4833
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/ry) */
4834
4522
  ry: string;
4835
4523
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/scale) */
4836
4524
  scale: string;
@@ -4898,27 +4586,16 @@ interface CSSStyleDeclaration {
4898
4586
  shapeMargin: string;
4899
4587
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/shape-outside) */
4900
4588
  shapeOutside: string;
4901
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/shape-rendering) */
4902
4589
  shapeRendering: string;
4903
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stop-color) */
4904
4590
  stopColor: string;
4905
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stop-opacity) */
4906
4591
  stopOpacity: string;
4907
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stroke) */
4908
4592
  stroke: string;
4909
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stroke-dasharray) */
4910
4593
  strokeDasharray: string;
4911
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stroke-dashoffset) */
4912
4594
  strokeDashoffset: string;
4913
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stroke-linecap) */
4914
4595
  strokeLinecap: string;
4915
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stroke-linejoin) */
4916
4596
  strokeLinejoin: string;
4917
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stroke-miterlimit) */
4918
4597
  strokeMiterlimit: string;
4919
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stroke-opacity) */
4920
4598
  strokeOpacity: string;
4921
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stroke-width) */
4922
4599
  strokeWidth: string;
4923
4600
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/tab-size) */
4924
4601
  tabSize: string;
@@ -4928,7 +4605,6 @@ interface CSSStyleDeclaration {
4928
4605
  textAlign: string;
4929
4606
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-align-last) */
4930
4607
  textAlignLast: string;
4931
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
4932
4608
  textAnchor: string;
4933
4609
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-combine-upright) */
4934
4610
  textCombineUpright: string;
@@ -5004,7 +4680,6 @@ interface CSSStyleDeclaration {
5004
4680
  unicodeBidi: string;
5005
4681
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/user-select) */
5006
4682
  userSelect: string;
5007
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/vector-effect) */
5008
4683
  vectorEffect: string;
5009
4684
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/vertical-align) */
5010
4685
  verticalAlign: string;
@@ -5434,9 +5109,7 @@ interface CSSStyleDeclaration {
5434
5109
  wordWrap: string;
5435
5110
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/writing-mode) */
5436
5111
  writingMode: string;
5437
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/x) */
5438
5112
  x: string;
5439
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/y) */
5440
5113
  y: string;
5441
5114
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/z-index) */
5442
5115
  zIndex: string;
@@ -5974,18 +5647,6 @@ interface CanvasUserInterface {
5974
5647
  drawFocusIfNeeded(path: Path2D, element: Element): void;
5975
5648
  }
5976
5649
 
5977
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CaretPosition) */
5978
- interface CaretPosition {
5979
- readonly offset: number;
5980
- readonly offsetNode: Node;
5981
- getClientRect(): DOMRect | null;
5982
- }
5983
-
5984
- declare var CaretPosition: {
5985
- prototype: CaretPosition;
5986
- new(): CaretPosition;
5987
- };
5988
-
5989
5650
  /**
5990
5651
  * The ChannelMergerNode interface, often used in conjunction with its opposite, ChannelSplitterNode, reunites different mono inputs into a single output. Each input is used to fill a channel of the output. This is useful for accessing each channels separately, e.g. for performing channel mixing where gain must be separately controlled on each channel.
5991
5652
  *
@@ -6201,8 +5862,6 @@ declare var CompositionEvent: {
6201
5862
 
6202
5863
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CompressionStream) */
6203
5864
  interface CompressionStream extends GenericTransformStream {
6204
- readonly readable: ReadableStream<Uint8Array>;
6205
- readonly writable: WritableStream<BufferSource>;
6206
5865
  }
6207
5866
 
6208
5867
  declare var CompressionStream: {
@@ -6507,49 +6166,27 @@ declare var DOMImplementation: {
6507
6166
 
6508
6167
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix) */
6509
6168
  interface DOMMatrix extends DOMMatrixReadOnly {
6510
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties) */
6511
6169
  a: number;
6512
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties) */
6513
6170
  b: number;
6514
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties) */
6515
6171
  c: number;
6516
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties) */
6517
6172
  d: number;
6518
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties) */
6519
6173
  e: number;
6520
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties) */
6521
6174
  f: number;
6522
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties) */
6523
6175
  m11: number;
6524
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties) */
6525
6176
  m12: number;
6526
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties) */
6527
6177
  m13: number;
6528
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties) */
6529
6178
  m14: number;
6530
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties) */
6531
6179
  m21: number;
6532
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties) */
6533
6180
  m22: number;
6534
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties) */
6535
6181
  m23: number;
6536
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties) */
6537
6182
  m24: number;
6538
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties) */
6539
6183
  m31: number;
6540
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties) */
6541
6184
  m32: number;
6542
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties) */
6543
6185
  m33: number;
6544
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties) */
6545
6186
  m34: number;
6546
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties) */
6547
6187
  m41: number;
6548
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties) */
6549
6188
  m42: number;
6550
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties) */
6551
6189
  m43: number;
6552
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties) */
6553
6190
  m44: number;
6554
6191
  invertSelf(): DOMMatrix;
6555
6192
  multiplySelf(other?: DOMMatrixInit): DOMMatrix;
@@ -6581,51 +6218,29 @@ declare var WebKitCSSMatrix: typeof DOMMatrix;
6581
6218
 
6582
6219
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly) */
6583
6220
  interface DOMMatrixReadOnly {
6584
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
6585
6221
  readonly a: number;
6586
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
6587
6222
  readonly b: number;
6588
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
6589
6223
  readonly c: number;
6590
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
6591
6224
  readonly d: number;
6592
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
6593
6225
  readonly e: number;
6594
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
6595
6226
  readonly f: number;
6596
6227
  readonly is2D: boolean;
6597
6228
  readonly isIdentity: boolean;
6598
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
6599
6229
  readonly m11: number;
6600
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
6601
6230
  readonly m12: number;
6602
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
6603
6231
  readonly m13: number;
6604
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
6605
6232
  readonly m14: number;
6606
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
6607
6233
  readonly m21: number;
6608
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
6609
6234
  readonly m22: number;
6610
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
6611
6235
  readonly m23: number;
6612
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
6613
6236
  readonly m24: number;
6614
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
6615
6237
  readonly m31: number;
6616
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
6617
6238
  readonly m32: number;
6618
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
6619
6239
  readonly m33: number;
6620
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
6621
6240
  readonly m34: number;
6622
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
6623
6241
  readonly m41: number;
6624
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
6625
6242
  readonly m42: number;
6626
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
6627
6243
  readonly m43: number;
6628
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
6629
6244
  readonly m44: number;
6630
6245
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/flipX) */
6631
6246
  flipX(): DOMMatrix;
@@ -7097,8 +6712,6 @@ declare var DataTransferItemList: {
7097
6712
 
7098
6713
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DecompressionStream) */
7099
6714
  interface DecompressionStream extends GenericTransformStream {
7100
- readonly readable: ReadableStream<Uint8Array>;
7101
- readonly writable: WritableStream<BufferSource>;
7102
6715
  }
7103
6716
 
7104
6717
  declare var DecompressionStream: {
@@ -7361,8 +6974,6 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve
7361
6974
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/forms)
7362
6975
  */
7363
6976
  readonly forms: HTMLCollectionOf<HTMLFormElement>;
7364
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/fragmentDirective) */
7365
- readonly fragmentDirective: FragmentDirective;
7366
6977
  /**
7367
6978
  * @deprecated
7368
6979
  *
@@ -7507,8 +7118,6 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve
7507
7118
  adoptNode<T extends Node>(node: T): T;
7508
7119
  /** @deprecated */
7509
7120
  captureEvents(): void;
7510
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/caretPositionFromPoint) */
7511
- caretPositionFromPoint(x: number, y: number, options?: CaretPositionFromPointOptions): CaretPosition | null;
7512
7121
  /** @deprecated */
7513
7122
  caretRangeFromPoint(x: number, y: number): Range | null;
7514
7123
  /**
@@ -7619,6 +7228,8 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve
7619
7228
  createEvent(eventInterface: "MessageEvent"): MessageEvent;
7620
7229
  createEvent(eventInterface: "MouseEvent"): MouseEvent;
7621
7230
  createEvent(eventInterface: "MouseEvents"): MouseEvent;
7231
+ createEvent(eventInterface: "MutationEvent"): MutationEvent;
7232
+ createEvent(eventInterface: "MutationEvents"): MutationEvent;
7622
7233
  createEvent(eventInterface: "OfflineAudioCompletionEvent"): OfflineAudioCompletionEvent;
7623
7234
  createEvent(eventInterface: "PageTransitionEvent"): PageTransitionEvent;
7624
7235
  createEvent(eventInterface: "PaymentMethodChangeEvent"): PaymentMethodChangeEvent;
@@ -7825,7 +7436,7 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve
7825
7436
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/requestStorageAccess) */
7826
7437
  requestStorageAccess(): Promise<void>;
7827
7438
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/startViewTransition) */
7828
- startViewTransition(callbackOptions?: ViewTransitionUpdateCallback): ViewTransition;
7439
+ startViewTransition(callbackOptions?: UpdateCallback): ViewTransition;
7829
7440
  /**
7830
7441
  * Writes one or more HTML expressions to a document in the specified window.
7831
7442
  * @param content Specifies the text and HTML tags to write.
@@ -8094,8 +7705,6 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
8094
7705
  readonly clientTop: number;
8095
7706
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientWidth) */
8096
7707
  readonly clientWidth: number;
8097
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/currentCSSZoom) */
8098
- readonly currentCSSZoom: number;
8099
7708
  /**
8100
7709
  * Returns the value of element's id content attribute. Can be set to change it.
8101
7710
  *
@@ -8427,25 +8036,6 @@ declare var ElementInternals: {
8427
8036
  new(): ElementInternals;
8428
8037
  };
8429
8038
 
8430
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/EncodedAudioChunk) */
8431
- interface EncodedAudioChunk {
8432
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/EncodedAudioChunk/byteLength) */
8433
- readonly byteLength: number;
8434
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/EncodedAudioChunk/duration) */
8435
- readonly duration: number | null;
8436
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/EncodedAudioChunk/timestamp) */
8437
- readonly timestamp: number;
8438
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/EncodedAudioChunk/type) */
8439
- readonly type: EncodedAudioChunkType;
8440
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/EncodedAudioChunk/copyTo) */
8441
- copyTo(destination: AllowSharedBufferSource): void;
8442
- }
8443
-
8444
- declare var EncodedAudioChunk: {
8445
- prototype: EncodedAudioChunk;
8446
- new(init: EncodedAudioChunkInit): EncodedAudioChunk;
8447
- };
8448
-
8449
8039
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/EncodedVideoChunk) */
8450
8040
  interface EncodedVideoChunk {
8451
8041
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/EncodedVideoChunk/byteLength) */
@@ -9041,23 +8631,23 @@ interface FontFace {
9041
8631
 
9042
8632
  declare var FontFace: {
9043
8633
  prototype: FontFace;
9044
- new(family: string, source: string | BufferSource, descriptors?: FontFaceDescriptors): FontFace;
8634
+ new(family: string, source: string | BinaryData, descriptors?: FontFaceDescriptors): FontFace;
9045
8635
  };
9046
8636
 
9047
8637
  interface FontFaceSetEventMap {
9048
- "loading": FontFaceSetLoadEvent;
9049
- "loadingdone": FontFaceSetLoadEvent;
9050
- "loadingerror": FontFaceSetLoadEvent;
8638
+ "loading": Event;
8639
+ "loadingdone": Event;
8640
+ "loadingerror": Event;
9051
8641
  }
9052
8642
 
9053
8643
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFaceSet) */
9054
8644
  interface FontFaceSet extends EventTarget {
9055
8645
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFaceSet/loading_event) */
9056
- onloading: ((this: FontFaceSet, ev: FontFaceSetLoadEvent) => any) | null;
8646
+ onloading: ((this: FontFaceSet, ev: Event) => any) | null;
9057
8647
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFaceSet/loadingdone_event) */
9058
- onloadingdone: ((this: FontFaceSet, ev: FontFaceSetLoadEvent) => any) | null;
8648
+ onloadingdone: ((this: FontFaceSet, ev: Event) => any) | null;
9059
8649
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFaceSet/loadingerror_event) */
9060
- onloadingerror: ((this: FontFaceSet, ev: FontFaceSetLoadEvent) => any) | null;
8650
+ onloadingerror: ((this: FontFaceSet, ev: Event) => any) | null;
9061
8651
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFaceSet/ready) */
9062
8652
  readonly ready: Promise<FontFaceSet>;
9063
8653
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFaceSet/status) */
@@ -9075,7 +8665,7 @@ interface FontFaceSet extends EventTarget {
9075
8665
 
9076
8666
  declare var FontFaceSet: {
9077
8667
  prototype: FontFaceSet;
9078
- new(): FontFaceSet;
8668
+ new(initialFaces: FontFace[]): FontFaceSet;
9079
8669
  };
9080
8670
 
9081
8671
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFaceSetLoadEvent) */
@@ -9139,15 +8729,6 @@ declare var FormDataEvent: {
9139
8729
  new(type: string, eventInitDict: FormDataEventInit): FormDataEvent;
9140
8730
  };
9141
8731
 
9142
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/FragmentDirective) */
9143
- interface FragmentDirective {
9144
- }
9145
-
9146
- declare var FragmentDirective: {
9147
- prototype: FragmentDirective;
9148
- new(): FragmentDirective;
9149
- };
9150
-
9151
8732
  /**
9152
8733
  * A change in volume. It is an AudioNode audio-processing module that causes a given gain to be applied to the input data before its propagation to the output. A GainNode always has exactly one input and one output, both with the same number of channels.
9153
8734
  *
@@ -9234,7 +8815,6 @@ declare var GamepadEvent: {
9234
8815
  interface GamepadHapticActuator {
9235
8816
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/GamepadHapticActuator/playEffect) */
9236
8817
  playEffect(type: GamepadHapticEffectType, params?: GamepadEffectParameters): Promise<GamepadHapticsResult>;
9237
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/GamepadHapticActuator/reset) */
9238
8818
  reset(): Promise<GamepadHapticsResult>;
9239
8819
  }
9240
8820
 
@@ -10083,11 +9663,7 @@ declare var HTMLBRElement: {
10083
9663
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLBaseElement)
10084
9664
  */
10085
9665
  interface HTMLBaseElement extends HTMLElement {
10086
- /**
10087
- * Gets or sets the baseline URL on which relative links are based.
10088
- *
10089
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLBaseElement/href)
10090
- */
9666
+ /** Gets or sets the baseline URL on which relative links are based. */
10091
9667
  href: string;
10092
9668
  /**
10093
9669
  * Sets or retrieves the window or frame at which to target content.
@@ -10146,11 +9722,7 @@ declare var HTMLBodyElement: {
10146
9722
  interface HTMLButtonElement extends HTMLElement, PopoverInvokerElement {
10147
9723
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/disabled) */
10148
9724
  disabled: boolean;
10149
- /**
10150
- * Retrieves a reference to the form that the object is embedded in.
10151
- *
10152
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/form)
10153
- */
9725
+ /** Retrieves a reference to the form that the object is embedded in. */
10154
9726
  readonly form: HTMLFormElement | null;
10155
9727
  /** Overrides the action attribute (where the data on a form is sent) on the parent form element. */
10156
9728
  formAction: string;
@@ -10164,11 +9736,7 @@ interface HTMLButtonElement extends HTMLElement, PopoverInvokerElement {
10164
9736
  formTarget: string;
10165
9737
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/labels) */
10166
9738
  readonly labels: NodeListOf<HTMLLabelElement>;
10167
- /**
10168
- * Sets or retrieves the name of the object.
10169
- *
10170
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/name)
10171
- */
9739
+ /** Sets or retrieves the name of the object. */
10172
9740
  name: string;
10173
9741
  /**
10174
9742
  * Gets the classification and default behavior of the button.
@@ -10176,43 +9744,20 @@ interface HTMLButtonElement extends HTMLElement, PopoverInvokerElement {
10176
9744
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/type)
10177
9745
  */
10178
9746
  type: "submit" | "reset" | "button";
10179
- /**
10180
- * 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.
10181
- *
10182
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/validationMessage)
10183
- */
9747
+ /** 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. */
10184
9748
  readonly validationMessage: string;
10185
- /**
10186
- * Returns a ValidityState object that represents the validity states of an element.
10187
- *
10188
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/validity)
10189
- */
9749
+ /** Returns a ValidityState object that represents the validity states of an element. */
10190
9750
  readonly validity: ValidityState;
10191
- /**
10192
- * Sets or retrieves the default or selected value of the control.
10193
- *
10194
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/value)
10195
- */
9751
+ /** Sets or retrieves the default or selected value of the control. */
10196
9752
  value: string;
10197
- /**
10198
- * Returns whether an element will successfully validate based on forms validation rules and constraints.
10199
- *
10200
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/willValidate)
10201
- */
9753
+ /** Returns whether an element will successfully validate based on forms validation rules and constraints. */
10202
9754
  readonly willValidate: boolean;
10203
- /**
10204
- * Returns whether a form will validate when it is submitted, without having to submit it.
10205
- *
10206
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/checkValidity)
10207
- */
9755
+ /** Returns whether a form will validate when it is submitted, without having to submit it. */
10208
9756
  checkValidity(): boolean;
10209
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/reportValidity) */
10210
9757
  reportValidity(): boolean;
10211
9758
  /**
10212
9759
  * Sets a custom error message that is displayed when a form is submitted.
10213
9760
  * @param error Sets a custom error message that is displayed when a form is submitted.
10214
- *
10215
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/setCustomValidity)
10216
9761
  */
10217
9762
  setCustomValidity(error: string): void;
10218
9763
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLButtonElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
@@ -10364,11 +9909,7 @@ declare var HTMLDataElement: {
10364
9909
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDataListElement)
10365
9910
  */
10366
9911
  interface HTMLDataListElement extends HTMLElement {
10367
- /**
10368
- * Returns an HTMLCollection of the option elements of the datalist element.
10369
- *
10370
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDataListElement/options)
10371
- */
9912
+ /** Returns an HTMLCollection of the option elements of the datalist element. */
10372
9913
  readonly options: HTMLCollectionOf<HTMLOptionElement>;
10373
9914
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLDataListElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
10374
9915
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
@@ -10383,7 +9924,6 @@ declare var HTMLDataListElement: {
10383
9924
 
10384
9925
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDetailsElement) */
10385
9926
  interface HTMLDetailsElement extends HTMLElement {
10386
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDetailsElement/open) */
10387
9927
  name: string;
10388
9928
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDetailsElement/open) */
10389
9929
  open: boolean;
@@ -10530,7 +10070,6 @@ interface HTMLElement extends Element, ElementCSSInlineStyle, ElementContentEdit
10530
10070
  title: string;
10531
10071
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/translate) */
10532
10072
  translate: boolean;
10533
- writingSuggestions: string;
10534
10073
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/attachInternals) */
10535
10074
  attachInternals(): ElementInternals;
10536
10075
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/click) */
@@ -10602,59 +10141,26 @@ declare var HTMLEmbedElement: {
10602
10141
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFieldSetElement)
10603
10142
  */
10604
10143
  interface HTMLFieldSetElement extends HTMLElement {
10605
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFieldSetElement/disabled) */
10606
10144
  disabled: boolean;
10607
- /**
10608
- * Returns an HTMLCollection of the form controls in the element.
10609
- *
10610
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFieldSetElement/elements)
10611
- */
10145
+ /** Returns an HTMLCollection of the form controls in the element. */
10612
10146
  readonly elements: HTMLCollection;
10613
- /**
10614
- * Retrieves a reference to the form that the object is embedded in.
10615
- *
10616
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFieldSetElement/form)
10617
- */
10147
+ /** Retrieves a reference to the form that the object is embedded in. */
10618
10148
  readonly form: HTMLFormElement | null;
10619
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFieldSetElement/name) */
10620
10149
  name: string;
10621
- /**
10622
- * Returns the string "fieldset".
10623
- *
10624
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFieldSetElement/type)
10625
- */
10150
+ /** Returns the string "fieldset". */
10626
10151
  readonly type: string;
10627
- /**
10628
- * 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.
10629
- *
10630
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFieldSetElement/validationMessage)
10631
- */
10152
+ /** 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. */
10632
10153
  readonly validationMessage: string;
10633
- /**
10634
- * Returns a ValidityState object that represents the validity states of an element.
10635
- *
10636
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFieldSetElement/validity)
10637
- */
10154
+ /** Returns a ValidityState object that represents the validity states of an element. */
10638
10155
  readonly validity: ValidityState;
10639
- /**
10640
- * Returns whether an element will successfully validate based on forms validation rules and constraints.
10641
- *
10642
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFieldSetElement/willValidate)
10643
- */
10156
+ /** Returns whether an element will successfully validate based on forms validation rules and constraints. */
10644
10157
  readonly willValidate: boolean;
10645
- /**
10646
- * Returns whether a form will validate when it is submitted, without having to submit it.
10647
- *
10648
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFieldSetElement/checkValidity)
10649
- */
10158
+ /** Returns whether a form will validate when it is submitted, without having to submit it. */
10650
10159
  checkValidity(): boolean;
10651
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFieldSetElement/reportValidity) */
10652
10160
  reportValidity(): boolean;
10653
10161
  /**
10654
10162
  * Sets a custom error message that is displayed when a form is submitted.
10655
10163
  * @param error Sets a custom error message that is displayed when a form is submitted.
10656
- *
10657
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFieldSetElement/setCustomValidity)
10658
10164
  */
10659
10165
  setCustomValidity(error: string): void;
10660
10166
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLFieldSetElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
@@ -10793,11 +10299,7 @@ interface HTMLFormElement extends HTMLElement {
10793
10299
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/target)
10794
10300
  */
10795
10301
  target: string;
10796
- /**
10797
- * Returns whether a form will validate when it is submitted, without having to submit it.
10798
- *
10799
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/checkValidity)
10800
- */
10302
+ /** Returns whether a form will validate when it is submitted, without having to submit it. */
10801
10303
  checkValidity(): boolean;
10802
10304
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/reportValidity) */
10803
10305
  reportValidity(): boolean;
@@ -11360,48 +10862,23 @@ declare var HTMLImageElement: {
11360
10862
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement)
11361
10863
  */
11362
10864
  interface HTMLInputElement extends HTMLElement, PopoverInvokerElement {
11363
- /**
11364
- * Sets or retrieves a comma-separated list of content types.
11365
- *
11366
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/accept)
11367
- */
10865
+ /** Sets or retrieves a comma-separated list of content types. */
11368
10866
  accept: string;
11369
10867
  /**
11370
10868
  * Sets or retrieves how the object is aligned with adjacent text.
11371
10869
  * @deprecated
11372
10870
  */
11373
10871
  align: string;
11374
- /**
11375
- * Sets or retrieves a text alternative to the graphic.
11376
- *
11377
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/alt)
11378
- */
10872
+ /** Sets or retrieves a text alternative to the graphic. */
11379
10873
  alt: string;
11380
- /**
11381
- * Specifies whether autocomplete is applied to an editable text field.
11382
- *
11383
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/autocomplete)
11384
- */
10874
+ /** Specifies whether autocomplete is applied to an editable text field. */
11385
10875
  autocomplete: AutoFill;
11386
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/capture) */
11387
10876
  capture: string;
11388
- /**
11389
- * Sets or retrieves the state of the check box or radio button.
11390
- *
11391
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/checked)
11392
- */
10877
+ /** Sets or retrieves the state of the check box or radio button. */
11393
10878
  checked: boolean;
11394
- /**
11395
- * Sets or retrieves the state of the check box or radio button.
11396
- *
11397
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/defaultChecked)
11398
- */
10879
+ /** Sets or retrieves the state of the check box or radio button. */
11399
10880
  defaultChecked: boolean;
11400
- /**
11401
- * Sets or retrieves the initial contents of the object.
11402
- *
11403
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/defaultValue)
11404
- */
10881
+ /** Sets or retrieves the initial contents of the object. */
11405
10882
  defaultValue: string;
11406
10883
  dirName: string;
11407
10884
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/disabled) */
@@ -11412,11 +10889,7 @@ interface HTMLInputElement extends HTMLElement, PopoverInvokerElement {
11412
10889
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/files)
11413
10890
  */
11414
10891
  files: FileList | null;
11415
- /**
11416
- * Retrieves a reference to the form that the object is embedded in.
11417
- *
11418
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/form)
11419
- */
10892
+ /** Retrieves a reference to the form that the object is embedded in. */
11420
10893
  readonly form: HTMLFormElement | null;
11421
10894
  /** Overrides the action attribute (where the data on a form is sent) on the parent form element. */
11422
10895
  formAction: string;
@@ -11428,45 +10901,20 @@ interface HTMLInputElement extends HTMLElement, PopoverInvokerElement {
11428
10901
  formNoValidate: boolean;
11429
10902
  /** Overrides the target attribute on a form element. */
11430
10903
  formTarget: string;
11431
- /**
11432
- * Sets or retrieves the height of the object.
11433
- *
11434
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/height)
11435
- */
10904
+ /** Sets or retrieves the height of the object. */
11436
10905
  height: number;
11437
- /**
11438
- * When set, overrides the rendering of checkbox controls so that the current value is not visible.
11439
- *
11440
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/indeterminate)
11441
- */
10906
+ /** When set, overrides the rendering of checkbox controls so that the current value is not visible. */
11442
10907
  indeterminate: boolean;
11443
10908
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/labels) */
11444
10909
  readonly labels: NodeListOf<HTMLLabelElement> | null;
11445
- /**
11446
- * Specifies the ID of a pre-defined datalist of options for an input element.
11447
- *
11448
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/list)
11449
- */
10910
+ /** Specifies the ID of a pre-defined datalist of options for an input element. */
11450
10911
  readonly list: HTMLDataListElement | null;
11451
- /**
11452
- * Defines the maximum acceptable value for an input element with type="number".When used with the min and step attributes, lets you control the range and increment (such as only even numbers) that the user can enter into an input field.
11453
- *
11454
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/max)
11455
- */
10912
+ /** Defines the maximum acceptable value for an input element with type="number".When used with the min and step attributes, lets you control the range and increment (such as only even numbers) that the user can enter into an input field. */
11456
10913
  max: string;
11457
- /**
11458
- * Sets or retrieves the maximum number of characters that the user can enter in a text control.
11459
- *
11460
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/maxLength)
11461
- */
10914
+ /** Sets or retrieves the maximum number of characters that the user can enter in a text control. */
11462
10915
  maxLength: number;
11463
- /**
11464
- * Defines the minimum acceptable value for an input element with type="number". When used with the max and step attributes, lets you control the range and increment (such as even numbers only) that the user can enter into an input field.
11465
- *
11466
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/min)
11467
- */
10916
+ /** Defines the minimum acceptable value for an input element with type="number". When used with the max and step attributes, lets you control the range and increment (such as even numbers only) that the user can enter into an input field. */
11468
10917
  min: string;
11469
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/minLength) */
11470
10918
  minLength: number;
11471
10919
  /**
11472
10920
  * Sets or retrieves the Boolean value indicating whether multiple items can be selected from a list.
@@ -11474,31 +10922,14 @@ interface HTMLInputElement extends HTMLElement, PopoverInvokerElement {
11474
10922
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/multiple)
11475
10923
  */
11476
10924
  multiple: boolean;
11477
- /**
11478
- * Sets or retrieves the name of the object.
11479
- *
11480
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/name)
11481
- */
10925
+ /** Sets or retrieves the name of the object. */
11482
10926
  name: string;
11483
- /**
11484
- * Gets or sets a string containing a regular expression that the user's input must match.
11485
- *
11486
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/pattern)
11487
- */
10927
+ /** Gets or sets a string containing a regular expression that the user's input must match. */
11488
10928
  pattern: string;
11489
- /**
11490
- * Gets or sets a text string that is displayed in an input field as a hint or prompt to users as the format or type of information they need to enter.The text appears in an input field until the user puts focus on the field.
11491
- *
11492
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/placeholder)
11493
- */
10929
+ /** Gets or sets a text string that is displayed in an input field as a hint or prompt to users as the format or type of information they need to enter.The text appears in an input field until the user puts focus on the field. */
11494
10930
  placeholder: string;
11495
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/readOnly) */
11496
10931
  readOnly: boolean;
11497
- /**
11498
- * When present, marks an element that can't be submitted without a value.
11499
- *
11500
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/required)
11501
- */
10932
+ /** When present, marks an element that can't be submitted without a value. */
11502
10933
  required: boolean;
11503
10934
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/selectionDirection) */
11504
10935
  selectionDirection: "forward" | "backward" | "none" | null;
@@ -11514,19 +10945,10 @@ interface HTMLInputElement extends HTMLElement, PopoverInvokerElement {
11514
10945
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/selectionStart)
11515
10946
  */
11516
10947
  selectionStart: number | null;
11517
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/size) */
11518
10948
  size: number;
11519
- /**
11520
- * The address or URL of the a media resource that is to be considered.
11521
- *
11522
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/src)
11523
- */
10949
+ /** The address or URL of the a media resource that is to be considered. */
11524
10950
  src: string;
11525
- /**
11526
- * Defines an increment or jump between values that you want to allow the user to enter. When used with the max and min attributes, lets you control the range and increment (for example, allow only even numbers) that the user can enter into an input field.
11527
- *
11528
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/step)
11529
- */
10951
+ /** Defines an increment or jump between values that you want to allow the user to enter. When used with the max and min attributes, lets you control the range and increment (for example, allow only even numbers) that the user can enter into an input field. */
11530
10952
  step: string;
11531
10953
  /**
11532
10954
  * Returns the content type of the object.
@@ -11539,51 +10961,23 @@ interface HTMLInputElement extends HTMLElement, PopoverInvokerElement {
11539
10961
  * @deprecated
11540
10962
  */
11541
10963
  useMap: string;
11542
- /**
11543
- * 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.
11544
- *
11545
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/validationMessage)
11546
- */
10964
+ /** 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. */
11547
10965
  readonly validationMessage: string;
11548
- /**
11549
- * Returns a ValidityState object that represents the validity states of an element.
11550
- *
11551
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/validity)
11552
- */
10966
+ /** Returns a ValidityState object that represents the validity states of an element. */
11553
10967
  readonly validity: ValidityState;
11554
- /**
11555
- * Returns the value of the data at the cursor's current position.
11556
- *
11557
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/value)
11558
- */
10968
+ /** Returns the value of the data at the cursor's current position. */
11559
10969
  value: string;
11560
- /**
11561
- * Returns a Date object representing the form control's value, if applicable; otherwise, returns null. Can be set, to change the value. Throws an "InvalidStateError" DOMException if the control isn't date- or time-based.
11562
- *
11563
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/valueAsDate)
11564
- */
10970
+ /** Returns a Date object representing the form control's value, if applicable; otherwise, returns null. Can be set, to change the value. Throws an "InvalidStateError" DOMException if the control isn't date- or time-based. */
11565
10971
  valueAsDate: Date | null;
11566
- /**
11567
- * Returns the input field value as a number.
11568
- *
11569
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/valueAsNumber)
11570
- */
10972
+ /** Returns the input field value as a number. */
11571
10973
  valueAsNumber: number;
11572
10974
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/webkitEntries) */
11573
10975
  readonly webkitEntries: ReadonlyArray<FileSystemEntry>;
11574
10976
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/webkitdirectory) */
11575
10977
  webkitdirectory: boolean;
11576
- /**
11577
- * Sets or retrieves the width of the object.
11578
- *
11579
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/width)
11580
- */
10978
+ /** Sets or retrieves the width of the object. */
11581
10979
  width: number;
11582
- /**
11583
- * Returns whether an element will successfully validate based on forms validation rules and constraints.
11584
- *
11585
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/willValidate)
11586
- */
10980
+ /** Returns whether an element will successfully validate based on forms validation rules and constraints. */
11587
10981
  readonly willValidate: boolean;
11588
10982
  /**
11589
10983
  * Returns whether a form will validate when it is submitted, without having to submit it.
@@ -11709,11 +11103,7 @@ declare var HTMLLabelElement: {
11709
11103
  interface HTMLLegendElement extends HTMLElement {
11710
11104
  /** @deprecated */
11711
11105
  align: string;
11712
- /**
11713
- * Retrieves a reference to the form that the object is embedded in.
11714
- *
11715
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLLegendElement/form)
11716
- */
11106
+ /** Retrieves a reference to the form that the object is embedded in. */
11717
11107
  readonly form: HTMLFormElement | null;
11718
11108
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLLegendElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
11719
11109
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
@@ -11745,11 +11135,7 @@ interface HTMLLinkElement extends HTMLElement, LinkStyle {
11745
11135
  disabled: boolean;
11746
11136
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/fetchPriority) */
11747
11137
  fetchPriority: string;
11748
- /**
11749
- * Sets or retrieves a destination URL or an anchor point.
11750
- *
11751
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/href)
11752
- */
11138
+ /** Sets or retrieves a destination URL or an anchor point. */
11753
11139
  href: string;
11754
11140
  /**
11755
11141
  * Sets or retrieves the language code of the object.
@@ -11761,11 +11147,7 @@ interface HTMLLinkElement extends HTMLElement, LinkStyle {
11761
11147
  imageSrcset: string;
11762
11148
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/integrity) */
11763
11149
  integrity: string;
11764
- /**
11765
- * Sets or retrieves the media type.
11766
- *
11767
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/media)
11768
- */
11150
+ /** Sets or retrieves the media type. */
11769
11151
  media: string;
11770
11152
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/referrerPolicy) */
11771
11153
  referrerPolicy: string;
@@ -11811,11 +11193,7 @@ declare var HTMLLinkElement: {
11811
11193
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMapElement)
11812
11194
  */
11813
11195
  interface HTMLMapElement extends HTMLElement {
11814
- /**
11815
- * Retrieves a collection of the area objects defined for the given map object.
11816
- *
11817
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMapElement/areas)
11818
- */
11196
+ /** Retrieves a collection of the area objects defined for the given map object. */
11819
11197
  readonly areas: HTMLCollection;
11820
11198
  /**
11821
11199
  * Sets or retrieves the name of the object.
@@ -12166,19 +11544,13 @@ declare var HTMLMetaElement: {
12166
11544
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMeterElement)
12167
11545
  */
12168
11546
  interface HTMLMeterElement extends HTMLElement {
12169
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMeterElement/high) */
12170
11547
  high: number;
12171
11548
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMeterElement/labels) */
12172
11549
  readonly labels: NodeListOf<HTMLLabelElement>;
12173
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMeterElement/low) */
12174
11550
  low: number;
12175
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMeterElement/max) */
12176
11551
  max: number;
12177
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMeterElement/min) */
12178
11552
  min: number;
12179
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMeterElement/optimum) */
12180
11553
  optimum: number;
12181
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMeterElement/value) */
12182
11554
  value: number;
12183
11555
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLMeterElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
12184
11556
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
@@ -12358,7 +11730,6 @@ interface HTMLObjectElement extends HTMLElement {
12358
11730
  */
12359
11731
  checkValidity(): boolean;
12360
11732
  getSVGDocument(): Document | null;
12361
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLObjectElement/reportValidity) */
12362
11733
  reportValidity(): boolean;
12363
11734
  /**
12364
11735
  * Sets a custom error message that is displayed when a form is submitted.
@@ -12384,13 +11755,8 @@ declare var HTMLObjectElement: {
12384
11755
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOptGroupElement)
12385
11756
  */
12386
11757
  interface HTMLOptGroupElement extends HTMLElement {
12387
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOptGroupElement/disabled) */
12388
11758
  disabled: boolean;
12389
- /**
12390
- * Sets or retrieves a value that you can use to implement your own label functionality for the object.
12391
- *
12392
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOptGroupElement/label)
12393
- */
11759
+ /** Sets or retrieves a value that you can use to implement your own label functionality for the object. */
12394
11760
  label: string;
12395
11761
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLOptGroupElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
12396
11762
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
@@ -12409,49 +11775,20 @@ declare var HTMLOptGroupElement: {
12409
11775
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOptionElement)
12410
11776
  */
12411
11777
  interface HTMLOptionElement extends HTMLElement {
12412
- /**
12413
- * Sets or retrieves the status of an option.
12414
- *
12415
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOptionElement/defaultSelected)
12416
- */
11778
+ /** Sets or retrieves the status of an option. */
12417
11779
  defaultSelected: boolean;
12418
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOptionElement/disabled) */
12419
11780
  disabled: boolean;
12420
- /**
12421
- * Retrieves a reference to the form that the object is embedded in.
12422
- *
12423
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOptionElement/form)
12424
- */
11781
+ /** Retrieves a reference to the form that the object is embedded in. */
12425
11782
  readonly form: HTMLFormElement | null;
12426
- /**
12427
- * Sets or retrieves the ordinal position of an option in a list box.
12428
- *
12429
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOptionElement/index)
12430
- */
11783
+ /** Sets or retrieves the ordinal position of an option in a list box. */
12431
11784
  readonly index: number;
12432
- /**
12433
- * Sets or retrieves a value that you can use to implement your own label functionality for the object.
12434
- *
12435
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOptionElement/label)
12436
- */
11785
+ /** Sets or retrieves a value that you can use to implement your own label functionality for the object. */
12437
11786
  label: string;
12438
- /**
12439
- * Sets or retrieves whether the option in the list box is the default item.
12440
- *
12441
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOptionElement/selected)
12442
- */
11787
+ /** Sets or retrieves whether the option in the list box is the default item. */
12443
11788
  selected: boolean;
12444
- /**
12445
- * Sets or retrieves the text string specified by the option tag.
12446
- *
12447
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOptionElement/text)
12448
- */
11789
+ /** Sets or retrieves the text string specified by the option tag. */
12449
11790
  text: string;
12450
- /**
12451
- * Sets or retrieves the value which is returned to the server when the form control is submitted.
12452
- *
12453
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOptionElement/value)
12454
- */
11791
+ /** Sets or retrieves the value which is returned to the server when the form control is submitted. */
12455
11792
  value: string;
12456
11793
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLOptionElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
12457
11794
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
@@ -12525,38 +11862,24 @@ interface HTMLOrSVGElement {
12525
11862
  */
12526
11863
  interface HTMLOutputElement extends HTMLElement {
12527
11864
  defaultValue: string;
12528
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/form) */
12529
11865
  readonly form: HTMLFormElement | null;
12530
11866
  readonly htmlFor: DOMTokenList;
12531
11867
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/labels) */
12532
11868
  readonly labels: NodeListOf<HTMLLabelElement>;
12533
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/name) */
12534
11869
  name: string;
12535
- /**
12536
- * Returns the string "output".
12537
- *
12538
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/type)
12539
- */
11870
+ /** Returns the string "output". */
12540
11871
  readonly type: string;
12541
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/validationMessage) */
12542
11872
  readonly validationMessage: string;
12543
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/validity) */
12544
11873
  readonly validity: ValidityState;
12545
11874
  /**
12546
11875
  * Returns the element's current value.
12547
11876
  *
12548
11877
  * Can be set, to change the value.
12549
- *
12550
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/value)
12551
11878
  */
12552
11879
  value: string;
12553
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/willValidate) */
12554
11880
  readonly willValidate: boolean;
12555
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/checkValidity) */
12556
11881
  checkValidity(): boolean;
12557
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/reportValidity) */
12558
11882
  reportValidity(): boolean;
12559
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/setCustomValidity) */
12560
11883
  setCustomValidity(error: string): void;
12561
11884
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLOutputElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
12562
11885
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
@@ -12812,23 +12135,11 @@ interface HTMLSelectElement extends HTMLElement {
12812
12135
  readonly form: HTMLFormElement | null;
12813
12136
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/labels) */
12814
12137
  readonly labels: NodeListOf<HTMLLabelElement>;
12815
- /**
12816
- * Sets or retrieves the number of objects in a collection.
12817
- *
12818
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/length)
12819
- */
12138
+ /** Sets or retrieves the number of objects in a collection. */
12820
12139
  length: number;
12821
- /**
12822
- * Sets or retrieves the Boolean value indicating whether multiple items can be selected from a list.
12823
- *
12824
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/multiple)
12825
- */
12140
+ /** Sets or retrieves the Boolean value indicating whether multiple items can be selected from a list. */
12826
12141
  multiple: boolean;
12827
- /**
12828
- * Sets or retrieves the name of the object.
12829
- *
12830
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/name)
12831
- */
12142
+ /** Sets or retrieves the name of the object. */
12832
12143
  name: string;
12833
12144
  /**
12834
12145
  * Returns an HTMLOptionsCollection of the list of options.
@@ -12836,11 +12147,7 @@ interface HTMLSelectElement extends HTMLElement {
12836
12147
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/options)
12837
12148
  */
12838
12149
  readonly options: HTMLOptionsCollection;
12839
- /**
12840
- * When present, marks an element that can't be submitted without a value.
12841
- *
12842
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/required)
12843
- */
12150
+ /** When present, marks an element that can't be submitted without a value. */
12844
12151
  required: boolean;
12845
12152
  /**
12846
12153
  * Sets or retrieves the index of the selected option in a select object.
@@ -12850,11 +12157,7 @@ interface HTMLSelectElement extends HTMLElement {
12850
12157
  selectedIndex: number;
12851
12158
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/selectedOptions) */
12852
12159
  readonly selectedOptions: HTMLCollectionOf<HTMLOptionElement>;
12853
- /**
12854
- * Sets or retrieves the number of rows in the list box.
12855
- *
12856
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/size)
12857
- */
12160
+ /** Sets or retrieves the number of rows in the list box. */
12858
12161
  size: number;
12859
12162
  /**
12860
12163
  * Retrieves the type of select control based on the value of the MULTIPLE attribute.
@@ -12862,17 +12165,9 @@ interface HTMLSelectElement extends HTMLElement {
12862
12165
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/type)
12863
12166
  */
12864
12167
  readonly type: "select-one" | "select-multiple";
12865
- /**
12866
- * 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.
12867
- *
12868
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/validationMessage)
12869
- */
12168
+ /** 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. */
12870
12169
  readonly validationMessage: string;
12871
- /**
12872
- * Returns a ValidityState object that represents the validity states of an element.
12873
- *
12874
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/validity)
12875
- */
12170
+ /** Returns a ValidityState object that represents the validity states of an element. */
12876
12171
  readonly validity: ValidityState;
12877
12172
  /**
12878
12173
  * Sets or retrieves the value which is returned to the server when the form control is submitted.
@@ -12880,11 +12175,7 @@ interface HTMLSelectElement extends HTMLElement {
12880
12175
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/value)
12881
12176
  */
12882
12177
  value: string;
12883
- /**
12884
- * Returns whether an element will successfully validate based on forms validation rules and constraints.
12885
- *
12886
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/willValidate)
12887
- */
12178
+ /** Returns whether an element will successfully validate based on forms validation rules and constraints. */
12888
12179
  readonly willValidate: boolean;
12889
12180
  /**
12890
12181
  * Adds an element to the areas, controlRange, or options collection.
@@ -12923,7 +12214,6 @@ interface HTMLSelectElement extends HTMLElement {
12923
12214
  */
12924
12215
  remove(): void;
12925
12216
  remove(index: number): void;
12926
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/reportValidity) */
12927
12217
  reportValidity(): boolean;
12928
12218
  /**
12929
12219
  * Sets a custom error message that is displayed when a form is submitted.
@@ -13058,8 +12348,6 @@ interface HTMLTableCaptionElement extends HTMLElement {
13058
12348
  /**
13059
12349
  * Sets or retrieves the alignment of the caption or legend.
13060
12350
  * @deprecated
13061
- *
13062
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCaptionElement/align)
13063
12351
  */
13064
12352
  align: string;
13065
12353
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLTableCaptionElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
@@ -13422,8 +12710,6 @@ interface HTMLTableRowElement extends HTMLElement {
13422
12710
  /**
13423
12711
  * Sets or retrieves how the object is aligned with adjacent text.
13424
12712
  * @deprecated
13425
- *
13426
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableRowElement/align)
13427
12713
  */
13428
12714
  align: string;
13429
12715
  /**
@@ -13462,11 +12748,7 @@ interface HTMLTableRowElement extends HTMLElement {
13462
12748
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableRowElement/sectionRowIndex)
13463
12749
  */
13464
12750
  readonly sectionRowIndex: number;
13465
- /**
13466
- * @deprecated
13467
- *
13468
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableRowElement/vAlign)
13469
- */
12751
+ /** @deprecated */
13470
12752
  vAlign: string;
13471
12753
  /**
13472
12754
  * Removes the specified cell from the table row, as well as from the cells collection.
@@ -13502,8 +12784,6 @@ interface HTMLTableSectionElement extends HTMLElement {
13502
12784
  /**
13503
12785
  * Sets or retrieves a value that indicates the table alignment.
13504
12786
  * @deprecated
13505
- *
13506
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableSectionElement/align)
13507
12787
  */
13508
12788
  align: string;
13509
12789
  /**
@@ -13524,11 +12804,7 @@ interface HTMLTableSectionElement extends HTMLElement {
13524
12804
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableSectionElement/rows)
13525
12805
  */
13526
12806
  readonly rows: HTMLCollectionOf<HTMLTableRowElement>;
13527
- /**
13528
- * @deprecated
13529
- *
13530
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableSectionElement/vAlign)
13531
- */
12807
+ /** @deprecated */
13532
12808
  vAlign: string;
13533
12809
  /**
13534
12810
  * Removes the specified row (tr) from the element and from the rows collection.
@@ -13592,84 +12868,35 @@ declare var HTMLTemplateElement: {
13592
12868
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement)
13593
12869
  */
13594
12870
  interface HTMLTextAreaElement extends HTMLElement {
13595
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/autocomplete) */
13596
12871
  autocomplete: AutoFill;
13597
- /**
13598
- * Sets or retrieves the width of the object.
13599
- *
13600
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/cols)
13601
- */
12872
+ /** Sets or retrieves the width of the object. */
13602
12873
  cols: number;
13603
- /**
13604
- * Sets or retrieves the initial contents of the object.
13605
- *
13606
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/defaultValue)
13607
- */
12874
+ /** Sets or retrieves the initial contents of the object. */
13608
12875
  defaultValue: string;
13609
12876
  dirName: string;
13610
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/disabled) */
13611
12877
  disabled: boolean;
13612
- /**
13613
- * Retrieves a reference to the form that the object is embedded in.
13614
- *
13615
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/form)
13616
- */
12878
+ /** Retrieves a reference to the form that the object is embedded in. */
13617
12879
  readonly form: HTMLFormElement | null;
13618
12880
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/labels) */
13619
12881
  readonly labels: NodeListOf<HTMLLabelElement>;
13620
- /**
13621
- * Sets or retrieves the maximum number of characters that the user can enter in a text control.
13622
- *
13623
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/maxLength)
13624
- */
12882
+ /** Sets or retrieves the maximum number of characters that the user can enter in a text control. */
13625
12883
  maxLength: number;
13626
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/minLength) */
13627
12884
  minLength: number;
13628
- /**
13629
- * Sets or retrieves the name of the object.
13630
- *
13631
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/name)
13632
- */
12885
+ /** Sets or retrieves the name of the object. */
13633
12886
  name: string;
13634
- /**
13635
- * Gets or sets a text string that is displayed in an input field as a hint or prompt to users as the format or type of information they need to enter.The text appears in an input field until the user puts focus on the field.
13636
- *
13637
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/placeholder)
13638
- */
12887
+ /** Gets or sets a text string that is displayed in an input field as a hint or prompt to users as the format or type of information they need to enter.The text appears in an input field until the user puts focus on the field. */
13639
12888
  placeholder: string;
13640
- /**
13641
- * Sets or retrieves the value indicated whether the content of the object is read-only.
13642
- *
13643
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/readOnly)
13644
- */
12889
+ /** Sets or retrieves the value indicated whether the content of the object is read-only. */
13645
12890
  readOnly: boolean;
13646
- /**
13647
- * When present, marks an element that can't be submitted without a value.
13648
- *
13649
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/required)
13650
- */
12891
+ /** When present, marks an element that can't be submitted without a value. */
13651
12892
  required: boolean;
13652
- /**
13653
- * Sets or retrieves the number of horizontal rows contained in the object.
13654
- *
13655
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/rows)
13656
- */
12893
+ /** Sets or retrieves the number of horizontal rows contained in the object. */
13657
12894
  rows: number;
13658
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/selectionDirection) */
13659
12895
  selectionDirection: "forward" | "backward" | "none";
13660
- /**
13661
- * Gets or sets the end position or offset of a text selection.
13662
- *
13663
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/selectionEnd)
13664
- */
12896
+ /** Gets or sets the end position or offset of a text selection. */
13665
12897
  selectionEnd: number;
13666
- /**
13667
- * Gets or sets the starting position or offset of a text selection.
13668
- *
13669
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/selectionStart)
13670
- */
12898
+ /** Gets or sets the starting position or offset of a text selection. */
13671
12899
  selectionStart: number;
13672
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/textLength) */
13673
12900
  readonly textLength: number;
13674
12901
  /**
13675
12902
  * Retrieves the type of control.
@@ -13677,58 +12904,26 @@ interface HTMLTextAreaElement extends HTMLElement {
13677
12904
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/type)
13678
12905
  */
13679
12906
  readonly type: string;
13680
- /**
13681
- * 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.
13682
- *
13683
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/validationMessage)
13684
- */
12907
+ /** 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. */
13685
12908
  readonly validationMessage: string;
13686
- /**
13687
- * Returns a ValidityState object that represents the validity states of an element.
13688
- *
13689
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/validity)
13690
- */
12909
+ /** Returns a ValidityState object that represents the validity states of an element. */
13691
12910
  readonly validity: ValidityState;
13692
- /**
13693
- * Retrieves or sets the text in the entry field of the textArea element.
13694
- *
13695
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/value)
13696
- */
12911
+ /** Retrieves or sets the text in the entry field of the textArea element. */
13697
12912
  value: string;
13698
- /**
13699
- * Returns whether an element will successfully validate based on forms validation rules and constraints.
13700
- *
13701
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/willValidate)
13702
- */
12913
+ /** Returns whether an element will successfully validate based on forms validation rules and constraints. */
13703
12914
  readonly willValidate: boolean;
13704
- /**
13705
- * Sets or retrieves how to handle wordwrapping in the object.
13706
- *
13707
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/wrap)
13708
- */
12915
+ /** Sets or retrieves how to handle wordwrapping in the object. */
13709
12916
  wrap: string;
13710
- /**
13711
- * Returns whether a form will validate when it is submitted, without having to submit it.
13712
- *
13713
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/checkValidity)
13714
- */
12917
+ /** Returns whether a form will validate when it is submitted, without having to submit it. */
13715
12918
  checkValidity(): boolean;
13716
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/reportValidity) */
13717
12919
  reportValidity(): boolean;
13718
- /**
13719
- * Highlights the input area of a form element.
13720
- *
13721
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/select)
13722
- */
12920
+ /** Highlights the input area of a form element. */
13723
12921
  select(): void;
13724
12922
  /**
13725
12923
  * Sets a custom error message that is displayed when a form is submitted.
13726
12924
  * @param error Sets a custom error message that is displayed when a form is submitted.
13727
- *
13728
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/setCustomValidity)
13729
12925
  */
13730
12926
  setCustomValidity(error: string): void;
13731
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/setRangeText) */
13732
12927
  setRangeText(replacement: string): void;
13733
12928
  setRangeText(replacement: string, start: number, end: number, selectionMode?: SelectionMode): void;
13734
12929
  /**
@@ -13736,8 +12931,6 @@ interface HTMLTextAreaElement extends HTMLElement {
13736
12931
  * @param start The offset into the text field for the start of the selection.
13737
12932
  * @param end The offset into the text field for the end of the selection.
13738
12933
  * @param direction The direction in which the selection is performed.
13739
- *
13740
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/setSelectionRange)
13741
12934
  */
13742
12935
  setSelectionRange(start: number | null, end: number | null, direction?: "forward" | "backward" | "none"): void;
13743
12936
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLTextAreaElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
@@ -13866,8 +13059,8 @@ declare var HTMLUnknownElement: {
13866
13059
  };
13867
13060
 
13868
13061
  interface HTMLVideoElementEventMap extends HTMLMediaElementEventMap {
13869
- "enterpictureinpicture": PictureInPictureEvent;
13870
- "leavepictureinpicture": PictureInPictureEvent;
13062
+ "enterpictureinpicture": Event;
13063
+ "leavepictureinpicture": Event;
13871
13064
  }
13872
13065
 
13873
13066
  /**
@@ -13885,9 +13078,9 @@ interface HTMLVideoElement extends HTMLMediaElement {
13885
13078
  */
13886
13079
  height: number;
13887
13080
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLVideoElement/enterpictureinpicture_event) */
13888
- onenterpictureinpicture: ((this: HTMLVideoElement, ev: PictureInPictureEvent) => any) | null;
13081
+ onenterpictureinpicture: ((this: HTMLVideoElement, ev: Event) => any) | null;
13889
13082
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLVideoElement/leavepictureinpicture_event) */
13890
- onleavepictureinpicture: ((this: HTMLVideoElement, ev: PictureInPictureEvent) => any) | null;
13083
+ onleavepictureinpicture: ((this: HTMLVideoElement, ev: Event) => any) | null;
13891
13084
  /** Gets or sets the playsinline of the video element. for example, On iPhone, video elements will now be allowed to play inline, and will not automatically enter fullscreen mode when playback begins. */
13892
13085
  playsInline: boolean;
13893
13086
  /**
@@ -14666,7 +13859,7 @@ interface IDBTransaction extends EventTarget {
14666
13859
  /**
14667
13860
  * Returns a list of the names of object stores in the transaction's scope. For an upgrade transaction this is all object stores in the database.
14668
13861
  *
14669
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/IDBTransaction/objectStoreNames)
13862
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/IDBTransaction/ObjectStoreNames)
14670
13863
  */
14671
13864
  readonly objectStoreNames: DOMStringList;
14672
13865
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/IDBTransaction/abort_event) */
@@ -14774,11 +13967,7 @@ declare var ImageBitmap: {
14774
13967
 
14775
13968
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageBitmapRenderingContext) */
14776
13969
  interface ImageBitmapRenderingContext {
14777
- /**
14778
- * Returns the canvas element that the context is bound to.
14779
- *
14780
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageBitmapRenderingContext/canvas)
14781
- */
13970
+ /** Returns the canvas element that the context is bound to. */
14782
13971
  readonly canvas: HTMLCanvasElement | OffscreenCanvas;
14783
13972
  /**
14784
13973
  * Transfers the underlying bitmap data from imageBitmap to context, and the bitmap becomes the contents of the canvas element to which context is bound.
@@ -14917,7 +14106,7 @@ interface IntersectionObserverEntry {
14917
14106
 
14918
14107
  declare var IntersectionObserverEntry: {
14919
14108
  prototype: IntersectionObserverEntry;
14920
- new(): IntersectionObserverEntry;
14109
+ new(intersectionObserverEntryInit: IntersectionObserverEntryInit): IntersectionObserverEntry;
14921
14110
  };
14922
14111
 
14923
14112
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/KHR_parallel_shader_compile) */
@@ -15178,7 +14367,7 @@ declare var LockManager: {
15178
14367
  };
15179
14368
 
15180
14369
  interface MIDIAccessEventMap {
15181
- "statechange": MIDIConnectionEvent;
14370
+ "statechange": Event;
15182
14371
  }
15183
14372
 
15184
14373
  /**
@@ -15190,7 +14379,7 @@ interface MIDIAccess extends EventTarget {
15190
14379
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MIDIAccess/inputs) */
15191
14380
  readonly inputs: MIDIInputMap;
15192
14381
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MIDIAccess/statechange_event) */
15193
- onstatechange: ((this: MIDIAccess, ev: MIDIConnectionEvent) => any) | null;
14382
+ onstatechange: ((this: MIDIAccess, ev: Event) => any) | null;
15194
14383
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MIDIAccess/outputs) */
15195
14384
  readonly outputs: MIDIOutputMap;
15196
14385
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MIDIAccess/sysexEnabled) */
@@ -15598,7 +14787,6 @@ declare var MediaKeySystemAccess: {
15598
14787
  interface MediaKeys {
15599
14788
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MediaKeys/createSession) */
15600
14789
  createSession(sessionType?: MediaKeySessionType): MediaKeySession;
15601
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MediaKeys/getStatusForPolicy) */
15602
14790
  getStatusForPolicy(policy?: MediaKeysPolicy): Promise<MediaKeyStatus>;
15603
14791
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MediaKeys/setServerCertificate) */
15604
14792
  setServerCertificate(serverCertificate: BufferSource): Promise<boolean>;
@@ -15701,7 +14889,7 @@ declare var MediaQueryListEvent: {
15701
14889
 
15702
14890
  interface MediaRecorderEventMap {
15703
14891
  "dataavailable": BlobEvent;
15704
- "error": ErrorEvent;
14892
+ "error": Event;
15705
14893
  "pause": Event;
15706
14894
  "resume": Event;
15707
14895
  "start": Event;
@@ -15717,7 +14905,7 @@ interface MediaRecorder extends EventTarget {
15717
14905
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MediaRecorder/dataavailable_event) */
15718
14906
  ondataavailable: ((this: MediaRecorder, ev: BlobEvent) => any) | null;
15719
14907
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MediaRecorder/error_event) */
15720
- onerror: ((this: MediaRecorder, ev: ErrorEvent) => any) | null;
14908
+ onerror: ((this: MediaRecorder, ev: Event) => any) | null;
15721
14909
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MediaRecorder/pause_event) */
15722
14910
  onpause: ((this: MediaRecorder, ev: Event) => any) | null;
15723
14911
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MediaRecorder/resume_event) */
@@ -16208,6 +15396,63 @@ declare var MouseEvent: {
16208
15396
  new(type: string, eventInitDict?: MouseEventInit): MouseEvent;
16209
15397
  };
16210
15398
 
15399
+ /**
15400
+ * Provides event properties that are specific to modifications to the Document Object Model (DOM) hierarchy and nodes.
15401
+ * @deprecated DOM4 [DOM] provides a new mechanism using a MutationObserver interface which addresses the use cases that mutation events solve, but in a more performant manner. Thus, this specification describes mutation events for reference and completeness of legacy behavior, but deprecates the use of the MutationEvent interface.
15402
+ *
15403
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/MutationEvent)
15404
+ */
15405
+ interface MutationEvent extends Event {
15406
+ /**
15407
+ * @deprecated
15408
+ *
15409
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/MutationEvent/attrChange)
15410
+ */
15411
+ readonly attrChange: number;
15412
+ /**
15413
+ * @deprecated
15414
+ *
15415
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/MutationEvent/attrName)
15416
+ */
15417
+ readonly attrName: string;
15418
+ /**
15419
+ * @deprecated
15420
+ *
15421
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/MutationEvent/newValue)
15422
+ */
15423
+ readonly newValue: string;
15424
+ /**
15425
+ * @deprecated
15426
+ *
15427
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/MutationEvent/prevValue)
15428
+ */
15429
+ readonly prevValue: string;
15430
+ /**
15431
+ * @deprecated
15432
+ *
15433
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/MutationEvent/relatedNode)
15434
+ */
15435
+ readonly relatedNode: Node | null;
15436
+ /**
15437
+ * @deprecated
15438
+ *
15439
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/MutationEvent/initMutationEvent)
15440
+ */
15441
+ initMutationEvent(typeArg: string, bubblesArg?: boolean, cancelableArg?: boolean, relatedNodeArg?: Node | null, prevValueArg?: string, newValueArg?: string, attrNameArg?: string, attrChangeArg?: number): void;
15442
+ readonly MODIFICATION: 1;
15443
+ readonly ADDITION: 2;
15444
+ readonly REMOVAL: 3;
15445
+ }
15446
+
15447
+ /** @deprecated */
15448
+ declare var MutationEvent: {
15449
+ prototype: MutationEvent;
15450
+ new(): MutationEvent;
15451
+ readonly MODIFICATION: 1;
15452
+ readonly ADDITION: 2;
15453
+ readonly REMOVAL: 3;
15454
+ };
15455
+
16211
15456
  /**
16212
15457
  * Provides the ability to watch for changes being made to the DOM tree. It is designed as a replacement for the older Mutation Events feature which was part of the DOM3 Events specification.
16213
15458
  *
@@ -17017,7 +16262,7 @@ interface OES_vertex_array_object {
17017
16262
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/OES_vertex_array_object/bindVertexArrayOES) */
17018
16263
  bindVertexArrayOES(arrayObject: WebGLVertexArrayObjectOES | null): void;
17019
16264
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/OES_vertex_array_object/createVertexArrayOES) */
17020
- createVertexArrayOES(): WebGLVertexArrayObjectOES;
16265
+ createVertexArrayOES(): WebGLVertexArrayObjectOES | null;
17021
16266
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/OES_vertex_array_object/deleteVertexArrayOES) */
17022
16267
  deleteVertexArrayOES(arrayObject: WebGLVertexArrayObjectOES | null): void;
17023
16268
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/OES_vertex_array_object/isVertexArrayOES) */
@@ -17150,7 +16395,6 @@ declare var OffscreenCanvas: {
17150
16395
 
17151
16396
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/OffscreenCanvasRenderingContext2D) */
17152
16397
  interface OffscreenCanvasRenderingContext2D extends CanvasCompositing, CanvasDrawImage, CanvasDrawPath, CanvasFillStrokeStyles, CanvasFilters, CanvasImageData, CanvasImageSmoothing, CanvasPath, CanvasPathDrawingStyles, CanvasRect, CanvasShadowStyles, CanvasState, CanvasText, CanvasTextDrawingStyles, CanvasTransform {
17153
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/canvas) */
17154
16398
  readonly canvas: OffscreenCanvas;
17155
16399
  }
17156
16400
 
@@ -17364,37 +16608,6 @@ declare var Path2D: {
17364
16608
  new(path?: Path2D | string): Path2D;
17365
16609
  };
17366
16610
 
17367
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ContactAddress) */
17368
- interface PaymentAddress {
17369
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ContactAddress/addressLine) */
17370
- readonly addressLine: ReadonlyArray<string>;
17371
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ContactAddress/city) */
17372
- readonly city: string;
17373
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ContactAddress/country) */
17374
- readonly country: string;
17375
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ContactAddress/dependentLocality) */
17376
- readonly dependentLocality: string;
17377
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ContactAddress/organization) */
17378
- readonly organization: string;
17379
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ContactAddress/phone) */
17380
- readonly phone: string;
17381
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ContactAddress/postalCode) */
17382
- readonly postalCode: string;
17383
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ContactAddress/recipient) */
17384
- readonly recipient: string;
17385
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ContactAddress/region) */
17386
- readonly region: string;
17387
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ContactAddress/sortingCode) */
17388
- readonly sortingCode: string;
17389
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ContactAddress/toJSON) */
17390
- toJSON(): any;
17391
- }
17392
-
17393
- declare var PaymentAddress: {
17394
- prototype: PaymentAddress;
17395
- new(): PaymentAddress;
17396
- };
17397
-
17398
16611
  /**
17399
16612
  * Available only in secure contexts.
17400
16613
  *
@@ -17413,9 +16626,7 @@ declare var PaymentMethodChangeEvent: {
17413
16626
  };
17414
16627
 
17415
16628
  interface PaymentRequestEventMap {
17416
- "paymentmethodchange": PaymentMethodChangeEvent;
17417
- "shippingaddresschange": PaymentRequestUpdateEvent;
17418
- "shippingoptionchange": PaymentRequestUpdateEvent;
16629
+ "paymentmethodchange": Event;
17419
16630
  }
17420
16631
 
17421
16632
  /**
@@ -17428,37 +16639,7 @@ interface PaymentRequest extends EventTarget {
17428
16639
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PaymentRequest/id) */
17429
16640
  readonly id: string;
17430
16641
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PaymentRequest/paymentmethodchange_event) */
17431
- onpaymentmethodchange: ((this: PaymentRequest, ev: PaymentMethodChangeEvent) => any) | null;
17432
- /**
17433
- * @deprecated
17434
- *
17435
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/PaymentRequest/shippingaddresschange_event)
17436
- */
17437
- onshippingaddresschange: ((this: PaymentRequest, ev: PaymentRequestUpdateEvent) => any) | null;
17438
- /**
17439
- * @deprecated
17440
- *
17441
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/PaymentRequest/shippingoptionchange_event)
17442
- */
17443
- onshippingoptionchange: ((this: PaymentRequest, ev: PaymentRequestUpdateEvent) => any) | null;
17444
- /**
17445
- * @deprecated
17446
- *
17447
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/PaymentRequest/shippingAddress)
17448
- */
17449
- readonly shippingAddress: PaymentAddress | null;
17450
- /**
17451
- * @deprecated
17452
- *
17453
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/PaymentRequest/shippingOption)
17454
- */
17455
- readonly shippingOption: string | null;
17456
- /**
17457
- * @deprecated
17458
- *
17459
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/PaymentRequest/shippingType)
17460
- */
17461
- readonly shippingType: PaymentShippingType | null;
16642
+ onpaymentmethodchange: ((this: PaymentRequest, ev: Event) => any) | null;
17462
16643
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PaymentRequest/abort) */
17463
16644
  abort(): Promise<void>;
17464
16645
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PaymentRequest/canMakePayment) */
@@ -17473,7 +16654,7 @@ interface PaymentRequest extends EventTarget {
17473
16654
 
17474
16655
  declare var PaymentRequest: {
17475
16656
  prototype: PaymentRequest;
17476
- new(methodData: PaymentMethodData[], details: PaymentDetailsInit, options?: PaymentOptions): PaymentRequest;
16657
+ new(methodData: PaymentMethodData[], details: PaymentDetailsInit): PaymentRequest;
17477
16658
  };
17478
16659
 
17479
16660
  /**
@@ -17492,10 +16673,6 @@ declare var PaymentRequestUpdateEvent: {
17492
16673
  new(type: string, eventInitDict?: PaymentRequestUpdateEventInit): PaymentRequestUpdateEvent;
17493
16674
  };
17494
16675
 
17495
- interface PaymentResponseEventMap {
17496
- "payerdetailchange": PaymentRequestUpdateEvent;
17497
- }
17498
-
17499
16676
  /**
17500
16677
  * This Payment Request API interface is returned after a user selects a payment method and approves a payment request.
17501
16678
  * Available only in secure contexts.
@@ -17507,30 +16684,14 @@ interface PaymentResponse extends EventTarget {
17507
16684
  readonly details: any;
17508
16685
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PaymentResponse/methodName) */
17509
16686
  readonly methodName: string;
17510
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PaymentResponse/payerdetailchange_event) */
17511
- onpayerdetailchange: ((this: PaymentResponse, ev: PaymentRequestUpdateEvent) => any) | null;
17512
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PaymentResponse/payerEmail) */
17513
- readonly payerEmail: string | null;
17514
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PaymentResponse/payerName) */
17515
- readonly payerName: string | null;
17516
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PaymentResponse/payerPhone) */
17517
- readonly payerPhone: string | null;
17518
16687
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PaymentResponse/requestId) */
17519
16688
  readonly requestId: string;
17520
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PaymentResponse/shippingAddress) */
17521
- readonly shippingAddress: PaymentAddress | null;
17522
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PaymentResponse/shippingOption) */
17523
- readonly shippingOption: string | null;
17524
16689
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PaymentResponse/complete) */
17525
16690
  complete(result?: PaymentComplete): Promise<void>;
17526
16691
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PaymentResponse/retry) */
17527
16692
  retry(errorFields?: PaymentValidationErrors): Promise<void>;
17528
16693
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PaymentResponse/toJSON) */
17529
16694
  toJSON(): any;
17530
- addEventListener<K extends keyof PaymentResponseEventMap>(type: K, listener: (this: PaymentResponse, ev: PaymentResponseEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
17531
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
17532
- removeEventListener<K extends keyof PaymentResponseEventMap>(type: K, listener: (this: PaymentResponse, ev: PaymentResponseEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
17533
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
17534
16695
  }
17535
16696
 
17536
16697
  declare var PaymentResponse: {
@@ -17822,8 +16983,6 @@ interface PerformanceResourceTiming extends PerformanceEntry {
17822
16983
  readonly responseEnd: DOMHighResTimeStamp;
17823
16984
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceResourceTiming/responseStart) */
17824
16985
  readonly responseStart: DOMHighResTimeStamp;
17825
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceResourceTiming/responseStatus) */
17826
- readonly responseStatus: number;
17827
16986
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceResourceTiming/secureConnectionStart) */
17828
16987
  readonly secureConnectionStart: DOMHighResTimeStamp;
17829
16988
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceResourceTiming/serverTiming) */
@@ -18159,10 +17318,6 @@ declare var PluginArray: {
18159
17318
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/PointerEvent)
18160
17319
  */
18161
17320
  interface PointerEvent extends MouseEvent {
18162
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PointerEvent/altitudeAngle) */
18163
- readonly altitudeAngle: number;
18164
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PointerEvent/azimuthAngle) */
18165
- readonly azimuthAngle: number;
18166
17321
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PointerEvent/height) */
18167
17322
  readonly height: number;
18168
17323
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PointerEvent/isPrimary) */
@@ -18288,21 +17443,15 @@ interface PublicKeyCredential extends Credential {
18288
17443
  readonly response: AuthenticatorResponse;
18289
17444
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/getClientExtensionResults) */
18290
17445
  getClientExtensionResults(): AuthenticationExtensionsClientOutputs;
18291
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/toJSON) */
18292
- toJSON(): PublicKeyCredentialJSON;
18293
17446
  }
18294
17447
 
18295
17448
  declare var PublicKeyCredential: {
18296
17449
  prototype: PublicKeyCredential;
18297
17450
  new(): PublicKeyCredential;
18298
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/isConditionalMediationAvailable_static) */
17451
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/isConditionalMediationAvailable) */
18299
17452
  isConditionalMediationAvailable(): Promise<boolean>;
18300
17453
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/isUserVerifyingPlatformAuthenticatorAvailable_static) */
18301
17454
  isUserVerifyingPlatformAuthenticatorAvailable(): Promise<boolean>;
18302
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/parseCreationOptionsFromJSON_static) */
18303
- parseCreationOptionsFromJSON(options: PublicKeyCredentialCreationOptionsJSON): PublicKeyCredentialCreationOptions;
18304
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/parseRequestOptionsFromJSON_static) */
18305
- parseRequestOptionsFromJSON(options: PublicKeyCredentialRequestOptionsJSON): PublicKeyCredentialRequestOptions;
18306
17455
  };
18307
17456
 
18308
17457
  /**
@@ -18427,7 +17576,7 @@ interface RTCDataChannelEventMap {
18427
17576
  "bufferedamountlow": Event;
18428
17577
  "close": Event;
18429
17578
  "closing": Event;
18430
- "error": RTCErrorEvent;
17579
+ "error": Event;
18431
17580
  "message": MessageEvent;
18432
17581
  "open": Event;
18433
17582
  }
@@ -18457,7 +17606,7 @@ interface RTCDataChannel extends EventTarget {
18457
17606
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCDataChannel/closing_event) */
18458
17607
  onclosing: ((this: RTCDataChannel, ev: Event) => any) | null;
18459
17608
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCDataChannel/error_event) */
18460
- onerror: ((this: RTCDataChannel, ev: RTCErrorEvent) => any) | null;
17609
+ onerror: ((this: RTCDataChannel, ev: Event) => any) | null;
18461
17610
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCDataChannel/message_event) */
18462
17611
  onmessage: ((this: RTCDataChannel, ev: MessageEvent) => any) | null;
18463
17612
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCDataChannel/open_event) */
@@ -18498,7 +17647,7 @@ declare var RTCDataChannelEvent: {
18498
17647
  };
18499
17648
 
18500
17649
  interface RTCDtlsTransportEventMap {
18501
- "error": RTCErrorEvent;
17650
+ "error": Event;
18502
17651
  "statechange": Event;
18503
17652
  }
18504
17653
 
@@ -18507,7 +17656,7 @@ interface RTCDtlsTransport extends EventTarget {
18507
17656
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCDtlsTransport/iceTransport) */
18508
17657
  readonly iceTransport: RTCIceTransport;
18509
17658
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCDtlsTransport/error_event) */
18510
- onerror: ((this: RTCDtlsTransport, ev: RTCErrorEvent) => any) | null;
17659
+ onerror: ((this: RTCDtlsTransport, ev: Event) => any) | null;
18511
17660
  onstatechange: ((this: RTCDtlsTransport, ev: Event) => any) | null;
18512
17661
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCDtlsTransport/state) */
18513
17662
  readonly state: RTCDtlsTransportState;
@@ -18729,9 +17878,9 @@ interface RTCPeerConnection extends EventTarget {
18729
17878
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCPeerConnection/signalingState) */
18730
17879
  readonly signalingState: RTCSignalingState;
18731
17880
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCPeerConnection/addIceCandidate) */
18732
- addIceCandidate(candidate?: RTCIceCandidateInit | null): Promise<void>;
17881
+ addIceCandidate(candidate?: RTCIceCandidateInit): Promise<void>;
18733
17882
  /** @deprecated */
18734
- addIceCandidate(candidate: RTCIceCandidateInit | null, successCallback: VoidFunction, failureCallback: RTCPeerConnectionErrorCallback): Promise<void>;
17883
+ addIceCandidate(candidate: RTCIceCandidateInit, successCallback: VoidFunction, failureCallback: RTCPeerConnectionErrorCallback): Promise<void>;
18735
17884
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCPeerConnection/addTrack) */
18736
17885
  addTrack(track: MediaStreamTrack, ...streams: MediaStream[]): RTCRtpSender;
18737
17886
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCPeerConnection/addTransceiver) */
@@ -19135,7 +18284,7 @@ interface ReadableStreamBYOBReader extends ReadableStreamGenericReader {
19135
18284
 
19136
18285
  declare var ReadableStreamBYOBReader: {
19137
18286
  prototype: ReadableStreamBYOBReader;
19138
- new(stream: ReadableStream<Uint8Array>): ReadableStreamBYOBReader;
18287
+ new(stream: ReadableStream): ReadableStreamBYOBReader;
19139
18288
  };
19140
18289
 
19141
18290
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBRequest) */
@@ -20717,23 +19866,14 @@ declare var SVGLength: {
20717
19866
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGLengthList)
20718
19867
  */
20719
19868
  interface SVGLengthList {
20720
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGLengthList/length) */
20721
19869
  readonly length: number;
20722
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGLengthList/numberOfItems) */
20723
19870
  readonly numberOfItems: number;
20724
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGLengthList/appendItem) */
20725
19871
  appendItem(newItem: SVGLength): SVGLength;
20726
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGLengthList/clear) */
20727
19872
  clear(): void;
20728
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGLengthList/getItem) */
20729
19873
  getItem(index: number): SVGLength;
20730
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGLengthList/initialize) */
20731
19874
  initialize(newItem: SVGLength): SVGLength;
20732
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGLengthList/insertItemBefore) */
20733
19875
  insertItemBefore(newItem: SVGLength, index: number): SVGLength;
20734
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGLengthList/removeItem) */
20735
19876
  removeItem(index: number): SVGLength;
20736
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGLengthList/replaceItem) */
20737
19877
  replaceItem(newItem: SVGLength, index: number): SVGLength;
20738
19878
  [index: number]: SVGLength;
20739
19879
  }
@@ -22466,7 +21606,7 @@ interface SubtleCrypto {
22466
21606
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/decrypt) */
22467
21607
  decrypt(algorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, key: CryptoKey, data: BufferSource): Promise<ArrayBuffer>;
22468
21608
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/deriveBits) */
22469
- deriveBits(algorithm: AlgorithmIdentifier | EcdhKeyDeriveParams | HkdfParams | Pbkdf2Params, baseKey: CryptoKey, length?: number | null): Promise<ArrayBuffer>;
21609
+ deriveBits(algorithm: AlgorithmIdentifier | EcdhKeyDeriveParams | HkdfParams | Pbkdf2Params, baseKey: CryptoKey, length: number): Promise<ArrayBuffer>;
22470
21610
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/deriveKey) */
22471
21611
  deriveKey(algorithm: AlgorithmIdentifier | EcdhKeyDeriveParams | HkdfParams | Pbkdf2Params, baseKey: CryptoKey, derivedKeyType: AlgorithmIdentifier | AesDerivedKeyParams | HmacImportParams | HkdfParams | Pbkdf2Params, extractable: boolean, keyUsages: KeyUsage[]): Promise<CryptoKey>;
22472
21612
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/digest) */
@@ -22631,27 +21771,11 @@ declare var TextEncoderStream: {
22631
21771
  new(): TextEncoderStream;
22632
21772
  };
22633
21773
 
22634
- /**
22635
- * @deprecated
22636
- *
22637
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEvent)
22638
- */
22639
21774
  interface TextEvent extends UIEvent {
22640
- /**
22641
- * @deprecated
22642
- *
22643
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEvent/data)
22644
- */
22645
21775
  readonly data: string;
22646
- /**
22647
- * @deprecated
22648
- *
22649
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEvent/initTextEvent)
22650
- */
22651
21776
  initTextEvent(type: string, bubbles?: boolean, cancelable?: boolean, view?: Window | null, data?: string): void;
22652
21777
  }
22653
21778
 
22654
- /** @deprecated */
22655
21779
  declare var TextEvent: {
22656
21780
  prototype: TextEvent;
22657
21781
  new(): TextEvent;
@@ -22933,7 +22057,7 @@ interface TextTrackList extends EventTarget {
22933
22057
  onaddtrack: ((this: TextTrackList, ev: TrackEvent) => any) | null;
22934
22058
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextTrackList/change_event) */
22935
22059
  onchange: ((this: TextTrackList, ev: Event) => any) | null;
22936
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextTrackList/removetrack_event) */
22060
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextTrackList/removeTrack_event) */
22937
22061
  onremovetrack: ((this: TextTrackList, ev: TrackEvent) => any) | null;
22938
22062
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextTrackList/getTrackById) */
22939
22063
  getTrackById(id: string): TextTrack | null;
@@ -23318,7 +22442,7 @@ declare var URLSearchParams: {
23318
22442
  interface UserActivation {
23319
22443
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/UserActivation/hasBeenActive) */
23320
22444
  readonly hasBeenActive: boolean;
23321
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/UserActivation/isActive) */
22445
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/UserActivation/hasBeenActive) */
23322
22446
  readonly isActive: boolean;
23323
22447
  }
23324
22448
 
@@ -23387,7 +22511,6 @@ declare var VTTRegion: {
23387
22511
  interface ValidityState {
23388
22512
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ValidityState/badInput) */
23389
22513
  readonly badInput: boolean;
23390
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ValidityState/customError) */
23391
22514
  readonly customError: boolean;
23392
22515
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ValidityState/patternMismatch) */
23393
22516
  readonly patternMismatch: boolean;
@@ -23403,7 +22526,6 @@ interface ValidityState {
23403
22526
  readonly tooShort: boolean;
23404
22527
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ValidityState/typeMismatch) */
23405
22528
  readonly typeMismatch: boolean;
23406
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ValidityState/valid) */
23407
22529
  readonly valid: boolean;
23408
22530
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ValidityState/valueMissing) */
23409
22531
  readonly valueMissing: boolean;
@@ -24467,13 +23589,13 @@ interface WebGL2RenderingContextBase {
24467
23589
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/copyTexSubImage3D) */
24468
23590
  copyTexSubImage3D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, zoffset: GLint, x: GLint, y: GLint, width: GLsizei, height: GLsizei): void;
24469
23591
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/createQuery) */
24470
- createQuery(): WebGLQuery;
23592
+ createQuery(): WebGLQuery | null;
24471
23593
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/createSampler) */
24472
- createSampler(): WebGLSampler;
23594
+ createSampler(): WebGLSampler | null;
24473
23595
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/createTransformFeedback) */
24474
- createTransformFeedback(): WebGLTransformFeedback;
23596
+ createTransformFeedback(): WebGLTransformFeedback | null;
24475
23597
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/createVertexArray) */
24476
- createVertexArray(): WebGLVertexArrayObject;
23598
+ createVertexArray(): WebGLVertexArrayObject | null;
24477
23599
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/deleteQuery) */
24478
23600
  deleteQuery(query: WebGLQuery | null): void;
24479
23601
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/deleteSampler) */
@@ -25388,17 +24510,17 @@ interface WebGLRenderingContextBase {
25388
24510
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/copyTexSubImage2D) */
25389
24511
  copyTexSubImage2D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, x: GLint, y: GLint, width: GLsizei, height: GLsizei): void;
25390
24512
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/createBuffer) */
25391
- createBuffer(): WebGLBuffer;
24513
+ createBuffer(): WebGLBuffer | null;
25392
24514
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/createFramebuffer) */
25393
- createFramebuffer(): WebGLFramebuffer;
24515
+ createFramebuffer(): WebGLFramebuffer | null;
25394
24516
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/createProgram) */
25395
- createProgram(): WebGLProgram;
24517
+ createProgram(): WebGLProgram | null;
25396
24518
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/createRenderbuffer) */
25397
- createRenderbuffer(): WebGLRenderbuffer;
24519
+ createRenderbuffer(): WebGLRenderbuffer | null;
25398
24520
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/createShader) */
25399
24521
  createShader(type: GLenum): WebGLShader | null;
25400
24522
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/createTexture) */
25401
- createTexture(): WebGLTexture;
24523
+ createTexture(): WebGLTexture | null;
25402
24524
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/cullFace) */
25403
24525
  cullFace(mode: GLenum): void;
25404
24526
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/deleteBuffer) */
@@ -26656,7 +25778,7 @@ interface WindowOrWorkerGlobalScope {
26656
25778
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/createImageBitmap) */
26657
25779
  createImageBitmap(image: ImageBitmapSource, options?: ImageBitmapOptions): Promise<ImageBitmap>;
26658
25780
  createImageBitmap(image: ImageBitmapSource, sx: number, sy: number, sw: number, sh: number, options?: ImageBitmapOptions): Promise<ImageBitmap>;
26659
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/fetch) */
25781
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/fetch) */
26660
25782
  fetch(input: RequestInfo | URL, init?: RequestInit): Promise<Response>;
26661
25783
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/queueMicrotask) */
26662
25784
  queueMicrotask(callback: VoidFunction): void;
@@ -27045,11 +26167,7 @@ declare var XPathEvaluator: {
27045
26167
  interface XPathEvaluatorBase {
27046
26168
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createExpression) */
27047
26169
  createExpression(expression: string, resolver?: XPathNSResolver | null): XPathExpression;
27048
- /**
27049
- * @deprecated
27050
- *
27051
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createNSResolver)
27052
- */
26170
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createNSResolver) */
27053
26171
  createNSResolver(nodeResolver: Node): Node;
27054
26172
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/evaluate) */
27055
26173
  evaluate(expression: string, contextNode: Node, resolver?: XPathNSResolver | null, type?: number, result?: XPathResult | null): XPathResult;
@@ -27158,7 +26276,7 @@ interface Console {
27158
26276
  clear(): void;
27159
26277
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/count_static) */
27160
26278
  count(label?: string): void;
27161
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/countReset_static) */
26279
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/countreset_static) */
27162
26280
  countReset(label?: string): void;
27163
26281
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/debug_static) */
27164
26282
  debug(...data: any[]): void;
@@ -27170,9 +26288,9 @@ interface Console {
27170
26288
  error(...data: any[]): void;
27171
26289
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/group_static) */
27172
26290
  group(...data: any[]): void;
27173
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/groupCollapsed_static) */
26291
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/groupcollapsed_static) */
27174
26292
  groupCollapsed(...data: any[]): void;
27175
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/groupEnd_static) */
26293
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/groupend_static) */
27176
26294
  groupEnd(): void;
27177
26295
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/info_static) */
27178
26296
  info(...data: any[]): void;
@@ -27182,9 +26300,9 @@ interface Console {
27182
26300
  table(tabularData?: any, properties?: string[]): void;
27183
26301
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/time_static) */
27184
26302
  time(label?: string): void;
27185
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/timeEnd_static) */
26303
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/timeend_static) */
27186
26304
  timeEnd(label?: string): void;
27187
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/timeLog_static) */
26305
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/timelog_static) */
27188
26306
  timeLog(label?: string, ...data: any[]): void;
27189
26307
  timeStamp(label?: string): void;
27190
26308
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/trace_static) */
@@ -27483,10 +26601,6 @@ declare namespace WebAssembly {
27483
26601
  function validate(bytes: BufferSource): boolean;
27484
26602
  }
27485
26603
 
27486
- interface AudioDataOutputCallback {
27487
- (output: AudioData): void;
27488
- }
27489
-
27490
26604
  interface BlobCallback {
27491
26605
  (blob: Blob | null): void;
27492
26606
  }
@@ -27503,10 +26617,6 @@ interface DecodeSuccessCallback {
27503
26617
  (decodedData: AudioBuffer): void;
27504
26618
  }
27505
26619
 
27506
- interface EncodedAudioChunkOutputCallback {
27507
- (output: EncodedAudioChunk, metadata?: EncodedAudioChunkMetadata): void;
27508
- }
27509
-
27510
26620
  interface EncodedVideoChunkOutputCallback {
27511
26621
  (chunk: EncodedVideoChunk, metadata?: EncodedVideoChunkMetadata): void;
27512
26622
  }
@@ -27643,6 +26753,10 @@ interface UnderlyingSourceStartCallback<R> {
27643
26753
  (controller: ReadableStreamController<R>): any;
27644
26754
  }
27645
26755
 
26756
+ interface UpdateCallback {
26757
+ (): any;
26758
+ }
26759
+
27646
26760
  interface VideoFrameOutputCallback {
27647
26761
  (output: VideoFrame): void;
27648
26762
  }
@@ -27651,10 +26765,6 @@ interface VideoFrameRequestCallback {
27651
26765
  (now: DOMHighResTimeStamp, metadata: VideoFrameCallbackMetadata): void;
27652
26766
  }
27653
26767
 
27654
- interface ViewTransitionUpdateCallback {
27655
- (): any;
27656
- }
27657
-
27658
26768
  interface VoidFunction {
27659
26769
  (): void;
27660
26770
  }
@@ -28704,7 +27814,7 @@ declare function clearTimeout(id: number | undefined): void;
28704
27814
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/createImageBitmap) */
28705
27815
  declare function createImageBitmap(image: ImageBitmapSource, options?: ImageBitmapOptions): Promise<ImageBitmap>;
28706
27816
  declare function createImageBitmap(image: ImageBitmapSource, sx: number, sy: number, sw: number, sh: number, options?: ImageBitmapOptions): Promise<ImageBitmap>;
28707
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/fetch) */
27817
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/fetch) */
28708
27818
  declare function fetch(input: RequestInfo | URL, init?: RequestInit): Promise<Response>;
28709
27819
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/queueMicrotask) */
28710
27820
  declare function queueMicrotask(callback: VoidFunction): void;
@@ -28727,8 +27837,8 @@ type AllowSharedBufferSource = ArrayBuffer | ArrayBufferView;
28727
27837
  type AutoFill = AutoFillBase | `${OptionalPrefixToken<AutoFillSection>}${OptionalPrefixToken<AutoFillAddressKind>}${AutoFillField}${OptionalPostfixToken<AutoFillCredentialField>}`;
28728
27838
  type AutoFillField = AutoFillNormalField | `${OptionalPrefixToken<AutoFillContactKind>}${AutoFillContactField}`;
28729
27839
  type AutoFillSection = `section-${string}`;
28730
- type Base64URLString = string;
28731
27840
  type BigInteger = Uint8Array;
27841
+ type BinaryData = ArrayBuffer | ArrayBufferView;
28732
27842
  type BlobPart = BufferSource | Blob | string;
28733
27843
  type BodyInit = ReadableStream | XMLHttpRequestBodyInit;
28734
27844
  type BufferSource = ArrayBufferView | ArrayBuffer;
@@ -28780,7 +27890,6 @@ type OnErrorEventHandler = OnErrorEventHandlerNonNull | null;
28780
27890
  type OptionalPostfixToken<T extends string> = ` ${T}` | "";
28781
27891
  type OptionalPrefixToken<T extends string> = `${T} ` | "";
28782
27892
  type PerformanceEntryList = PerformanceEntry[];
28783
- type PublicKeyCredentialJSON = any;
28784
27893
  type RTCRtpTransform = RTCRtpScriptTransform;
28785
27894
  type ReadableStreamController<T> = ReadableStreamDefaultController<T> | ReadableByteStreamController;
28786
27895
  type ReadableStreamReadResult<T> = ReadableStreamReadValueResult<T> | ReadableStreamReadDoneResult<T>;
@@ -28790,7 +27899,7 @@ type ReportList = Report[];
28790
27899
  type RequestInfo = Request | string;
28791
27900
  type TexImageSource = ImageBitmap | ImageData | HTMLImageElement | HTMLCanvasElement | HTMLVideoElement | OffscreenCanvas | VideoFrame;
28792
27901
  type TimerHandler = string | Function;
28793
- type Transferable = OffscreenCanvas | ImageBitmap | MessagePort | MediaSourceHandle | ReadableStream | WritableStream | TransformStream | AudioData | VideoFrame | ArrayBuffer;
27902
+ type Transferable = OffscreenCanvas | ImageBitmap | MessagePort | MediaSourceHandle | ReadableStream | WritableStream | TransformStream | VideoFrame | ArrayBuffer;
28794
27903
  type Uint32List = Uint32Array | GLuint[];
28795
27904
  type VibratePattern = number | number[];
28796
27905
  type WindowProxy = Window;
@@ -28803,7 +27912,6 @@ type AppendMode = "segments" | "sequence";
28803
27912
  type AttestationConveyancePreference = "direct" | "enterprise" | "indirect" | "none";
28804
27913
  type AudioContextLatencyCategory = "balanced" | "interactive" | "playback";
28805
27914
  type AudioContextState = "closed" | "running" | "suspended";
28806
- type AudioSampleFormat = "f32" | "f32-planar" | "s16" | "s16-planar" | "s32" | "s32-planar" | "u8" | "u8-planar";
28807
27915
  type AuthenticatorAttachment = "cross-platform" | "platform";
28808
27916
  type AuthenticatorTransport = "ble" | "hybrid" | "internal" | "nfc" | "usb";
28809
27917
  type AutoFillAddressKind = "billing" | "shipping";
@@ -28817,7 +27925,6 @@ type AutomationRate = "a-rate" | "k-rate";
28817
27925
  type AvcBitstreamFormat = "annexb" | "avc";
28818
27926
  type BinaryType = "arraybuffer" | "blob";
28819
27927
  type BiquadFilterType = "allpass" | "bandpass" | "highpass" | "highshelf" | "lowpass" | "lowshelf" | "notch" | "peaking";
28820
- type BitrateMode = "constant" | "variable";
28821
27928
  type CSSMathOperator = "clamp" | "invert" | "max" | "min" | "negate" | "product" | "sum";
28822
27929
  type CSSNumericBaseType = "angle" | "flex" | "frequency" | "length" | "percent" | "resolution" | "time";
28823
27930
  type CanPlayTypeResult = "" | "maybe" | "probably";
@@ -28847,7 +27954,6 @@ type DisplayCaptureSurfaceType = "browser" | "monitor" | "window";
28847
27954
  type DistanceModelType = "exponential" | "inverse" | "linear";
28848
27955
  type DocumentReadyState = "complete" | "interactive" | "loading";
28849
27956
  type DocumentVisibilityState = "hidden" | "visible";
28850
- type EncodedAudioChunkType = "delta" | "key";
28851
27957
  type EncodedVideoChunkType = "delta" | "key";
28852
27958
  type EndOfStreamError = "decode" | "network";
28853
27959
  type EndingType = "native" | "transparent";
@@ -28896,14 +28002,12 @@ type NavigationTimingType = "back_forward" | "navigate" | "prerender" | "reload"
28896
28002
  type NotificationDirection = "auto" | "ltr" | "rtl";
28897
28003
  type NotificationPermission = "default" | "denied" | "granted";
28898
28004
  type OffscreenRenderingContextId = "2d" | "bitmaprenderer" | "webgl" | "webgl2" | "webgpu";
28899
- type OpusBitstreamFormat = "ogg" | "opus";
28900
28005
  type OrientationType = "landscape-primary" | "landscape-secondary" | "portrait-primary" | "portrait-secondary";
28901
28006
  type OscillatorType = "custom" | "sawtooth" | "sine" | "square" | "triangle";
28902
28007
  type OverSampleType = "2x" | "4x" | "none";
28903
28008
  type PanningModelType = "HRTF" | "equalpower";
28904
28009
  type PaymentComplete = "fail" | "success" | "unknown";
28905
- type PaymentShippingType = "delivery" | "pickup" | "shipping";
28906
- type PermissionName = "geolocation" | "midi" | "notifications" | "persistent-storage" | "push" | "screen-wake-lock" | "storage-access";
28010
+ type PermissionName = "geolocation" | "notifications" | "persistent-storage" | "push" | "screen-wake-lock" | "xr-spatial-tracking";
28907
28011
  type PermissionState = "denied" | "granted" | "prompt";
28908
28012
  type PlaybackDirection = "alternate" | "alternate-reverse" | "normal" | "reverse";
28909
28013
  type PositionAlignSetting = "auto" | "center" | "line-left" | "line-right";