happy-dom 17.6.3 → 18.0.0

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 (1321) hide show
  1. package/cjs/async-task-manager/AsyncTaskManager.cjs +8 -8
  2. package/cjs/async-task-manager/AsyncTaskManager.cjs.map +1 -1
  3. package/cjs/browser/Browser.cjs +13 -1
  4. package/cjs/browser/Browser.cjs.map +1 -1
  5. package/cjs/browser/Browser.d.ts +6 -0
  6. package/cjs/browser/Browser.d.ts.map +1 -1
  7. package/cjs/browser/BrowserContext.cjs +7 -8
  8. package/cjs/browser/BrowserContext.cjs.map +1 -1
  9. package/cjs/browser/BrowserContext.d.ts +1 -0
  10. package/cjs/browser/BrowserContext.d.ts.map +1 -1
  11. package/cjs/browser/BrowserFrame.cjs +1 -0
  12. package/cjs/browser/BrowserFrame.cjs.map +1 -1
  13. package/cjs/browser/BrowserFrame.d.ts +3 -1
  14. package/cjs/browser/BrowserFrame.d.ts.map +1 -1
  15. package/cjs/browser/BrowserPage.cjs +1 -0
  16. package/cjs/browser/BrowserPage.cjs.map +1 -1
  17. package/cjs/browser/BrowserPage.d.ts +1 -0
  18. package/cjs/browser/BrowserPage.d.ts.map +1 -1
  19. package/cjs/browser/detached-browser/DetachedBrowser.cjs +13 -3
  20. package/cjs/browser/detached-browser/DetachedBrowser.cjs.map +1 -1
  21. package/cjs/browser/detached-browser/DetachedBrowser.d.ts +7 -1
  22. package/cjs/browser/detached-browser/DetachedBrowser.d.ts.map +1 -1
  23. package/cjs/browser/detached-browser/DetachedBrowserContext.cjs +7 -8
  24. package/cjs/browser/detached-browser/DetachedBrowserContext.cjs.map +1 -1
  25. package/cjs/browser/detached-browser/DetachedBrowserContext.d.ts +1 -0
  26. package/cjs/browser/detached-browser/DetachedBrowserContext.d.ts.map +1 -1
  27. package/cjs/browser/detached-browser/DetachedBrowserFrame.cjs +5 -6
  28. package/cjs/browser/detached-browser/DetachedBrowserFrame.cjs.map +1 -1
  29. package/cjs/browser/detached-browser/DetachedBrowserFrame.d.ts +4 -2
  30. package/cjs/browser/detached-browser/DetachedBrowserFrame.d.ts.map +1 -1
  31. package/cjs/browser/detached-browser/DetachedBrowserPage.cjs +2 -1
  32. package/cjs/browser/detached-browser/DetachedBrowserPage.cjs.map +1 -1
  33. package/cjs/browser/detached-browser/DetachedBrowserPage.d.ts +1 -0
  34. package/cjs/browser/detached-browser/DetachedBrowserPage.d.ts.map +1 -1
  35. package/cjs/browser/types/IBrowser.d.ts +1 -0
  36. package/cjs/browser/types/IBrowser.d.ts.map +1 -1
  37. package/cjs/browser/types/IBrowserContext.d.ts +1 -0
  38. package/cjs/browser/types/IBrowserContext.d.ts.map +1 -1
  39. package/cjs/browser/types/IBrowserFrame.d.ts +1 -0
  40. package/cjs/browser/types/IBrowserFrame.d.ts.map +1 -1
  41. package/cjs/browser/types/IBrowserPage.d.ts +1 -0
  42. package/cjs/browser/types/IBrowserPage.d.ts.map +1 -1
  43. package/cjs/browser/utilities/BrowserFrameFactory.cjs +7 -5
  44. package/cjs/browser/utilities/BrowserFrameFactory.cjs.map +1 -1
  45. package/cjs/browser/utilities/BrowserFrameFactory.d.ts.map +1 -1
  46. package/cjs/browser/utilities/BrowserFrameNavigator.cjs +4 -4
  47. package/cjs/browser/utilities/BrowserFrameNavigator.cjs.map +1 -1
  48. package/cjs/browser/utilities/BrowserFrameNavigator.d.ts +5 -5
  49. package/cjs/browser/utilities/BrowserFrameNavigator.d.ts.map +1 -1
  50. package/cjs/browser/utilities/BrowserFrameURL.cjs.map +1 -1
  51. package/cjs/browser/utilities/BrowserFrameURL.d.ts +1 -1
  52. package/cjs/browser/utilities/BrowserFrameURL.d.ts.map +1 -1
  53. package/cjs/browser/utilities/BrowserPageUtility.cjs +10 -18
  54. package/cjs/browser/utilities/BrowserPageUtility.cjs.map +1 -1
  55. package/cjs/browser/utilities/BrowserPageUtility.d.ts.map +1 -1
  56. package/cjs/console/IVirtualConsoleLogEntry.d.ts +1 -1
  57. package/cjs/console/IVirtualConsoleLogEntry.d.ts.map +1 -1
  58. package/cjs/console/VirtualConsole.cjs +0 -3
  59. package/cjs/console/VirtualConsole.cjs.map +1 -1
  60. package/cjs/console/VirtualConsole.d.ts.map +1 -1
  61. package/cjs/console/VirtualConsolePrinter.cjs +43 -4
  62. package/cjs/console/VirtualConsolePrinter.cjs.map +1 -1
  63. package/cjs/console/VirtualConsolePrinter.d.ts +10 -0
  64. package/cjs/console/VirtualConsolePrinter.d.ts.map +1 -1
  65. package/cjs/console/utilities/VirtualConsoleLogEntryStringifier.cjs.map +1 -1
  66. package/cjs/cookie/CookieContainer.cjs +10 -4
  67. package/cjs/cookie/CookieContainer.cjs.map +1 -1
  68. package/cjs/cookie/CookieContainer.d.ts +4 -0
  69. package/cjs/cookie/CookieContainer.d.ts.map +1 -1
  70. package/cjs/cookie/DefaultCookie.cjs.map +1 -1
  71. package/cjs/cookie/ICookieContainer.d.ts +5 -1
  72. package/cjs/cookie/ICookieContainer.d.ts.map +1 -1
  73. package/cjs/cookie/urilities/CookieStringUtility.cjs +3 -0
  74. package/cjs/cookie/urilities/CookieStringUtility.cjs.map +1 -1
  75. package/cjs/cookie/urilities/CookieStringUtility.d.ts +2 -1
  76. package/cjs/cookie/urilities/CookieStringUtility.d.ts.map +1 -1
  77. package/cjs/css/CSS.cjs +29 -9
  78. package/cjs/css/CSS.cjs.map +1 -1
  79. package/cjs/css/CSS.d.ts +30 -4
  80. package/cjs/css/CSS.d.ts.map +1 -1
  81. package/cjs/css/CSSRule.cjs.map +1 -1
  82. package/cjs/css/CSSRule.d.ts +2 -2
  83. package/cjs/css/CSSRule.d.ts.map +1 -1
  84. package/cjs/css/CSSStyleSheet.cjs +0 -3
  85. package/cjs/css/CSSStyleSheet.cjs.map +1 -1
  86. package/cjs/css/CSSStyleSheet.d.ts +0 -3
  87. package/cjs/css/CSSStyleSheet.d.ts.map +1 -1
  88. package/cjs/css/CSSUnitValue.cjs +2 -2
  89. package/cjs/css/CSSUnitValue.cjs.map +1 -1
  90. package/cjs/css/CSSUnitValue.d.ts.map +1 -1
  91. package/cjs/css/MediaList.cjs.map +1 -1
  92. package/cjs/css/MediaList.d.ts +1 -0
  93. package/cjs/css/MediaList.d.ts.map +1 -1
  94. package/cjs/css/declaration/CSSStyleDeclaration.cjs +1 -1
  95. package/cjs/css/declaration/CSSStyleDeclaration.cjs.map +1 -1
  96. package/cjs/css/declaration/CSSStyleDeclaration.d.ts +395 -395
  97. package/cjs/css/declaration/CSSStyleDeclaration.d.ts.map +1 -1
  98. package/cjs/css/declaration/computed-style/CSSStyleDeclarationComputedStyle.cjs +6 -9
  99. package/cjs/css/declaration/computed-style/CSSStyleDeclarationComputedStyle.cjs.map +1 -1
  100. package/cjs/css/declaration/computed-style/CSSStyleDeclarationComputedStyle.d.ts.map +1 -1
  101. package/cjs/css/declaration/property-manager/CSSStyleDeclarationPropertyManager.cjs.map +1 -1
  102. package/cjs/css/declaration/property-manager/CSSStyleDeclarationPropertySetParser.d.ts +90 -90
  103. package/cjs/css/declaration/property-manager/CSSStyleDeclarationPropertySetParser.d.ts.map +1 -1
  104. package/cjs/css/declaration/property-manager/CSSStyleDeclarationValueParser.d.ts +17 -17
  105. package/cjs/css/declaration/property-manager/CSSStyleDeclarationValueParser.d.ts.map +1 -1
  106. package/cjs/css/rules/CSSKeyframeRule.cjs +1 -1
  107. package/cjs/css/rules/CSSKeyframeRule.cjs.map +1 -1
  108. package/cjs/css/rules/CSSKeyframeRule.d.ts.map +1 -1
  109. package/cjs/css/rules/CSSKeyframesRule.cjs.map +1 -1
  110. package/cjs/css/rules/CSSKeyframesRule.d.ts +1 -1
  111. package/cjs/css/rules/CSSKeyframesRule.d.ts.map +1 -1
  112. package/cjs/css/utilities/CSSParser.cjs +3 -1
  113. package/cjs/css/utilities/CSSParser.cjs.map +1 -1
  114. package/cjs/css/utilities/CSSParser.d.ts.map +1 -1
  115. package/cjs/custom-element/CustomElementReactionStack.cjs +2 -1
  116. package/cjs/custom-element/CustomElementReactionStack.cjs.map +1 -1
  117. package/cjs/custom-element/CustomElementReactionStack.d.ts.map +1 -1
  118. package/cjs/custom-element/CustomElementRegistry.cjs.map +1 -1
  119. package/cjs/custom-element/ICustomElementDefinition.d.ts +4 -4
  120. package/cjs/custom-element/ICustomElementDefinition.d.ts.map +1 -1
  121. package/cjs/dom/DOMStringMap.cjs.map +1 -1
  122. package/cjs/dom/DOMTokenList.cjs +1 -1
  123. package/cjs/dom/DOMTokenList.cjs.map +1 -1
  124. package/cjs/dom/DOMTokenList.d.ts +2 -2
  125. package/cjs/dom/DOMTokenList.d.ts.map +1 -1
  126. package/cjs/dom/dom-matrix/DOMMatrixReadOnly.cjs +7 -3
  127. package/cjs/dom/dom-matrix/DOMMatrixReadOnly.cjs.map +1 -1
  128. package/cjs/dom/dom-matrix/DOMMatrixReadOnly.d.ts +2 -2
  129. package/cjs/dom/dom-matrix/DOMMatrixReadOnly.d.ts.map +1 -1
  130. package/cjs/event/DataTransfer.cjs +4 -1
  131. package/cjs/event/DataTransfer.cjs.map +1 -1
  132. package/cjs/event/DataTransfer.d.ts.map +1 -1
  133. package/cjs/event/DataTransferItem.cjs.map +1 -1
  134. package/cjs/event/DataTransferItem.d.ts +1 -1
  135. package/cjs/event/DataTransferItem.d.ts.map +1 -1
  136. package/cjs/event/Event.cjs +1 -1
  137. package/cjs/event/Event.cjs.map +1 -1
  138. package/cjs/event/Event.d.ts +2 -2
  139. package/cjs/event/Event.d.ts.map +1 -1
  140. package/cjs/event/EventTarget.cjs +6 -3
  141. package/cjs/event/EventTarget.cjs.map +1 -1
  142. package/cjs/event/EventTarget.d.ts.map +1 -1
  143. package/cjs/event/events/CustomEvent.cjs.map +1 -1
  144. package/cjs/event/events/CustomEvent.d.ts +1 -1
  145. package/cjs/event/events/CustomEvent.d.ts.map +1 -1
  146. package/cjs/event/events/IFocusEventInit.d.ts +1 -1
  147. package/cjs/event/events/IFocusEventInit.d.ts.map +1 -1
  148. package/cjs/event/events/IMouseEventInit.d.ts +2 -0
  149. package/cjs/event/events/IMouseEventInit.d.ts.map +1 -1
  150. package/cjs/event/events/InputEvent.cjs.map +1 -1
  151. package/cjs/event/events/InputEvent.d.ts +1 -1
  152. package/cjs/event/events/InputEvent.d.ts.map +1 -1
  153. package/cjs/event/events/MouseEvent.cjs +2 -0
  154. package/cjs/event/events/MouseEvent.cjs.map +1 -1
  155. package/cjs/event/events/MouseEvent.d.ts.map +1 -1
  156. package/cjs/exception/DOMException.cjs.map +1 -1
  157. package/cjs/exception/DOMException.d.ts +1 -1
  158. package/cjs/exception/DOMException.d.ts.map +1 -1
  159. package/cjs/fetch/AbortSignal.cjs.map +1 -1
  160. package/cjs/fetch/Fetch.cjs +21 -20
  161. package/cjs/fetch/Fetch.cjs.map +1 -1
  162. package/cjs/fetch/Fetch.d.ts +1 -1
  163. package/cjs/fetch/Fetch.d.ts.map +1 -1
  164. package/cjs/fetch/Headers.cjs.map +1 -1
  165. package/cjs/fetch/Headers.d.ts +1 -1
  166. package/cjs/fetch/Headers.d.ts.map +1 -1
  167. package/cjs/fetch/Request.cjs +11 -18
  168. package/cjs/fetch/Request.cjs.map +1 -1
  169. package/cjs/fetch/Request.d.ts +1 -0
  170. package/cjs/fetch/Request.d.ts.map +1 -1
  171. package/cjs/fetch/ResourceFetch.cjs +15 -6
  172. package/cjs/fetch/ResourceFetch.cjs.map +1 -1
  173. package/cjs/fetch/ResourceFetch.d.ts.map +1 -1
  174. package/cjs/fetch/Response.cjs +11 -17
  175. package/cjs/fetch/Response.cjs.map +1 -1
  176. package/cjs/fetch/Response.d.ts +2 -0
  177. package/cjs/fetch/Response.d.ts.map +1 -1
  178. package/cjs/fetch/SyncFetch.cjs +7 -9
  179. package/cjs/fetch/SyncFetch.cjs.map +1 -1
  180. package/cjs/fetch/SyncFetch.d.ts +1 -1
  181. package/cjs/fetch/SyncFetch.d.ts.map +1 -1
  182. package/cjs/fetch/cache/preflight/PreflightResponseCache.cjs.map +1 -1
  183. package/cjs/fetch/cache/preflight/PreflightResponseCache.d.ts +1 -1
  184. package/cjs/fetch/cache/preflight/PreflightResponseCache.d.ts.map +1 -1
  185. package/cjs/fetch/cache/response/ResponseCache.cjs.map +1 -1
  186. package/cjs/fetch/cache/response/ResponseCache.d.ts +1 -1
  187. package/cjs/fetch/cache/response/ResponseCache.d.ts.map +1 -1
  188. package/cjs/fetch/multipart/MultipartFormDataParser.cjs +12 -5
  189. package/cjs/fetch/multipart/MultipartFormDataParser.cjs.map +1 -1
  190. package/cjs/fetch/multipart/MultipartFormDataParser.d.ts +10 -2
  191. package/cjs/fetch/multipart/MultipartFormDataParser.d.ts.map +1 -1
  192. package/cjs/fetch/multipart/MultipartReader.cjs.map +1 -1
  193. package/cjs/fetch/preload/PreloadEntry.cjs +3 -0
  194. package/cjs/fetch/preload/PreloadEntry.cjs.map +1 -1
  195. package/cjs/fetch/preload/PreloadEntry.d.ts +1 -1
  196. package/cjs/fetch/preload/PreloadEntry.d.ts.map +1 -1
  197. package/cjs/fetch/types/ISyncResponse.d.ts +1 -1
  198. package/cjs/fetch/types/ISyncResponse.d.ts.map +1 -1
  199. package/cjs/fetch/utilities/FetchBodyUtility.cjs +9 -6
  200. package/cjs/fetch/utilities/FetchBodyUtility.cjs.map +1 -1
  201. package/cjs/fetch/utilities/FetchBodyUtility.d.ts +11 -3
  202. package/cjs/fetch/utilities/FetchBodyUtility.d.ts.map +1 -1
  203. package/cjs/fetch/utilities/FetchRequestHeaderUtility.cjs.map +1 -1
  204. package/cjs/fetch/utilities/FetchRequestHeaderUtility.d.ts +1 -1
  205. package/cjs/fetch/utilities/FetchRequestHeaderUtility.d.ts.map +1 -1
  206. package/cjs/fetch/utilities/FetchResponseHeaderUtility.cjs +4 -3
  207. package/cjs/fetch/utilities/FetchResponseHeaderUtility.cjs.map +1 -1
  208. package/cjs/fetch/utilities/FetchResponseHeaderUtility.d.ts.map +1 -1
  209. package/cjs/fetch/utilities/SyncFetchScriptBuilder.cjs.map +1 -1
  210. package/cjs/fetch/utilities/VirtualServerUtility.cjs +4 -3
  211. package/cjs/fetch/utilities/VirtualServerUtility.cjs.map +1 -1
  212. package/cjs/fetch/utilities/VirtualServerUtility.d.ts +2 -1
  213. package/cjs/fetch/utilities/VirtualServerUtility.d.ts.map +1 -1
  214. package/cjs/file/Blob.cjs +1 -1
  215. package/cjs/file/Blob.cjs.map +1 -1
  216. package/cjs/file/Blob.d.ts +1 -1
  217. package/cjs/file/Blob.d.ts.map +1 -1
  218. package/cjs/file/File.cjs +2 -2
  219. package/cjs/file/File.cjs.map +1 -1
  220. package/cjs/file/File.d.ts.map +1 -1
  221. package/cjs/file/FileReader.cjs +6 -2
  222. package/cjs/file/FileReader.cjs.map +1 -1
  223. package/cjs/file/FileReader.d.ts +8 -8
  224. package/cjs/file/FileReader.d.ts.map +1 -1
  225. package/cjs/history/History.cjs +14 -9
  226. package/cjs/history/History.cjs.map +1 -1
  227. package/cjs/history/History.d.ts +4 -4
  228. package/cjs/history/History.d.ts.map +1 -1
  229. package/cjs/html-parser/HTMLParser.cjs +1 -1
  230. package/cjs/html-parser/HTMLParser.cjs.map +1 -1
  231. package/cjs/html-parser/HTMLParser.d.ts.map +1 -1
  232. package/cjs/html-serializer/HTMLSerializer.cjs.map +1 -1
  233. package/cjs/location/Location.cjs +2 -2
  234. package/cjs/location/Location.cjs.map +1 -1
  235. package/cjs/match-media/IMediaQueryRange.d.ts +2 -2
  236. package/cjs/match-media/IMediaQueryRange.d.ts.map +1 -1
  237. package/cjs/match-media/MediaQueryList.cjs.map +1 -1
  238. package/cjs/match-media/MediaQueryList.d.ts +2 -2
  239. package/cjs/match-media/MediaQueryList.d.ts.map +1 -1
  240. package/cjs/module/ECMAScriptModule.cjs +1 -1
  241. package/cjs/module/ECMAScriptModule.cjs.map +1 -1
  242. package/cjs/module/ECMAScriptModule.d.ts +1 -1
  243. package/cjs/module/ECMAScriptModule.d.ts.map +1 -1
  244. package/cjs/module/ECMAScriptModuleCompiler.cjs +4 -1
  245. package/cjs/module/ECMAScriptModuleCompiler.cjs.map +1 -1
  246. package/cjs/module/ECMAScriptModuleCompiler.d.ts.map +1 -1
  247. package/cjs/module/JSONModule.cjs.map +1 -1
  248. package/cjs/module/ModuleFactory.cjs.map +1 -1
  249. package/cjs/module/UnresolvedModule.d.ts +1 -1
  250. package/cjs/module/UnresolvedModule.d.ts.map +1 -1
  251. package/cjs/mutation-observer/MutationObserver.cjs.map +1 -1
  252. package/cjs/mutation-observer/MutationObserverListener.cjs +12 -1
  253. package/cjs/mutation-observer/MutationObserverListener.cjs.map +1 -1
  254. package/cjs/mutation-observer/MutationObserverListener.d.ts +1 -1
  255. package/cjs/mutation-observer/MutationObserverListener.d.ts.map +1 -1
  256. package/cjs/mutation-observer/MutationRecord.cjs +27 -10
  257. package/cjs/mutation-observer/MutationRecord.cjs.map +1 -1
  258. package/cjs/mutation-observer/MutationRecord.d.ts +26 -6
  259. package/cjs/mutation-observer/MutationRecord.d.ts.map +1 -1
  260. package/cjs/navigator/MimeTypeArray.cjs.map +1 -1
  261. package/cjs/navigator/Navigator.d.ts +3 -3
  262. package/cjs/navigator/Navigator.d.ts.map +1 -1
  263. package/cjs/navigator/Plugin.cjs.map +1 -1
  264. package/cjs/navigator/Plugin.d.ts +1 -1
  265. package/cjs/navigator/Plugin.d.ts.map +1 -1
  266. package/cjs/navigator/PluginArray.cjs.map +1 -1
  267. package/cjs/nodes/NodeFactory.cjs +1 -1
  268. package/cjs/nodes/NodeFactory.cjs.map +1 -1
  269. package/cjs/nodes/NodeFactory.d.ts +1 -1
  270. package/cjs/nodes/NodeFactory.d.ts.map +1 -1
  271. package/cjs/nodes/attr/Attr.cjs +4 -3
  272. package/cjs/nodes/attr/Attr.cjs.map +1 -1
  273. package/cjs/nodes/attr/Attr.d.ts +3 -2
  274. package/cjs/nodes/attr/Attr.d.ts.map +1 -1
  275. package/cjs/nodes/document/Document.cjs +10 -11
  276. package/cjs/nodes/document/Document.cjs.map +1 -1
  277. package/cjs/nodes/document/Document.d.ts +12 -10
  278. package/cjs/nodes/document/Document.d.ts.map +1 -1
  279. package/cjs/nodes/document/DocumentReadyStateManager.cjs +1 -1
  280. package/cjs/nodes/document/DocumentReadyStateManager.cjs.map +1 -1
  281. package/cjs/nodes/document/DocumentReadyStateManager.d.ts.map +1 -1
  282. package/cjs/nodes/element/Element.cjs +26 -22
  283. package/cjs/nodes/element/Element.cjs.map +1 -1
  284. package/cjs/nodes/element/Element.d.ts +4 -4
  285. package/cjs/nodes/element/Element.d.ts.map +1 -1
  286. package/cjs/nodes/element/ElementEventAttributeUtility.cjs +3 -0
  287. package/cjs/nodes/element/ElementEventAttributeUtility.cjs.map +1 -1
  288. package/cjs/nodes/element/ElementEventAttributeUtility.d.ts.map +1 -1
  289. package/cjs/nodes/element/HTMLCollection.cjs.map +1 -1
  290. package/cjs/nodes/element/HTMLCollection.d.ts +1 -1
  291. package/cjs/nodes/element/HTMLCollection.d.ts.map +1 -1
  292. package/cjs/nodes/element/NamedNodeMap.cjs.map +1 -1
  293. package/cjs/nodes/element/NamedNodeMap.d.ts +3 -3
  294. package/cjs/nodes/element/NamedNodeMap.d.ts.map +1 -1
  295. package/cjs/nodes/element/NamedNodeMapProxyFactory.cjs.map +1 -1
  296. package/cjs/nodes/html-audio-element/Audio.cjs.map +1 -1
  297. package/cjs/nodes/html-audio-element/Audio.d.ts +1 -1
  298. package/cjs/nodes/html-audio-element/Audio.d.ts.map +1 -1
  299. package/cjs/nodes/html-base-element/HTMLBaseElement.cjs.map +1 -1
  300. package/cjs/nodes/html-button-element/HTMLButtonElement.cjs +1 -1
  301. package/cjs/nodes/html-button-element/HTMLButtonElement.cjs.map +1 -1
  302. package/cjs/nodes/html-button-element/HTMLButtonElement.d.ts +1 -1
  303. package/cjs/nodes/html-button-element/HTMLButtonElement.d.ts.map +1 -1
  304. package/cjs/nodes/html-details-element/HTMLDetailsElement.cjs.map +1 -1
  305. package/cjs/nodes/html-details-element/HTMLDetailsElement.d.ts.map +1 -1
  306. package/cjs/nodes/html-document/HTMLDocument.cjs +2 -2
  307. package/cjs/nodes/html-document/HTMLDocument.cjs.map +1 -1
  308. package/cjs/nodes/html-element/HTMLElement.cjs.map +1 -1
  309. package/cjs/nodes/html-element/HTMLElement.d.ts +1 -1
  310. package/cjs/nodes/html-element/HTMLElement.d.ts.map +1 -1
  311. package/cjs/nodes/html-element/HTMLElementUtility.cjs.map +1 -1
  312. package/cjs/nodes/html-embed-element/HTMLEmbedElement.cjs.map +1 -1
  313. package/cjs/nodes/html-field-set-element/HTMLFieldSetElement.d.ts +1 -1
  314. package/cjs/nodes/html-field-set-element/HTMLFieldSetElement.d.ts.map +1 -1
  315. package/cjs/nodes/html-form-element/HTMLFormElement.cjs +2 -2
  316. package/cjs/nodes/html-form-element/HTMLFormElement.cjs.map +1 -1
  317. package/cjs/nodes/html-form-element/HTMLFormElement.d.ts.map +1 -1
  318. package/cjs/nodes/html-form-element/RadioNodeList.d.ts +1 -1
  319. package/cjs/nodes/html-form-element/RadioNodeList.d.ts.map +1 -1
  320. package/cjs/nodes/html-hyperlink-element/HTMLHyperlinkElementUtility.cjs +1 -1
  321. package/cjs/nodes/html-hyperlink-element/HTMLHyperlinkElementUtility.cjs.map +1 -1
  322. package/cjs/nodes/html-iframe-element/HTMLIFrameElement.cjs +3 -3
  323. package/cjs/nodes/html-iframe-element/HTMLIFrameElement.cjs.map +1 -1
  324. package/cjs/nodes/html-image-element/HTMLImageElement.cjs.map +1 -1
  325. package/cjs/nodes/html-image-element/Image.cjs.map +1 -1
  326. package/cjs/nodes/html-image-element/Image.d.ts +1 -1
  327. package/cjs/nodes/html-image-element/Image.d.ts.map +1 -1
  328. package/cjs/nodes/html-input-element/HTMLInputElement.cjs +4 -2
  329. package/cjs/nodes/html-input-element/HTMLInputElement.cjs.map +1 -1
  330. package/cjs/nodes/html-input-element/HTMLInputElement.d.ts +7 -7
  331. package/cjs/nodes/html-input-element/HTMLInputElement.d.ts.map +1 -1
  332. package/cjs/nodes/html-input-element/HTMLInputElementValueStepping.cjs.map +1 -1
  333. package/cjs/nodes/html-input-element/HTMLInputElementValueStepping.d.ts +1 -1
  334. package/cjs/nodes/html-input-element/HTMLInputElementValueStepping.d.ts.map +1 -1
  335. package/cjs/nodes/html-label-element/HTMLLabelElementUtility.cjs.map +1 -1
  336. package/cjs/nodes/html-label-element/HTMLLabelElementUtility.d.ts.map +1 -1
  337. package/cjs/nodes/html-legend-element/HTMLLegendElement.d.ts +1 -1
  338. package/cjs/nodes/html-legend-element/HTMLLegendElement.d.ts.map +1 -1
  339. package/cjs/nodes/html-link-element/HTMLLinkElement.cjs +9 -8
  340. package/cjs/nodes/html-link-element/HTMLLinkElement.cjs.map +1 -1
  341. package/cjs/nodes/html-link-element/HTMLLinkElement.d.ts +2 -2
  342. package/cjs/nodes/html-link-element/HTMLLinkElement.d.ts.map +1 -1
  343. package/cjs/nodes/html-media-element/HTMLMediaElement.cjs.map +1 -1
  344. package/cjs/nodes/html-media-element/HTMLMediaElement.d.ts +4 -4
  345. package/cjs/nodes/html-media-element/HTMLMediaElement.d.ts.map +1 -1
  346. package/cjs/nodes/html-media-element/MediaStreamTrack.cjs +3 -3
  347. package/cjs/nodes/html-media-element/MediaStreamTrack.cjs.map +1 -1
  348. package/cjs/nodes/html-media-element/MediaStreamTrack.d.ts +4 -2
  349. package/cjs/nodes/html-media-element/MediaStreamTrack.d.ts.map +1 -1
  350. package/cjs/nodes/html-media-element/RemotePlayback.cjs.map +1 -1
  351. package/cjs/nodes/html-media-element/RemotePlayback.d.ts +3 -3
  352. package/cjs/nodes/html-media-element/RemotePlayback.d.ts.map +1 -1
  353. package/cjs/nodes/html-media-element/TextTrack.cjs.map +1 -1
  354. package/cjs/nodes/html-media-element/TextTrack.d.ts +1 -1
  355. package/cjs/nodes/html-media-element/TextTrack.d.ts.map +1 -1
  356. package/cjs/nodes/html-media-element/TextTrackCue.cjs.map +1 -1
  357. package/cjs/nodes/html-media-element/TextTrackCue.d.ts +3 -3
  358. package/cjs/nodes/html-media-element/TextTrackCue.d.ts.map +1 -1
  359. package/cjs/nodes/html-media-element/TextTrackList.cjs.map +1 -1
  360. package/cjs/nodes/html-media-element/TextTrackList.d.ts +3 -3
  361. package/cjs/nodes/html-media-element/TextTrackList.d.ts.map +1 -1
  362. package/cjs/nodes/html-mod-element/HTMLModElement.cjs.map +1 -1
  363. package/cjs/nodes/html-object-element/HTMLObjectElement.cjs.map +1 -1
  364. package/cjs/nodes/html-object-element/HTMLObjectElement.d.ts +1 -1
  365. package/cjs/nodes/html-object-element/HTMLObjectElement.d.ts.map +1 -1
  366. package/cjs/nodes/html-option-element/HTMLOptionElement.cjs +1 -1
  367. package/cjs/nodes/html-option-element/HTMLOptionElement.cjs.map +1 -1
  368. package/cjs/nodes/html-option-element/HTMLOptionElement.d.ts +1 -1
  369. package/cjs/nodes/html-option-element/HTMLOptionElement.d.ts.map +1 -1
  370. package/cjs/nodes/html-output-element/HTMLOutputElement.d.ts +1 -1
  371. package/cjs/nodes/html-output-element/HTMLOutputElement.d.ts.map +1 -1
  372. package/cjs/nodes/html-quote-element/HTMLQuoteElement.cjs.map +1 -1
  373. package/cjs/nodes/html-script-element/HTMLScriptElement.cjs +9 -9
  374. package/cjs/nodes/html-script-element/HTMLScriptElement.cjs.map +1 -1
  375. package/cjs/nodes/html-script-element/HTMLScriptElement.d.ts.map +1 -1
  376. package/cjs/nodes/html-select-element/HTMLSelectElement.cjs +4 -8
  377. package/cjs/nodes/html-select-element/HTMLSelectElement.cjs.map +1 -1
  378. package/cjs/nodes/html-select-element/HTMLSelectElement.d.ts +5 -3
  379. package/cjs/nodes/html-select-element/HTMLSelectElement.d.ts.map +1 -1
  380. package/cjs/nodes/html-slot-element/HTMLSlotElement.cjs +4 -1
  381. package/cjs/nodes/html-slot-element/HTMLSlotElement.cjs.map +1 -1
  382. package/cjs/nodes/html-slot-element/HTMLSlotElement.d.ts.map +1 -1
  383. package/cjs/nodes/html-source-element/HTMLSourceElement.cjs +1 -1
  384. package/cjs/nodes/html-source-element/HTMLSourceElement.cjs.map +1 -1
  385. package/cjs/nodes/html-style-element/HTMLStyleElement.d.ts +1 -1
  386. package/cjs/nodes/html-style-element/HTMLStyleElement.d.ts.map +1 -1
  387. package/cjs/nodes/html-table-cell-element/HTMLTableCellElement.cjs.map +1 -1
  388. package/cjs/nodes/html-table-cell-element/HTMLTableCellElement.d.ts.map +1 -1
  389. package/cjs/nodes/html-table-element/HTMLTableElement.cjs +2 -2
  390. package/cjs/nodes/html-table-element/HTMLTableElement.cjs.map +1 -1
  391. package/cjs/nodes/html-table-row-element/HTMLTableRowElement.cjs +1 -1
  392. package/cjs/nodes/html-table-row-element/HTMLTableRowElement.cjs.map +1 -1
  393. package/cjs/nodes/html-table-row-element/HTMLTableRowElement.d.ts.map +1 -1
  394. package/cjs/nodes/html-template-element/HTMLTemplateElement.d.ts +2 -2
  395. package/cjs/nodes/html-template-element/HTMLTemplateElement.d.ts.map +1 -1
  396. package/cjs/nodes/html-text-area-element/HTMLTextAreaElement.cjs +4 -4
  397. package/cjs/nodes/html-text-area-element/HTMLTextAreaElement.cjs.map +1 -1
  398. package/cjs/nodes/html-text-area-element/HTMLTextAreaElement.d.ts +3 -3
  399. package/cjs/nodes/html-text-area-element/HTMLTextAreaElement.d.ts.map +1 -1
  400. package/cjs/nodes/html-track-element/HTMLTrackElement.cjs +1 -1
  401. package/cjs/nodes/html-track-element/HTMLTrackElement.cjs.map +1 -1
  402. package/cjs/nodes/node/Node.cjs +11 -10
  403. package/cjs/nodes/node/Node.cjs.map +1 -1
  404. package/cjs/nodes/node/Node.d.ts +23 -22
  405. package/cjs/nodes/node/Node.d.ts.map +1 -1
  406. package/cjs/nodes/node/NodeList.cjs.map +1 -1
  407. package/cjs/nodes/node/NodeList.d.ts +2 -2
  408. package/cjs/nodes/node/NodeList.d.ts.map +1 -1
  409. package/cjs/nodes/node/NodeUtility.cjs.map +1 -1
  410. package/cjs/nodes/node/NodeUtility.d.ts +2 -2
  411. package/cjs/nodes/node/NodeUtility.d.ts.map +1 -1
  412. package/cjs/nodes/parent-node/ParentNodeUtility.cjs +1 -1
  413. package/cjs/nodes/parent-node/ParentNodeUtility.cjs.map +1 -1
  414. package/cjs/nodes/parent-node/ParentNodeUtility.d.ts +1 -1
  415. package/cjs/nodes/parent-node/ParentNodeUtility.d.ts.map +1 -1
  416. package/cjs/nodes/processing-instruction/ProcessingInstruction.cjs +1 -1
  417. package/cjs/nodes/processing-instruction/ProcessingInstruction.cjs.map +1 -1
  418. package/cjs/nodes/processing-instruction/ProcessingInstruction.d.ts.map +1 -1
  419. package/cjs/nodes/shadow-root/ShadowRoot.cjs.map +1 -1
  420. package/cjs/nodes/shadow-root/ShadowRoot.d.ts +2 -2
  421. package/cjs/nodes/shadow-root/ShadowRoot.d.ts.map +1 -1
  422. package/cjs/nodes/svg-element/SVGElement.cjs.map +1 -1
  423. package/cjs/nodes/svg-fe-image-element/SVGFEImageElement.d.ts +1 -1
  424. package/cjs/nodes/svg-fe-image-element/SVGFEImageElement.d.ts.map +1 -1
  425. package/cjs/nodes/svg-image-element/SVGImageElement.d.ts +1 -1
  426. package/cjs/nodes/svg-image-element/SVGImageElement.d.ts.map +1 -1
  427. package/cjs/nodes/svg-style-element/SVGStyleElement.d.ts +1 -1
  428. package/cjs/nodes/svg-style-element/SVGStyleElement.d.ts.map +1 -1
  429. package/cjs/permissions/Permissions.cjs +7 -6
  430. package/cjs/permissions/Permissions.cjs.map +1 -1
  431. package/cjs/permissions/Permissions.d.ts.map +1 -1
  432. package/cjs/query-selector/QuerySelector.cjs.map +1 -1
  433. package/cjs/query-selector/SelectorItem.cjs +11 -4
  434. package/cjs/query-selector/SelectorItem.cjs.map +1 -1
  435. package/cjs/query-selector/SelectorItem.d.ts.map +1 -1
  436. package/cjs/query-selector/SelectorParser.cjs +4 -1
  437. package/cjs/query-selector/SelectorParser.cjs.map +1 -1
  438. package/cjs/query-selector/SelectorParser.d.ts.map +1 -1
  439. package/cjs/range/Range.cjs +6 -3
  440. package/cjs/range/Range.cjs.map +1 -1
  441. package/cjs/range/Range.d.ts +4 -4
  442. package/cjs/range/Range.d.ts.map +1 -1
  443. package/cjs/range/RangeUtility.cjs.map +1 -1
  444. package/cjs/selection/Selection.cjs +1 -1
  445. package/cjs/selection/Selection.cjs.map +1 -1
  446. package/cjs/selection/Selection.d.ts +4 -4
  447. package/cjs/selection/Selection.d.ts.map +1 -1
  448. package/cjs/storage/Storage.cjs.map +1 -1
  449. package/cjs/svg/SVGAnimatedAngle.cjs.map +1 -1
  450. package/cjs/svg/SVGAnimatedAngle.d.ts +1 -1
  451. package/cjs/svg/SVGAnimatedAngle.d.ts.map +1 -1
  452. package/cjs/svg/SVGAnimatedBoolean.cjs +2 -2
  453. package/cjs/svg/SVGAnimatedBoolean.cjs.map +1 -1
  454. package/cjs/svg/SVGAnimatedBoolean.d.ts +2 -2
  455. package/cjs/svg/SVGAnimatedBoolean.d.ts.map +1 -1
  456. package/cjs/svg/SVGAnimatedEnumeration.cjs +1 -1
  457. package/cjs/svg/SVGAnimatedEnumeration.cjs.map +1 -1
  458. package/cjs/svg/SVGAnimatedEnumeration.d.ts +1 -1
  459. package/cjs/svg/SVGAnimatedEnumeration.d.ts.map +1 -1
  460. package/cjs/svg/SVGAnimatedInteger.cjs +2 -2
  461. package/cjs/svg/SVGAnimatedInteger.cjs.map +1 -1
  462. package/cjs/svg/SVGAnimatedInteger.d.ts +2 -2
  463. package/cjs/svg/SVGAnimatedInteger.d.ts.map +1 -1
  464. package/cjs/svg/SVGAnimatedLength.cjs.map +1 -1
  465. package/cjs/svg/SVGAnimatedLength.d.ts +1 -1
  466. package/cjs/svg/SVGAnimatedLength.d.ts.map +1 -1
  467. package/cjs/svg/SVGAnimatedLengthList.cjs.map +1 -1
  468. package/cjs/svg/SVGAnimatedLengthList.d.ts +1 -1
  469. package/cjs/svg/SVGAnimatedLengthList.d.ts.map +1 -1
  470. package/cjs/svg/SVGAnimatedNumber.cjs +2 -2
  471. package/cjs/svg/SVGAnimatedNumber.cjs.map +1 -1
  472. package/cjs/svg/SVGAnimatedNumber.d.ts +2 -2
  473. package/cjs/svg/SVGAnimatedNumber.d.ts.map +1 -1
  474. package/cjs/svg/SVGAnimatedNumberList.cjs.map +1 -1
  475. package/cjs/svg/SVGAnimatedNumberList.d.ts +1 -1
  476. package/cjs/svg/SVGAnimatedNumberList.d.ts.map +1 -1
  477. package/cjs/svg/SVGAnimatedPreserveAspectRatio.cjs.map +1 -1
  478. package/cjs/svg/SVGAnimatedPreserveAspectRatio.d.ts +1 -1
  479. package/cjs/svg/SVGAnimatedPreserveAspectRatio.d.ts.map +1 -1
  480. package/cjs/svg/SVGAnimatedRect.cjs.map +1 -1
  481. package/cjs/svg/SVGAnimatedRect.d.ts +1 -1
  482. package/cjs/svg/SVGAnimatedRect.d.ts.map +1 -1
  483. package/cjs/svg/SVGAnimatedString.cjs +2 -2
  484. package/cjs/svg/SVGAnimatedString.cjs.map +1 -1
  485. package/cjs/svg/SVGAnimatedString.d.ts +2 -2
  486. package/cjs/svg/SVGAnimatedString.d.ts.map +1 -1
  487. package/cjs/svg/SVGAnimatedTransformList.cjs.map +1 -1
  488. package/cjs/svg/SVGAnimatedTransformList.d.ts +1 -1
  489. package/cjs/svg/SVGAnimatedTransformList.d.ts.map +1 -1
  490. package/cjs/svg/SVGLengthList.cjs +3 -3
  491. package/cjs/svg/SVGLengthList.cjs.map +1 -1
  492. package/cjs/svg/SVGLengthList.d.ts +3 -3
  493. package/cjs/svg/SVGLengthList.d.ts.map +1 -1
  494. package/cjs/svg/SVGNumberList.cjs +5 -5
  495. package/cjs/svg/SVGNumberList.cjs.map +1 -1
  496. package/cjs/svg/SVGNumberList.d.ts +3 -3
  497. package/cjs/svg/SVGNumberList.d.ts.map +1 -1
  498. package/cjs/svg/SVGPointList.cjs +5 -5
  499. package/cjs/svg/SVGPointList.cjs.map +1 -1
  500. package/cjs/svg/SVGPointList.d.ts +3 -3
  501. package/cjs/svg/SVGPointList.d.ts.map +1 -1
  502. package/cjs/svg/SVGPreserveAspectRatio.cjs.map +1 -1
  503. package/cjs/svg/SVGStringList.cjs +4 -4
  504. package/cjs/svg/SVGStringList.cjs.map +1 -1
  505. package/cjs/svg/SVGStringList.d.ts +4 -4
  506. package/cjs/svg/SVGStringList.d.ts.map +1 -1
  507. package/cjs/svg/SVGTransform.cjs +3 -3
  508. package/cjs/svg/SVGTransform.cjs.map +1 -1
  509. package/cjs/svg/SVGTransform.d.ts +2 -2
  510. package/cjs/svg/SVGTransform.d.ts.map +1 -1
  511. package/cjs/svg/SVGTransformList.cjs +3 -3
  512. package/cjs/svg/SVGTransformList.cjs.map +1 -1
  513. package/cjs/svg/SVGTransformList.d.ts +3 -3
  514. package/cjs/svg/SVGTransformList.d.ts.map +1 -1
  515. package/cjs/tree-walker/NodeIterator.cjs +1 -1
  516. package/cjs/tree-walker/NodeIterator.cjs.map +1 -1
  517. package/cjs/tree-walker/NodeIterator.d.ts +4 -4
  518. package/cjs/tree-walker/NodeIterator.d.ts.map +1 -1
  519. package/cjs/tree-walker/TreeWalker.cjs +9 -3
  520. package/cjs/tree-walker/TreeWalker.cjs.map +1 -1
  521. package/cjs/tree-walker/TreeWalker.d.ts +9 -9
  522. package/cjs/tree-walker/TreeWalker.d.ts.map +1 -1
  523. package/cjs/validity-state/ValidityState.cjs.map +1 -1
  524. package/cjs/window/BrowserWindow.cjs +37 -15
  525. package/cjs/window/BrowserWindow.cjs.map +1 -1
  526. package/cjs/window/BrowserWindow.d.ts +14 -14
  527. package/cjs/window/BrowserWindow.d.ts.map +1 -1
  528. package/cjs/window/CrossOriginBrowserWindow.cjs.map +1 -1
  529. package/cjs/window/CrossOriginBrowserWindow.d.ts +5 -5
  530. package/cjs/window/CrossOriginBrowserWindow.d.ts.map +1 -1
  531. package/cjs/window/DetachedWindowAPI.cjs.map +1 -1
  532. package/cjs/window/GlobalWindow.cjs +0 -2
  533. package/cjs/window/GlobalWindow.cjs.map +1 -1
  534. package/cjs/window/GlobalWindow.d.ts +0 -2
  535. package/cjs/window/GlobalWindow.d.ts.map +1 -1
  536. package/cjs/window/VMGlobalPropertyScript.cjs +0 -2
  537. package/cjs/window/VMGlobalPropertyScript.cjs.map +1 -1
  538. package/cjs/window/VMGlobalPropertyScript.d.ts.map +1 -1
  539. package/cjs/window/Window.cjs +37 -0
  540. package/cjs/window/Window.cjs.map +1 -1
  541. package/cjs/window/Window.d.ts.map +1 -1
  542. package/cjs/window/WindowBrowserContext.cjs +3 -3
  543. package/cjs/window/WindowBrowserContext.cjs.map +1 -1
  544. package/cjs/window/WindowContextClassExtender.cjs +0 -72
  545. package/cjs/window/WindowContextClassExtender.cjs.map +1 -1
  546. package/cjs/window/WindowContextClassExtender.d.ts.map +1 -1
  547. package/cjs/window/WindowPageOpenUtility.cjs +2 -7
  548. package/cjs/window/WindowPageOpenUtility.cjs.map +1 -1
  549. package/cjs/window/WindowPageOpenUtility.d.ts.map +1 -1
  550. package/cjs/xml-http-request/XMLHttpRequest.cjs +7 -1
  551. package/cjs/xml-http-request/XMLHttpRequest.cjs.map +1 -1
  552. package/cjs/xml-http-request/XMLHttpRequest.d.ts +1 -1
  553. package/cjs/xml-http-request/XMLHttpRequest.d.ts.map +1 -1
  554. package/cjs/xml-http-request/XMLHttpRequestResponseDataParser.d.ts +2 -2
  555. package/cjs/xml-http-request/XMLHttpRequestResponseDataParser.d.ts.map +1 -1
  556. package/cjs/xml-parser/XMLParser.cjs +19 -14
  557. package/cjs/xml-parser/XMLParser.cjs.map +1 -1
  558. package/cjs/xml-parser/XMLParser.d.ts.map +1 -1
  559. package/cjs/xml-serializer/XMLSerializer.cjs +2 -2
  560. package/cjs/xml-serializer/XMLSerializer.cjs.map +1 -1
  561. package/cjs/xml-serializer/XMLSerializer.d.ts.map +1 -1
  562. package/lib/async-task-manager/AsyncTaskManager.js +8 -8
  563. package/lib/async-task-manager/AsyncTaskManager.js.map +1 -1
  564. package/lib/browser/Browser.d.ts +6 -0
  565. package/lib/browser/Browser.d.ts.map +1 -1
  566. package/lib/browser/Browser.js +13 -1
  567. package/lib/browser/Browser.js.map +1 -1
  568. package/lib/browser/BrowserContext.d.ts +1 -0
  569. package/lib/browser/BrowserContext.d.ts.map +1 -1
  570. package/lib/browser/BrowserContext.js +7 -8
  571. package/lib/browser/BrowserContext.js.map +1 -1
  572. package/lib/browser/BrowserFrame.d.ts +3 -1
  573. package/lib/browser/BrowserFrame.d.ts.map +1 -1
  574. package/lib/browser/BrowserFrame.js +1 -0
  575. package/lib/browser/BrowserFrame.js.map +1 -1
  576. package/lib/browser/BrowserPage.d.ts +1 -0
  577. package/lib/browser/BrowserPage.d.ts.map +1 -1
  578. package/lib/browser/BrowserPage.js +1 -0
  579. package/lib/browser/BrowserPage.js.map +1 -1
  580. package/lib/browser/detached-browser/DetachedBrowser.d.ts +7 -1
  581. package/lib/browser/detached-browser/DetachedBrowser.d.ts.map +1 -1
  582. package/lib/browser/detached-browser/DetachedBrowser.js +13 -3
  583. package/lib/browser/detached-browser/DetachedBrowser.js.map +1 -1
  584. package/lib/browser/detached-browser/DetachedBrowserContext.d.ts +1 -0
  585. package/lib/browser/detached-browser/DetachedBrowserContext.d.ts.map +1 -1
  586. package/lib/browser/detached-browser/DetachedBrowserContext.js +7 -8
  587. package/lib/browser/detached-browser/DetachedBrowserContext.js.map +1 -1
  588. package/lib/browser/detached-browser/DetachedBrowserFrame.d.ts +4 -2
  589. package/lib/browser/detached-browser/DetachedBrowserFrame.d.ts.map +1 -1
  590. package/lib/browser/detached-browser/DetachedBrowserFrame.js +5 -6
  591. package/lib/browser/detached-browser/DetachedBrowserFrame.js.map +1 -1
  592. package/lib/browser/detached-browser/DetachedBrowserPage.d.ts +1 -0
  593. package/lib/browser/detached-browser/DetachedBrowserPage.d.ts.map +1 -1
  594. package/lib/browser/detached-browser/DetachedBrowserPage.js +2 -1
  595. package/lib/browser/detached-browser/DetachedBrowserPage.js.map +1 -1
  596. package/lib/browser/types/IBrowser.d.ts +1 -0
  597. package/lib/browser/types/IBrowser.d.ts.map +1 -1
  598. package/lib/browser/types/IBrowserContext.d.ts +1 -0
  599. package/lib/browser/types/IBrowserContext.d.ts.map +1 -1
  600. package/lib/browser/types/IBrowserFrame.d.ts +1 -0
  601. package/lib/browser/types/IBrowserFrame.d.ts.map +1 -1
  602. package/lib/browser/types/IBrowserPage.d.ts +1 -0
  603. package/lib/browser/types/IBrowserPage.d.ts.map +1 -1
  604. package/lib/browser/utilities/BrowserFrameFactory.d.ts.map +1 -1
  605. package/lib/browser/utilities/BrowserFrameFactory.js +7 -5
  606. package/lib/browser/utilities/BrowserFrameFactory.js.map +1 -1
  607. package/lib/browser/utilities/BrowserFrameNavigator.d.ts +5 -5
  608. package/lib/browser/utilities/BrowserFrameNavigator.d.ts.map +1 -1
  609. package/lib/browser/utilities/BrowserFrameNavigator.js +4 -4
  610. package/lib/browser/utilities/BrowserFrameNavigator.js.map +1 -1
  611. package/lib/browser/utilities/BrowserFrameURL.d.ts +1 -1
  612. package/lib/browser/utilities/BrowserFrameURL.d.ts.map +1 -1
  613. package/lib/browser/utilities/BrowserFrameURL.js.map +1 -1
  614. package/lib/browser/utilities/BrowserPageUtility.d.ts.map +1 -1
  615. package/lib/browser/utilities/BrowserPageUtility.js +10 -18
  616. package/lib/browser/utilities/BrowserPageUtility.js.map +1 -1
  617. package/lib/console/IVirtualConsoleLogEntry.d.ts +1 -1
  618. package/lib/console/IVirtualConsoleLogEntry.d.ts.map +1 -1
  619. package/lib/console/VirtualConsole.d.ts.map +1 -1
  620. package/lib/console/VirtualConsole.js +0 -3
  621. package/lib/console/VirtualConsole.js.map +1 -1
  622. package/lib/console/VirtualConsolePrinter.d.ts +10 -0
  623. package/lib/console/VirtualConsolePrinter.d.ts.map +1 -1
  624. package/lib/console/VirtualConsolePrinter.js +43 -4
  625. package/lib/console/VirtualConsolePrinter.js.map +1 -1
  626. package/lib/console/utilities/VirtualConsoleLogEntryStringifier.js.map +1 -1
  627. package/lib/cookie/CookieContainer.d.ts +4 -0
  628. package/lib/cookie/CookieContainer.d.ts.map +1 -1
  629. package/lib/cookie/CookieContainer.js +10 -4
  630. package/lib/cookie/CookieContainer.js.map +1 -1
  631. package/lib/cookie/DefaultCookie.js.map +1 -1
  632. package/lib/cookie/ICookieContainer.d.ts +5 -1
  633. package/lib/cookie/ICookieContainer.d.ts.map +1 -1
  634. package/lib/cookie/urilities/CookieStringUtility.d.ts +2 -1
  635. package/lib/cookie/urilities/CookieStringUtility.d.ts.map +1 -1
  636. package/lib/cookie/urilities/CookieStringUtility.js +3 -0
  637. package/lib/cookie/urilities/CookieStringUtility.js.map +1 -1
  638. package/lib/css/CSS.d.ts +30 -4
  639. package/lib/css/CSS.d.ts.map +1 -1
  640. package/lib/css/CSS.js +29 -9
  641. package/lib/css/CSS.js.map +1 -1
  642. package/lib/css/CSSRule.d.ts +2 -2
  643. package/lib/css/CSSRule.d.ts.map +1 -1
  644. package/lib/css/CSSRule.js.map +1 -1
  645. package/lib/css/CSSStyleSheet.d.ts +0 -3
  646. package/lib/css/CSSStyleSheet.d.ts.map +1 -1
  647. package/lib/css/CSSStyleSheet.js +0 -3
  648. package/lib/css/CSSStyleSheet.js.map +1 -1
  649. package/lib/css/CSSUnitValue.d.ts.map +1 -1
  650. package/lib/css/CSSUnitValue.js +2 -2
  651. package/lib/css/CSSUnitValue.js.map +1 -1
  652. package/lib/css/MediaList.d.ts +1 -0
  653. package/lib/css/MediaList.d.ts.map +1 -1
  654. package/lib/css/MediaList.js.map +1 -1
  655. package/lib/css/declaration/CSSStyleDeclaration.d.ts +395 -395
  656. package/lib/css/declaration/CSSStyleDeclaration.d.ts.map +1 -1
  657. package/lib/css/declaration/CSSStyleDeclaration.js +1 -1
  658. package/lib/css/declaration/CSSStyleDeclaration.js.map +1 -1
  659. package/lib/css/declaration/computed-style/CSSStyleDeclarationComputedStyle.d.ts.map +1 -1
  660. package/lib/css/declaration/computed-style/CSSStyleDeclarationComputedStyle.js +6 -9
  661. package/lib/css/declaration/computed-style/CSSStyleDeclarationComputedStyle.js.map +1 -1
  662. package/lib/css/declaration/property-manager/CSSStyleDeclarationPropertyManager.js.map +1 -1
  663. package/lib/css/declaration/property-manager/CSSStyleDeclarationPropertySetParser.d.ts +90 -90
  664. package/lib/css/declaration/property-manager/CSSStyleDeclarationPropertySetParser.d.ts.map +1 -1
  665. package/lib/css/declaration/property-manager/CSSStyleDeclarationValueParser.d.ts +17 -17
  666. package/lib/css/declaration/property-manager/CSSStyleDeclarationValueParser.d.ts.map +1 -1
  667. package/lib/css/rules/CSSKeyframeRule.d.ts.map +1 -1
  668. package/lib/css/rules/CSSKeyframeRule.js +1 -1
  669. package/lib/css/rules/CSSKeyframeRule.js.map +1 -1
  670. package/lib/css/rules/CSSKeyframesRule.d.ts +1 -1
  671. package/lib/css/rules/CSSKeyframesRule.d.ts.map +1 -1
  672. package/lib/css/rules/CSSKeyframesRule.js.map +1 -1
  673. package/lib/css/utilities/CSSParser.d.ts.map +1 -1
  674. package/lib/css/utilities/CSSParser.js +3 -1
  675. package/lib/css/utilities/CSSParser.js.map +1 -1
  676. package/lib/custom-element/CustomElementReactionStack.d.ts.map +1 -1
  677. package/lib/custom-element/CustomElementReactionStack.js +2 -1
  678. package/lib/custom-element/CustomElementReactionStack.js.map +1 -1
  679. package/lib/custom-element/CustomElementRegistry.js.map +1 -1
  680. package/lib/custom-element/ICustomElementDefinition.d.ts +4 -4
  681. package/lib/custom-element/ICustomElementDefinition.d.ts.map +1 -1
  682. package/lib/dom/DOMStringMap.js.map +1 -1
  683. package/lib/dom/DOMTokenList.d.ts +2 -2
  684. package/lib/dom/DOMTokenList.d.ts.map +1 -1
  685. package/lib/dom/DOMTokenList.js +1 -1
  686. package/lib/dom/DOMTokenList.js.map +1 -1
  687. package/lib/dom/dom-matrix/DOMMatrixReadOnly.d.ts +2 -2
  688. package/lib/dom/dom-matrix/DOMMatrixReadOnly.d.ts.map +1 -1
  689. package/lib/dom/dom-matrix/DOMMatrixReadOnly.js +7 -3
  690. package/lib/dom/dom-matrix/DOMMatrixReadOnly.js.map +1 -1
  691. package/lib/event/DataTransfer.d.ts.map +1 -1
  692. package/lib/event/DataTransfer.js +4 -1
  693. package/lib/event/DataTransfer.js.map +1 -1
  694. package/lib/event/DataTransferItem.d.ts +1 -1
  695. package/lib/event/DataTransferItem.d.ts.map +1 -1
  696. package/lib/event/DataTransferItem.js.map +1 -1
  697. package/lib/event/Event.d.ts +2 -2
  698. package/lib/event/Event.d.ts.map +1 -1
  699. package/lib/event/Event.js +1 -1
  700. package/lib/event/Event.js.map +1 -1
  701. package/lib/event/EventTarget.d.ts.map +1 -1
  702. package/lib/event/EventTarget.js +6 -3
  703. package/lib/event/EventTarget.js.map +1 -1
  704. package/lib/event/events/CustomEvent.d.ts +1 -1
  705. package/lib/event/events/CustomEvent.d.ts.map +1 -1
  706. package/lib/event/events/CustomEvent.js.map +1 -1
  707. package/lib/event/events/IFocusEventInit.d.ts +1 -1
  708. package/lib/event/events/IFocusEventInit.d.ts.map +1 -1
  709. package/lib/event/events/IMouseEventInit.d.ts +2 -0
  710. package/lib/event/events/IMouseEventInit.d.ts.map +1 -1
  711. package/lib/event/events/InputEvent.d.ts +1 -1
  712. package/lib/event/events/InputEvent.d.ts.map +1 -1
  713. package/lib/event/events/InputEvent.js.map +1 -1
  714. package/lib/event/events/MouseEvent.d.ts.map +1 -1
  715. package/lib/event/events/MouseEvent.js +2 -0
  716. package/lib/event/events/MouseEvent.js.map +1 -1
  717. package/lib/exception/DOMException.d.ts +1 -1
  718. package/lib/exception/DOMException.d.ts.map +1 -1
  719. package/lib/exception/DOMException.js.map +1 -1
  720. package/lib/fetch/AbortSignal.js.map +1 -1
  721. package/lib/fetch/Fetch.d.ts +1 -1
  722. package/lib/fetch/Fetch.d.ts.map +1 -1
  723. package/lib/fetch/Fetch.js +21 -20
  724. package/lib/fetch/Fetch.js.map +1 -1
  725. package/lib/fetch/Headers.d.ts +1 -1
  726. package/lib/fetch/Headers.d.ts.map +1 -1
  727. package/lib/fetch/Headers.js.map +1 -1
  728. package/lib/fetch/Request.d.ts +1 -0
  729. package/lib/fetch/Request.d.ts.map +1 -1
  730. package/lib/fetch/Request.js +11 -18
  731. package/lib/fetch/Request.js.map +1 -1
  732. package/lib/fetch/ResourceFetch.d.ts.map +1 -1
  733. package/lib/fetch/ResourceFetch.js +15 -6
  734. package/lib/fetch/ResourceFetch.js.map +1 -1
  735. package/lib/fetch/Response.d.ts +2 -0
  736. package/lib/fetch/Response.d.ts.map +1 -1
  737. package/lib/fetch/Response.js +11 -17
  738. package/lib/fetch/Response.js.map +1 -1
  739. package/lib/fetch/SyncFetch.d.ts +1 -1
  740. package/lib/fetch/SyncFetch.d.ts.map +1 -1
  741. package/lib/fetch/SyncFetch.js +7 -9
  742. package/lib/fetch/SyncFetch.js.map +1 -1
  743. package/lib/fetch/cache/preflight/PreflightResponseCache.d.ts +1 -1
  744. package/lib/fetch/cache/preflight/PreflightResponseCache.d.ts.map +1 -1
  745. package/lib/fetch/cache/preflight/PreflightResponseCache.js.map +1 -1
  746. package/lib/fetch/cache/response/ResponseCache.d.ts +1 -1
  747. package/lib/fetch/cache/response/ResponseCache.d.ts.map +1 -1
  748. package/lib/fetch/cache/response/ResponseCache.js.map +1 -1
  749. package/lib/fetch/multipart/MultipartFormDataParser.d.ts +10 -2
  750. package/lib/fetch/multipart/MultipartFormDataParser.d.ts.map +1 -1
  751. package/lib/fetch/multipart/MultipartFormDataParser.js +12 -5
  752. package/lib/fetch/multipart/MultipartFormDataParser.js.map +1 -1
  753. package/lib/fetch/multipart/MultipartReader.js.map +1 -1
  754. package/lib/fetch/preload/PreloadEntry.d.ts +1 -1
  755. package/lib/fetch/preload/PreloadEntry.d.ts.map +1 -1
  756. package/lib/fetch/preload/PreloadEntry.js +3 -0
  757. package/lib/fetch/preload/PreloadEntry.js.map +1 -1
  758. package/lib/fetch/types/ISyncResponse.d.ts +1 -1
  759. package/lib/fetch/types/ISyncResponse.d.ts.map +1 -1
  760. package/lib/fetch/utilities/FetchBodyUtility.d.ts +11 -3
  761. package/lib/fetch/utilities/FetchBodyUtility.d.ts.map +1 -1
  762. package/lib/fetch/utilities/FetchBodyUtility.js +9 -6
  763. package/lib/fetch/utilities/FetchBodyUtility.js.map +1 -1
  764. package/lib/fetch/utilities/FetchRequestHeaderUtility.d.ts +1 -1
  765. package/lib/fetch/utilities/FetchRequestHeaderUtility.d.ts.map +1 -1
  766. package/lib/fetch/utilities/FetchRequestHeaderUtility.js.map +1 -1
  767. package/lib/fetch/utilities/FetchResponseHeaderUtility.d.ts.map +1 -1
  768. package/lib/fetch/utilities/FetchResponseHeaderUtility.js +4 -3
  769. package/lib/fetch/utilities/FetchResponseHeaderUtility.js.map +1 -1
  770. package/lib/fetch/utilities/SyncFetchScriptBuilder.js.map +1 -1
  771. package/lib/fetch/utilities/VirtualServerUtility.d.ts +2 -1
  772. package/lib/fetch/utilities/VirtualServerUtility.d.ts.map +1 -1
  773. package/lib/fetch/utilities/VirtualServerUtility.js +4 -3
  774. package/lib/fetch/utilities/VirtualServerUtility.js.map +1 -1
  775. package/lib/file/Blob.d.ts +1 -1
  776. package/lib/file/Blob.d.ts.map +1 -1
  777. package/lib/file/Blob.js +1 -1
  778. package/lib/file/Blob.js.map +1 -1
  779. package/lib/file/File.d.ts.map +1 -1
  780. package/lib/file/File.js +2 -2
  781. package/lib/file/File.js.map +1 -1
  782. package/lib/file/FileReader.d.ts +8 -8
  783. package/lib/file/FileReader.d.ts.map +1 -1
  784. package/lib/file/FileReader.js +6 -2
  785. package/lib/file/FileReader.js.map +1 -1
  786. package/lib/history/History.d.ts +4 -4
  787. package/lib/history/History.d.ts.map +1 -1
  788. package/lib/history/History.js +14 -9
  789. package/lib/history/History.js.map +1 -1
  790. package/lib/html-parser/HTMLParser.d.ts.map +1 -1
  791. package/lib/html-parser/HTMLParser.js +1 -1
  792. package/lib/html-parser/HTMLParser.js.map +1 -1
  793. package/lib/html-serializer/HTMLSerializer.js.map +1 -1
  794. package/lib/location/Location.js +2 -2
  795. package/lib/location/Location.js.map +1 -1
  796. package/lib/match-media/IMediaQueryRange.d.ts +2 -2
  797. package/lib/match-media/IMediaQueryRange.d.ts.map +1 -1
  798. package/lib/match-media/MediaQueryList.d.ts +2 -2
  799. package/lib/match-media/MediaQueryList.d.ts.map +1 -1
  800. package/lib/match-media/MediaQueryList.js.map +1 -1
  801. package/lib/module/ECMAScriptModule.d.ts +1 -1
  802. package/lib/module/ECMAScriptModule.d.ts.map +1 -1
  803. package/lib/module/ECMAScriptModule.js +1 -1
  804. package/lib/module/ECMAScriptModule.js.map +1 -1
  805. package/lib/module/ECMAScriptModuleCompiler.d.ts.map +1 -1
  806. package/lib/module/ECMAScriptModuleCompiler.js +4 -1
  807. package/lib/module/ECMAScriptModuleCompiler.js.map +1 -1
  808. package/lib/module/JSONModule.js.map +1 -1
  809. package/lib/module/ModuleFactory.js.map +1 -1
  810. package/lib/module/UnresolvedModule.d.ts +1 -1
  811. package/lib/module/UnresolvedModule.d.ts.map +1 -1
  812. package/lib/mutation-observer/MutationObserver.js.map +1 -1
  813. package/lib/mutation-observer/MutationObserverListener.d.ts +1 -1
  814. package/lib/mutation-observer/MutationObserverListener.d.ts.map +1 -1
  815. package/lib/mutation-observer/MutationObserverListener.js +12 -1
  816. package/lib/mutation-observer/MutationObserverListener.js.map +1 -1
  817. package/lib/mutation-observer/MutationRecord.d.ts +26 -6
  818. package/lib/mutation-observer/MutationRecord.d.ts.map +1 -1
  819. package/lib/mutation-observer/MutationRecord.js +27 -10
  820. package/lib/mutation-observer/MutationRecord.js.map +1 -1
  821. package/lib/navigator/MimeTypeArray.js.map +1 -1
  822. package/lib/navigator/Navigator.d.ts +3 -3
  823. package/lib/navigator/Navigator.d.ts.map +1 -1
  824. package/lib/navigator/Plugin.d.ts +1 -1
  825. package/lib/navigator/Plugin.d.ts.map +1 -1
  826. package/lib/navigator/Plugin.js.map +1 -1
  827. package/lib/navigator/PluginArray.js.map +1 -1
  828. package/lib/nodes/NodeFactory.d.ts +1 -1
  829. package/lib/nodes/NodeFactory.d.ts.map +1 -1
  830. package/lib/nodes/NodeFactory.js +1 -1
  831. package/lib/nodes/NodeFactory.js.map +1 -1
  832. package/lib/nodes/attr/Attr.d.ts +3 -2
  833. package/lib/nodes/attr/Attr.d.ts.map +1 -1
  834. package/lib/nodes/attr/Attr.js +4 -3
  835. package/lib/nodes/attr/Attr.js.map +1 -1
  836. package/lib/nodes/document/Document.d.ts +12 -10
  837. package/lib/nodes/document/Document.d.ts.map +1 -1
  838. package/lib/nodes/document/Document.js +10 -11
  839. package/lib/nodes/document/Document.js.map +1 -1
  840. package/lib/nodes/document/DocumentReadyStateManager.d.ts.map +1 -1
  841. package/lib/nodes/document/DocumentReadyStateManager.js +1 -1
  842. package/lib/nodes/document/DocumentReadyStateManager.js.map +1 -1
  843. package/lib/nodes/element/Element.d.ts +4 -4
  844. package/lib/nodes/element/Element.d.ts.map +1 -1
  845. package/lib/nodes/element/Element.js +26 -22
  846. package/lib/nodes/element/Element.js.map +1 -1
  847. package/lib/nodes/element/ElementEventAttributeUtility.d.ts.map +1 -1
  848. package/lib/nodes/element/ElementEventAttributeUtility.js +3 -0
  849. package/lib/nodes/element/ElementEventAttributeUtility.js.map +1 -1
  850. package/lib/nodes/element/HTMLCollection.d.ts +1 -1
  851. package/lib/nodes/element/HTMLCollection.d.ts.map +1 -1
  852. package/lib/nodes/element/HTMLCollection.js.map +1 -1
  853. package/lib/nodes/element/NamedNodeMap.d.ts +3 -3
  854. package/lib/nodes/element/NamedNodeMap.d.ts.map +1 -1
  855. package/lib/nodes/element/NamedNodeMap.js.map +1 -1
  856. package/lib/nodes/element/NamedNodeMapProxyFactory.js.map +1 -1
  857. package/lib/nodes/html-audio-element/Audio.d.ts +1 -1
  858. package/lib/nodes/html-audio-element/Audio.d.ts.map +1 -1
  859. package/lib/nodes/html-audio-element/Audio.js.map +1 -1
  860. package/lib/nodes/html-base-element/HTMLBaseElement.js.map +1 -1
  861. package/lib/nodes/html-button-element/HTMLButtonElement.d.ts +1 -1
  862. package/lib/nodes/html-button-element/HTMLButtonElement.d.ts.map +1 -1
  863. package/lib/nodes/html-button-element/HTMLButtonElement.js +1 -1
  864. package/lib/nodes/html-button-element/HTMLButtonElement.js.map +1 -1
  865. package/lib/nodes/html-details-element/HTMLDetailsElement.d.ts.map +1 -1
  866. package/lib/nodes/html-details-element/HTMLDetailsElement.js.map +1 -1
  867. package/lib/nodes/html-document/HTMLDocument.js +2 -2
  868. package/lib/nodes/html-document/HTMLDocument.js.map +1 -1
  869. package/lib/nodes/html-element/HTMLElement.d.ts +1 -1
  870. package/lib/nodes/html-element/HTMLElement.d.ts.map +1 -1
  871. package/lib/nodes/html-element/HTMLElement.js.map +1 -1
  872. package/lib/nodes/html-element/HTMLElementUtility.js.map +1 -1
  873. package/lib/nodes/html-embed-element/HTMLEmbedElement.js.map +1 -1
  874. package/lib/nodes/html-field-set-element/HTMLFieldSetElement.d.ts +1 -1
  875. package/lib/nodes/html-field-set-element/HTMLFieldSetElement.d.ts.map +1 -1
  876. package/lib/nodes/html-form-element/HTMLFormElement.d.ts.map +1 -1
  877. package/lib/nodes/html-form-element/HTMLFormElement.js +2 -2
  878. package/lib/nodes/html-form-element/HTMLFormElement.js.map +1 -1
  879. package/lib/nodes/html-form-element/RadioNodeList.d.ts +1 -1
  880. package/lib/nodes/html-form-element/RadioNodeList.d.ts.map +1 -1
  881. package/lib/nodes/html-hyperlink-element/HTMLHyperlinkElementUtility.js +1 -1
  882. package/lib/nodes/html-hyperlink-element/HTMLHyperlinkElementUtility.js.map +1 -1
  883. package/lib/nodes/html-iframe-element/HTMLIFrameElement.js +3 -3
  884. package/lib/nodes/html-iframe-element/HTMLIFrameElement.js.map +1 -1
  885. package/lib/nodes/html-image-element/HTMLImageElement.js.map +1 -1
  886. package/lib/nodes/html-image-element/Image.d.ts +1 -1
  887. package/lib/nodes/html-image-element/Image.d.ts.map +1 -1
  888. package/lib/nodes/html-image-element/Image.js.map +1 -1
  889. package/lib/nodes/html-input-element/HTMLInputElement.d.ts +7 -7
  890. package/lib/nodes/html-input-element/HTMLInputElement.d.ts.map +1 -1
  891. package/lib/nodes/html-input-element/HTMLInputElement.js +4 -2
  892. package/lib/nodes/html-input-element/HTMLInputElement.js.map +1 -1
  893. package/lib/nodes/html-input-element/HTMLInputElementValueStepping.d.ts +1 -1
  894. package/lib/nodes/html-input-element/HTMLInputElementValueStepping.d.ts.map +1 -1
  895. package/lib/nodes/html-input-element/HTMLInputElementValueStepping.js.map +1 -1
  896. package/lib/nodes/html-label-element/HTMLLabelElementUtility.d.ts.map +1 -1
  897. package/lib/nodes/html-label-element/HTMLLabelElementUtility.js.map +1 -1
  898. package/lib/nodes/html-legend-element/HTMLLegendElement.d.ts +1 -1
  899. package/lib/nodes/html-legend-element/HTMLLegendElement.d.ts.map +1 -1
  900. package/lib/nodes/html-link-element/HTMLLinkElement.d.ts +2 -2
  901. package/lib/nodes/html-link-element/HTMLLinkElement.d.ts.map +1 -1
  902. package/lib/nodes/html-link-element/HTMLLinkElement.js +9 -8
  903. package/lib/nodes/html-link-element/HTMLLinkElement.js.map +1 -1
  904. package/lib/nodes/html-media-element/HTMLMediaElement.d.ts +4 -4
  905. package/lib/nodes/html-media-element/HTMLMediaElement.d.ts.map +1 -1
  906. package/lib/nodes/html-media-element/HTMLMediaElement.js.map +1 -1
  907. package/lib/nodes/html-media-element/MediaStreamTrack.d.ts +4 -2
  908. package/lib/nodes/html-media-element/MediaStreamTrack.d.ts.map +1 -1
  909. package/lib/nodes/html-media-element/MediaStreamTrack.js +3 -3
  910. package/lib/nodes/html-media-element/MediaStreamTrack.js.map +1 -1
  911. package/lib/nodes/html-media-element/RemotePlayback.d.ts +3 -3
  912. package/lib/nodes/html-media-element/RemotePlayback.d.ts.map +1 -1
  913. package/lib/nodes/html-media-element/RemotePlayback.js.map +1 -1
  914. package/lib/nodes/html-media-element/TextTrack.d.ts +1 -1
  915. package/lib/nodes/html-media-element/TextTrack.d.ts.map +1 -1
  916. package/lib/nodes/html-media-element/TextTrack.js.map +1 -1
  917. package/lib/nodes/html-media-element/TextTrackCue.d.ts +3 -3
  918. package/lib/nodes/html-media-element/TextTrackCue.d.ts.map +1 -1
  919. package/lib/nodes/html-media-element/TextTrackCue.js.map +1 -1
  920. package/lib/nodes/html-media-element/TextTrackList.d.ts +3 -3
  921. package/lib/nodes/html-media-element/TextTrackList.d.ts.map +1 -1
  922. package/lib/nodes/html-media-element/TextTrackList.js.map +1 -1
  923. package/lib/nodes/html-mod-element/HTMLModElement.js.map +1 -1
  924. package/lib/nodes/html-object-element/HTMLObjectElement.d.ts +1 -1
  925. package/lib/nodes/html-object-element/HTMLObjectElement.d.ts.map +1 -1
  926. package/lib/nodes/html-object-element/HTMLObjectElement.js.map +1 -1
  927. package/lib/nodes/html-option-element/HTMLOptionElement.d.ts +1 -1
  928. package/lib/nodes/html-option-element/HTMLOptionElement.d.ts.map +1 -1
  929. package/lib/nodes/html-option-element/HTMLOptionElement.js +1 -1
  930. package/lib/nodes/html-option-element/HTMLOptionElement.js.map +1 -1
  931. package/lib/nodes/html-output-element/HTMLOutputElement.d.ts +1 -1
  932. package/lib/nodes/html-output-element/HTMLOutputElement.d.ts.map +1 -1
  933. package/lib/nodes/html-quote-element/HTMLQuoteElement.js.map +1 -1
  934. package/lib/nodes/html-script-element/HTMLScriptElement.d.ts.map +1 -1
  935. package/lib/nodes/html-script-element/HTMLScriptElement.js +9 -9
  936. package/lib/nodes/html-script-element/HTMLScriptElement.js.map +1 -1
  937. package/lib/nodes/html-select-element/HTMLSelectElement.d.ts +5 -3
  938. package/lib/nodes/html-select-element/HTMLSelectElement.d.ts.map +1 -1
  939. package/lib/nodes/html-select-element/HTMLSelectElement.js +4 -8
  940. package/lib/nodes/html-select-element/HTMLSelectElement.js.map +1 -1
  941. package/lib/nodes/html-slot-element/HTMLSlotElement.d.ts.map +1 -1
  942. package/lib/nodes/html-slot-element/HTMLSlotElement.js +4 -1
  943. package/lib/nodes/html-slot-element/HTMLSlotElement.js.map +1 -1
  944. package/lib/nodes/html-source-element/HTMLSourceElement.js +1 -1
  945. package/lib/nodes/html-source-element/HTMLSourceElement.js.map +1 -1
  946. package/lib/nodes/html-style-element/HTMLStyleElement.d.ts +1 -1
  947. package/lib/nodes/html-style-element/HTMLStyleElement.d.ts.map +1 -1
  948. package/lib/nodes/html-table-cell-element/HTMLTableCellElement.d.ts.map +1 -1
  949. package/lib/nodes/html-table-cell-element/HTMLTableCellElement.js.map +1 -1
  950. package/lib/nodes/html-table-element/HTMLTableElement.js +2 -2
  951. package/lib/nodes/html-table-element/HTMLTableElement.js.map +1 -1
  952. package/lib/nodes/html-table-row-element/HTMLTableRowElement.d.ts.map +1 -1
  953. package/lib/nodes/html-table-row-element/HTMLTableRowElement.js +1 -1
  954. package/lib/nodes/html-table-row-element/HTMLTableRowElement.js.map +1 -1
  955. package/lib/nodes/html-template-element/HTMLTemplateElement.d.ts +2 -2
  956. package/lib/nodes/html-template-element/HTMLTemplateElement.d.ts.map +1 -1
  957. package/lib/nodes/html-text-area-element/HTMLTextAreaElement.d.ts +3 -3
  958. package/lib/nodes/html-text-area-element/HTMLTextAreaElement.d.ts.map +1 -1
  959. package/lib/nodes/html-text-area-element/HTMLTextAreaElement.js +4 -4
  960. package/lib/nodes/html-text-area-element/HTMLTextAreaElement.js.map +1 -1
  961. package/lib/nodes/html-track-element/HTMLTrackElement.js +1 -1
  962. package/lib/nodes/html-track-element/HTMLTrackElement.js.map +1 -1
  963. package/lib/nodes/node/Node.d.ts +23 -22
  964. package/lib/nodes/node/Node.d.ts.map +1 -1
  965. package/lib/nodes/node/Node.js +11 -10
  966. package/lib/nodes/node/Node.js.map +1 -1
  967. package/lib/nodes/node/NodeList.d.ts +2 -2
  968. package/lib/nodes/node/NodeList.d.ts.map +1 -1
  969. package/lib/nodes/node/NodeList.js.map +1 -1
  970. package/lib/nodes/node/NodeUtility.d.ts +2 -2
  971. package/lib/nodes/node/NodeUtility.d.ts.map +1 -1
  972. package/lib/nodes/node/NodeUtility.js.map +1 -1
  973. package/lib/nodes/parent-node/ParentNodeUtility.d.ts +1 -1
  974. package/lib/nodes/parent-node/ParentNodeUtility.d.ts.map +1 -1
  975. package/lib/nodes/parent-node/ParentNodeUtility.js +1 -1
  976. package/lib/nodes/parent-node/ParentNodeUtility.js.map +1 -1
  977. package/lib/nodes/processing-instruction/ProcessingInstruction.d.ts.map +1 -1
  978. package/lib/nodes/processing-instruction/ProcessingInstruction.js +1 -1
  979. package/lib/nodes/processing-instruction/ProcessingInstruction.js.map +1 -1
  980. package/lib/nodes/shadow-root/ShadowRoot.d.ts +2 -2
  981. package/lib/nodes/shadow-root/ShadowRoot.d.ts.map +1 -1
  982. package/lib/nodes/shadow-root/ShadowRoot.js.map +1 -1
  983. package/lib/nodes/svg-element/SVGElement.js.map +1 -1
  984. package/lib/nodes/svg-fe-image-element/SVGFEImageElement.d.ts +1 -1
  985. package/lib/nodes/svg-fe-image-element/SVGFEImageElement.d.ts.map +1 -1
  986. package/lib/nodes/svg-image-element/SVGImageElement.d.ts +1 -1
  987. package/lib/nodes/svg-image-element/SVGImageElement.d.ts.map +1 -1
  988. package/lib/nodes/svg-style-element/SVGStyleElement.d.ts +1 -1
  989. package/lib/nodes/svg-style-element/SVGStyleElement.d.ts.map +1 -1
  990. package/lib/permissions/Permissions.d.ts.map +1 -1
  991. package/lib/permissions/Permissions.js +7 -6
  992. package/lib/permissions/Permissions.js.map +1 -1
  993. package/lib/query-selector/QuerySelector.js.map +1 -1
  994. package/lib/query-selector/SelectorItem.d.ts.map +1 -1
  995. package/lib/query-selector/SelectorItem.js +11 -4
  996. package/lib/query-selector/SelectorItem.js.map +1 -1
  997. package/lib/query-selector/SelectorParser.d.ts.map +1 -1
  998. package/lib/query-selector/SelectorParser.js +4 -1
  999. package/lib/query-selector/SelectorParser.js.map +1 -1
  1000. package/lib/range/Range.d.ts +4 -4
  1001. package/lib/range/Range.d.ts.map +1 -1
  1002. package/lib/range/Range.js +6 -3
  1003. package/lib/range/Range.js.map +1 -1
  1004. package/lib/range/RangeUtility.js.map +1 -1
  1005. package/lib/selection/Selection.d.ts +4 -4
  1006. package/lib/selection/Selection.d.ts.map +1 -1
  1007. package/lib/selection/Selection.js +1 -1
  1008. package/lib/selection/Selection.js.map +1 -1
  1009. package/lib/storage/Storage.js.map +1 -1
  1010. package/lib/svg/SVGAnimatedAngle.d.ts +1 -1
  1011. package/lib/svg/SVGAnimatedAngle.d.ts.map +1 -1
  1012. package/lib/svg/SVGAnimatedAngle.js.map +1 -1
  1013. package/lib/svg/SVGAnimatedBoolean.d.ts +2 -2
  1014. package/lib/svg/SVGAnimatedBoolean.d.ts.map +1 -1
  1015. package/lib/svg/SVGAnimatedBoolean.js +2 -2
  1016. package/lib/svg/SVGAnimatedBoolean.js.map +1 -1
  1017. package/lib/svg/SVGAnimatedEnumeration.d.ts +1 -1
  1018. package/lib/svg/SVGAnimatedEnumeration.d.ts.map +1 -1
  1019. package/lib/svg/SVGAnimatedEnumeration.js +1 -1
  1020. package/lib/svg/SVGAnimatedEnumeration.js.map +1 -1
  1021. package/lib/svg/SVGAnimatedInteger.d.ts +2 -2
  1022. package/lib/svg/SVGAnimatedInteger.d.ts.map +1 -1
  1023. package/lib/svg/SVGAnimatedInteger.js +2 -2
  1024. package/lib/svg/SVGAnimatedInteger.js.map +1 -1
  1025. package/lib/svg/SVGAnimatedLength.d.ts +1 -1
  1026. package/lib/svg/SVGAnimatedLength.d.ts.map +1 -1
  1027. package/lib/svg/SVGAnimatedLength.js.map +1 -1
  1028. package/lib/svg/SVGAnimatedLengthList.d.ts +1 -1
  1029. package/lib/svg/SVGAnimatedLengthList.d.ts.map +1 -1
  1030. package/lib/svg/SVGAnimatedLengthList.js.map +1 -1
  1031. package/lib/svg/SVGAnimatedNumber.d.ts +2 -2
  1032. package/lib/svg/SVGAnimatedNumber.d.ts.map +1 -1
  1033. package/lib/svg/SVGAnimatedNumber.js +2 -2
  1034. package/lib/svg/SVGAnimatedNumber.js.map +1 -1
  1035. package/lib/svg/SVGAnimatedNumberList.d.ts +1 -1
  1036. package/lib/svg/SVGAnimatedNumberList.d.ts.map +1 -1
  1037. package/lib/svg/SVGAnimatedNumberList.js.map +1 -1
  1038. package/lib/svg/SVGAnimatedPreserveAspectRatio.d.ts +1 -1
  1039. package/lib/svg/SVGAnimatedPreserveAspectRatio.d.ts.map +1 -1
  1040. package/lib/svg/SVGAnimatedPreserveAspectRatio.js.map +1 -1
  1041. package/lib/svg/SVGAnimatedRect.d.ts +1 -1
  1042. package/lib/svg/SVGAnimatedRect.d.ts.map +1 -1
  1043. package/lib/svg/SVGAnimatedRect.js.map +1 -1
  1044. package/lib/svg/SVGAnimatedString.d.ts +2 -2
  1045. package/lib/svg/SVGAnimatedString.d.ts.map +1 -1
  1046. package/lib/svg/SVGAnimatedString.js +2 -2
  1047. package/lib/svg/SVGAnimatedString.js.map +1 -1
  1048. package/lib/svg/SVGAnimatedTransformList.d.ts +1 -1
  1049. package/lib/svg/SVGAnimatedTransformList.d.ts.map +1 -1
  1050. package/lib/svg/SVGAnimatedTransformList.js.map +1 -1
  1051. package/lib/svg/SVGLengthList.d.ts +3 -3
  1052. package/lib/svg/SVGLengthList.d.ts.map +1 -1
  1053. package/lib/svg/SVGLengthList.js +3 -3
  1054. package/lib/svg/SVGLengthList.js.map +1 -1
  1055. package/lib/svg/SVGNumberList.d.ts +3 -3
  1056. package/lib/svg/SVGNumberList.d.ts.map +1 -1
  1057. package/lib/svg/SVGNumberList.js +5 -5
  1058. package/lib/svg/SVGNumberList.js.map +1 -1
  1059. package/lib/svg/SVGPointList.d.ts +3 -3
  1060. package/lib/svg/SVGPointList.d.ts.map +1 -1
  1061. package/lib/svg/SVGPointList.js +5 -5
  1062. package/lib/svg/SVGPointList.js.map +1 -1
  1063. package/lib/svg/SVGPreserveAspectRatio.js.map +1 -1
  1064. package/lib/svg/SVGStringList.d.ts +4 -4
  1065. package/lib/svg/SVGStringList.d.ts.map +1 -1
  1066. package/lib/svg/SVGStringList.js +4 -4
  1067. package/lib/svg/SVGStringList.js.map +1 -1
  1068. package/lib/svg/SVGTransform.d.ts +2 -2
  1069. package/lib/svg/SVGTransform.d.ts.map +1 -1
  1070. package/lib/svg/SVGTransform.js +3 -3
  1071. package/lib/svg/SVGTransform.js.map +1 -1
  1072. package/lib/svg/SVGTransformList.d.ts +3 -3
  1073. package/lib/svg/SVGTransformList.d.ts.map +1 -1
  1074. package/lib/svg/SVGTransformList.js +3 -3
  1075. package/lib/svg/SVGTransformList.js.map +1 -1
  1076. package/lib/tree-walker/NodeIterator.d.ts +4 -4
  1077. package/lib/tree-walker/NodeIterator.d.ts.map +1 -1
  1078. package/lib/tree-walker/NodeIterator.js +1 -1
  1079. package/lib/tree-walker/NodeIterator.js.map +1 -1
  1080. package/lib/tree-walker/TreeWalker.d.ts +9 -9
  1081. package/lib/tree-walker/TreeWalker.d.ts.map +1 -1
  1082. package/lib/tree-walker/TreeWalker.js +9 -3
  1083. package/lib/tree-walker/TreeWalker.js.map +1 -1
  1084. package/lib/validity-state/ValidityState.js.map +1 -1
  1085. package/lib/window/BrowserWindow.d.ts +14 -14
  1086. package/lib/window/BrowserWindow.d.ts.map +1 -1
  1087. package/lib/window/BrowserWindow.js +37 -15
  1088. package/lib/window/BrowserWindow.js.map +1 -1
  1089. package/lib/window/CrossOriginBrowserWindow.d.ts +5 -5
  1090. package/lib/window/CrossOriginBrowserWindow.d.ts.map +1 -1
  1091. package/lib/window/CrossOriginBrowserWindow.js.map +1 -1
  1092. package/lib/window/DetachedWindowAPI.js.map +1 -1
  1093. package/lib/window/GlobalWindow.d.ts +0 -2
  1094. package/lib/window/GlobalWindow.d.ts.map +1 -1
  1095. package/lib/window/GlobalWindow.js +0 -2
  1096. package/lib/window/GlobalWindow.js.map +1 -1
  1097. package/lib/window/VMGlobalPropertyScript.d.ts.map +1 -1
  1098. package/lib/window/VMGlobalPropertyScript.js +0 -2
  1099. package/lib/window/VMGlobalPropertyScript.js.map +1 -1
  1100. package/lib/window/Window.d.ts.map +1 -1
  1101. package/lib/window/Window.js +4 -0
  1102. package/lib/window/Window.js.map +1 -1
  1103. package/lib/window/WindowBrowserContext.js +3 -3
  1104. package/lib/window/WindowBrowserContext.js.map +1 -1
  1105. package/lib/window/WindowContextClassExtender.d.ts.map +1 -1
  1106. package/lib/window/WindowContextClassExtender.js +0 -72
  1107. package/lib/window/WindowContextClassExtender.js.map +1 -1
  1108. package/lib/window/WindowPageOpenUtility.d.ts.map +1 -1
  1109. package/lib/window/WindowPageOpenUtility.js +2 -7
  1110. package/lib/window/WindowPageOpenUtility.js.map +1 -1
  1111. package/lib/xml-http-request/XMLHttpRequest.d.ts +1 -1
  1112. package/lib/xml-http-request/XMLHttpRequest.d.ts.map +1 -1
  1113. package/lib/xml-http-request/XMLHttpRequest.js +7 -1
  1114. package/lib/xml-http-request/XMLHttpRequest.js.map +1 -1
  1115. package/lib/xml-http-request/XMLHttpRequestResponseDataParser.d.ts +2 -2
  1116. package/lib/xml-http-request/XMLHttpRequestResponseDataParser.d.ts.map +1 -1
  1117. package/lib/xml-parser/XMLParser.d.ts.map +1 -1
  1118. package/lib/xml-parser/XMLParser.js +19 -14
  1119. package/lib/xml-parser/XMLParser.js.map +1 -1
  1120. package/lib/xml-serializer/XMLSerializer.d.ts.map +1 -1
  1121. package/lib/xml-serializer/XMLSerializer.js +2 -2
  1122. package/lib/xml-serializer/XMLSerializer.js.map +1 -1
  1123. package/package.json +6 -6
  1124. package/src/async-task-manager/AsyncTaskManager.ts +11 -11
  1125. package/src/browser/Browser.ts +14 -1
  1126. package/src/browser/BrowserContext.ts +15 -8
  1127. package/src/browser/BrowserFrame.ts +2 -1
  1128. package/src/browser/BrowserPage.ts +1 -0
  1129. package/src/browser/detached-browser/DetachedBrowser.ts +17 -5
  1130. package/src/browser/detached-browser/DetachedBrowserContext.ts +15 -8
  1131. package/src/browser/detached-browser/DetachedBrowserFrame.ts +10 -7
  1132. package/src/browser/detached-browser/DetachedBrowserPage.ts +2 -1
  1133. package/src/browser/types/IBrowser.ts +1 -0
  1134. package/src/browser/types/IBrowserContext.ts +1 -0
  1135. package/src/browser/types/IBrowserFrame.ts +1 -0
  1136. package/src/browser/types/IBrowserPage.ts +1 -0
  1137. package/src/browser/utilities/BrowserFrameFactory.ts +9 -6
  1138. package/src/browser/utilities/BrowserFrameNavigator.ts +9 -9
  1139. package/src/browser/utilities/BrowserFrameURL.ts +1 -1
  1140. package/src/browser/utilities/BrowserPageUtility.ts +15 -22
  1141. package/src/console/IVirtualConsoleLogEntry.ts +1 -1
  1142. package/src/console/VirtualConsole.ts +1 -1
  1143. package/src/console/VirtualConsolePrinter.ts +45 -4
  1144. package/src/console/utilities/VirtualConsoleLogEntryStringifier.ts +1 -1
  1145. package/src/cookie/CookieContainer.ts +11 -4
  1146. package/src/cookie/DefaultCookie.ts +2 -2
  1147. package/src/cookie/ICookieContainer.ts +6 -1
  1148. package/src/cookie/urilities/CookieStringUtility.ts +7 -1
  1149. package/src/css/CSS.ts +29 -9
  1150. package/src/css/CSSRule.ts +2 -2
  1151. package/src/css/CSSStyleSheet.ts +1 -4
  1152. package/src/css/CSSUnitValue.ts +2 -2
  1153. package/src/css/MediaList.ts +1 -0
  1154. package/src/css/declaration/CSSStyleDeclaration.ts +398 -398
  1155. package/src/css/declaration/computed-style/CSSStyleDeclarationComputedStyle.ts +14 -32
  1156. package/src/css/declaration/property-manager/CSSStyleDeclarationPropertyManager.ts +2 -2
  1157. package/src/css/declaration/property-manager/CSSStyleDeclarationPropertySetParser.ts +90 -90
  1158. package/src/css/declaration/property-manager/CSSStyleDeclarationValueParser.ts +17 -17
  1159. package/src/css/rules/CSSKeyframeRule.ts +1 -1
  1160. package/src/css/rules/CSSKeyframesRule.ts +1 -1
  1161. package/src/css/utilities/CSSParser.ts +5 -3
  1162. package/src/custom-element/CustomElementReactionStack.ts +3 -2
  1163. package/src/custom-element/CustomElementRegistry.ts +3 -3
  1164. package/src/custom-element/ICustomElementDefinition.ts +4 -4
  1165. package/src/dom/DOMStringMap.ts +3 -3
  1166. package/src/dom/DOMTokenList.ts +13 -10
  1167. package/src/dom/dom-matrix/DOMMatrixReadOnly.ts +7 -3
  1168. package/src/event/DataTransfer.ts +5 -2
  1169. package/src/event/DataTransferItem.ts +2 -2
  1170. package/src/event/Event.ts +7 -7
  1171. package/src/event/EventTarget.ts +17 -15
  1172. package/src/event/events/CustomEvent.ts +1 -1
  1173. package/src/event/events/IFocusEventInit.ts +1 -1
  1174. package/src/event/events/IMouseEventInit.ts +2 -0
  1175. package/src/event/events/InputEvent.ts +1 -1
  1176. package/src/event/events/MouseEvent.ts +2 -0
  1177. package/src/exception/DOMException.ts +1 -1
  1178. package/src/fetch/AbortSignal.ts +1 -1
  1179. package/src/fetch/Fetch.ts +44 -42
  1180. package/src/fetch/Headers.ts +1 -1
  1181. package/src/fetch/Request.ts +16 -26
  1182. package/src/fetch/ResourceFetch.ts +20 -6
  1183. package/src/fetch/Response.ts +11 -21
  1184. package/src/fetch/SyncFetch.ts +12 -14
  1185. package/src/fetch/cache/preflight/PreflightResponseCache.ts +2 -2
  1186. package/src/fetch/cache/response/ResponseCache.ts +5 -5
  1187. package/src/fetch/multipart/MultipartFormDataParser.ts +23 -7
  1188. package/src/fetch/multipart/MultipartReader.ts +5 -5
  1189. package/src/fetch/preload/PreloadEntry.ts +7 -3
  1190. package/src/fetch/types/ISyncResponse.ts +1 -1
  1191. package/src/fetch/utilities/FetchBodyUtility.ts +24 -15
  1192. package/src/fetch/utilities/FetchRequestHeaderUtility.ts +2 -2
  1193. package/src/fetch/utilities/FetchResponseHeaderUtility.ts +4 -3
  1194. package/src/fetch/utilities/SyncFetchScriptBuilder.ts +1 -1
  1195. package/src/fetch/utilities/VirtualServerUtility.ts +4 -3
  1196. package/src/file/Blob.ts +2 -2
  1197. package/src/file/File.ts +2 -2
  1198. package/src/file/FileReader.ts +17 -12
  1199. package/src/history/History.ts +17 -10
  1200. package/src/html-parser/HTMLParser.ts +52 -51
  1201. package/src/html-serializer/HTMLSerializer.ts +2 -2
  1202. package/src/location/Location.ts +3 -3
  1203. package/src/match-media/IMediaQueryRange.ts +2 -2
  1204. package/src/match-media/MediaQueryList.ts +12 -5
  1205. package/src/module/ECMAScriptModule.ts +2 -2
  1206. package/src/module/ECMAScriptModuleCompiler.ts +10 -5
  1207. package/src/module/JSONModule.ts +1 -1
  1208. package/src/module/ModuleFactory.ts +1 -1
  1209. package/src/module/UnresolvedModule.ts +1 -1
  1210. package/src/mutation-observer/MutationObserver.ts +1 -1
  1211. package/src/mutation-observer/MutationObserverListener.ts +22 -11
  1212. package/src/mutation-observer/MutationRecord.ts +39 -11
  1213. package/src/navigator/MimeTypeArray.ts +2 -2
  1214. package/src/navigator/Navigator.ts +3 -3
  1215. package/src/navigator/Plugin.ts +3 -3
  1216. package/src/navigator/PluginArray.ts +2 -2
  1217. package/src/nodes/NodeFactory.ts +3 -3
  1218. package/src/nodes/attr/Attr.ts +6 -5
  1219. package/src/nodes/document/Document.ts +39 -30
  1220. package/src/nodes/document/DocumentReadyStateManager.ts +1 -1
  1221. package/src/nodes/element/Element.ts +53 -42
  1222. package/src/nodes/element/ElementEventAttributeUtility.ts +6 -1
  1223. package/src/nodes/element/HTMLCollection.ts +7 -7
  1224. package/src/nodes/element/NamedNodeMap.ts +9 -9
  1225. package/src/nodes/element/NamedNodeMapProxyFactory.ts +6 -6
  1226. package/src/nodes/html-audio-element/Audio.ts +1 -1
  1227. package/src/nodes/html-base-element/HTMLBaseElement.ts +2 -2
  1228. package/src/nodes/html-button-element/HTMLButtonElement.ts +3 -3
  1229. package/src/nodes/html-details-element/HTMLDetailsElement.ts +2 -1
  1230. package/src/nodes/html-document/HTMLDocument.ts +2 -2
  1231. package/src/nodes/html-element/HTMLElement.ts +5 -5
  1232. package/src/nodes/html-element/HTMLElementUtility.ts +4 -4
  1233. package/src/nodes/html-embed-element/HTMLEmbedElement.ts +2 -2
  1234. package/src/nodes/html-field-set-element/HTMLFieldSetElement.ts +1 -1
  1235. package/src/nodes/html-form-element/HTMLFormElement.ts +18 -14
  1236. package/src/nodes/html-form-element/RadioNodeList.ts +1 -1
  1237. package/src/nodes/html-hyperlink-element/HTMLHyperlinkElementUtility.ts +3 -3
  1238. package/src/nodes/html-iframe-element/HTMLIFrameElement.ts +5 -5
  1239. package/src/nodes/html-image-element/HTMLImageElement.ts +2 -2
  1240. package/src/nodes/html-image-element/Image.ts +1 -1
  1241. package/src/nodes/html-input-element/HTMLInputElement.ts +25 -21
  1242. package/src/nodes/html-input-element/HTMLInputElementValueStepping.ts +6 -1
  1243. package/src/nodes/html-label-element/HTMLLabelElementUtility.ts +2 -1
  1244. package/src/nodes/html-legend-element/HTMLLegendElement.ts +1 -1
  1245. package/src/nodes/html-link-element/HTMLLinkElement.ts +17 -16
  1246. package/src/nodes/html-media-element/HTMLMediaElement.ts +6 -6
  1247. package/src/nodes/html-media-element/MediaStreamTrack.ts +10 -5
  1248. package/src/nodes/html-media-element/RemotePlayback.ts +3 -3
  1249. package/src/nodes/html-media-element/TextTrack.ts +1 -1
  1250. package/src/nodes/html-media-element/TextTrackCue.ts +3 -3
  1251. package/src/nodes/html-media-element/TextTrackList.ts +9 -9
  1252. package/src/nodes/html-mod-element/HTMLModElement.ts +2 -2
  1253. package/src/nodes/html-object-element/HTMLObjectElement.ts +3 -3
  1254. package/src/nodes/html-option-element/HTMLOptionElement.ts +2 -2
  1255. package/src/nodes/html-output-element/HTMLOutputElement.ts +1 -1
  1256. package/src/nodes/html-quote-element/HTMLQuoteElement.ts +2 -2
  1257. package/src/nodes/html-script-element/HTMLScriptElement.ts +24 -18
  1258. package/src/nodes/html-select-element/HTMLSelectElement.ts +21 -21
  1259. package/src/nodes/html-slot-element/HTMLSlotElement.ts +6 -2
  1260. package/src/nodes/html-source-element/HTMLSourceElement.ts +2 -2
  1261. package/src/nodes/html-style-element/HTMLStyleElement.ts +1 -1
  1262. package/src/nodes/html-table-cell-element/HTMLTableCellElement.ts +2 -1
  1263. package/src/nodes/html-table-element/HTMLTableElement.ts +2 -2
  1264. package/src/nodes/html-table-row-element/HTMLTableRowElement.ts +3 -2
  1265. package/src/nodes/html-template-element/HTMLTemplateElement.ts +2 -2
  1266. package/src/nodes/html-text-area-element/HTMLTextAreaElement.ts +10 -10
  1267. package/src/nodes/html-track-element/HTMLTrackElement.ts +4 -4
  1268. package/src/nodes/node/Node.ts +44 -37
  1269. package/src/nodes/node/NodeList.ts +11 -8
  1270. package/src/nodes/node/NodeUtility.ts +5 -5
  1271. package/src/nodes/parent-node/ParentNodeUtility.ts +7 -7
  1272. package/src/nodes/processing-instruction/ProcessingInstruction.ts +1 -1
  1273. package/src/nodes/shadow-root/ShadowRoot.ts +4 -3
  1274. package/src/nodes/svg-element/SVGElement.ts +1 -1
  1275. package/src/nodes/svg-fe-image-element/SVGFEImageElement.ts +1 -1
  1276. package/src/nodes/svg-image-element/SVGImageElement.ts +1 -1
  1277. package/src/nodes/svg-style-element/SVGStyleElement.ts +1 -1
  1278. package/src/permissions/Permissions.ts +8 -10
  1279. package/src/query-selector/QuerySelector.ts +6 -6
  1280. package/src/query-selector/SelectorItem.ts +22 -15
  1281. package/src/query-selector/SelectorParser.ts +7 -3
  1282. package/src/range/Range.ts +37 -29
  1283. package/src/range/RangeUtility.ts +1 -1
  1284. package/src/selection/Selection.ts +8 -8
  1285. package/src/storage/Storage.ts +2 -2
  1286. package/src/svg/SVGAnimatedAngle.ts +1 -1
  1287. package/src/svg/SVGAnimatedBoolean.ts +2 -2
  1288. package/src/svg/SVGAnimatedEnumeration.ts +2 -2
  1289. package/src/svg/SVGAnimatedInteger.ts +2 -2
  1290. package/src/svg/SVGAnimatedLength.ts +1 -1
  1291. package/src/svg/SVGAnimatedLengthList.ts +1 -1
  1292. package/src/svg/SVGAnimatedNumber.ts +2 -2
  1293. package/src/svg/SVGAnimatedNumberList.ts +1 -1
  1294. package/src/svg/SVGAnimatedPreserveAspectRatio.ts +1 -1
  1295. package/src/svg/SVGAnimatedRect.ts +1 -1
  1296. package/src/svg/SVGAnimatedString.ts +2 -2
  1297. package/src/svg/SVGAnimatedTransformList.ts +1 -1
  1298. package/src/svg/SVGLengthList.ts +12 -12
  1299. package/src/svg/SVGNumberList.ts +14 -14
  1300. package/src/svg/SVGPointList.ts +14 -14
  1301. package/src/svg/SVGPreserveAspectRatio.ts +2 -2
  1302. package/src/svg/SVGStringList.ts +14 -14
  1303. package/src/svg/SVGTransform.ts +3 -3
  1304. package/src/svg/SVGTransformList.ts +12 -12
  1305. package/src/tree-walker/NodeIterator.ts +6 -6
  1306. package/src/tree-walker/TreeWalker.ts +33 -24
  1307. package/src/validity-state/ValidityState.ts +1 -1
  1308. package/src/window/BrowserWindow.ts +45 -41
  1309. package/src/window/CrossOriginBrowserWindow.ts +8 -8
  1310. package/src/window/DetachedWindowAPI.ts +1 -1
  1311. package/src/window/GlobalWindow.ts +0 -2
  1312. package/src/window/VMGlobalPropertyScript.ts +0 -2
  1313. package/src/window/Window.ts +5 -0
  1314. package/src/window/WindowBrowserContext.ts +3 -3
  1315. package/src/window/WindowContextClassExtender.ts +0 -72
  1316. package/src/window/WindowPageOpenUtility.ts +2 -6
  1317. package/src/xml-http-request/XMLHttpRequest.ts +36 -25
  1318. package/src/xml-http-request/XMLHttpRequestResponseDataParser.ts +2 -2
  1319. package/src/xml-parser/XMLParser.ts +74 -67
  1320. package/src/xml-serializer/XMLSerializer.ts +14 -11
  1321. package/tsconfig.json +3 -2
@@ -13,13 +13,13 @@ import CSSStyleDeclarationComputedStyle from './computed-style/CSSStyleDeclarati
13
13
  */
14
14
  export default class CSSStyleDeclaration {
15
15
  // Public properties
16
- public readonly parentRule: CSSRule = null;
16
+ public readonly parentRule: CSSRule | null = null;
17
17
 
18
18
  // Internal properties
19
19
  public [PropertySymbol.window]: BrowserWindow;
20
20
 
21
21
  // Private properties
22
- #element: Element;
22
+ #element: Element | null;
23
23
  #computed: boolean;
24
24
  #cache: {
25
25
  attributeValue: string | null;
@@ -50,7 +50,7 @@ export default class CSSStyleDeclaration {
50
50
  throw new TypeError('Illegal constructor');
51
51
  }
52
52
  this[PropertySymbol.window] = window;
53
- this.#element = options?.element;
53
+ this.#element = options?.element || null;
54
54
  this.#computed = options?.element ? !!options?.computed : false;
55
55
  }
56
56
 
@@ -60,1578 +60,1578 @@ export default class CSSStyleDeclaration {
60
60
 
61
61
  /* eslint-disable jsdoc/require-jsdoc */
62
62
 
63
- public get 0(): string {
63
+ public get 0(): string | undefined {
64
64
  return this.item(0) || undefined;
65
65
  }
66
66
 
67
- public get 1(): string {
67
+ public get 1(): string | undefined {
68
68
  return this.item(1) || undefined;
69
69
  }
70
70
 
71
- public get 2(): string {
71
+ public get 2(): string | undefined {
72
72
  return this.item(2) || undefined;
73
73
  }
74
74
 
75
- public get 3(): string {
75
+ public get 3(): string | undefined {
76
76
  return this.item(3) || undefined;
77
77
  }
78
78
 
79
- public get 4(): string {
79
+ public get 4(): string | undefined {
80
80
  return this.item(4) || undefined;
81
81
  }
82
82
 
83
- public get 5(): string {
83
+ public get 5(): string | undefined {
84
84
  return this.item(5) || undefined;
85
85
  }
86
86
 
87
- public get 6(): string {
87
+ public get 6(): string | undefined {
88
88
  return this.item(6) || undefined;
89
89
  }
90
90
 
91
- public get 7(): string {
91
+ public get 7(): string | undefined {
92
92
  return this.item(7) || undefined;
93
93
  }
94
94
 
95
- public get 8(): string {
95
+ public get 8(): string | undefined {
96
96
  return this.item(8) || undefined;
97
97
  }
98
98
 
99
- public get 9(): string {
99
+ public get 9(): string | undefined {
100
100
  return this.item(9) || undefined;
101
101
  }
102
102
 
103
- public get 10(): string {
103
+ public get 10(): string | undefined {
104
104
  return this.item(10) || undefined;
105
105
  }
106
106
 
107
- public get 11(): string {
107
+ public get 11(): string | undefined {
108
108
  return this.item(11) || undefined;
109
109
  }
110
110
 
111
- public get 12(): string {
111
+ public get 12(): string | undefined {
112
112
  return this.item(12) || undefined;
113
113
  }
114
114
 
115
- public get 13(): string {
115
+ public get 13(): string | undefined {
116
116
  return this.item(13) || undefined;
117
117
  }
118
118
 
119
- public get 14(): string {
119
+ public get 14(): string | undefined {
120
120
  return this.item(14) || undefined;
121
121
  }
122
122
 
123
- public get 15(): string {
123
+ public get 15(): string | undefined {
124
124
  return this.item(15) || undefined;
125
125
  }
126
126
 
127
- public get 16(): string {
127
+ public get 16(): string | undefined {
128
128
  return this.item(16) || undefined;
129
129
  }
130
130
 
131
- public get 17(): string {
131
+ public get 17(): string | undefined {
132
132
  return this.item(17) || undefined;
133
133
  }
134
134
 
135
- public get 18(): string {
135
+ public get 18(): string | undefined {
136
136
  return this.item(18) || undefined;
137
137
  }
138
138
 
139
- public get 19(): string {
139
+ public get 19(): string | undefined {
140
140
  return this.item(19) || undefined;
141
141
  }
142
142
 
143
- public get 20(): string {
143
+ public get 20(): string | undefined {
144
144
  return this.item(20) || undefined;
145
145
  }
146
146
 
147
- public get 21(): string {
147
+ public get 21(): string | undefined {
148
148
  return this.item(21) || undefined;
149
149
  }
150
150
 
151
- public get 22(): string {
151
+ public get 22(): string | undefined {
152
152
  return this.item(22) || undefined;
153
153
  }
154
154
 
155
- public get 23(): string {
155
+ public get 23(): string | undefined {
156
156
  return this.item(23) || undefined;
157
157
  }
158
158
 
159
- public get 24(): string {
159
+ public get 24(): string | undefined {
160
160
  return this.item(24) || undefined;
161
161
  }
162
162
 
163
- public get 25(): string {
163
+ public get 25(): string | undefined {
164
164
  return this.item(25) || undefined;
165
165
  }
166
166
 
167
- public get 26(): string {
167
+ public get 26(): string | undefined {
168
168
  return this.item(26) || undefined;
169
169
  }
170
170
 
171
- public get 27(): string {
171
+ public get 27(): string | undefined {
172
172
  return this.item(27) || undefined;
173
173
  }
174
174
 
175
- public get 28(): string {
175
+ public get 28(): string | undefined {
176
176
  return this.item(28) || undefined;
177
177
  }
178
178
 
179
- public get 29(): string {
179
+ public get 29(): string | undefined {
180
180
  return this.item(29) || undefined;
181
181
  }
182
182
 
183
- public get 30(): string {
183
+ public get 30(): string | undefined {
184
184
  return this.item(30) || undefined;
185
185
  }
186
186
 
187
- public get 31(): string {
187
+ public get 31(): string | undefined {
188
188
  return this.item(31) || undefined;
189
189
  }
190
190
 
191
- public get 32(): string {
191
+ public get 32(): string | undefined {
192
192
  return this.item(32) || undefined;
193
193
  }
194
194
 
195
- public get 33(): string {
195
+ public get 33(): string | undefined {
196
196
  return this.item(33) || undefined;
197
197
  }
198
198
 
199
- public get 34(): string {
199
+ public get 34(): string | undefined {
200
200
  return this.item(34) || undefined;
201
201
  }
202
202
 
203
- public get 35(): string {
203
+ public get 35(): string | undefined {
204
204
  return this.item(35) || undefined;
205
205
  }
206
206
 
207
- public get 36(): string {
207
+ public get 36(): string | undefined {
208
208
  return this.item(36) || undefined;
209
209
  }
210
210
 
211
- public get 37(): string {
211
+ public get 37(): string | undefined {
212
212
  return this.item(37) || undefined;
213
213
  }
214
214
 
215
- public get 38(): string {
215
+ public get 38(): string | undefined {
216
216
  return this.item(38) || undefined;
217
217
  }
218
218
 
219
- public get 39(): string {
219
+ public get 39(): string | undefined {
220
220
  return this.item(39) || undefined;
221
221
  }
222
222
 
223
- public get 40(): string {
223
+ public get 40(): string | undefined {
224
224
  return this.item(40) || undefined;
225
225
  }
226
226
 
227
- public get 41(): string {
227
+ public get 41(): string | undefined {
228
228
  return this.item(41) || undefined;
229
229
  }
230
230
 
231
- public get 42(): string {
231
+ public get 42(): string | undefined {
232
232
  return this.item(42) || undefined;
233
233
  }
234
234
 
235
- public get 43(): string {
235
+ public get 43(): string | undefined {
236
236
  return this.item(43) || undefined;
237
237
  }
238
238
 
239
- public get 44(): string {
239
+ public get 44(): string | undefined {
240
240
  return this.item(44) || undefined;
241
241
  }
242
242
 
243
- public get 45(): string {
243
+ public get 45(): string | undefined {
244
244
  return this.item(45) || undefined;
245
245
  }
246
246
 
247
- public get 46(): string {
247
+ public get 46(): string | undefined {
248
248
  return this.item(46) || undefined;
249
249
  }
250
250
 
251
- public get 47(): string {
251
+ public get 47(): string | undefined {
252
252
  return this.item(47) || undefined;
253
253
  }
254
254
 
255
- public get 48(): string {
255
+ public get 48(): string | undefined {
256
256
  return this.item(48) || undefined;
257
257
  }
258
258
 
259
- public get 49(): string {
259
+ public get 49(): string | undefined {
260
260
  return this.item(49) || undefined;
261
261
  }
262
262
 
263
- public get 50(): string {
263
+ public get 50(): string | undefined {
264
264
  return this.item(50) || undefined;
265
265
  }
266
266
 
267
- public get 51(): string {
267
+ public get 51(): string | undefined {
268
268
  return this.item(51) || undefined;
269
269
  }
270
270
 
271
- public get 52(): string {
271
+ public get 52(): string | undefined {
272
272
  return this.item(52) || undefined;
273
273
  }
274
274
 
275
- public get 53(): string {
275
+ public get 53(): string | undefined {
276
276
  return this.item(53) || undefined;
277
277
  }
278
278
 
279
- public get 54(): string {
279
+ public get 54(): string | undefined {
280
280
  return this.item(54) || undefined;
281
281
  }
282
282
 
283
- public get 55(): string {
283
+ public get 55(): string | undefined {
284
284
  return this.item(55) || undefined;
285
285
  }
286
286
 
287
- public get 56(): string {
287
+ public get 56(): string | undefined {
288
288
  return this.item(56) || undefined;
289
289
  }
290
290
 
291
- public get 57(): string {
291
+ public get 57(): string | undefined {
292
292
  return this.item(57) || undefined;
293
293
  }
294
294
 
295
- public get 58(): string {
295
+ public get 58(): string | undefined {
296
296
  return this.item(58) || undefined;
297
297
  }
298
298
 
299
- public get 59(): string {
299
+ public get 59(): string | undefined {
300
300
  return this.item(59) || undefined;
301
301
  }
302
302
 
303
- public get 60(): string {
303
+ public get 60(): string | undefined {
304
304
  return this.item(60) || undefined;
305
305
  }
306
306
 
307
- public get 61(): string {
307
+ public get 61(): string | undefined {
308
308
  return this.item(61) || undefined;
309
309
  }
310
310
 
311
- public get 62(): string {
311
+ public get 62(): string | undefined {
312
312
  return this.item(62) || undefined;
313
313
  }
314
314
 
315
- public get 63(): string {
315
+ public get 63(): string | undefined {
316
316
  return this.item(63) || undefined;
317
317
  }
318
318
 
319
- public get 64(): string {
319
+ public get 64(): string | undefined {
320
320
  return this.item(64) || undefined;
321
321
  }
322
322
 
323
- public get 65(): string {
323
+ public get 65(): string | undefined {
324
324
  return this.item(65) || undefined;
325
325
  }
326
326
 
327
- public get 66(): string {
327
+ public get 66(): string | undefined {
328
328
  return this.item(66) || undefined;
329
329
  }
330
330
 
331
- public get 67(): string {
331
+ public get 67(): string | undefined {
332
332
  return this.item(67) || undefined;
333
333
  }
334
334
 
335
- public get 68(): string {
335
+ public get 68(): string | undefined {
336
336
  return this.item(68) || undefined;
337
337
  }
338
338
 
339
- public get 69(): string {
339
+ public get 69(): string | undefined {
340
340
  return this.item(69) || undefined;
341
341
  }
342
342
 
343
- public get 70(): string {
343
+ public get 70(): string | undefined {
344
344
  return this.item(70) || undefined;
345
345
  }
346
346
 
347
- public get 71(): string {
347
+ public get 71(): string | undefined {
348
348
  return this.item(71) || undefined;
349
349
  }
350
350
 
351
- public get 72(): string {
351
+ public get 72(): string | undefined {
352
352
  return this.item(72) || undefined;
353
353
  }
354
354
 
355
- public get 73(): string {
355
+ public get 73(): string | undefined {
356
356
  return this.item(73) || undefined;
357
357
  }
358
358
 
359
- public get 74(): string {
359
+ public get 74(): string | undefined {
360
360
  return this.item(74) || undefined;
361
361
  }
362
362
 
363
- public get 75(): string {
363
+ public get 75(): string | undefined {
364
364
  return this.item(75) || undefined;
365
365
  }
366
366
 
367
- public get 76(): string {
367
+ public get 76(): string | undefined {
368
368
  return this.item(76) || undefined;
369
369
  }
370
370
 
371
- public get 77(): string {
371
+ public get 77(): string | undefined {
372
372
  return this.item(77) || undefined;
373
373
  }
374
374
 
375
- public get 78(): string {
375
+ public get 78(): string | undefined {
376
376
  return this.item(78) || undefined;
377
377
  }
378
378
 
379
- public get 79(): string {
379
+ public get 79(): string | undefined {
380
380
  return this.item(79) || undefined;
381
381
  }
382
382
 
383
- public get 80(): string {
383
+ public get 80(): string | undefined {
384
384
  return this.item(80) || undefined;
385
385
  }
386
386
 
387
- public get 81(): string {
387
+ public get 81(): string | undefined {
388
388
  return this.item(81) || undefined;
389
389
  }
390
390
 
391
- public get 82(): string {
391
+ public get 82(): string | undefined {
392
392
  return this.item(82) || undefined;
393
393
  }
394
394
 
395
- public get 83(): string {
395
+ public get 83(): string | undefined {
396
396
  return this.item(83) || undefined;
397
397
  }
398
398
 
399
- public get 84(): string {
399
+ public get 84(): string | undefined {
400
400
  return this.item(84) || undefined;
401
401
  }
402
402
 
403
- public get 85(): string {
403
+ public get 85(): string | undefined {
404
404
  return this.item(85) || undefined;
405
405
  }
406
406
 
407
- public get 86(): string {
407
+ public get 86(): string | undefined {
408
408
  return this.item(86) || undefined;
409
409
  }
410
410
 
411
- public get 87(): string {
411
+ public get 87(): string | undefined {
412
412
  return this.item(87) || undefined;
413
413
  }
414
414
 
415
- public get 88(): string {
415
+ public get 88(): string | undefined {
416
416
  return this.item(88) || undefined;
417
417
  }
418
418
 
419
- public get 89(): string {
419
+ public get 89(): string | undefined {
420
420
  return this.item(89) || undefined;
421
421
  }
422
422
 
423
- public get 90(): string {
423
+ public get 90(): string | undefined {
424
424
  return this.item(90) || undefined;
425
425
  }
426
426
 
427
- public get 91(): string {
427
+ public get 91(): string | undefined {
428
428
  return this.item(91) || undefined;
429
429
  }
430
430
 
431
- public get 92(): string {
431
+ public get 92(): string | undefined {
432
432
  return this.item(92) || undefined;
433
433
  }
434
434
 
435
- public get 93(): string {
435
+ public get 93(): string | undefined {
436
436
  return this.item(93) || undefined;
437
437
  }
438
438
 
439
- public get 94(): string {
439
+ public get 94(): string | undefined {
440
440
  return this.item(94) || undefined;
441
441
  }
442
442
 
443
- public get 95(): string {
443
+ public get 95(): string | undefined {
444
444
  return this.item(95) || undefined;
445
445
  }
446
446
 
447
- public get 96(): string {
447
+ public get 96(): string | undefined {
448
448
  return this.item(96) || undefined;
449
449
  }
450
450
 
451
- public get 97(): string {
451
+ public get 97(): string | undefined {
452
452
  return this.item(97) || undefined;
453
453
  }
454
454
 
455
- public get 98(): string {
455
+ public get 98(): string | undefined {
456
456
  return this.item(98) || undefined;
457
457
  }
458
458
 
459
- public get 99(): string {
459
+ public get 99(): string | undefined {
460
460
  return this.item(99) || undefined;
461
461
  }
462
462
 
463
- public get 100(): string {
463
+ public get 100(): string | undefined {
464
464
  return this.item(100) || undefined;
465
465
  }
466
466
 
467
- public get 101(): string {
467
+ public get 101(): string | undefined {
468
468
  return this.item(101) || undefined;
469
469
  }
470
470
 
471
- public get 102(): string {
471
+ public get 102(): string | undefined {
472
472
  return this.item(102) || undefined;
473
473
  }
474
474
 
475
- public get 103(): string {
475
+ public get 103(): string | undefined {
476
476
  return this.item(103) || undefined;
477
477
  }
478
478
 
479
- public get 104(): string {
479
+ public get 104(): string | undefined {
480
480
  return this.item(104) || undefined;
481
481
  }
482
482
 
483
- public get 105(): string {
483
+ public get 105(): string | undefined {
484
484
  return this.item(105) || undefined;
485
485
  }
486
486
 
487
- public get 106(): string {
487
+ public get 106(): string | undefined {
488
488
  return this.item(106) || undefined;
489
489
  }
490
490
 
491
- public get 107(): string {
491
+ public get 107(): string | undefined {
492
492
  return this.item(107) || undefined;
493
493
  }
494
494
 
495
- public get 108(): string {
495
+ public get 108(): string | undefined {
496
496
  return this.item(108) || undefined;
497
497
  }
498
498
 
499
- public get 109(): string {
499
+ public get 109(): string | undefined {
500
500
  return this.item(109) || undefined;
501
501
  }
502
502
 
503
- public get 110(): string {
503
+ public get 110(): string | undefined {
504
504
  return this.item(110) || undefined;
505
505
  }
506
506
 
507
- public get 111(): string {
507
+ public get 111(): string | undefined {
508
508
  return this.item(111) || undefined;
509
509
  }
510
510
 
511
- public get 112(): string {
511
+ public get 112(): string | undefined {
512
512
  return this.item(112) || undefined;
513
513
  }
514
514
 
515
- public get 113(): string {
515
+ public get 113(): string | undefined {
516
516
  return this.item(113) || undefined;
517
517
  }
518
518
 
519
- public get 114(): string {
519
+ public get 114(): string | undefined {
520
520
  return this.item(114) || undefined;
521
521
  }
522
522
 
523
- public get 115(): string {
523
+ public get 115(): string | undefined {
524
524
  return this.item(115) || undefined;
525
525
  }
526
526
 
527
- public get 116(): string {
527
+ public get 116(): string | undefined {
528
528
  return this.item(116) || undefined;
529
529
  }
530
530
 
531
- public get 117(): string {
531
+ public get 117(): string | undefined {
532
532
  return this.item(117) || undefined;
533
533
  }
534
534
 
535
- public get 118(): string {
535
+ public get 118(): string | undefined {
536
536
  return this.item(118) || undefined;
537
537
  }
538
538
 
539
- public get 119(): string {
539
+ public get 119(): string | undefined {
540
540
  return this.item(119) || undefined;
541
541
  }
542
542
 
543
- public get 120(): string {
543
+ public get 120(): string | undefined {
544
544
  return this.item(120) || undefined;
545
545
  }
546
546
 
547
- public get 121(): string {
547
+ public get 121(): string | undefined {
548
548
  return this.item(121) || undefined;
549
549
  }
550
550
 
551
- public get 122(): string {
551
+ public get 122(): string | undefined {
552
552
  return this.item(122) || undefined;
553
553
  }
554
554
 
555
- public get 123(): string {
555
+ public get 123(): string | undefined {
556
556
  return this.item(123) || undefined;
557
557
  }
558
558
 
559
- public get 124(): string {
559
+ public get 124(): string | undefined {
560
560
  return this.item(124) || undefined;
561
561
  }
562
562
 
563
- public get 125(): string {
563
+ public get 125(): string | undefined {
564
564
  return this.item(125) || undefined;
565
565
  }
566
566
 
567
- public get 126(): string {
567
+ public get 126(): string | undefined {
568
568
  return this.item(126) || undefined;
569
569
  }
570
570
 
571
- public get 127(): string {
571
+ public get 127(): string | undefined {
572
572
  return this.item(127) || undefined;
573
573
  }
574
574
 
575
- public get 128(): string {
575
+ public get 128(): string | undefined {
576
576
  return this.item(128) || undefined;
577
577
  }
578
578
 
579
- public get 129(): string {
579
+ public get 129(): string | undefined {
580
580
  return this.item(129) || undefined;
581
581
  }
582
582
 
583
- public get 130(): string {
583
+ public get 130(): string | undefined {
584
584
  return this.item(130) || undefined;
585
585
  }
586
586
 
587
- public get 131(): string {
587
+ public get 131(): string | undefined {
588
588
  return this.item(131) || undefined;
589
589
  }
590
590
 
591
- public get 132(): string {
591
+ public get 132(): string | undefined {
592
592
  return this.item(132) || undefined;
593
593
  }
594
594
 
595
- public get 133(): string {
595
+ public get 133(): string | undefined {
596
596
  return this.item(133) || undefined;
597
597
  }
598
598
 
599
- public get 134(): string {
599
+ public get 134(): string | undefined {
600
600
  return this.item(134) || undefined;
601
601
  }
602
602
 
603
- public get 135(): string {
603
+ public get 135(): string | undefined {
604
604
  return this.item(135) || undefined;
605
605
  }
606
606
 
607
- public get 136(): string {
607
+ public get 136(): string | undefined {
608
608
  return this.item(136) || undefined;
609
609
  }
610
610
 
611
- public get 137(): string {
611
+ public get 137(): string | undefined {
612
612
  return this.item(137) || undefined;
613
613
  }
614
614
 
615
- public get 138(): string {
615
+ public get 138(): string | undefined {
616
616
  return this.item(138) || undefined;
617
617
  }
618
618
 
619
- public get 139(): string {
619
+ public get 139(): string | undefined {
620
620
  return this.item(139) || undefined;
621
621
  }
622
622
 
623
- public get 140(): string {
623
+ public get 140(): string | undefined {
624
624
  return this.item(140) || undefined;
625
625
  }
626
626
 
627
- public get 141(): string {
627
+ public get 141(): string | undefined {
628
628
  return this.item(141) || undefined;
629
629
  }
630
630
 
631
- public get 142(): string {
631
+ public get 142(): string | undefined {
632
632
  return this.item(142) || undefined;
633
633
  }
634
634
 
635
- public get 143(): string {
635
+ public get 143(): string | undefined {
636
636
  return this.item(143) || undefined;
637
637
  }
638
638
 
639
- public get 144(): string {
639
+ public get 144(): string | undefined {
640
640
  return this.item(144) || undefined;
641
641
  }
642
642
 
643
- public get 145(): string {
643
+ public get 145(): string | undefined {
644
644
  return this.item(145) || undefined;
645
645
  }
646
646
 
647
- public get 146(): string {
647
+ public get 146(): string | undefined {
648
648
  return this.item(146) || undefined;
649
649
  }
650
650
 
651
- public get 147(): string {
651
+ public get 147(): string | undefined {
652
652
  return this.item(147) || undefined;
653
653
  }
654
654
 
655
- public get 148(): string {
655
+ public get 148(): string | undefined {
656
656
  return this.item(148) || undefined;
657
657
  }
658
658
 
659
- public get 149(): string {
659
+ public get 149(): string | undefined {
660
660
  return this.item(149) || undefined;
661
661
  }
662
662
 
663
- public get 150(): string {
663
+ public get 150(): string | undefined {
664
664
  return this.item(150) || undefined;
665
665
  }
666
666
 
667
- public get 151(): string {
667
+ public get 151(): string | undefined {
668
668
  return this.item(151) || undefined;
669
669
  }
670
670
 
671
- public get 152(): string {
671
+ public get 152(): string | undefined {
672
672
  return this.item(152) || undefined;
673
673
  }
674
674
 
675
- public get 153(): string {
675
+ public get 153(): string | undefined {
676
676
  return this.item(153) || undefined;
677
677
  }
678
678
 
679
- public get 154(): string {
679
+ public get 154(): string | undefined {
680
680
  return this.item(154) || undefined;
681
681
  }
682
682
 
683
- public get 155(): string {
683
+ public get 155(): string | undefined {
684
684
  return this.item(155) || undefined;
685
685
  }
686
686
 
687
- public get 156(): string {
687
+ public get 156(): string | undefined {
688
688
  return this.item(156) || undefined;
689
689
  }
690
690
 
691
- public get 157(): string {
691
+ public get 157(): string | undefined {
692
692
  return this.item(157) || undefined;
693
693
  }
694
694
 
695
- public get 158(): string {
695
+ public get 158(): string | undefined {
696
696
  return this.item(158) || undefined;
697
697
  }
698
698
 
699
- public get 159(): string {
699
+ public get 159(): string | undefined {
700
700
  return this.item(159) || undefined;
701
701
  }
702
702
 
703
- public get 160(): string {
703
+ public get 160(): string | undefined {
704
704
  return this.item(160) || undefined;
705
705
  }
706
706
 
707
- public get 161(): string {
707
+ public get 161(): string | undefined {
708
708
  return this.item(161) || undefined;
709
709
  }
710
710
 
711
- public get 162(): string {
711
+ public get 162(): string | undefined {
712
712
  return this.item(162) || undefined;
713
713
  }
714
714
 
715
- public get 163(): string {
715
+ public get 163(): string | undefined {
716
716
  return this.item(163) || undefined;
717
717
  }
718
718
 
719
- public get 164(): string {
719
+ public get 164(): string | undefined {
720
720
  return this.item(164) || undefined;
721
721
  }
722
722
 
723
- public get 165(): string {
723
+ public get 165(): string | undefined {
724
724
  return this.item(165) || undefined;
725
725
  }
726
726
 
727
- public get 166(): string {
727
+ public get 166(): string | undefined {
728
728
  return this.item(166) || undefined;
729
729
  }
730
730
 
731
- public get 167(): string {
731
+ public get 167(): string | undefined {
732
732
  return this.item(167) || undefined;
733
733
  }
734
734
 
735
- public get 168(): string {
735
+ public get 168(): string | undefined {
736
736
  return this.item(168) || undefined;
737
737
  }
738
738
 
739
- public get 169(): string {
739
+ public get 169(): string | undefined {
740
740
  return this.item(169) || undefined;
741
741
  }
742
742
 
743
- public get 170(): string {
743
+ public get 170(): string | undefined {
744
744
  return this.item(170) || undefined;
745
745
  }
746
746
 
747
- public get 171(): string {
747
+ public get 171(): string | undefined {
748
748
  return this.item(171) || undefined;
749
749
  }
750
750
 
751
- public get 172(): string {
751
+ public get 172(): string | undefined {
752
752
  return this.item(172) || undefined;
753
753
  }
754
754
 
755
- public get 173(): string {
755
+ public get 173(): string | undefined {
756
756
  return this.item(173) || undefined;
757
757
  }
758
758
 
759
- public get 174(): string {
759
+ public get 174(): string | undefined {
760
760
  return this.item(174) || undefined;
761
761
  }
762
762
 
763
- public get 175(): string {
763
+ public get 175(): string | undefined {
764
764
  return this.item(175) || undefined;
765
765
  }
766
766
 
767
- public get 176(): string {
767
+ public get 176(): string | undefined {
768
768
  return this.item(176) || undefined;
769
769
  }
770
770
 
771
- public get 177(): string {
771
+ public get 177(): string | undefined {
772
772
  return this.item(177) || undefined;
773
773
  }
774
774
 
775
- public get 178(): string {
775
+ public get 178(): string | undefined {
776
776
  return this.item(178) || undefined;
777
777
  }
778
778
 
779
- public get 179(): string {
779
+ public get 179(): string | undefined {
780
780
  return this.item(179) || undefined;
781
781
  }
782
782
 
783
- public get 180(): string {
783
+ public get 180(): string | undefined {
784
784
  return this.item(180) || undefined;
785
785
  }
786
786
 
787
- public get 181(): string {
787
+ public get 181(): string | undefined {
788
788
  return this.item(181) || undefined;
789
789
  }
790
790
 
791
- public get 182(): string {
791
+ public get 182(): string | undefined {
792
792
  return this.item(182) || undefined;
793
793
  }
794
794
 
795
- public get 183(): string {
795
+ public get 183(): string | undefined {
796
796
  return this.item(183) || undefined;
797
797
  }
798
798
 
799
- public get 184(): string {
799
+ public get 184(): string | undefined {
800
800
  return this.item(184) || undefined;
801
801
  }
802
802
 
803
- public get 185(): string {
803
+ public get 185(): string | undefined {
804
804
  return this.item(185) || undefined;
805
805
  }
806
806
 
807
- public get 186(): string {
807
+ public get 186(): string | undefined {
808
808
  return this.item(186) || undefined;
809
809
  }
810
810
 
811
- public get 187(): string {
811
+ public get 187(): string | undefined {
812
812
  return this.item(187) || undefined;
813
813
  }
814
814
 
815
- public get 188(): string {
815
+ public get 188(): string | undefined {
816
816
  return this.item(188) || undefined;
817
817
  }
818
818
 
819
- public get 189(): string {
819
+ public get 189(): string | undefined {
820
820
  return this.item(189) || undefined;
821
821
  }
822
822
 
823
- public get 190(): string {
823
+ public get 190(): string | undefined {
824
824
  return this.item(190) || undefined;
825
825
  }
826
826
 
827
- public get 191(): string {
827
+ public get 191(): string | undefined {
828
828
  return this.item(191) || undefined;
829
829
  }
830
830
 
831
- public get 192(): string {
831
+ public get 192(): string | undefined {
832
832
  return this.item(192) || undefined;
833
833
  }
834
834
 
835
- public get 193(): string {
835
+ public get 193(): string | undefined {
836
836
  return this.item(193) || undefined;
837
837
  }
838
838
 
839
- public get 194(): string {
839
+ public get 194(): string | undefined {
840
840
  return this.item(194) || undefined;
841
841
  }
842
842
 
843
- public get 195(): string {
843
+ public get 195(): string | undefined {
844
844
  return this.item(195) || undefined;
845
845
  }
846
846
 
847
- public get 196(): string {
847
+ public get 196(): string | undefined {
848
848
  return this.item(196) || undefined;
849
849
  }
850
850
 
851
- public get 197(): string {
851
+ public get 197(): string | undefined {
852
852
  return this.item(197) || undefined;
853
853
  }
854
854
 
855
- public get 198(): string {
855
+ public get 198(): string | undefined {
856
856
  return this.item(198) || undefined;
857
857
  }
858
858
 
859
- public get 199(): string {
859
+ public get 199(): string | undefined {
860
860
  return this.item(199) || undefined;
861
861
  }
862
862
 
863
- public get 200(): string {
863
+ public get 200(): string | undefined {
864
864
  return this.item(200) || undefined;
865
865
  }
866
866
 
867
- public get 201(): string {
867
+ public get 201(): string | undefined {
868
868
  return this.item(201) || undefined;
869
869
  }
870
870
 
871
- public get 202(): string {
871
+ public get 202(): string | undefined {
872
872
  return this.item(202) || undefined;
873
873
  }
874
874
 
875
- public get 203(): string {
875
+ public get 203(): string | undefined {
876
876
  return this.item(203) || undefined;
877
877
  }
878
878
 
879
- public get 204(): string {
879
+ public get 204(): string | undefined {
880
880
  return this.item(204) || undefined;
881
881
  }
882
882
 
883
- public get 205(): string {
883
+ public get 205(): string | undefined {
884
884
  return this.item(205) || undefined;
885
885
  }
886
886
 
887
- public get 206(): string {
887
+ public get 206(): string | undefined {
888
888
  return this.item(206) || undefined;
889
889
  }
890
890
 
891
- public get 207(): string {
891
+ public get 207(): string | undefined {
892
892
  return this.item(207) || undefined;
893
893
  }
894
894
 
895
- public get 208(): string {
895
+ public get 208(): string | undefined {
896
896
  return this.item(208) || undefined;
897
897
  }
898
898
 
899
- public get 209(): string {
899
+ public get 209(): string | undefined {
900
900
  return this.item(209) || undefined;
901
901
  }
902
902
 
903
- public get 210(): string {
903
+ public get 210(): string | undefined {
904
904
  return this.item(210) || undefined;
905
905
  }
906
906
 
907
- public get 211(): string {
907
+ public get 211(): string | undefined {
908
908
  return this.item(211) || undefined;
909
909
  }
910
910
 
911
- public get 212(): string {
911
+ public get 212(): string | undefined {
912
912
  return this.item(212) || undefined;
913
913
  }
914
914
 
915
- public get 213(): string {
915
+ public get 213(): string | undefined {
916
916
  return this.item(213) || undefined;
917
917
  }
918
918
 
919
- public get 214(): string {
919
+ public get 214(): string | undefined {
920
920
  return this.item(214) || undefined;
921
921
  }
922
922
 
923
- public get 215(): string {
923
+ public get 215(): string | undefined {
924
924
  return this.item(215) || undefined;
925
925
  }
926
926
 
927
- public get 216(): string {
927
+ public get 216(): string | undefined {
928
928
  return this.item(216) || undefined;
929
929
  }
930
930
 
931
- public get 217(): string {
931
+ public get 217(): string | undefined {
932
932
  return this.item(217) || undefined;
933
933
  }
934
934
 
935
- public get 218(): string {
935
+ public get 218(): string | undefined {
936
936
  return this.item(218) || undefined;
937
937
  }
938
938
 
939
- public get 219(): string {
939
+ public get 219(): string | undefined {
940
940
  return this.item(219) || undefined;
941
941
  }
942
942
 
943
- public get 220(): string {
943
+ public get 220(): string | undefined {
944
944
  return this.item(220) || undefined;
945
945
  }
946
946
 
947
- public get 221(): string {
947
+ public get 221(): string | undefined {
948
948
  return this.item(221) || undefined;
949
949
  }
950
950
 
951
- public get 222(): string {
951
+ public get 222(): string | undefined {
952
952
  return this.item(222) || undefined;
953
953
  }
954
954
 
955
- public get 223(): string {
955
+ public get 223(): string | undefined {
956
956
  return this.item(223) || undefined;
957
957
  }
958
958
 
959
- public get 224(): string {
959
+ public get 224(): string | undefined {
960
960
  return this.item(224) || undefined;
961
961
  }
962
962
 
963
- public get 225(): string {
963
+ public get 225(): string | undefined {
964
964
  return this.item(225) || undefined;
965
965
  }
966
966
 
967
- public get 226(): string {
967
+ public get 226(): string | undefined {
968
968
  return this.item(226) || undefined;
969
969
  }
970
970
 
971
- public get 227(): string {
971
+ public get 227(): string | undefined {
972
972
  return this.item(227) || undefined;
973
973
  }
974
974
 
975
- public get 228(): string {
975
+ public get 228(): string | undefined {
976
976
  return this.item(228) || undefined;
977
977
  }
978
978
 
979
- public get 229(): string {
979
+ public get 229(): string | undefined {
980
980
  return this.item(229) || undefined;
981
981
  }
982
982
 
983
- public get 230(): string {
983
+ public get 230(): string | undefined {
984
984
  return this.item(230) || undefined;
985
985
  }
986
986
 
987
- public get 231(): string {
987
+ public get 231(): string | undefined {
988
988
  return this.item(231) || undefined;
989
989
  }
990
990
 
991
- public get 232(): string {
991
+ public get 232(): string | undefined {
992
992
  return this.item(232) || undefined;
993
993
  }
994
994
 
995
- public get 233(): string {
995
+ public get 233(): string | undefined {
996
996
  return this.item(233) || undefined;
997
997
  }
998
998
 
999
- public get 234(): string {
999
+ public get 234(): string | undefined {
1000
1000
  return this.item(234) || undefined;
1001
1001
  }
1002
1002
 
1003
- public get 235(): string {
1003
+ public get 235(): string | undefined {
1004
1004
  return this.item(235) || undefined;
1005
1005
  }
1006
1006
 
1007
- public get 236(): string {
1007
+ public get 236(): string | undefined {
1008
1008
  return this.item(236) || undefined;
1009
1009
  }
1010
1010
 
1011
- public get 237(): string {
1011
+ public get 237(): string | undefined {
1012
1012
  return this.item(237) || undefined;
1013
1013
  }
1014
1014
 
1015
- public get 238(): string {
1015
+ public get 238(): string | undefined {
1016
1016
  return this.item(238) || undefined;
1017
1017
  }
1018
1018
 
1019
- public get 239(): string {
1019
+ public get 239(): string | undefined {
1020
1020
  return this.item(239) || undefined;
1021
1021
  }
1022
1022
 
1023
- public get 240(): string {
1023
+ public get 240(): string | undefined {
1024
1024
  return this.item(240) || undefined;
1025
1025
  }
1026
1026
 
1027
- public get 241(): string {
1027
+ public get 241(): string | undefined {
1028
1028
  return this.item(241) || undefined;
1029
1029
  }
1030
1030
 
1031
- public get 242(): string {
1031
+ public get 242(): string | undefined {
1032
1032
  return this.item(242) || undefined;
1033
1033
  }
1034
1034
 
1035
- public get 243(): string {
1035
+ public get 243(): string | undefined {
1036
1036
  return this.item(243) || undefined;
1037
1037
  }
1038
1038
 
1039
- public get 244(): string {
1039
+ public get 244(): string | undefined {
1040
1040
  return this.item(244) || undefined;
1041
1041
  }
1042
1042
 
1043
- public get 245(): string {
1043
+ public get 245(): string | undefined {
1044
1044
  return this.item(245) || undefined;
1045
1045
  }
1046
1046
 
1047
- public get 246(): string {
1047
+ public get 246(): string | undefined {
1048
1048
  return this.item(246) || undefined;
1049
1049
  }
1050
1050
 
1051
- public get 247(): string {
1051
+ public get 247(): string | undefined {
1052
1052
  return this.item(247) || undefined;
1053
1053
  }
1054
1054
 
1055
- public get 248(): string {
1055
+ public get 248(): string | undefined {
1056
1056
  return this.item(248) || undefined;
1057
1057
  }
1058
1058
 
1059
- public get 249(): string {
1059
+ public get 249(): string | undefined {
1060
1060
  return this.item(249) || undefined;
1061
1061
  }
1062
1062
 
1063
- public get 250(): string {
1063
+ public get 250(): string | undefined {
1064
1064
  return this.item(250) || undefined;
1065
1065
  }
1066
1066
 
1067
- public get 251(): string {
1067
+ public get 251(): string | undefined {
1068
1068
  return this.item(251) || undefined;
1069
1069
  }
1070
1070
 
1071
- public get 252(): string {
1071
+ public get 252(): string | undefined {
1072
1072
  return this.item(252) || undefined;
1073
1073
  }
1074
1074
 
1075
- public get 253(): string {
1075
+ public get 253(): string | undefined {
1076
1076
  return this.item(253) || undefined;
1077
1077
  }
1078
1078
 
1079
- public get 254(): string {
1079
+ public get 254(): string | undefined {
1080
1080
  return this.item(254) || undefined;
1081
1081
  }
1082
1082
 
1083
- public get 255(): string {
1083
+ public get 255(): string | undefined {
1084
1084
  return this.item(255) || undefined;
1085
1085
  }
1086
1086
 
1087
- public get 256(): string {
1087
+ public get 256(): string | undefined {
1088
1088
  return this.item(256) || undefined;
1089
1089
  }
1090
1090
 
1091
- public get 257(): string {
1091
+ public get 257(): string | undefined {
1092
1092
  return this.item(257) || undefined;
1093
1093
  }
1094
1094
 
1095
- public get 258(): string {
1095
+ public get 258(): string | undefined {
1096
1096
  return this.item(258) || undefined;
1097
1097
  }
1098
1098
 
1099
- public get 259(): string {
1099
+ public get 259(): string | undefined {
1100
1100
  return this.item(259) || undefined;
1101
1101
  }
1102
1102
 
1103
- public get 260(): string {
1103
+ public get 260(): string | undefined {
1104
1104
  return this.item(260) || undefined;
1105
1105
  }
1106
1106
 
1107
- public get 261(): string {
1107
+ public get 261(): string | undefined {
1108
1108
  return this.item(261) || undefined;
1109
1109
  }
1110
1110
 
1111
- public get 262(): string {
1111
+ public get 262(): string | undefined {
1112
1112
  return this.item(262) || undefined;
1113
1113
  }
1114
1114
 
1115
- public get 263(): string {
1115
+ public get 263(): string | undefined {
1116
1116
  return this.item(263) || undefined;
1117
1117
  }
1118
1118
 
1119
- public get 264(): string {
1119
+ public get 264(): string | undefined {
1120
1120
  return this.item(264) || undefined;
1121
1121
  }
1122
1122
 
1123
- public get 265(): string {
1123
+ public get 265(): string | undefined {
1124
1124
  return this.item(265) || undefined;
1125
1125
  }
1126
1126
 
1127
- public get 266(): string {
1127
+ public get 266(): string | undefined {
1128
1128
  return this.item(266) || undefined;
1129
1129
  }
1130
1130
 
1131
- public get 267(): string {
1131
+ public get 267(): string | undefined {
1132
1132
  return this.item(267) || undefined;
1133
1133
  }
1134
1134
 
1135
- public get 268(): string {
1135
+ public get 268(): string | undefined {
1136
1136
  return this.item(268) || undefined;
1137
1137
  }
1138
1138
 
1139
- public get 269(): string {
1139
+ public get 269(): string | undefined {
1140
1140
  return this.item(269) || undefined;
1141
1141
  }
1142
1142
 
1143
- public get 270(): string {
1143
+ public get 270(): string | undefined {
1144
1144
  return this.item(270) || undefined;
1145
1145
  }
1146
1146
 
1147
- public get 271(): string {
1147
+ public get 271(): string | undefined {
1148
1148
  return this.item(271) || undefined;
1149
1149
  }
1150
1150
 
1151
- public get 272(): string {
1151
+ public get 272(): string | undefined {
1152
1152
  return this.item(272) || undefined;
1153
1153
  }
1154
1154
 
1155
- public get 273(): string {
1155
+ public get 273(): string | undefined {
1156
1156
  return this.item(273) || undefined;
1157
1157
  }
1158
1158
 
1159
- public get 274(): string {
1159
+ public get 274(): string | undefined {
1160
1160
  return this.item(274) || undefined;
1161
1161
  }
1162
1162
 
1163
- public get 275(): string {
1163
+ public get 275(): string | undefined {
1164
1164
  return this.item(275) || undefined;
1165
1165
  }
1166
1166
 
1167
- public get 276(): string {
1167
+ public get 276(): string | undefined {
1168
1168
  return this.item(276) || undefined;
1169
1169
  }
1170
1170
 
1171
- public get 277(): string {
1171
+ public get 277(): string | undefined {
1172
1172
  return this.item(277) || undefined;
1173
1173
  }
1174
1174
 
1175
- public get 278(): string {
1175
+ public get 278(): string | undefined {
1176
1176
  return this.item(278) || undefined;
1177
1177
  }
1178
1178
 
1179
- public get 279(): string {
1179
+ public get 279(): string | undefined {
1180
1180
  return this.item(279) || undefined;
1181
1181
  }
1182
1182
 
1183
- public get 280(): string {
1183
+ public get 280(): string | undefined {
1184
1184
  return this.item(280) || undefined;
1185
1185
  }
1186
1186
 
1187
- public get 281(): string {
1187
+ public get 281(): string | undefined {
1188
1188
  return this.item(281) || undefined;
1189
1189
  }
1190
1190
 
1191
- public get 282(): string {
1191
+ public get 282(): string | undefined {
1192
1192
  return this.item(282) || undefined;
1193
1193
  }
1194
1194
 
1195
- public get 283(): string {
1195
+ public get 283(): string | undefined {
1196
1196
  return this.item(283) || undefined;
1197
1197
  }
1198
1198
 
1199
- public get 284(): string {
1199
+ public get 284(): string | undefined {
1200
1200
  return this.item(284) || undefined;
1201
1201
  }
1202
1202
 
1203
- public get 285(): string {
1203
+ public get 285(): string | undefined {
1204
1204
  return this.item(285) || undefined;
1205
1205
  }
1206
1206
 
1207
- public get 286(): string {
1207
+ public get 286(): string | undefined {
1208
1208
  return this.item(286) || undefined;
1209
1209
  }
1210
1210
 
1211
- public get 287(): string {
1211
+ public get 287(): string | undefined {
1212
1212
  return this.item(287) || undefined;
1213
1213
  }
1214
1214
 
1215
- public get 288(): string {
1215
+ public get 288(): string | undefined {
1216
1216
  return this.item(288) || undefined;
1217
1217
  }
1218
1218
 
1219
- public get 289(): string {
1219
+ public get 289(): string | undefined {
1220
1220
  return this.item(289) || undefined;
1221
1221
  }
1222
1222
 
1223
- public get 290(): string {
1223
+ public get 290(): string | undefined {
1224
1224
  return this.item(290) || undefined;
1225
1225
  }
1226
1226
 
1227
- public get 291(): string {
1227
+ public get 291(): string | undefined {
1228
1228
  return this.item(291) || undefined;
1229
1229
  }
1230
1230
 
1231
- public get 292(): string {
1231
+ public get 292(): string | undefined {
1232
1232
  return this.item(292) || undefined;
1233
1233
  }
1234
1234
 
1235
- public get 293(): string {
1235
+ public get 293(): string | undefined {
1236
1236
  return this.item(293) || undefined;
1237
1237
  }
1238
1238
 
1239
- public get 294(): string {
1239
+ public get 294(): string | undefined {
1240
1240
  return this.item(294) || undefined;
1241
1241
  }
1242
1242
 
1243
- public get 295(): string {
1243
+ public get 295(): string | undefined {
1244
1244
  return this.item(295) || undefined;
1245
1245
  }
1246
1246
 
1247
- public get 296(): string {
1247
+ public get 296(): string | undefined {
1248
1248
  return this.item(296) || undefined;
1249
1249
  }
1250
1250
 
1251
- public get 297(): string {
1251
+ public get 297(): string | undefined {
1252
1252
  return this.item(297) || undefined;
1253
1253
  }
1254
1254
 
1255
- public get 298(): string {
1255
+ public get 298(): string | undefined {
1256
1256
  return this.item(298) || undefined;
1257
1257
  }
1258
1258
 
1259
- public get 299(): string {
1259
+ public get 299(): string | undefined {
1260
1260
  return this.item(299) || undefined;
1261
1261
  }
1262
1262
 
1263
- public get 300(): string {
1263
+ public get 300(): string | undefined {
1264
1264
  return this.item(300) || undefined;
1265
1265
  }
1266
1266
 
1267
- public get 301(): string {
1267
+ public get 301(): string | undefined {
1268
1268
  return this.item(301) || undefined;
1269
1269
  }
1270
1270
 
1271
- public get 302(): string {
1271
+ public get 302(): string | undefined {
1272
1272
  return this.item(302) || undefined;
1273
1273
  }
1274
1274
 
1275
- public get 303(): string {
1275
+ public get 303(): string | undefined {
1276
1276
  return this.item(303) || undefined;
1277
1277
  }
1278
1278
 
1279
- public get 304(): string {
1279
+ public get 304(): string | undefined {
1280
1280
  return this.item(304) || undefined;
1281
1281
  }
1282
1282
 
1283
- public get 305(): string {
1283
+ public get 305(): string | undefined {
1284
1284
  return this.item(305) || undefined;
1285
1285
  }
1286
1286
 
1287
- public get 306(): string {
1287
+ public get 306(): string | undefined {
1288
1288
  return this.item(306) || undefined;
1289
1289
  }
1290
1290
 
1291
- public get 307(): string {
1291
+ public get 307(): string | undefined {
1292
1292
  return this.item(307) || undefined;
1293
1293
  }
1294
1294
 
1295
- public get 308(): string {
1295
+ public get 308(): string | undefined {
1296
1296
  return this.item(308) || undefined;
1297
1297
  }
1298
1298
 
1299
- public get 309(): string {
1299
+ public get 309(): string | undefined {
1300
1300
  return this.item(309) || undefined;
1301
1301
  }
1302
1302
 
1303
- public get 310(): string {
1303
+ public get 310(): string | undefined {
1304
1304
  return this.item(310) || undefined;
1305
1305
  }
1306
1306
 
1307
- public get 311(): string {
1307
+ public get 311(): string | undefined {
1308
1308
  return this.item(311) || undefined;
1309
1309
  }
1310
1310
 
1311
- public get 312(): string {
1311
+ public get 312(): string | undefined {
1312
1312
  return this.item(312) || undefined;
1313
1313
  }
1314
1314
 
1315
- public get 313(): string {
1315
+ public get 313(): string | undefined {
1316
1316
  return this.item(313) || undefined;
1317
1317
  }
1318
1318
 
1319
- public get 314(): string {
1319
+ public get 314(): string | undefined {
1320
1320
  return this.item(314) || undefined;
1321
1321
  }
1322
1322
 
1323
- public get 315(): string {
1323
+ public get 315(): string | undefined {
1324
1324
  return this.item(315) || undefined;
1325
1325
  }
1326
1326
 
1327
- public get 316(): string {
1327
+ public get 316(): string | undefined {
1328
1328
  return this.item(316) || undefined;
1329
1329
  }
1330
1330
 
1331
- public get 317(): string {
1331
+ public get 317(): string | undefined {
1332
1332
  return this.item(317) || undefined;
1333
1333
  }
1334
1334
 
1335
- public get 318(): string {
1335
+ public get 318(): string | undefined {
1336
1336
  return this.item(318) || undefined;
1337
1337
  }
1338
1338
 
1339
- public get 319(): string {
1339
+ public get 319(): string | undefined {
1340
1340
  return this.item(319) || undefined;
1341
1341
  }
1342
1342
 
1343
- public get 320(): string {
1343
+ public get 320(): string | undefined {
1344
1344
  return this.item(320) || undefined;
1345
1345
  }
1346
1346
 
1347
- public get 321(): string {
1347
+ public get 321(): string | undefined {
1348
1348
  return this.item(321) || undefined;
1349
1349
  }
1350
1350
 
1351
- public get 322(): string {
1351
+ public get 322(): string | undefined {
1352
1352
  return this.item(322) || undefined;
1353
1353
  }
1354
1354
 
1355
- public get 323(): string {
1355
+ public get 323(): string | undefined {
1356
1356
  return this.item(323) || undefined;
1357
1357
  }
1358
1358
 
1359
- public get 324(): string {
1359
+ public get 324(): string | undefined {
1360
1360
  return this.item(324) || undefined;
1361
1361
  }
1362
1362
 
1363
- public get 325(): string {
1363
+ public get 325(): string | undefined {
1364
1364
  return this.item(325) || undefined;
1365
1365
  }
1366
1366
 
1367
- public get 326(): string {
1367
+ public get 326(): string | undefined {
1368
1368
  return this.item(326) || undefined;
1369
1369
  }
1370
1370
 
1371
- public get 327(): string {
1371
+ public get 327(): string | undefined {
1372
1372
  return this.item(327) || undefined;
1373
1373
  }
1374
1374
 
1375
- public get 328(): string {
1375
+ public get 328(): string | undefined {
1376
1376
  return this.item(328) || undefined;
1377
1377
  }
1378
1378
 
1379
- public get 329(): string {
1379
+ public get 329(): string | undefined {
1380
1380
  return this.item(329) || undefined;
1381
1381
  }
1382
1382
 
1383
- public get 330(): string {
1383
+ public get 330(): string | undefined {
1384
1384
  return this.item(330) || undefined;
1385
1385
  }
1386
1386
 
1387
- public get 331(): string {
1387
+ public get 331(): string | undefined {
1388
1388
  return this.item(331) || undefined;
1389
1389
  }
1390
1390
 
1391
- public get 332(): string {
1391
+ public get 332(): string | undefined {
1392
1392
  return this.item(332) || undefined;
1393
1393
  }
1394
1394
 
1395
- public get 333(): string {
1395
+ public get 333(): string | undefined {
1396
1396
  return this.item(333) || undefined;
1397
1397
  }
1398
1398
 
1399
- public get 334(): string {
1399
+ public get 334(): string | undefined {
1400
1400
  return this.item(334) || undefined;
1401
1401
  }
1402
1402
 
1403
- public get 335(): string {
1403
+ public get 335(): string | undefined {
1404
1404
  return this.item(335) || undefined;
1405
1405
  }
1406
1406
 
1407
- public get 336(): string {
1407
+ public get 336(): string | undefined {
1408
1408
  return this.item(336) || undefined;
1409
1409
  }
1410
1410
 
1411
- public get 337(): string {
1411
+ public get 337(): string | undefined {
1412
1412
  return this.item(337) || undefined;
1413
1413
  }
1414
1414
 
1415
- public get 338(): string {
1415
+ public get 338(): string | undefined {
1416
1416
  return this.item(338) || undefined;
1417
1417
  }
1418
1418
 
1419
- public get 339(): string {
1419
+ public get 339(): string | undefined {
1420
1420
  return this.item(339) || undefined;
1421
1421
  }
1422
1422
 
1423
- public get 340(): string {
1423
+ public get 340(): string | undefined {
1424
1424
  return this.item(340) || undefined;
1425
1425
  }
1426
1426
 
1427
- public get 341(): string {
1427
+ public get 341(): string | undefined {
1428
1428
  return this.item(341) || undefined;
1429
1429
  }
1430
1430
 
1431
- public get 342(): string {
1431
+ public get 342(): string | undefined {
1432
1432
  return this.item(342) || undefined;
1433
1433
  }
1434
1434
 
1435
- public get 343(): string {
1435
+ public get 343(): string | undefined {
1436
1436
  return this.item(343) || undefined;
1437
1437
  }
1438
1438
 
1439
- public get 344(): string {
1439
+ public get 344(): string | undefined {
1440
1440
  return this.item(344) || undefined;
1441
1441
  }
1442
1442
 
1443
- public get 345(): string {
1443
+ public get 345(): string | undefined {
1444
1444
  return this.item(345) || undefined;
1445
1445
  }
1446
1446
 
1447
- public get 346(): string {
1447
+ public get 346(): string | undefined {
1448
1448
  return this.item(346) || undefined;
1449
1449
  }
1450
1450
 
1451
- public get 347(): string {
1451
+ public get 347(): string | undefined {
1452
1452
  return this.item(347) || undefined;
1453
1453
  }
1454
1454
 
1455
- public get 348(): string {
1455
+ public get 348(): string | undefined {
1456
1456
  return this.item(348) || undefined;
1457
1457
  }
1458
1458
 
1459
- public get 349(): string {
1459
+ public get 349(): string | undefined {
1460
1460
  return this.item(349) || undefined;
1461
1461
  }
1462
1462
 
1463
- public get 350(): string {
1463
+ public get 350(): string | undefined {
1464
1464
  return this.item(350) || undefined;
1465
1465
  }
1466
1466
 
1467
- public get 351(): string {
1467
+ public get 351(): string | undefined {
1468
1468
  return this.item(351) || undefined;
1469
1469
  }
1470
1470
 
1471
- public get 352(): string {
1471
+ public get 352(): string | undefined {
1472
1472
  return this.item(352) || undefined;
1473
1473
  }
1474
1474
 
1475
- public get 353(): string {
1475
+ public get 353(): string | undefined {
1476
1476
  return this.item(353) || undefined;
1477
1477
  }
1478
1478
 
1479
- public get 354(): string {
1479
+ public get 354(): string | undefined {
1480
1480
  return this.item(354) || undefined;
1481
1481
  }
1482
1482
 
1483
- public get 355(): string {
1483
+ public get 355(): string | undefined {
1484
1484
  return this.item(355) || undefined;
1485
1485
  }
1486
1486
 
1487
- public get 356(): string {
1487
+ public get 356(): string | undefined {
1488
1488
  return this.item(356) || undefined;
1489
1489
  }
1490
1490
 
1491
- public get 357(): string {
1491
+ public get 357(): string | undefined {
1492
1492
  return this.item(357) || undefined;
1493
1493
  }
1494
1494
 
1495
- public get 358(): string {
1495
+ public get 358(): string | undefined {
1496
1496
  return this.item(358) || undefined;
1497
1497
  }
1498
1498
 
1499
- public get 359(): string {
1499
+ public get 359(): string | undefined {
1500
1500
  return this.item(359) || undefined;
1501
1501
  }
1502
1502
 
1503
- public get 360(): string {
1503
+ public get 360(): string | undefined {
1504
1504
  return this.item(360) || undefined;
1505
1505
  }
1506
1506
 
1507
- public get 361(): string {
1507
+ public get 361(): string | undefined {
1508
1508
  return this.item(361) || undefined;
1509
1509
  }
1510
1510
 
1511
- public get 362(): string {
1511
+ public get 362(): string | undefined {
1512
1512
  return this.item(362) || undefined;
1513
1513
  }
1514
1514
 
1515
- public get 363(): string {
1515
+ public get 363(): string | undefined {
1516
1516
  return this.item(363) || undefined;
1517
1517
  }
1518
1518
 
1519
- public get 364(): string {
1519
+ public get 364(): string | undefined {
1520
1520
  return this.item(364) || undefined;
1521
1521
  }
1522
1522
 
1523
- public get 365(): string {
1523
+ public get 365(): string | undefined {
1524
1524
  return this.item(365) || undefined;
1525
1525
  }
1526
1526
 
1527
- public get 366(): string {
1527
+ public get 366(): string | undefined {
1528
1528
  return this.item(366) || undefined;
1529
1529
  }
1530
1530
 
1531
- public get 367(): string {
1531
+ public get 367(): string | undefined {
1532
1532
  return this.item(367) || undefined;
1533
1533
  }
1534
1534
 
1535
- public get 368(): string {
1535
+ public get 368(): string | undefined {
1536
1536
  return this.item(368) || undefined;
1537
1537
  }
1538
- public get 369(): string {
1538
+ public get 369(): string | undefined {
1539
1539
  return this.item(369) || undefined;
1540
1540
  }
1541
1541
 
1542
- public get 370(): string {
1542
+ public get 370(): string | undefined {
1543
1543
  return this.item(370) || undefined;
1544
1544
  }
1545
1545
 
1546
- public get 371(): string {
1546
+ public get 371(): string | undefined {
1547
1547
  return this.item(371) || undefined;
1548
1548
  }
1549
1549
 
1550
- public get 372(): string {
1550
+ public get 372(): string | undefined {
1551
1551
  return this.item(372) || undefined;
1552
1552
  }
1553
1553
 
1554
- public get 373(): string {
1554
+ public get 373(): string | undefined {
1555
1555
  return this.item(373) || undefined;
1556
1556
  }
1557
1557
 
1558
- public get 374(): string {
1558
+ public get 374(): string | undefined {
1559
1559
  return this.item(374) || undefined;
1560
1560
  }
1561
1561
 
1562
- public get 375(): string {
1562
+ public get 375(): string | undefined {
1563
1563
  return this.item(375) || undefined;
1564
1564
  }
1565
1565
 
1566
- public get 376(): string {
1566
+ public get 376(): string | undefined {
1567
1567
  return this.item(376) || undefined;
1568
1568
  }
1569
1569
 
1570
- public get 377(): string {
1570
+ public get 377(): string | undefined {
1571
1571
  return this.item(377) || undefined;
1572
1572
  }
1573
1573
 
1574
- public get 378(): string {
1574
+ public get 378(): string | undefined {
1575
1575
  return this.item(378) || undefined;
1576
1576
  }
1577
1577
 
1578
- public get 379(): string {
1578
+ public get 379(): string | undefined {
1579
1579
  return this.item(379) || undefined;
1580
1580
  }
1581
1581
 
1582
- public get 380(): string {
1582
+ public get 380(): string | undefined {
1583
1583
  return this.item(380) || undefined;
1584
1584
  }
1585
1585
 
1586
- public get 381(): string {
1586
+ public get 381(): string | undefined {
1587
1587
  return this.item(381) || undefined;
1588
1588
  }
1589
1589
 
1590
- public get 382(): string {
1590
+ public get 382(): string | undefined {
1591
1591
  return this.item(382) || undefined;
1592
1592
  }
1593
1593
 
1594
- public get 383(): string {
1594
+ public get 383(): string | undefined {
1595
1595
  return this.item(383) || undefined;
1596
1596
  }
1597
1597
 
1598
- public get 384(): string {
1598
+ public get 384(): string | undefined {
1599
1599
  return this.item(384) || undefined;
1600
1600
  }
1601
1601
 
1602
- public get 385(): string {
1602
+ public get 385(): string | undefined {
1603
1603
  return this.item(385) || undefined;
1604
1604
  }
1605
1605
 
1606
- public get 386(): string {
1606
+ public get 386(): string | undefined {
1607
1607
  return this.item(386) || undefined;
1608
1608
  }
1609
1609
 
1610
- public get 387(): string {
1610
+ public get 387(): string | undefined {
1611
1611
  return this.item(387) || undefined;
1612
1612
  }
1613
1613
 
1614
- public get 388(): string {
1614
+ public get 388(): string | undefined {
1615
1615
  return this.item(388) || undefined;
1616
1616
  }
1617
1617
 
1618
- public get 389(): string {
1618
+ public get 389(): string | undefined {
1619
1619
  return this.item(389) || undefined;
1620
1620
  }
1621
1621
 
1622
- public get 390(): string {
1622
+ public get 390(): string | undefined {
1623
1623
  return this.item(390) || undefined;
1624
1624
  }
1625
1625
 
1626
- public get 391(): string {
1626
+ public get 391(): string | undefined {
1627
1627
  return this.item(391) || undefined;
1628
1628
  }
1629
1629
 
1630
- public get 392(): string {
1630
+ public get 392(): string | undefined {
1631
1631
  return this.item(392) || undefined;
1632
1632
  }
1633
1633
 
1634
- public get 393(): string {
1634
+ public get 393(): string | undefined {
1635
1635
  return this.item(393) || undefined;
1636
1636
  }
1637
1637
 
@@ -4969,6 +4969,6 @@ export default class CSSStyleDeclaration {
4969
4969
  cache.propertyManager = new CSSStyleDeclarationPropertyManager({ cssText: attributeValue });
4970
4970
  }
4971
4971
 
4972
- return cache.propertyManager;
4972
+ return <CSSStyleDeclarationPropertyManager>cache.propertyManager;
4973
4973
  }
4974
4974
  }