immosquare-cleaner 0.1.64 → 0.1.65
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.
- checksums.yaml +4 -4
- data/lib/immosquare-cleaner/version.rb +1 -1
- data/lib/immosquare-cleaner.rb +36 -36
- data/lib/tasks/immosquare_cleaner.rake +17 -1
- data/linters/rubocop/cop/custom_cops/style/font_awesome_normalization.rb +2 -0
- data/node_modules/@babel/compat-data/data/plugins.json +6 -7
- data/node_modules/@babel/compat-data/package.json +2 -2
- data/node_modules/@babel/core/lib/config/files/configuration.js +3 -0
- data/node_modules/@babel/core/lib/config/files/configuration.js.map +1 -1
- data/node_modules/@babel/core/lib/config/files/module-types.js +74 -63
- data/node_modules/@babel/core/lib/config/files/module-types.js.map +1 -1
- data/node_modules/@babel/core/lib/config/files/plugins.js +1 -0
- data/node_modules/@babel/core/lib/config/files/plugins.js.map +1 -1
- data/node_modules/@babel/core/lib/config/partial.js +1 -1
- data/node_modules/@babel/core/lib/config/partial.js.map +1 -1
- data/node_modules/@babel/core/lib/index.js +1 -2
- data/node_modules/@babel/core/lib/index.js.map +1 -1
- data/node_modules/@babel/core/lib/parser/index.js.map +1 -1
- data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs +3 -1
- data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs.map +1 -1
- data/node_modules/@babel/core/lib/transformation/file/file.js +2 -4
- data/node_modules/@babel/core/lib/transformation/file/file.js.map +1 -1
- data/node_modules/@babel/core/lib/transformation/normalize-file.js.map +1 -1
- data/node_modules/@babel/core/lib/transformation/util/clone-deep.js +27 -7
- data/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +1 -1
- data/node_modules/@babel/core/package.json +13 -14
- data/node_modules/@babel/generator/lib/generators/classes.js +7 -4
- data/node_modules/@babel/generator/lib/generators/classes.js.map +1 -1
- data/node_modules/@babel/generator/lib/generators/deprecated.js +28 -0
- data/node_modules/@babel/generator/lib/generators/deprecated.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/expressions.js +9 -3
- data/node_modules/@babel/generator/lib/generators/expressions.js.map +1 -1
- data/node_modules/@babel/generator/lib/generators/jsx.js +6 -1
- data/node_modules/@babel/generator/lib/generators/jsx.js.map +1 -1
- data/node_modules/@babel/generator/lib/generators/template-literals.js +16 -11
- data/node_modules/@babel/generator/lib/generators/template-literals.js.map +1 -1
- data/node_modules/@babel/generator/lib/generators/types.js +0 -9
- data/node_modules/@babel/generator/lib/generators/types.js.map +1 -1
- data/node_modules/@babel/generator/lib/generators/typescript.js +36 -18
- data/node_modules/@babel/generator/lib/generators/typescript.js.map +1 -1
- data/node_modules/@babel/generator/lib/node/parentheses.js +40 -3
- data/node_modules/@babel/generator/lib/node/parentheses.js.map +1 -1
- data/node_modules/@babel/generator/lib/printer.js +4 -3
- data/node_modules/@babel/generator/lib/printer.js.map +1 -1
- data/node_modules/@babel/generator/package.json +5 -5
- data/node_modules/@babel/helper-compilation-targets/lib/index.js +1 -1
- data/node_modules/@babel/helper-compilation-targets/lib/index.js.map +1 -1
- data/node_modules/@babel/helper-compilation-targets/package.json +2 -2
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js +1 -9
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js.map +1 -1
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js +9 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js.map +1 -1
- data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js +1 -1
- data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js.map +1 -1
- data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js +8 -8
- data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js.map +1 -1
- data/node_modules/@babel/helper-create-class-features-plugin/package.json +5 -5
- data/node_modules/@babel/helper-plugin-utils/lib/index.js.map +1 -1
- data/node_modules/@babel/helper-plugin-utils/package.json +2 -2
- data/node_modules/@babel/helper-replace-supers/lib/index.js.map +1 -1
- data/node_modules/@babel/helper-replace-supers/package.json +3 -3
- data/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +1 -1
- data/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js.map +1 -1
- data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js +1 -1
- data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js.map +1 -1
- data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js +1 -1
- data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js.map +1 -1
- data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +7 -3
- data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +1 -1
- data/node_modules/@babel/helpers/lib/helpers-generated.js +3 -3
- data/node_modules/@babel/helpers/lib/helpers-generated.js.map +1 -1
- data/node_modules/@babel/helpers/package.json +5 -5
- data/node_modules/@babel/parser/lib/index.js +426 -236
- data/node_modules/@babel/parser/lib/index.js.map +1 -1
- data/node_modules/@babel/parser/package.json +2 -2
- data/node_modules/@babel/parser/typings/babel-parser.d.ts +127 -164
- data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js +6 -0
- data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js.map +1 -1
- data/node_modules/@babel/plugin-transform-flow-strip-types/package.json +4 -4
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js +3 -2
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js.map +1 -1
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json +3 -3
- data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js +3 -1
- data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js.map +1 -1
- data/node_modules/@babel/plugin-transform-typescript/lib/enum.js +24 -11
- data/node_modules/@babel/plugin-transform-typescript/lib/enum.js.map +1 -1
- data/node_modules/@babel/plugin-transform-typescript/lib/index.js +38 -9
- data/node_modules/@babel/plugin-transform-typescript/lib/index.js.map +1 -1
- data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js +2 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js.map +1 -1
- data/node_modules/@babel/plugin-transform-typescript/package.json +5 -5
- data/node_modules/@babel/template/lib/options.js.map +1 -1
- data/node_modules/@babel/template/lib/parse.js.map +1 -1
- data/node_modules/@babel/template/package.json +4 -4
- data/node_modules/@babel/traverse/lib/cache.js +4 -5
- data/node_modules/@babel/traverse/lib/cache.js.map +1 -1
- data/node_modules/@babel/traverse/lib/path/conversion.js +1 -2
- data/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -1
- data/node_modules/@babel/traverse/lib/path/evaluation.js +17 -0
- data/node_modules/@babel/traverse/lib/path/evaluation.js.map +1 -1
- data/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +1 -1
- data/node_modules/@babel/traverse/lib/path/modification.js +1 -1
- data/node_modules/@babel/traverse/lib/path/modification.js.map +1 -1
- data/node_modules/@babel/traverse/lib/path/replacement.js.map +1 -1
- data/node_modules/@babel/traverse/lib/scope/index.js +9 -2
- data/node_modules/@babel/traverse/lib/scope/index.js.map +1 -1
- data/node_modules/@babel/traverse/lib/visitors.js +1 -1
- data/node_modules/@babel/traverse/lib/visitors.js.map +1 -1
- data/node_modules/@babel/traverse/package.json +6 -6
- data/node_modules/@babel/types/lib/asserts/generated/index.js +8 -0
- data/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -1
- data/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -1
- data/node_modules/@babel/types/lib/builders/generated/index.js +22 -2858
- data/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -1
- data/node_modules/@babel/types/lib/builders/generated/lowercase.js +2886 -0
- data/node_modules/@babel/types/lib/builders/generated/lowercase.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/generated/uppercase.js +267 -255
- data/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -1
- data/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -1
- data/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -1
- data/node_modules/@babel/types/lib/definitions/core.js +26 -17
- data/node_modules/@babel/types/lib/definitions/core.js.map +1 -1
- data/node_modules/@babel/types/lib/definitions/flow.js +6 -3
- data/node_modules/@babel/types/lib/definitions/flow.js.map +1 -1
- data/node_modules/@babel/types/lib/definitions/jsx.js +9 -4
- data/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -1
- data/node_modules/@babel/types/lib/definitions/typescript.js +51 -26
- data/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -1
- data/node_modules/@babel/types/lib/definitions/utils.js +2 -2
- data/node_modules/@babel/types/lib/definitions/utils.js.map +1 -1
- data/node_modules/@babel/types/lib/index-legacy.d.ts +27 -7
- data/node_modules/@babel/types/lib/index.d.ts +1178 -1156
- data/node_modules/@babel/types/lib/index.js +10 -21
- data/node_modules/@babel/types/lib/index.js.flow +26 -6
- data/node_modules/@babel/types/lib/index.js.map +1 -1
- data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +9 -8
- data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -1
- data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +1 -0
- data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -1
- data/node_modules/@babel/types/lib/validators/generated/index.js +17 -0
- data/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -1
- data/node_modules/@babel/types/package.json +12 -12
- data/node_modules/@eslint-community/eslint-utils/index.js +21 -1
- data/node_modules/@eslint-community/eslint-utils/index.js.map +1 -1
- data/node_modules/@eslint-community/eslint-utils/index.mjs +21 -1
- data/node_modules/@eslint-community/eslint-utils/index.mjs.map +1 -1
- data/node_modules/@eslint-community/eslint-utils/package.json +1 -1
- data/node_modules/acorn/CHANGELOG.md +12 -0
- data/node_modules/acorn/dist/acorn.js +33 -24
- data/node_modules/acorn/dist/acorn.mjs +33 -24
- data/node_modules/acorn/package.json +1 -1
- data/node_modules/async-function/CHANGELOG.md +16 -0
- data/node_modules/{jscodeshift → async-function}/LICENSE +1 -1
- data/node_modules/async-function/README.md +51 -0
- data/node_modules/async-function/index.d.mts +3 -0
- data/node_modules/async-function/index.d.ts +13 -0
- data/node_modules/async-function/index.js +8 -0
- data/node_modules/async-function/index.mjs +4 -0
- data/node_modules/async-function/legacy.js +18 -0
- data/node_modules/async-function/package.json +86 -0
- data/node_modules/async-function/require.mjs +5 -0
- data/node_modules/async-function/test/index.js +40 -0
- data/node_modules/async-function/tsconfig.json +9 -0
- data/node_modules/browserslist/index.js +23 -4
- data/node_modules/browserslist/node.js +69 -60
- data/node_modules/browserslist/package.json +1 -1
- data/node_modules/call-bind-apply-helpers/CHANGELOG.md +7 -0
- data/node_modules/call-bind-apply-helpers/index.d.ts +38 -20
- data/node_modules/call-bind-apply-helpers/index.js +1 -1
- data/node_modules/call-bind-apply-helpers/package.json +8 -8
- data/node_modules/call-bind-apply-helpers/test/index.js +4 -4
- data/node_modules/call-bound/CHANGELOG.md +8 -0
- data/node_modules/call-bound/index.d.ts +91 -10
- data/node_modules/call-bound/index.js +4 -3
- data/node_modules/call-bound/package.json +10 -10
- data/node_modules/call-bound/test/index.js +11 -4
- data/node_modules/call-bound/tsconfig.json +2 -1
- data/node_modules/caniuse-lite/data/agents.js +1 -1
- data/node_modules/caniuse-lite/data/browserVersions.js +1 -1
- data/node_modules/caniuse-lite/data/features/aac.js +1 -1
- data/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
- data/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
- data/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
- data/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
- data/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
- data/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
- data/node_modules/caniuse-lite/data/features/apng.js +1 -1
- data/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
- data/node_modules/caniuse-lite/data/features/array-find.js +1 -1
- data/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
- data/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
- data/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
- data/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
- data/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
- data/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
- data/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
- data/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
- data/node_modules/caniuse-lite/data/features/audio.js +1 -1
- data/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
- data/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
- data/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
- data/node_modules/caniuse-lite/data/features/av1.js +1 -1
- data/node_modules/caniuse-lite/data/features/avif.js +1 -1
- data/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
- data/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
- data/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
- data/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
- data/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
- data/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
- data/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
- data/node_modules/caniuse-lite/data/features/beacon.js +1 -1
- data/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
- data/node_modules/caniuse-lite/data/features/bigint.js +1 -1
- data/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
- data/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
- data/node_modules/caniuse-lite/data/features/border-image.js +1 -1
- data/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
- data/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
- data/node_modules/caniuse-lite/data/features/brotli.js +1 -1
- data/node_modules/caniuse-lite/data/features/calc.js +1 -1
- data/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
- data/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
- data/node_modules/caniuse-lite/data/features/canvas.js +1 -1
- data/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
- data/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
- data/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
- data/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
- data/node_modules/caniuse-lite/data/features/classlist.js +1 -1
- data/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
- data/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
- data/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
- data/node_modules/caniuse-lite/data/features/colr.js +1 -1
- data/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
- data/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
- data/node_modules/caniuse-lite/data/features/console-time.js +1 -1
- data/node_modules/caniuse-lite/data/features/const.js +1 -1
- data/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
- data/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
- data/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
- data/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
- data/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
- data/node_modules/caniuse-lite/data/features/cors.js +1 -1
- data/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
- data/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
- data/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-all.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-has.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-table.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
- data/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
- data/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
- data/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
- data/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
- data/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
- data/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
- data/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
- data/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
- data/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
- data/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
- data/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
- data/node_modules/caniuse-lite/data/features/customevent.js +1 -1
- data/node_modules/caniuse-lite/data/features/datalist.js +1 -1
- data/node_modules/caniuse-lite/data/features/dataset.js +1 -1
- data/node_modules/caniuse-lite/data/features/datauri.js +1 -1
- data/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
- data/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
- data/node_modules/caniuse-lite/data/features/decorators.js +1 -1
- data/node_modules/caniuse-lite/data/features/details.js +1 -1
- data/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
- data/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
- data/node_modules/caniuse-lite/data/features/dialog.js +1 -1
- data/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
- data/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
- data/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
- data/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
- data/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
- data/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
- data/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
- data/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
- data/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
- data/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
- data/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
- data/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
- data/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
- data/node_modules/caniuse-lite/data/features/download.js +1 -1
- data/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
- data/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
- data/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
- data/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
- data/node_modules/caniuse-lite/data/features/eme.js +1 -1
- data/node_modules/caniuse-lite/data/features/eot.js +1 -1
- data/node_modules/caniuse-lite/data/features/es5.js +1 -1
- data/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
- data/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
- data/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
- data/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
- data/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
- data/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
- data/node_modules/caniuse-lite/data/features/es6.js +1 -1
- data/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
- data/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
- data/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
- data/node_modules/caniuse-lite/data/features/fetch.js +1 -1
- data/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
- data/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
- data/node_modules/caniuse-lite/data/features/filereader.js +1 -1
- data/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
- data/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
- data/node_modules/caniuse-lite/data/features/flac.js +1 -1
- data/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
- data/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
- data/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
- data/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
- data/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
- data/node_modules/caniuse-lite/data/features/fontface.js +1 -1
- data/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
- data/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
- data/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
- data/node_modules/caniuse-lite/data/features/forms.js +1 -1
- data/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
- data/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
- data/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
- data/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
- data/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
- data/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
- data/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
- data/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
- data/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
- data/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
- data/node_modules/caniuse-lite/data/features/heif.js +1 -1
- data/node_modules/caniuse-lite/data/features/hevc.js +1 -1
- data/node_modules/caniuse-lite/data/features/hidden.js +1 -1
- data/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
- data/node_modules/caniuse-lite/data/features/history.js +1 -1
- data/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
- data/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
- data/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
- data/node_modules/caniuse-lite/data/features/http2.js +1 -1
- data/node_modules/caniuse-lite/data/features/http3.js +1 -1
- data/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
- data/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
- data/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
- data/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
- data/node_modules/caniuse-lite/data/features/ime.js +1 -1
- data/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
- data/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
- data/node_modules/caniuse-lite/data/features/imports.js +1 -1
- data/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
- data/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
- data/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
- data/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
- data/node_modules/caniuse-lite/data/features/innertext.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-color.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-event.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-number.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-range.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-search.js +1 -1
- data/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
- data/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
- data/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
- data/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
- data/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
- data/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
- data/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
- data/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
- data/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
- data/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
- data/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
- data/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
- data/node_modules/caniuse-lite/data/features/json.js +1 -1
- data/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
- data/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
- data/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
- data/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
- data/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
- data/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
- data/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
- data/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
- data/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
- data/node_modules/caniuse-lite/data/features/let.js +1 -1
- data/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
- data/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
- data/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
- data/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
- data/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
- data/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
- data/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
- data/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
- data/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
- data/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
- data/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
- data/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
- data/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
- data/node_modules/caniuse-lite/data/features/mathml.js +1 -1
- data/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
- data/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
- data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
- data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
- data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
- data/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
- data/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
- data/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
- data/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
- data/node_modules/caniuse-lite/data/features/menu.js +1 -1
- data/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
- data/node_modules/caniuse-lite/data/features/meter.js +1 -1
- data/node_modules/caniuse-lite/data/features/midi.js +1 -1
- data/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
- data/node_modules/caniuse-lite/data/features/mp3.js +1 -1
- data/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
- data/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
- data/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
- data/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
- data/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
- data/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
- data/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
- data/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
- data/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
- data/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
- data/node_modules/caniuse-lite/data/features/notifications.js +1 -1
- data/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
- data/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
- data/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
- data/node_modules/caniuse-lite/data/features/object-values.js +1 -1
- data/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
- data/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
- data/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
- data/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
- data/node_modules/caniuse-lite/data/features/ogv.js +1 -1
- data/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
- data/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
- data/node_modules/caniuse-lite/data/features/online-status.js +1 -1
- data/node_modules/caniuse-lite/data/features/opus.js +1 -1
- data/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
- data/node_modules/caniuse-lite/data/features/outline.js +1 -1
- data/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
- data/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
- data/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
- data/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
- data/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
- data/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
- data/node_modules/caniuse-lite/data/features/path2d.js +1 -1
- data/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
- data/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
- data/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
- data/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
- data/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
- data/node_modules/caniuse-lite/data/features/picture.js +1 -1
- data/node_modules/caniuse-lite/data/features/ping.js +1 -1
- data/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
- data/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
- data/node_modules/caniuse-lite/data/features/pointer.js +1 -1
- data/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
- data/node_modules/caniuse-lite/data/features/portals.js +1 -1
- data/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
- data/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
- data/node_modules/caniuse-lite/data/features/progress.js +1 -1
- data/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
- data/node_modules/caniuse-lite/data/features/promises.js +1 -1
- data/node_modules/caniuse-lite/data/features/proximity.js +1 -1
- data/node_modules/caniuse-lite/data/features/proxy.js +1 -1
- data/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
- data/node_modules/caniuse-lite/data/features/push-api.js +1 -1
- data/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
- data/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
- data/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
- data/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
- data/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
- data/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
- data/node_modules/caniuse-lite/data/features/rellist.js +1 -1
- data/node_modules/caniuse-lite/data/features/rem.js +1 -1
- data/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
- data/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
- data/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
- data/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
- data/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
- data/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
- data/node_modules/caniuse-lite/data/features/ruby.js +1 -1
- data/node_modules/caniuse-lite/data/features/run-in.js +1 -1
- data/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
- data/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
- data/node_modules/caniuse-lite/data/features/script-async.js +1 -1
- data/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
- data/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
- data/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
- data/node_modules/caniuse-lite/data/features/sdch.js +1 -1
- data/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
- data/node_modules/caniuse-lite/data/features/selectlist.js +1 -1
- data/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
- data/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
- data/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
- data/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
- data/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
- data/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
- data/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
- data/node_modules/caniuse-lite/data/features/sni.js +1 -1
- data/node_modules/caniuse-lite/data/features/spdy.js +1 -1
- data/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
- data/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
- data/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
- data/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
- data/node_modules/caniuse-lite/data/features/srcset.js +1 -1
- data/node_modules/caniuse-lite/data/features/stream.js +1 -1
- data/node_modules/caniuse-lite/data/features/streams.js +1 -1
- data/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
- data/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
- data/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
- data/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
- data/node_modules/caniuse-lite/data/features/svg.js +1 -1
- data/node_modules/caniuse-lite/data/features/sxg.js +1 -1
- data/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
- data/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
- data/node_modules/caniuse-lite/data/features/template.js +1 -1
- data/node_modules/caniuse-lite/data/features/temporal.js +1 -1
- data/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
- data/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
- data/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
- data/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
- data/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
- data/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
- data/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
- data/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
- data/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
- data/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
- data/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
- data/node_modules/caniuse-lite/data/features/touch.js +1 -1
- data/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
- data/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
- data/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
- data/node_modules/caniuse-lite/data/features/ttf.js +1 -1
- data/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
- data/node_modules/caniuse-lite/data/features/u2f.js +1 -1
- data/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
- data/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
- data/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
- data/node_modules/caniuse-lite/data/features/url.js +1 -1
- data/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
- data/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
- data/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
- data/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
- data/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
- data/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
- data/node_modules/caniuse-lite/data/features/vibration.js +1 -1
- data/node_modules/caniuse-lite/data/features/video.js +1 -1
- data/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
- data/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
- data/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
- data/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
- data/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
- data/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
- data/node_modules/caniuse-lite/data/features/wasm.js +1 -1
- data/node_modules/caniuse-lite/data/features/wav.js +1 -1
- data/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
- data/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
- data/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
- data/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
- data/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
- data/node_modules/caniuse-lite/data/features/web-share.js +1 -1
- data/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
- data/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
- data/node_modules/caniuse-lite/data/features/webgl.js +1 -1
- data/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
- data/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
- data/node_modules/caniuse-lite/data/features/webhid.js +1 -1
- data/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
- data/node_modules/caniuse-lite/data/features/webm.js +1 -1
- data/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
- data/node_modules/caniuse-lite/data/features/webp.js +1 -1
- data/node_modules/caniuse-lite/data/features/websockets.js +1 -1
- data/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
- data/node_modules/caniuse-lite/data/features/webusb.js +1 -1
- data/node_modules/caniuse-lite/data/features/webvr.js +1 -1
- data/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
- data/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
- data/node_modules/caniuse-lite/data/features/webxr.js +1 -1
- data/node_modules/caniuse-lite/data/features/will-change.js +1 -1
- data/node_modules/caniuse-lite/data/features/woff.js +1 -1
- data/node_modules/caniuse-lite/data/features/woff2.js +1 -1
- data/node_modules/caniuse-lite/data/features/word-break.js +1 -1
- data/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
- data/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
- data/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
- data/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
- data/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
- data/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
- data/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
- data/node_modules/caniuse-lite/data/features/zstd.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AD.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AF.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AL.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AS.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AX.js +1 -1
- data/node_modules/caniuse-lite/data/regions/AZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BB.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BD.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BF.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BH.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BJ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BS.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/BZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CD.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CF.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CH.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CK.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CL.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CV.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CX.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/CZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/DE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/DJ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/DK.js +1 -1
- data/node_modules/caniuse-lite/data/regions/DM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/DO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/DZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/EC.js +1 -1
- data/node_modules/caniuse-lite/data/regions/EE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/EG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ER.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ES.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ET.js +1 -1
- data/node_modules/caniuse-lite/data/regions/FI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/FJ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/FK.js +1 -1
- data/node_modules/caniuse-lite/data/regions/FM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/FO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/FR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GB.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GD.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GF.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GH.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GL.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GP.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GQ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/GY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/HK.js +1 -1
- data/node_modules/caniuse-lite/data/regions/HN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/HR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/HT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/HU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ID.js +1 -1
- data/node_modules/caniuse-lite/data/regions/IE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/IL.js +1 -1
- data/node_modules/caniuse-lite/data/regions/IM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/IN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/IQ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/IR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/IS.js +1 -1
- data/node_modules/caniuse-lite/data/regions/IT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/JE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/JM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/JO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/JP.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KH.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KP.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/KZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LB.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LC.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LK.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LS.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LV.js +1 -1
- data/node_modules/caniuse-lite/data/regions/LY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MC.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MD.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ME.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MH.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MK.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ML.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MP.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MQ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MS.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MV.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MX.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/MZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NC.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NF.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NL.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NP.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/NZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/OM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PF.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PH.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PK.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PL.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PS.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/PY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/QA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/RE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/RO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/RS.js +1 -1
- data/node_modules/caniuse-lite/data/regions/RU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/RW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SB.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SC.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SD.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SH.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SK.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SL.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ST.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SV.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/SZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TC.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TD.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TH.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TJ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TL.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TO.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TR.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TV.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/TZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/UA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/UG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/US.js +1 -1
- data/node_modules/caniuse-lite/data/regions/UY.js +1 -1
- data/node_modules/caniuse-lite/data/regions/UZ.js +1 -1
- data/node_modules/caniuse-lite/data/regions/VA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/VC.js +1 -1
- data/node_modules/caniuse-lite/data/regions/VE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/VG.js +1 -1
- data/node_modules/caniuse-lite/data/regions/VI.js +1 -1
- data/node_modules/caniuse-lite/data/regions/VN.js +1 -1
- data/node_modules/caniuse-lite/data/regions/VU.js +1 -1
- data/node_modules/caniuse-lite/data/regions/WF.js +1 -1
- data/node_modules/caniuse-lite/data/regions/WS.js +1 -1
- data/node_modules/caniuse-lite/data/regions/YE.js +1 -1
- data/node_modules/caniuse-lite/data/regions/YT.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ZA.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ZM.js +1 -1
- data/node_modules/caniuse-lite/data/regions/ZW.js +1 -1
- data/node_modules/caniuse-lite/data/regions/alt-af.js +1 -1
- data/node_modules/caniuse-lite/data/regions/alt-an.js +1 -1
- data/node_modules/caniuse-lite/data/regions/alt-as.js +1 -1
- data/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -1
- data/node_modules/caniuse-lite/data/regions/alt-na.js +1 -1
- data/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -1
- data/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -1
- data/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -1
- data/node_modules/caniuse-lite/package.json +1 -1
- data/node_modules/electron-to-chromium/chromium-versions.js +4 -1
- data/node_modules/electron-to-chromium/chromium-versions.json +1 -1
- data/node_modules/electron-to-chromium/full-chromium-versions.js +75 -3
- data/node_modules/electron-to-chromium/full-chromium-versions.json +1 -1
- data/node_modules/electron-to-chromium/full-versions.js +45 -1
- data/node_modules/electron-to-chromium/full-versions.json +1 -1
- data/node_modules/electron-to-chromium/package.json +1 -1
- data/node_modules/electron-to-chromium/versions.js +8 -1
- data/node_modules/electron-to-chromium/versions.json +1 -1
- data/node_modules/es-object-atoms/CHANGELOG.md +21 -0
- data/node_modules/es-object-atoms/README.md +7 -0
- data/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +2 -2
- data/node_modules/es-object-atoms/ToObject.d.ts +6 -2
- data/node_modules/es-object-atoms/isObject.d.ts +3 -0
- data/node_modules/es-object-atoms/isObject.js +6 -0
- data/node_modules/es-object-atoms/package.json +9 -8
- data/node_modules/es-object-atoms/test/index.js +11 -1
- data/node_modules/es-shim-unscopables/CHANGELOG.md +8 -0
- data/node_modules/es-shim-unscopables/index.d.ts +8 -0
- data/node_modules/es-shim-unscopables/index.js +2 -1
- data/node_modules/es-shim-unscopables/package.json +20 -11
- data/node_modules/es-shim-unscopables/test/index.js +4 -1
- data/node_modules/es-shim-unscopables/test/with.js +8 -0
- data/node_modules/es-shim-unscopables/tsconfig.json +10 -0
- data/node_modules/flatted/index.js +3 -3
- data/node_modules/flatted/min.js +1 -1
- data/node_modules/flatted/package.json +21 -8
- data/node_modules/flatted/python/flatted.py +4 -4
- data/node_modules/flow-parser/flow_parser.js +5550 -5530
- data/node_modules/flow-parser/package.json +1 -1
- data/node_modules/for-each/CHANGELOG.md +107 -0
- data/node_modules/for-each/README.md +0 -4
- data/node_modules/for-each/index.d.ts +35 -0
- data/node_modules/for-each/index.js +11 -4
- data/node_modules/for-each/package.json +47 -36
- data/node_modules/for-each/test/test.js +54 -12
- data/node_modules/for-each/tsconfig.json +8 -0
- data/node_modules/get-intrinsic/CHANGELOG.md +8 -0
- data/node_modules/get-intrinsic/index.js +1 -0
- data/node_modules/get-intrinsic/package.json +8 -8
- data/node_modules/import-fresh/index.js +2 -1
- data/node_modules/import-fresh/package.json +6 -1
- data/node_modules/import-fresh/readme.md +14 -8
- data/node_modules/is-async-function/CHANGELOG.md +13 -0
- data/node_modules/is-async-function/index.d.ts +4 -2
- data/node_modules/is-async-function/index.js +3 -18
- data/node_modules/is-async-function/package.json +8 -3
- data/node_modules/is-boolean-object/CHANGELOG.md +11 -0
- data/node_modules/is-boolean-object/index.js +1 -1
- data/node_modules/is-boolean-object/package.json +8 -6
- data/node_modules/is-boolean-object/test/index.js +24 -1
- data/node_modules/is-weakref/CHANGELOG.md +8 -0
- data/node_modules/is-weakref/index.d.ts +1 -1
- data/node_modules/is-weakref/index.js +3 -1
- data/node_modules/is-weakref/package.json +6 -6
- data/node_modules/object-inspect/CHANGELOG.md +8 -0
- data/node_modules/object-inspect/index.js +10 -7
- data/node_modules/object-inspect/package.json +5 -4
- data/node_modules/object-inspect/test/values.js +50 -0
- data/node_modules/possible-typed-array-names/CHANGELOG.md +14 -0
- data/node_modules/possible-typed-array-names/README.md +4 -2
- data/node_modules/possible-typed-array-names/index.d.ts +1 -0
- data/node_modules/possible-typed-array-names/index.js +1 -0
- data/node_modules/possible-typed-array-names/package.json +10 -9
- data/node_modules/possible-typed-array-names/test/index.js +6 -3
- data/node_modules/possible-typed-array-names/tsconfig.json +2 -42
- data/node_modules/recast/lib/lines.d.ts +2 -2
- data/node_modules/recast/lib/printer.js +17 -5
- data/node_modules/recast/package.json +1 -1
- data/node_modules/typescript/README.md +1 -1
- data/node_modules/typescript/lib/_tsc.js +931 -500
- data/node_modules/typescript/lib/_tsserver.js +43 -7
- data/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/de/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/es/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/it/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/lib.dom.d.ts +769 -142
- data/node_modules/typescript/lib/lib.dom.iterable.d.ts +9 -7
- data/node_modules/typescript/lib/lib.es2015.iterable.d.ts +69 -54
- data/node_modules/typescript/lib/lib.es2020.bigint.d.ts +41 -7
- data/node_modules/typescript/lib/lib.es2023.array.d.ts +24 -24
- data/node_modules/typescript/lib/lib.es5.d.ts +60 -51
- data/node_modules/typescript/lib/lib.esnext.d.ts +2 -0
- data/node_modules/typescript/lib/lib.esnext.float16.d.ts +443 -0
- data/node_modules/typescript/lib/lib.esnext.iterator.d.ts +1 -1
- data/node_modules/typescript/lib/lib.esnext.promise.d.ts +34 -0
- data/node_modules/typescript/lib/lib.webworker.d.ts +262 -55
- data/node_modules/typescript/lib/lib.webworker.iterable.d.ts +6 -7
- data/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/typescript.d.ts +14 -3
- data/node_modules/typescript/lib/typescript.js +1035 -570
- data/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +14 -8
- data/node_modules/typescript/package.json +22 -22
- data/node_modules/update-browserslist-db/index.js +5 -7
- data/node_modules/update-browserslist-db/package.json +2 -2
- data/node_modules/which-typed-array/CHANGELOG.md +10 -0
- data/node_modules/which-typed-array/index.js +21 -20
- data/node_modules/which-typed-array/package.json +9 -7
- data/node_modules/which-typed-array/tsconfig.json +1 -1
- data/package.json +0 -1
- metadata +26 -196
- data/linters/jscodeshift/arrow-function-transform.js +0 -42
- data/node_modules/.bin/jscodeshift +0 -1
- data/node_modules/@babel/eslint-parser/LICENSE +0 -22
- data/node_modules/@babel/eslint-parser/README.md +0 -142
- data/node_modules/@babel/eslint-parser/lib/analyze-scope.cjs +0 -322
- data/node_modules/@babel/eslint-parser/lib/analyze-scope.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/client.cjs +0 -106
- data/node_modules/@babel/eslint-parser/lib/client.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/configuration.cjs +0 -23
- data/node_modules/@babel/eslint-parser/lib/configuration.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/convert/convertAST.cjs +0 -134
- data/node_modules/@babel/eslint-parser/lib/convert/convertAST.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/convert/convertComments.cjs +0 -10
- data/node_modules/@babel/eslint-parser/lib/convert/convertComments.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/convert/convertTokens.cjs +0 -159
- data/node_modules/@babel/eslint-parser/lib/convert/convertTokens.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/convert/index.cjs +0 -25
- data/node_modules/@babel/eslint-parser/lib/convert/index.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/experimental-worker.cjs +0 -32
- data/node_modules/@babel/eslint-parser/lib/experimental-worker.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/index.cjs +0 -32
- data/node_modules/@babel/eslint-parser/lib/index.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/parse.cjs +0 -37
- data/node_modules/@babel/eslint-parser/lib/parse.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/utils/eslint-version.cjs +0 -5
- data/node_modules/@babel/eslint-parser/lib/utils/eslint-version.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/worker/ast-info.cjs +0 -37
- data/node_modules/@babel/eslint-parser/lib/worker/ast-info.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs +0 -21
- data/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/worker/configuration.cjs +0 -91
- data/node_modules/@babel/eslint-parser/lib/worker/configuration.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs +0 -11
- data/node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs +0 -32
- data/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/worker/index.cjs +0 -39
- data/node_modules/@babel/eslint-parser/lib/worker/index.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/lib/worker/maybeParse.cjs +0 -48
- data/node_modules/@babel/eslint-parser/lib/worker/maybeParse.cjs.map +0 -1
- data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/CHANGELOG.md +0 -36
- data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/LICENSE +0 -201
- data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/README.md +0 -98
- data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/lib/index.js +0 -81
- data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/lib/visitor-keys.json +0 -289
- data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/package.json +0 -39
- data/node_modules/@babel/eslint-parser/node_modules/semver/LICENSE +0 -15
- data/node_modules/@babel/eslint-parser/node_modules/semver/README.md +0 -443
- data/node_modules/@babel/eslint-parser/node_modules/semver/bin/semver.js +0 -174
- data/node_modules/@babel/eslint-parser/node_modules/semver/package.json +0 -38
- data/node_modules/@babel/eslint-parser/node_modules/semver/range.bnf +0 -16
- data/node_modules/@babel/eslint-parser/node_modules/semver/semver.js +0 -1643
- data/node_modules/@babel/eslint-parser/package.json +0 -53
- data/node_modules/@babel/eslint-parser/types.d.cts +0 -9
- data/node_modules/@babel/plugin-proposal-decorators/LICENSE +0 -22
- data/node_modules/@babel/plugin-proposal-decorators/README.md +0 -19
- data/node_modules/@babel/plugin-proposal-decorators/lib/index.js +0 -41
- data/node_modules/@babel/plugin-proposal-decorators/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js +0 -165
- data/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js.map +0 -1
- data/node_modules/@babel/plugin-proposal-decorators/package.json +0 -42
- data/node_modules/@babel/plugin-syntax-decorators/LICENSE +0 -22
- data/node_modules/@babel/plugin-syntax-decorators/README.md +0 -19
- data/node_modules/@babel/plugin-syntax-decorators/lib/index.js +0 -81
- data/node_modules/@babel/plugin-syntax-decorators/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-syntax-decorators/package.json +0 -33
- data/node_modules/@babel/plugin-transform-react-display-name/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-react-display-name/README.md +0 -19
- data/node_modules/@babel/plugin-transform-react-display-name/lib/index.js +0 -92
- data/node_modules/@babel/plugin-transform-react-display-name/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-react-display-name/package.json +0 -34
- data/node_modules/@babel/plugin-transform-react-jsx/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-react-jsx/README.md +0 -19
- data/node_modules/@babel/plugin-transform-react-jsx/lib/create-plugin.js +0 -505
- data/node_modules/@babel/plugin-transform-react-jsx/lib/create-plugin.js.map +0 -1
- data/node_modules/@babel/plugin-transform-react-jsx/lib/development.js +0 -13
- data/node_modules/@babel/plugin-transform-react-jsx/lib/development.js.map +0 -1
- data/node_modules/@babel/plugin-transform-react-jsx/lib/index.js +0 -13
- data/node_modules/@babel/plugin-transform-react-jsx/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-react-jsx/package.json +0 -39
- data/node_modules/@babel/plugin-transform-react-jsx-development/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-react-jsx-development/README.md +0 -19
- data/node_modules/@babel/plugin-transform-react-jsx-development/lib/index.js +0 -10
- data/node_modules/@babel/plugin-transform-react-jsx-development/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-react-jsx-development/package.json +0 -33
- data/node_modules/@babel/plugin-transform-react-pure-annotations/LICENSE +0 -22
- data/node_modules/@babel/plugin-transform-react-pure-annotations/README.md +0 -19
- data/node_modules/@babel/plugin-transform-react-pure-annotations/lib/index.js +0 -49
- data/node_modules/@babel/plugin-transform-react-pure-annotations/lib/index.js.map +0 -1
- data/node_modules/@babel/plugin-transform-react-pure-annotations/package.json +0 -34
- data/node_modules/@babel/preset-react/LICENSE +0 -22
- data/node_modules/@babel/preset-react/README.md +0 -19
- data/node_modules/@babel/preset-react/lib/index.js +0 -79
- data/node_modules/@babel/preset-react/lib/index.js.map +0 -1
- data/node_modules/@babel/preset-react/package.json +0 -37
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/LICENSE +0 -7
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/index.js +0 -8
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/CHANGELOG.md +0 -70
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/LICENSE +0 -22
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/README.md +0 -54
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/definition.js +0 -86
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/index.js +0 -165
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/pattern-visitor.js +0 -152
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/reference.js +0 -167
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/referencer.js +0 -629
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/scope-manager.js +0 -247
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/scope.js +0 -748
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/variable.js +0 -88
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/LICENSE.BSD +0 -19
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/README.md +0 -153
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/estraverse.js +0 -782
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/gulpfile.js +0 -70
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/package.json +0 -40
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/package.json +0 -48
- data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/package.json +0 -14
- data/node_modules/flatted/python/test.py +0 -63
- data/node_modules/jscodeshift/CHANGELOG.md +0 -226
- data/node_modules/jscodeshift/CODE_OF_CONDUCT.md +0 -3
- data/node_modules/jscodeshift/CONTRIBUTING.md +0 -48
- data/node_modules/jscodeshift/README.md +0 -671
- data/node_modules/jscodeshift/bin/jscodeshift.js +0 -182
- data/node_modules/jscodeshift/bin/jscodeshift.sh +0 -12
- data/node_modules/jscodeshift/dist/Collection.js +0 -472
- data/node_modules/jscodeshift/dist/Runner.js +0 -322
- data/node_modules/jscodeshift/dist/Worker.js +0 -210
- data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.input.js +0 -1
- data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.js +0 -11
- data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.output.js +0 -1
- data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.input.js +0 -1
- data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.js +0 -7
- data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.output.js +0 -1
- data/node_modules/jscodeshift/dist/argsParser.js +0 -273
- data/node_modules/jscodeshift/dist/collections/ImportDeclaration.js +0 -113
- data/node_modules/jscodeshift/dist/collections/JSXElement.js +0 -221
- data/node_modules/jscodeshift/dist/collections/Node.js +0 -187
- data/node_modules/jscodeshift/dist/collections/VariableDeclarator.js +0 -210
- data/node_modules/jscodeshift/dist/collections/index.js +0 -14
- data/node_modules/jscodeshift/dist/core.js +0 -183
- data/node_modules/jscodeshift/dist/getParser.js +0 -25
- data/node_modules/jscodeshift/dist/ignoreFiles.js +0 -68
- data/node_modules/jscodeshift/dist/matchNode.js +0 -40
- data/node_modules/jscodeshift/dist/template.js +0 -173
- data/node_modules/jscodeshift/dist/testUtils.js +0 -173
- data/node_modules/jscodeshift/dist/utils/intersection.js +0 -27
- data/node_modules/jscodeshift/dist/utils/once.js +0 -21
- data/node_modules/jscodeshift/dist/utils/union.js +0 -20
- data/node_modules/jscodeshift/index.js +0 -9
- data/node_modules/jscodeshift/package.json +0 -74
- data/node_modules/jscodeshift/parser/babel5Compat.js +0 -50
- data/node_modules/jscodeshift/parser/babylon.js +0 -57
- data/node_modules/jscodeshift/parser/flow.js +0 -34
- data/node_modules/jscodeshift/parser/ts.js +0 -24
- data/node_modules/jscodeshift/parser/tsOptions.js +0 -46
- data/node_modules/jscodeshift/parser/tsx.js +0 -27
- data/node_modules/jscodeshift/src/Collection.js +0 -472
- data/node_modules/jscodeshift/src/Runner.js +0 -322
- data/node_modules/jscodeshift/src/Worker.js +0 -210
- data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.input.js +0 -1
- data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.js +0 -11
- data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.output.js +0 -1
- data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.input.js +0 -1
- data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.js +0 -7
- data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.output.js +0 -1
- data/node_modules/jscodeshift/src/argsParser.js +0 -273
- data/node_modules/jscodeshift/src/collections/ImportDeclaration.js +0 -113
- data/node_modules/jscodeshift/src/collections/JSXElement.js +0 -221
- data/node_modules/jscodeshift/src/collections/Node.js +0 -187
- data/node_modules/jscodeshift/src/collections/VariableDeclarator.js +0 -210
- data/node_modules/jscodeshift/src/collections/index.js +0 -14
- data/node_modules/jscodeshift/src/core.js +0 -183
- data/node_modules/jscodeshift/src/getParser.js +0 -25
- data/node_modules/jscodeshift/src/ignoreFiles.js +0 -68
- data/node_modules/jscodeshift/src/matchNode.js +0 -40
- data/node_modules/jscodeshift/src/template.js +0 -173
- data/node_modules/jscodeshift/src/testUtils.js +0 -173
- data/node_modules/jscodeshift/src/utils/intersection.js +0 -27
- data/node_modules/jscodeshift/src/utils/once.js +0 -21
- data/node_modules/jscodeshift/src/utils/union.js +0 -20
- data/node_modules/jscodeshift/utils/requirePackage.js +0 -24
- data/node_modules/jscodeshift/utils/testUtils.js +0 -49
- data/node_modules/jscodeshift/website/README.md +0 -44
- data/node_modules/jscodeshift/website/astro.config.mjs +0 -36
- data/node_modules/jscodeshift/website/package.json +0 -17
- data/node_modules/jscodeshift/website/public/favicon.svg +0 -1
- data/node_modules/jscodeshift/website/src/assets/houston.webp +0 -0
- data/node_modules/jscodeshift/website/src/content/config.ts +0 -6
- data/node_modules/jscodeshift/website/src/content/docs/build/api-reference.mdx +0 -406
- data/node_modules/jscodeshift/website/src/content/docs/build/ast-grammar.mdx +0 -3086
- data/node_modules/jscodeshift/website/src/content/docs/index.mdx +0 -15
- data/node_modules/jscodeshift/website/src/content/docs/overview/introduction.mdx +0 -45
- data/node_modules/jscodeshift/website/src/content/docs/run/cli.mdx +0 -161
- data/node_modules/jscodeshift/website/src/env.d.ts +0 -2
- data/node_modules/jscodeshift/website/tsconfig.json +0 -3
- data/node_modules/typescript/lib/cancellationToken.js +0 -90
@@ -787,6 +787,26 @@ interface ImageDataSettings {
|
|
787
787
|
colorSpace?: PredefinedColorSpace;
|
788
788
|
}
|
789
789
|
|
790
|
+
interface ImageDecodeOptions {
|
791
|
+
completeFramesOnly?: boolean;
|
792
|
+
frameIndex?: number;
|
793
|
+
}
|
794
|
+
|
795
|
+
interface ImageDecodeResult {
|
796
|
+
complete: boolean;
|
797
|
+
image: VideoFrame;
|
798
|
+
}
|
799
|
+
|
800
|
+
interface ImageDecoderInit {
|
801
|
+
colorSpaceConversion?: ColorSpaceConversion;
|
802
|
+
data: ImageBufferSource;
|
803
|
+
desiredHeight?: number;
|
804
|
+
desiredWidth?: number;
|
805
|
+
preferAnimation?: boolean;
|
806
|
+
transfer?: ArrayBuffer[];
|
807
|
+
type: string;
|
808
|
+
}
|
809
|
+
|
790
810
|
interface ImageEncodeOptions {
|
791
811
|
quality?: number;
|
792
812
|
type?: string;
|
@@ -1178,6 +1198,15 @@ interface OscillatorOptions extends AudioNodeOptions {
|
|
1178
1198
|
type?: OscillatorType;
|
1179
1199
|
}
|
1180
1200
|
|
1201
|
+
interface PageRevealEventInit extends EventInit {
|
1202
|
+
viewTransition?: ViewTransition | null;
|
1203
|
+
}
|
1204
|
+
|
1205
|
+
interface PageSwapEventInit extends EventInit {
|
1206
|
+
activation?: NavigationActivation | null;
|
1207
|
+
viewTransition?: ViewTransition | null;
|
1208
|
+
}
|
1209
|
+
|
1181
1210
|
interface PageTransitionEventInit extends EventInit {
|
1182
1211
|
persisted?: boolean;
|
1183
1212
|
}
|
@@ -1563,13 +1592,18 @@ interface RTCIceCandidateInit {
|
|
1563
1592
|
interface RTCIceCandidatePairStats extends RTCStats {
|
1564
1593
|
availableIncomingBitrate?: number;
|
1565
1594
|
availableOutgoingBitrate?: number;
|
1595
|
+
bytesDiscardedOnSend?: number;
|
1566
1596
|
bytesReceived?: number;
|
1567
1597
|
bytesSent?: number;
|
1598
|
+
consentRequestsSent?: number;
|
1568
1599
|
currentRoundTripTime?: number;
|
1569
1600
|
lastPacketReceivedTimestamp?: DOMHighResTimeStamp;
|
1570
1601
|
lastPacketSentTimestamp?: DOMHighResTimeStamp;
|
1571
1602
|
localCandidateId: string;
|
1572
1603
|
nominated?: boolean;
|
1604
|
+
packetsDiscardedOnSend?: number;
|
1605
|
+
packetsReceived?: number;
|
1606
|
+
packetsSent?: number;
|
1573
1607
|
remoteCandidateId: string;
|
1574
1608
|
requestsReceived?: number;
|
1575
1609
|
requestsSent?: number;
|
@@ -1593,32 +1627,47 @@ interface RTCInboundRtpStreamStats extends RTCReceivedRtpStreamStats {
|
|
1593
1627
|
concealmentEvents?: number;
|
1594
1628
|
decoderImplementation?: string;
|
1595
1629
|
estimatedPlayoutTimestamp?: DOMHighResTimeStamp;
|
1630
|
+
fecBytesReceived?: number;
|
1596
1631
|
fecPacketsDiscarded?: number;
|
1597
1632
|
fecPacketsReceived?: number;
|
1633
|
+
fecSsrc?: number;
|
1598
1634
|
firCount?: number;
|
1599
1635
|
frameHeight?: number;
|
1600
1636
|
frameWidth?: number;
|
1637
|
+
framesAssembledFromMultiplePackets?: number;
|
1601
1638
|
framesDecoded?: number;
|
1602
1639
|
framesDropped?: number;
|
1603
1640
|
framesPerSecond?: number;
|
1604
1641
|
framesReceived?: number;
|
1642
|
+
framesRendered?: number;
|
1643
|
+
freezeCount?: number;
|
1605
1644
|
headerBytesReceived?: number;
|
1606
1645
|
insertedSamplesForDeceleration?: number;
|
1607
1646
|
jitterBufferDelay?: number;
|
1608
1647
|
jitterBufferEmittedCount?: number;
|
1648
|
+
jitterBufferMinimumDelay?: number;
|
1649
|
+
jitterBufferTargetDelay?: number;
|
1609
1650
|
keyFramesDecoded?: number;
|
1610
1651
|
lastPacketReceivedTimestamp?: DOMHighResTimeStamp;
|
1611
1652
|
mid?: string;
|
1612
1653
|
nackCount?: number;
|
1613
1654
|
packetsDiscarded?: number;
|
1655
|
+
pauseCount?: number;
|
1656
|
+
playoutId?: string;
|
1614
1657
|
pliCount?: number;
|
1615
1658
|
qpSum?: number;
|
1616
1659
|
remoteId?: string;
|
1617
1660
|
removedSamplesForAcceleration?: number;
|
1661
|
+
retransmittedBytesReceived?: number;
|
1662
|
+
retransmittedPacketsReceived?: number;
|
1663
|
+
rtxSsrc?: number;
|
1618
1664
|
silentConcealedSamples?: number;
|
1665
|
+
totalAssemblyTime?: number;
|
1619
1666
|
totalAudioEnergy?: number;
|
1620
1667
|
totalDecodeTime?: number;
|
1668
|
+
totalFreezesDuration?: number;
|
1621
1669
|
totalInterFrameDelay?: number;
|
1670
|
+
totalPausesDuration?: number;
|
1622
1671
|
totalProcessingDelay?: number;
|
1623
1672
|
totalSamplesDuration?: number;
|
1624
1673
|
totalSamplesReceived?: number;
|
@@ -1641,6 +1690,7 @@ interface RTCOfferOptions extends RTCOfferAnswerOptions {
|
|
1641
1690
|
}
|
1642
1691
|
|
1643
1692
|
interface RTCOutboundRtpStreamStats extends RTCSentRtpStreamStats {
|
1693
|
+
active?: boolean;
|
1644
1694
|
firCount?: number;
|
1645
1695
|
frameHeight?: number;
|
1646
1696
|
frameWidth?: number;
|
@@ -1651,15 +1701,19 @@ interface RTCOutboundRtpStreamStats extends RTCSentRtpStreamStats {
|
|
1651
1701
|
hugeFramesSent?: number;
|
1652
1702
|
keyFramesEncoded?: number;
|
1653
1703
|
mediaSourceId?: string;
|
1704
|
+
mid?: string;
|
1654
1705
|
nackCount?: number;
|
1655
1706
|
pliCount?: number;
|
1656
1707
|
qpSum?: number;
|
1708
|
+
qualityLimitationDurations?: Record<string, number>;
|
1709
|
+
qualityLimitationReason?: RTCQualityLimitationReason;
|
1657
1710
|
qualityLimitationResolutionChanges?: number;
|
1658
1711
|
remoteId?: string;
|
1659
1712
|
retransmittedBytesSent?: number;
|
1660
1713
|
retransmittedPacketsSent?: number;
|
1661
1714
|
rid?: string;
|
1662
1715
|
rtxSsrc?: number;
|
1716
|
+
scalabilityMode?: string;
|
1663
1717
|
targetBitrate?: number;
|
1664
1718
|
totalEncodeTime?: number;
|
1665
1719
|
totalEncodedBytesTarget?: number;
|
@@ -1797,9 +1851,16 @@ interface RTCTransportStats extends RTCStats {
|
|
1797
1851
|
bytesReceived?: number;
|
1798
1852
|
bytesSent?: number;
|
1799
1853
|
dtlsCipher?: string;
|
1854
|
+
dtlsRole?: RTCDtlsRole;
|
1800
1855
|
dtlsState: RTCDtlsTransportState;
|
1856
|
+
iceLocalUsernameFragment?: string;
|
1857
|
+
iceRole?: RTCIceRole;
|
1858
|
+
iceState?: RTCIceTransportState;
|
1801
1859
|
localCertificateId?: string;
|
1860
|
+
packetsReceived?: number;
|
1861
|
+
packetsSent?: number;
|
1802
1862
|
remoteCertificateId?: string;
|
1863
|
+
selectedCandidatePairChanges?: number;
|
1803
1864
|
selectedCandidatePairId?: string;
|
1804
1865
|
srtpCipher?: string;
|
1805
1866
|
tlsVersion?: string;
|
@@ -2458,6 +2519,8 @@ interface ARIAMixin {
|
|
2458
2519
|
ariaPressed: string | null;
|
2459
2520
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaReadOnly) */
|
2460
2521
|
ariaReadOnly: string | null;
|
2522
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRelevant) */
|
2523
|
+
ariaRelevant: string | null;
|
2461
2524
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRequired) */
|
2462
2525
|
ariaRequired: string | null;
|
2463
2526
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRoleDescription) */
|
@@ -3632,7 +3695,8 @@ declare var CSSCounterStyleRule: {
|
|
3632
3695
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSFontFaceRule) */
|
3633
3696
|
interface CSSFontFaceRule extends CSSRule {
|
3634
3697
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSFontFaceRule/style) */
|
3635
|
-
|
3698
|
+
get style(): CSSStyleDeclaration;
|
3699
|
+
set style(cssText: string);
|
3636
3700
|
}
|
3637
3701
|
|
3638
3702
|
declare var CSSFontFaceRule: {
|
@@ -3703,7 +3767,8 @@ interface CSSImportRule extends CSSRule {
|
|
3703
3767
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSImportRule/layerName) */
|
3704
3768
|
readonly layerName: string | null;
|
3705
3769
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSImportRule/media) */
|
3706
|
-
|
3770
|
+
get media(): MediaList;
|
3771
|
+
set media(mediaText: string);
|
3707
3772
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSImportRule/styleSheet) */
|
3708
3773
|
readonly styleSheet: CSSStyleSheet | null;
|
3709
3774
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSImportRule/supportsText) */
|
@@ -3724,7 +3789,8 @@ interface CSSKeyframeRule extends CSSRule {
|
|
3724
3789
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSKeyframeRule/keyText) */
|
3725
3790
|
keyText: string;
|
3726
3791
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSKeyframeRule/style) */
|
3727
|
-
|
3792
|
+
get style(): CSSStyleDeclaration;
|
3793
|
+
set style(cssText: string);
|
3728
3794
|
}
|
3729
3795
|
|
3730
3796
|
declare var CSSKeyframeRule: {
|
@@ -3897,7 +3963,8 @@ declare var CSSMatrixComponent: {
|
|
3897
3963
|
*/
|
3898
3964
|
interface CSSMediaRule extends CSSConditionRule {
|
3899
3965
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSMediaRule/media) */
|
3900
|
-
|
3966
|
+
get media(): MediaList;
|
3967
|
+
set media(mediaText: string);
|
3901
3968
|
}
|
3902
3969
|
|
3903
3970
|
declare var CSSMediaRule: {
|
@@ -3922,6 +3989,18 @@ declare var CSSNamespaceRule: {
|
|
3922
3989
|
new(): CSSNamespaceRule;
|
3923
3990
|
};
|
3924
3991
|
|
3992
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNestedDeclarations) */
|
3993
|
+
interface CSSNestedDeclarations extends CSSRule {
|
3994
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNestedDeclarations/style) */
|
3995
|
+
get style(): CSSStyleDeclaration;
|
3996
|
+
set style(cssText: string);
|
3997
|
+
}
|
3998
|
+
|
3999
|
+
declare var CSSNestedDeclarations: {
|
4000
|
+
prototype: CSSNestedDeclarations;
|
4001
|
+
new(): CSSNestedDeclarations;
|
4002
|
+
};
|
4003
|
+
|
3925
4004
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericArray) */
|
3926
4005
|
interface CSSNumericArray {
|
3927
4006
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericArray/length) */
|
@@ -3975,7 +4054,8 @@ interface CSSPageRule extends CSSGroupingRule {
|
|
3975
4054
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSPageRule/selectorText) */
|
3976
4055
|
selectorText: string;
|
3977
4056
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSPageRule/style) */
|
3978
|
-
|
4057
|
+
get style(): CSSStyleDeclaration;
|
4058
|
+
set style(cssText: string);
|
3979
4059
|
}
|
3980
4060
|
|
3981
4061
|
declare var CSSPageRule: {
|
@@ -4182,6 +4262,7 @@ interface CSSStyleDeclaration {
|
|
4182
4262
|
alignItems: string;
|
4183
4263
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/align-self) */
|
4184
4264
|
alignSelf: string;
|
4265
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/alignment-baseline) */
|
4185
4266
|
alignmentBaseline: string;
|
4186
4267
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/all) */
|
4187
4268
|
all: string;
|
@@ -4365,6 +4446,8 @@ interface CSSStyleDeclaration {
|
|
4365
4446
|
borderWidth: string;
|
4366
4447
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/bottom) */
|
4367
4448
|
bottom: string;
|
4449
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/box-decoration-break) */
|
4450
|
+
boxDecorationBreak: string;
|
4368
4451
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/box-shadow) */
|
4369
4452
|
boxShadow: string;
|
4370
4453
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/box-sizing) */
|
@@ -4491,7 +4574,9 @@ interface CSSStyleDeclaration {
|
|
4491
4574
|
flexWrap: string;
|
4492
4575
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/float) */
|
4493
4576
|
float: string;
|
4577
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/flood-color) */
|
4494
4578
|
floodColor: string;
|
4579
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/flood-opacity) */
|
4495
4580
|
floodOpacity: string;
|
4496
4581
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font) */
|
4497
4582
|
font: string;
|
@@ -4623,6 +4708,7 @@ interface CSSStyleDeclaration {
|
|
4623
4708
|
readonly length: number;
|
4624
4709
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/letter-spacing) */
|
4625
4710
|
letterSpacing: string;
|
4711
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/lighting-color) */
|
4626
4712
|
lightingColor: string;
|
4627
4713
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/line-break) */
|
4628
4714
|
lineBreak: string;
|
@@ -4786,11 +4872,23 @@ interface CSSStyleDeclaration {
|
|
4786
4872
|
paddingTop: string;
|
4787
4873
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/page) */
|
4788
4874
|
page: string;
|
4789
|
-
/**
|
4875
|
+
/**
|
4876
|
+
* @deprecated
|
4877
|
+
*
|
4878
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/page-break-after)
|
4879
|
+
*/
|
4790
4880
|
pageBreakAfter: string;
|
4791
|
-
/**
|
4881
|
+
/**
|
4882
|
+
* @deprecated
|
4883
|
+
*
|
4884
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/page-break-before)
|
4885
|
+
*/
|
4792
4886
|
pageBreakBefore: string;
|
4793
|
-
/**
|
4887
|
+
/**
|
4888
|
+
* @deprecated
|
4889
|
+
*
|
4890
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/page-break-inside)
|
4891
|
+
*/
|
4794
4892
|
pageBreakInside: string;
|
4795
4893
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/paint-order) */
|
4796
4894
|
paintOrder: string;
|
@@ -4930,6 +5028,9 @@ interface CSSStyleDeclaration {
|
|
4930
5028
|
textAlignLast: string;
|
4931
5029
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
|
4932
5030
|
textAnchor: string;
|
5031
|
+
textBox: string;
|
5032
|
+
textBoxEdge: string;
|
5033
|
+
textBoxTrim: string;
|
4933
5034
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-combine-upright) */
|
4934
5035
|
textCombineUpright: string;
|
4935
5036
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-decoration) */
|
@@ -5008,6 +5109,7 @@ interface CSSStyleDeclaration {
|
|
5008
5109
|
vectorEffect: string;
|
5009
5110
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/vertical-align) */
|
5010
5111
|
verticalAlign: string;
|
5112
|
+
viewTransitionClass: string;
|
5011
5113
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/view-transition-name) */
|
5012
5114
|
viewTransitionName: string;
|
5013
5115
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/visibility) */
|
@@ -5240,11 +5342,7 @@ interface CSSStyleDeclaration {
|
|
5240
5342
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/justify-content)
|
5241
5343
|
*/
|
5242
5344
|
webkitJustifyContent: string;
|
5243
|
-
/**
|
5244
|
-
* @deprecated This is a legacy alias of `lineClamp`.
|
5245
|
-
*
|
5246
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/-webkit-line-clamp)
|
5247
|
-
*/
|
5345
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/-webkit-line-clamp) */
|
5248
5346
|
webkitLineClamp: string;
|
5249
5347
|
/**
|
5250
5348
|
* @deprecated This is a legacy alias of `mask`.
|
@@ -5430,7 +5528,11 @@ interface CSSStyleDeclaration {
|
|
5430
5528
|
wordBreak: string;
|
5431
5529
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/word-spacing) */
|
5432
5530
|
wordSpacing: string;
|
5433
|
-
/**
|
5531
|
+
/**
|
5532
|
+
* @deprecated
|
5533
|
+
*
|
5534
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-wrap)
|
5535
|
+
*/
|
5434
5536
|
wordWrap: string;
|
5435
5537
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/writing-mode) */
|
5436
5538
|
writingMode: string;
|
@@ -5469,7 +5571,8 @@ interface CSSStyleRule extends CSSGroupingRule {
|
|
5469
5571
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleRule/selectorText) */
|
5470
5572
|
selectorText: string;
|
5471
5573
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleRule/style) */
|
5472
|
-
|
5574
|
+
get style(): CSSStyleDeclaration;
|
5575
|
+
set style(cssText: string);
|
5473
5576
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleRule/styleMap) */
|
5474
5577
|
readonly styleMap: StylePropertyMap;
|
5475
5578
|
}
|
@@ -5649,6 +5752,16 @@ declare var CSSVariableReferenceValue: {
|
|
5649
5752
|
new(variable: string, fallback?: CSSUnparsedValue | null): CSSVariableReferenceValue;
|
5650
5753
|
};
|
5651
5754
|
|
5755
|
+
interface CSSViewTransitionRule extends CSSRule {
|
5756
|
+
readonly navigation: string;
|
5757
|
+
readonly types: ReadonlyArray<string>;
|
5758
|
+
}
|
5759
|
+
|
5760
|
+
declare var CSSViewTransitionRule: {
|
5761
|
+
prototype: CSSViewTransitionRule;
|
5762
|
+
new(): CSSViewTransitionRule;
|
5763
|
+
};
|
5764
|
+
|
5652
5765
|
/**
|
5653
5766
|
* Provides a storage mechanism for Request / Response object pairs that are cached, for example as part of the ServiceWorker life cycle. Note that the Cache interface is exposed to windowed scopes as well as workers. You don't have to use it in conjunction with service workers, even though it is defined in the service worker spec.
|
5654
5767
|
* Available only in secure contexts.
|
@@ -5884,11 +5997,9 @@ interface CanvasRect {
|
|
5884
5997
|
*
|
5885
5998
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D)
|
5886
5999
|
*/
|
5887
|
-
interface CanvasRenderingContext2D extends CanvasCompositing, CanvasDrawImage, CanvasDrawPath, CanvasFillStrokeStyles, CanvasFilters, CanvasImageData, CanvasImageSmoothing, CanvasPath, CanvasPathDrawingStyles, CanvasRect, CanvasShadowStyles, CanvasState, CanvasText, CanvasTextDrawingStyles, CanvasTransform, CanvasUserInterface {
|
6000
|
+
interface CanvasRenderingContext2D extends CanvasCompositing, CanvasDrawImage, CanvasDrawPath, CanvasFillStrokeStyles, CanvasFilters, CanvasImageData, CanvasImageSmoothing, CanvasPath, CanvasPathDrawingStyles, CanvasRect, CanvasSettings, CanvasShadowStyles, CanvasState, CanvasText, CanvasTextDrawingStyles, CanvasTransform, CanvasUserInterface {
|
5888
6001
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/canvas) */
|
5889
6002
|
readonly canvas: HTMLCanvasElement;
|
5890
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/getContextAttributes) */
|
5891
|
-
getContextAttributes(): CanvasRenderingContext2DSettings;
|
5892
6003
|
}
|
5893
6004
|
|
5894
6005
|
declare var CanvasRenderingContext2D: {
|
@@ -5896,6 +6007,11 @@ declare var CanvasRenderingContext2D: {
|
|
5896
6007
|
new(): CanvasRenderingContext2D;
|
5897
6008
|
};
|
5898
6009
|
|
6010
|
+
interface CanvasSettings {
|
6011
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/getContextAttributes) */
|
6012
|
+
getContextAttributes(): CanvasRenderingContext2DSettings;
|
6013
|
+
}
|
6014
|
+
|
5899
6015
|
interface CanvasShadowStyles {
|
5900
6016
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/shadowBlur) */
|
5901
6017
|
shadowBlur: number;
|
@@ -6551,17 +6667,25 @@ interface DOMMatrix extends DOMMatrixReadOnly {
|
|
6551
6667
|
m43: number;
|
6552
6668
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties) */
|
6553
6669
|
m44: number;
|
6670
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix/invertSelf) */
|
6554
6671
|
invertSelf(): DOMMatrix;
|
6672
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix/multiplySelf) */
|
6555
6673
|
multiplySelf(other?: DOMMatrixInit): DOMMatrix;
|
6674
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix/preMultiplySelf) */
|
6556
6675
|
preMultiplySelf(other?: DOMMatrixInit): DOMMatrix;
|
6557
6676
|
rotateAxisAngleSelf(x?: number, y?: number, z?: number, angle?: number): DOMMatrix;
|
6558
6677
|
rotateFromVectorSelf(x?: number, y?: number): DOMMatrix;
|
6678
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix/rotateSelf) */
|
6559
6679
|
rotateSelf(rotX?: number, rotY?: number, rotZ?: number): DOMMatrix;
|
6560
6680
|
scale3dSelf(scale?: number, originX?: number, originY?: number, originZ?: number): DOMMatrix;
|
6561
6681
|
scaleSelf(scaleX?: number, scaleY?: number, scaleZ?: number, originX?: number, originY?: number, originZ?: number): DOMMatrix;
|
6682
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix/setMatrixValue) */
|
6562
6683
|
setMatrixValue(transformList: string): DOMMatrix;
|
6684
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix/skewXSelf) */
|
6563
6685
|
skewXSelf(sx?: number): DOMMatrix;
|
6686
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix/skewYSelf) */
|
6564
6687
|
skewYSelf(sy?: number): DOMMatrix;
|
6688
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix/translateSelf) */
|
6565
6689
|
translateSelf(tx?: number, ty?: number, tz?: number): DOMMatrix;
|
6566
6690
|
}
|
6567
6691
|
|
@@ -6593,7 +6717,9 @@ interface DOMMatrixReadOnly {
|
|
6593
6717
|
readonly e: number;
|
6594
6718
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
|
6595
6719
|
readonly f: number;
|
6720
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/is2D) */
|
6596
6721
|
readonly is2D: boolean;
|
6722
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/isIdentity) */
|
6597
6723
|
readonly isIdentity: boolean;
|
6598
6724
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
|
6599
6725
|
readonly m11: number;
|
@@ -6629,8 +6755,11 @@ interface DOMMatrixReadOnly {
|
|
6629
6755
|
readonly m44: number;
|
6630
6756
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/flipX) */
|
6631
6757
|
flipX(): DOMMatrix;
|
6758
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/flipY) */
|
6632
6759
|
flipY(): DOMMatrix;
|
6760
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/inverse) */
|
6633
6761
|
inverse(): DOMMatrix;
|
6762
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/multiply) */
|
6634
6763
|
multiply(other?: DOMMatrixInit): DOMMatrix;
|
6635
6764
|
rotate(rotX?: number, rotY?: number, rotZ?: number): DOMMatrix;
|
6636
6765
|
rotateAxisAngle(x?: number, y?: number, z?: number, angle?: number): DOMMatrix;
|
@@ -6642,9 +6771,13 @@ interface DOMMatrixReadOnly {
|
|
6642
6771
|
scaleNonUniform(scaleX?: number, scaleY?: number): DOMMatrix;
|
6643
6772
|
skewX(sx?: number): DOMMatrix;
|
6644
6773
|
skewY(sy?: number): DOMMatrix;
|
6774
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/toFloat32Array) */
|
6645
6775
|
toFloat32Array(): Float32Array;
|
6776
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/toFloat64Array) */
|
6646
6777
|
toFloat64Array(): Float64Array;
|
6778
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/toJSON) */
|
6647
6779
|
toJSON(): any;
|
6780
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/transformPoint) */
|
6648
6781
|
transformPoint(point?: DOMPointInit): DOMPoint;
|
6649
6782
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/translate) */
|
6650
6783
|
translate(tx?: number, ty?: number, tz?: number): DOMMatrix;
|
@@ -6716,6 +6849,7 @@ interface DOMPointReadOnly {
|
|
6716
6849
|
readonly y: number;
|
6717
6850
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMPointReadOnly/z) */
|
6718
6851
|
readonly z: number;
|
6852
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMPointReadOnly/matrixTransform) */
|
6719
6853
|
matrixTransform(matrix?: DOMMatrixInit): DOMPoint;
|
6720
6854
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMPointReadOnly/toJSON) */
|
6721
6855
|
toJSON(): any;
|
@@ -6730,11 +6864,17 @@ declare var DOMPointReadOnly: {
|
|
6730
6864
|
|
6731
6865
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMQuad) */
|
6732
6866
|
interface DOMQuad {
|
6867
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMQuad/p1) */
|
6733
6868
|
readonly p1: DOMPoint;
|
6869
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMQuad/p2) */
|
6734
6870
|
readonly p2: DOMPoint;
|
6871
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMQuad/p3) */
|
6735
6872
|
readonly p3: DOMPoint;
|
6873
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMQuad/p4) */
|
6736
6874
|
readonly p4: DOMPoint;
|
6875
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMQuad/getBounds) */
|
6737
6876
|
getBounds(): DOMRect;
|
6877
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMQuad/toJSON) */
|
6738
6878
|
toJSON(): any;
|
6739
6879
|
}
|
6740
6880
|
|
@@ -6747,9 +6887,13 @@ declare var DOMQuad: {
|
|
6747
6887
|
|
6748
6888
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRect) */
|
6749
6889
|
interface DOMRect extends DOMRectReadOnly {
|
6890
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRect/height) */
|
6750
6891
|
height: number;
|
6892
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRect/width) */
|
6751
6893
|
width: number;
|
6894
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRect/x) */
|
6752
6895
|
x: number;
|
6896
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRect/y) */
|
6753
6897
|
y: number;
|
6754
6898
|
}
|
6755
6899
|
|
@@ -6763,8 +6907,11 @@ declare var DOMRect: {
|
|
6763
6907
|
type SVGRect = DOMRect;
|
6764
6908
|
declare var SVGRect: typeof DOMRect;
|
6765
6909
|
|
6910
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRectList) */
|
6766
6911
|
interface DOMRectList {
|
6912
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRectList/length) */
|
6767
6913
|
readonly length: number;
|
6914
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRectList/item) */
|
6768
6915
|
item(index: number): DOMRect | null;
|
6769
6916
|
[index: number]: DOMRect;
|
6770
6917
|
}
|
@@ -6792,6 +6939,7 @@ interface DOMRectReadOnly {
|
|
6792
6939
|
readonly x: number;
|
6793
6940
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRectReadOnly/y) */
|
6794
6941
|
readonly y: number;
|
6942
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRectReadOnly/toJSON) */
|
6795
6943
|
toJSON(): any;
|
6796
6944
|
}
|
6797
6945
|
|
@@ -7427,7 +7575,7 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve
|
|
7427
7575
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/location)
|
7428
7576
|
*/
|
7429
7577
|
get location(): Location;
|
7430
|
-
set location(href: string
|
7578
|
+
set location(href: string);
|
7431
7579
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/fullscreenchange_event) */
|
7432
7580
|
onfullscreenchange: ((this: Document, ev: Event) => any) | null;
|
7433
7581
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/fullscreenerror_event) */
|
@@ -7585,7 +7733,11 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve
|
|
7585
7733
|
createElementNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", qualifiedName: string): MathMLElement;
|
7586
7734
|
createElementNS(namespaceURI: string | null, qualifiedName: string, options?: ElementCreationOptions): Element;
|
7587
7735
|
createElementNS(namespace: string | null, qualifiedName: string, options?: string | ElementCreationOptions): Element;
|
7588
|
-
/**
|
7736
|
+
/**
|
7737
|
+
* @deprecated
|
7738
|
+
*
|
7739
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createEvent)
|
7740
|
+
*/
|
7589
7741
|
createEvent(eventInterface: "AnimationEvent"): AnimationEvent;
|
7590
7742
|
createEvent(eventInterface: "AnimationPlaybackEvent"): AnimationPlaybackEvent;
|
7591
7743
|
createEvent(eventInterface: "AudioProcessingEvent"): AudioProcessingEvent;
|
@@ -7620,6 +7772,8 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve
|
|
7620
7772
|
createEvent(eventInterface: "MouseEvent"): MouseEvent;
|
7621
7773
|
createEvent(eventInterface: "MouseEvents"): MouseEvent;
|
7622
7774
|
createEvent(eventInterface: "OfflineAudioCompletionEvent"): OfflineAudioCompletionEvent;
|
7775
|
+
createEvent(eventInterface: "PageRevealEvent"): PageRevealEvent;
|
7776
|
+
createEvent(eventInterface: "PageSwapEvent"): PageSwapEvent;
|
7623
7777
|
createEvent(eventInterface: "PageTransitionEvent"): PageTransitionEvent;
|
7624
7778
|
createEvent(eventInterface: "PaymentMethodChangeEvent"): PaymentMethodChangeEvent;
|
7625
7779
|
createEvent(eventInterface: "PaymentRequestUpdateEvent"): PaymentRequestUpdateEvent;
|
@@ -7772,7 +7926,7 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve
|
|
7772
7926
|
*
|
7773
7927
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/importNode)
|
7774
7928
|
*/
|
7775
|
-
importNode<T extends Node>(node: T,
|
7929
|
+
importNode<T extends Node>(node: T, subtree?: boolean): T;
|
7776
7930
|
/**
|
7777
7931
|
* Opens a new window and loads a document specified by a given URL. Also, opens a new window that uses the url parameter and the name parameter to collect the output of the write method and the writeln method.
|
7778
7932
|
* @param url Specifies a MIME type for the document.
|
@@ -7829,6 +7983,7 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve
|
|
7829
7983
|
/**
|
7830
7984
|
* Writes one or more HTML expressions to a document in the specified window.
|
7831
7985
|
* @param content Specifies the text and HTML tags to write.
|
7986
|
+
* @deprecated
|
7832
7987
|
*
|
7833
7988
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/write)
|
7834
7989
|
*/
|
@@ -8079,7 +8234,8 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
|
|
8079
8234
|
*
|
8080
8235
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/classList)
|
8081
8236
|
*/
|
8082
|
-
|
8237
|
+
get classList(): DOMTokenList;
|
8238
|
+
set classList(value: string);
|
8083
8239
|
/**
|
8084
8240
|
* Returns the value of element's class content attribute. Can be set to change it.
|
8085
8241
|
*
|
@@ -8124,7 +8280,8 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
|
|
8124
8280
|
outerHTML: string;
|
8125
8281
|
readonly ownerDocument: Document;
|
8126
8282
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/part) */
|
8127
|
-
|
8283
|
+
get part(): DOMTokenList;
|
8284
|
+
set part(value: string);
|
8128
8285
|
/**
|
8129
8286
|
* Returns the namespace prefix.
|
8130
8287
|
*
|
@@ -8340,7 +8497,8 @@ interface ElementCSSInlineStyle {
|
|
8340
8497
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/attributeStyleMap) */
|
8341
8498
|
readonly attributeStyleMap: StylePropertyMap;
|
8342
8499
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/style) */
|
8343
|
-
|
8500
|
+
get style(): CSSStyleDeclaration;
|
8501
|
+
set style(cssText: string);
|
8344
8502
|
}
|
8345
8503
|
|
8346
8504
|
interface ElementContentEditable {
|
@@ -8471,10 +8629,15 @@ declare var EncodedVideoChunk: {
|
|
8471
8629
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent)
|
8472
8630
|
*/
|
8473
8631
|
interface ErrorEvent extends Event {
|
8632
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/colno) */
|
8474
8633
|
readonly colno: number;
|
8634
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/error) */
|
8475
8635
|
readonly error: any;
|
8636
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/filename) */
|
8476
8637
|
readonly filename: string;
|
8638
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/lineno) */
|
8477
8639
|
readonly lineno: number;
|
8640
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/message) */
|
8478
8641
|
readonly message: string;
|
8479
8642
|
}
|
8480
8643
|
|
@@ -9148,6 +9311,16 @@ declare var FragmentDirective: {
|
|
9148
9311
|
new(): FragmentDirective;
|
9149
9312
|
};
|
9150
9313
|
|
9314
|
+
/**
|
9315
|
+
* Available only in secure contexts.
|
9316
|
+
*
|
9317
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/GPUError)
|
9318
|
+
*/
|
9319
|
+
interface GPUError {
|
9320
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/GPUError/message) */
|
9321
|
+
readonly message: string;
|
9322
|
+
}
|
9323
|
+
|
9151
9324
|
/**
|
9152
9325
|
* A change in volume. It is an AudioNode audio-processing module that causes a given gain to be applied to the input data before its propagation to the output. A GainNode always has exactly one input and one output, both with the same number of channels.
|
9153
9326
|
*
|
@@ -9471,7 +9644,7 @@ interface GlobalEventHandlers {
|
|
9471
9644
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/blur_event)
|
9472
9645
|
*/
|
9473
9646
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
9474
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/
|
9647
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDialogElement/cancel_event) */
|
9475
9648
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
9476
9649
|
/**
|
9477
9650
|
* Occurs when playback is possible, but would require further buffering.
|
@@ -9498,7 +9671,7 @@ interface GlobalEventHandlers {
|
|
9498
9671
|
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
9499
9672
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDialogElement/close_event) */
|
9500
9673
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
9501
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/
|
9674
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/contextlost_event) */
|
9502
9675
|
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
9503
9676
|
/**
|
9504
9677
|
* Fires when the user clicks the right mouse button in the client area, opening the context menu.
|
@@ -9823,7 +9996,7 @@ interface GlobalEventHandlers {
|
|
9823
9996
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/timeupdate_event)
|
9824
9997
|
*/
|
9825
9998
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
9826
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/
|
9999
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/toggle_event) */
|
9827
10000
|
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
9828
10001
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchcancel_event) */
|
9829
10002
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
@@ -9959,7 +10132,8 @@ interface HTMLAnchorElement extends HTMLElement, HTMLHyperlinkElementUtils {
|
|
9959
10132
|
*/
|
9960
10133
|
rel: string;
|
9961
10134
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/relList) */
|
9962
|
-
|
10135
|
+
get relList(): DOMTokenList;
|
10136
|
+
set relList(value: string);
|
9963
10137
|
/**
|
9964
10138
|
* Sets or retrieves the relationship between the object and the destination of the link.
|
9965
10139
|
* @deprecated
|
@@ -10001,10 +10175,19 @@ declare var HTMLAnchorElement: {
|
|
10001
10175
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement)
|
10002
10176
|
*/
|
10003
10177
|
interface HTMLAreaElement extends HTMLElement, HTMLHyperlinkElementUtils {
|
10004
|
-
/**
|
10178
|
+
/**
|
10179
|
+
* Sets or retrieves a text alternative to the graphic.
|
10180
|
+
*
|
10181
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/alt)
|
10182
|
+
*/
|
10005
10183
|
alt: string;
|
10006
|
-
/**
|
10184
|
+
/**
|
10185
|
+
* Sets or retrieves the coordinates of the object.
|
10186
|
+
*
|
10187
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/coords)
|
10188
|
+
*/
|
10007
10189
|
coords: string;
|
10190
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/download) */
|
10008
10191
|
download: string;
|
10009
10192
|
/**
|
10010
10193
|
* Sets or gets whether clicks in this region cause action.
|
@@ -10018,8 +10201,13 @@ interface HTMLAreaElement extends HTMLElement, HTMLHyperlinkElementUtils {
|
|
10018
10201
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/rel) */
|
10019
10202
|
rel: string;
|
10020
10203
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/relList) */
|
10021
|
-
|
10022
|
-
|
10204
|
+
get relList(): DOMTokenList;
|
10205
|
+
set relList(value: string);
|
10206
|
+
/**
|
10207
|
+
* Sets or retrieves the shape of the object.
|
10208
|
+
*
|
10209
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/shape)
|
10210
|
+
*/
|
10023
10211
|
shape: string;
|
10024
10212
|
/**
|
10025
10213
|
* Sets or retrieves the window or frame at which to target content.
|
@@ -10152,15 +10340,35 @@ interface HTMLButtonElement extends HTMLElement, PopoverInvokerElement {
|
|
10152
10340
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/form)
|
10153
10341
|
*/
|
10154
10342
|
readonly form: HTMLFormElement | null;
|
10155
|
-
/**
|
10343
|
+
/**
|
10344
|
+
* Overrides the action attribute (where the data on a form is sent) on the parent form element.
|
10345
|
+
*
|
10346
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/formAction)
|
10347
|
+
*/
|
10156
10348
|
formAction: string;
|
10157
|
-
/**
|
10349
|
+
/**
|
10350
|
+
* Used to override the encoding (formEnctype attribute) specified on the form element.
|
10351
|
+
*
|
10352
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/formEnctype)
|
10353
|
+
*/
|
10158
10354
|
formEnctype: string;
|
10159
|
-
/**
|
10355
|
+
/**
|
10356
|
+
* Overrides the submit method attribute previously specified on a form element.
|
10357
|
+
*
|
10358
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/formMethod)
|
10359
|
+
*/
|
10160
10360
|
formMethod: string;
|
10161
|
-
/**
|
10361
|
+
/**
|
10362
|
+
* Overrides any validation or required attributes on a form or form elements to allow it to be submitted without validation. This can be used to create a "save draft"-type submit option.
|
10363
|
+
*
|
10364
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/formNoValidate)
|
10365
|
+
*/
|
10162
10366
|
formNoValidate: boolean;
|
10163
|
-
/**
|
10367
|
+
/**
|
10368
|
+
* Overrides the target attribute on a form element.
|
10369
|
+
*
|
10370
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/formTarget)
|
10371
|
+
*/
|
10164
10372
|
formTarget: string;
|
10165
10373
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/labels) */
|
10166
10374
|
readonly labels: NodeListOf<HTMLLabelElement>;
|
@@ -10258,14 +10466,14 @@ interface HTMLCanvasElement extends HTMLElement {
|
|
10258
10466
|
getContext(contextId: "webgl2", options?: WebGLContextAttributes): WebGL2RenderingContext | null;
|
10259
10467
|
getContext(contextId: string, options?: any): RenderingContext | null;
|
10260
10468
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/toBlob) */
|
10261
|
-
toBlob(callback: BlobCallback, type?: string, quality?:
|
10469
|
+
toBlob(callback: BlobCallback, type?: string, quality?: number): void;
|
10262
10470
|
/**
|
10263
10471
|
* Returns the content of the current canvas as an image that you can use as a source for another canvas or an HTML element.
|
10264
10472
|
* @param type The standard MIME type for the image format to return. If you do not specify this parameter, the default value is a PNG format image.
|
10265
10473
|
*
|
10266
10474
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/toDataURL)
|
10267
10475
|
*/
|
10268
|
-
toDataURL(type?: string, quality?:
|
10476
|
+
toDataURL(type?: string, quality?: number): string;
|
10269
10477
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/transferControlToOffscreen) */
|
10270
10478
|
transferControlToOffscreen(): OffscreenCanvas;
|
10271
10479
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLCanvasElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
@@ -10383,7 +10591,7 @@ declare var HTMLDataListElement: {
|
|
10383
10591
|
|
10384
10592
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDetailsElement) */
|
10385
10593
|
interface HTMLDetailsElement extends HTMLElement {
|
10386
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDetailsElement/
|
10594
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDetailsElement/name) */
|
10387
10595
|
name: string;
|
10388
10596
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDetailsElement/open) */
|
10389
10597
|
open: boolean;
|
@@ -10530,6 +10738,7 @@ interface HTMLElement extends Element, ElementCSSInlineStyle, ElementContentEdit
|
|
10530
10738
|
title: string;
|
10531
10739
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/translate) */
|
10532
10740
|
translate: boolean;
|
10741
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/writingSuggestions) */
|
10533
10742
|
writingSuggestions: string;
|
10534
10743
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/attachInternals) */
|
10535
10744
|
attachInternals(): ElementInternals;
|
@@ -10540,7 +10749,7 @@ interface HTMLElement extends Element, ElementCSSInlineStyle, ElementContentEdit
|
|
10540
10749
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/showPopover) */
|
10541
10750
|
showPopover(): void;
|
10542
10751
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/togglePopover) */
|
10543
|
-
togglePopover(
|
10752
|
+
togglePopover(options?: boolean): boolean;
|
10544
10753
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
10545
10754
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
10546
10755
|
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
@@ -10577,6 +10786,7 @@ interface HTMLEmbedElement extends HTMLElement {
|
|
10577
10786
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLEmbedElement/src)
|
10578
10787
|
*/
|
10579
10788
|
src: string;
|
10789
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLEmbedElement/type) */
|
10580
10790
|
type: string;
|
10581
10791
|
/**
|
10582
10792
|
* Sets or retrieves the width of the object.
|
@@ -10584,6 +10794,7 @@ interface HTMLEmbedElement extends HTMLElement {
|
|
10584
10794
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLEmbedElement/width)
|
10585
10795
|
*/
|
10586
10796
|
width: string;
|
10797
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLEmbedElement/getSVGDocument) */
|
10587
10798
|
getSVGDocument(): Document | null;
|
10588
10799
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLEmbedElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
10589
10800
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
@@ -10745,7 +10956,11 @@ interface HTMLFormElement extends HTMLElement {
|
|
10745
10956
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/action)
|
10746
10957
|
*/
|
10747
10958
|
action: string;
|
10748
|
-
/**
|
10959
|
+
/**
|
10960
|
+
* Specifies whether autocomplete is applied to an editable text field.
|
10961
|
+
*
|
10962
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/autocomplete)
|
10963
|
+
*/
|
10749
10964
|
autocomplete: AutoFillBase;
|
10750
10965
|
/**
|
10751
10966
|
* Retrieves a collection, in source order, of all controls in a given form.
|
@@ -10783,10 +10998,15 @@ interface HTMLFormElement extends HTMLElement {
|
|
10783
10998
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/name)
|
10784
10999
|
*/
|
10785
11000
|
name: string;
|
10786
|
-
/**
|
11001
|
+
/**
|
11002
|
+
* Designates a form that is not validated when submitted.
|
11003
|
+
*
|
11004
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/noValidate)
|
11005
|
+
*/
|
10787
11006
|
noValidate: boolean;
|
10788
11007
|
rel: string;
|
10789
|
-
|
11008
|
+
get relList(): DOMTokenList;
|
11009
|
+
set relList(value: string);
|
10790
11010
|
/**
|
10791
11011
|
* Sets or retrieves the window or frame at which to target content.
|
10792
11012
|
*
|
@@ -11177,7 +11397,8 @@ interface HTMLIFrameElement extends HTMLElement {
|
|
11177
11397
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/referrerPolicy) */
|
11178
11398
|
referrerPolicy: ReferrerPolicy;
|
11179
11399
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/sandbox) */
|
11180
|
-
|
11400
|
+
get sandbox(): DOMTokenList;
|
11401
|
+
set sandbox(value: string);
|
11181
11402
|
/**
|
11182
11403
|
* Sets or retrieves whether the frame can be scrolled.
|
11183
11404
|
* @deprecated
|
@@ -11201,6 +11422,7 @@ interface HTMLIFrameElement extends HTMLElement {
|
|
11201
11422
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/width)
|
11202
11423
|
*/
|
11203
11424
|
width: string;
|
11425
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIframeElement/getSVGDocument) */
|
11204
11426
|
getSVGDocument(): Document | null;
|
11205
11427
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLIFrameElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
11206
11428
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
@@ -11252,7 +11474,7 @@ interface HTMLImageElement extends HTMLElement {
|
|
11252
11474
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/decoding) */
|
11253
11475
|
decoding: "async" | "sync" | "auto";
|
11254
11476
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/fetchPriority) */
|
11255
|
-
fetchPriority:
|
11477
|
+
fetchPriority: "high" | "low" | "auto";
|
11256
11478
|
/**
|
11257
11479
|
* Sets or retrieves the height of the object.
|
11258
11480
|
*
|
@@ -11418,15 +11640,35 @@ interface HTMLInputElement extends HTMLElement, PopoverInvokerElement {
|
|
11418
11640
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/form)
|
11419
11641
|
*/
|
11420
11642
|
readonly form: HTMLFormElement | null;
|
11421
|
-
/**
|
11643
|
+
/**
|
11644
|
+
* Overrides the action attribute (where the data on a form is sent) on the parent form element.
|
11645
|
+
*
|
11646
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/formAction)
|
11647
|
+
*/
|
11422
11648
|
formAction: string;
|
11423
|
-
/**
|
11649
|
+
/**
|
11650
|
+
* Used to override the encoding (formEnctype attribute) specified on the form element.
|
11651
|
+
*
|
11652
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/formEnctype)
|
11653
|
+
*/
|
11424
11654
|
formEnctype: string;
|
11425
|
-
/**
|
11655
|
+
/**
|
11656
|
+
* Overrides the submit method attribute previously specified on a form element.
|
11657
|
+
*
|
11658
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/formMethod)
|
11659
|
+
*/
|
11426
11660
|
formMethod: string;
|
11427
|
-
/**
|
11661
|
+
/**
|
11662
|
+
* Overrides any validation or required attributes on a form or form elements to allow it to be submitted without validation. This can be used to create a "save draft"-type submit option.
|
11663
|
+
*
|
11664
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/formNoValidate)
|
11665
|
+
*/
|
11428
11666
|
formNoValidate: boolean;
|
11429
|
-
/**
|
11667
|
+
/**
|
11668
|
+
* Overrides the target attribute on a form element.
|
11669
|
+
*
|
11670
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/formTarget)
|
11671
|
+
*/
|
11430
11672
|
formTarget: string;
|
11431
11673
|
/**
|
11432
11674
|
* Sets or retrieves the height of the object.
|
@@ -11653,7 +11895,11 @@ declare var HTMLInputElement: {
|
|
11653
11895
|
interface HTMLLIElement extends HTMLElement {
|
11654
11896
|
/** @deprecated */
|
11655
11897
|
type: string;
|
11656
|
-
/**
|
11898
|
+
/**
|
11899
|
+
* Sets or retrieves the value of a list item.
|
11900
|
+
*
|
11901
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLLIElement/value)
|
11902
|
+
*/
|
11657
11903
|
value: number;
|
11658
11904
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLLIElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
11659
11905
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
@@ -11734,6 +11980,9 @@ declare var HTMLLegendElement: {
|
|
11734
11980
|
interface HTMLLinkElement extends HTMLElement, LinkStyle {
|
11735
11981
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/as) */
|
11736
11982
|
as: string;
|
11983
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/blocking) */
|
11984
|
+
get blocking(): DOMTokenList;
|
11985
|
+
set blocking(value: string);
|
11737
11986
|
/**
|
11738
11987
|
* Sets or retrieves the character set used to encode the object.
|
11739
11988
|
* @deprecated
|
@@ -11744,7 +11993,7 @@ interface HTMLLinkElement extends HTMLElement, LinkStyle {
|
|
11744
11993
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/disabled) */
|
11745
11994
|
disabled: boolean;
|
11746
11995
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/fetchPriority) */
|
11747
|
-
fetchPriority:
|
11996
|
+
fetchPriority: "high" | "low" | "auto";
|
11748
11997
|
/**
|
11749
11998
|
* Sets or retrieves a destination URL or an anchor point.
|
11750
11999
|
*
|
@@ -11776,13 +12025,16 @@ interface HTMLLinkElement extends HTMLElement, LinkStyle {
|
|
11776
12025
|
*/
|
11777
12026
|
rel: string;
|
11778
12027
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/relList) */
|
11779
|
-
|
12028
|
+
get relList(): DOMTokenList;
|
12029
|
+
set relList(value: string);
|
11780
12030
|
/**
|
11781
12031
|
* Sets or retrieves the relationship between the object and the destination of the link.
|
11782
12032
|
* @deprecated
|
11783
12033
|
*/
|
11784
12034
|
rev: string;
|
11785
|
-
|
12035
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/sizes) */
|
12036
|
+
get sizes(): DOMTokenList;
|
12037
|
+
set sizes(value: string);
|
11786
12038
|
/**
|
11787
12039
|
* Sets or retrieves the window or frame at which to target content.
|
11788
12040
|
* @deprecated
|
@@ -11976,6 +12228,7 @@ interface HTMLMediaElement extends HTMLElement {
|
|
11976
12228
|
readonly networkState: number;
|
11977
12229
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/encrypted_event) */
|
11978
12230
|
onencrypted: ((this: HTMLMediaElement, ev: MediaEncryptedEvent) => any) | null;
|
12231
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/waitingforkey_event) */
|
11979
12232
|
onwaitingforkey: ((this: HTMLMediaElement, ev: Event) => any) | null;
|
11980
12233
|
/**
|
11981
12234
|
* Gets a flag that specifies whether playback is paused.
|
@@ -11989,7 +12242,11 @@ interface HTMLMediaElement extends HTMLElement {
|
|
11989
12242
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/playbackRate)
|
11990
12243
|
*/
|
11991
12244
|
playbackRate: number;
|
11992
|
-
/**
|
12245
|
+
/**
|
12246
|
+
* Gets TimeRanges for the current media resource that has been played.
|
12247
|
+
*
|
12248
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/played)
|
12249
|
+
*/
|
11993
12250
|
readonly played: TimeRanges;
|
11994
12251
|
/**
|
11995
12252
|
* Gets or sets a value indicating what data should be preloaded, if any.
|
@@ -12009,7 +12266,11 @@ interface HTMLMediaElement extends HTMLElement {
|
|
12009
12266
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/seekable)
|
12010
12267
|
*/
|
12011
12268
|
readonly seekable: TimeRanges;
|
12012
|
-
/**
|
12269
|
+
/**
|
12270
|
+
* Gets a flag that indicates whether the client is currently moving to a new playback position in the media resource.
|
12271
|
+
*
|
12272
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/seeking)
|
12273
|
+
*/
|
12013
12274
|
readonly seeking: boolean;
|
12014
12275
|
/**
|
12015
12276
|
* Available only in secure contexts.
|
@@ -12033,6 +12294,7 @@ interface HTMLMediaElement extends HTMLElement {
|
|
12033
12294
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/volume)
|
12034
12295
|
*/
|
12035
12296
|
volume: number;
|
12297
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/addTextTrack) */
|
12036
12298
|
addTextTrack(kind: TextTrackKind, label?: string, language?: string): TextTrack;
|
12037
12299
|
/**
|
12038
12300
|
* Returns a string that specifies whether the client can play a given media resource type.
|
@@ -12197,9 +12459,17 @@ declare var HTMLMeterElement: {
|
|
12197
12459
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLModElement)
|
12198
12460
|
*/
|
12199
12461
|
interface HTMLModElement extends HTMLElement {
|
12200
|
-
/**
|
12462
|
+
/**
|
12463
|
+
* Sets or retrieves reference information about the object.
|
12464
|
+
*
|
12465
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLModElement/cite)
|
12466
|
+
*/
|
12201
12467
|
cite: string;
|
12202
|
-
/**
|
12468
|
+
/**
|
12469
|
+
* Sets or retrieves the date and time of a modification to the object.
|
12470
|
+
*
|
12471
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLModElement/dateTime)
|
12472
|
+
*/
|
12203
12473
|
dateTime: string;
|
12204
12474
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLModElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
12205
12475
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
@@ -12357,6 +12627,7 @@ interface HTMLObjectElement extends HTMLElement {
|
|
12357
12627
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLObjectElement/checkValidity)
|
12358
12628
|
*/
|
12359
12629
|
checkValidity(): boolean;
|
12630
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLObjectElement/getSVGDocument) */
|
12360
12631
|
getSVGDocument(): Document | null;
|
12361
12632
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLObjectElement/reportValidity) */
|
12362
12633
|
reportValidity(): boolean;
|
@@ -12476,12 +12747,16 @@ interface HTMLOptionsCollection extends HTMLCollectionOf<HTMLOptionElement> {
|
|
12476
12747
|
* When set to a smaller number, truncates the number of option elements in the corresponding container.
|
12477
12748
|
*
|
12478
12749
|
* When set to a greater number, adds new blank option elements to that container.
|
12750
|
+
*
|
12751
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOptionsCollection/length)
|
12479
12752
|
*/
|
12480
12753
|
length: number;
|
12481
12754
|
/**
|
12482
12755
|
* Returns the index of the first selected item, if any, or −1 if there is no selected item.
|
12483
12756
|
*
|
12484
12757
|
* Can be set, to change the selection.
|
12758
|
+
*
|
12759
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOptionsCollection/selectedIndex)
|
12485
12760
|
*/
|
12486
12761
|
selectedIndex: number;
|
12487
12762
|
/**
|
@@ -12492,9 +12767,15 @@ interface HTMLOptionsCollection extends HTMLCollectionOf<HTMLOptionElement> {
|
|
12492
12767
|
* If before is omitted, null, or a number out of range, then element will be added at the end of the list.
|
12493
12768
|
*
|
12494
12769
|
* This method will throw a "HierarchyRequestError" DOMException if element is an ancestor of the element into which it is to be inserted.
|
12770
|
+
*
|
12771
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOptionsCollection/add)
|
12495
12772
|
*/
|
12496
12773
|
add(element: HTMLOptionElement | HTMLOptGroupElement, before?: HTMLElement | number | null): void;
|
12497
|
-
/**
|
12774
|
+
/**
|
12775
|
+
* Removes the item with index index from the collection.
|
12776
|
+
*
|
12777
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOptionsCollection/remove)
|
12778
|
+
*/
|
12498
12779
|
remove(index: number): void;
|
12499
12780
|
}
|
12500
12781
|
|
@@ -12524,10 +12805,13 @@ interface HTMLOrSVGElement {
|
|
12524
12805
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOutputElement)
|
12525
12806
|
*/
|
12526
12807
|
interface HTMLOutputElement extends HTMLElement {
|
12808
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/defaultValue) */
|
12527
12809
|
defaultValue: string;
|
12528
12810
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/form) */
|
12529
12811
|
readonly form: HTMLFormElement | null;
|
12530
|
-
|
12812
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/htmlFor) */
|
12813
|
+
get htmlFor(): DOMTokenList;
|
12814
|
+
set htmlFor(value: string);
|
12531
12815
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/labels) */
|
12532
12816
|
readonly labels: NodeListOf<HTMLLabelElement>;
|
12533
12817
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/name) */
|
@@ -12712,7 +12996,11 @@ declare var HTMLProgressElement: {
|
|
12712
12996
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLQuoteElement)
|
12713
12997
|
*/
|
12714
12998
|
interface HTMLQuoteElement extends HTMLElement {
|
12715
|
-
/**
|
12999
|
+
/**
|
13000
|
+
* Sets or retrieves reference information about the object.
|
13001
|
+
*
|
13002
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLQuoteElement/cite)
|
13003
|
+
*/
|
12716
13004
|
cite: string;
|
12717
13005
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLQuoteElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
12718
13006
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
@@ -12733,6 +13021,9 @@ declare var HTMLQuoteElement: {
|
|
12733
13021
|
interface HTMLScriptElement extends HTMLElement {
|
12734
13022
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLScriptElement/async) */
|
12735
13023
|
async: boolean;
|
13024
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLScriptElement/blocking) */
|
13025
|
+
get blocking(): DOMTokenList;
|
13026
|
+
set blocking(value: string);
|
12736
13027
|
/**
|
12737
13028
|
* Sets or retrieves the character set used to encode the object.
|
12738
13029
|
* @deprecated
|
@@ -12752,7 +13043,7 @@ interface HTMLScriptElement extends HTMLElement {
|
|
12752
13043
|
*/
|
12753
13044
|
event: string;
|
12754
13045
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLScriptElement/fetchPriority) */
|
12755
|
-
fetchPriority:
|
13046
|
+
fetchPriority: "high" | "low" | "auto";
|
12756
13047
|
/**
|
12757
13048
|
* Sets or retrieves the object that is bound to the event script.
|
12758
13049
|
* @deprecated
|
@@ -12801,6 +13092,7 @@ declare var HTMLScriptElement: {
|
|
12801
13092
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSelectElement)
|
12802
13093
|
*/
|
12803
13094
|
interface HTMLSelectElement extends HTMLElement {
|
13095
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/autocomplete) */
|
12804
13096
|
autocomplete: AutoFill;
|
12805
13097
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/disabled) */
|
12806
13098
|
disabled: boolean;
|
@@ -12975,13 +13267,27 @@ declare var HTMLSlotElement: {
|
|
12975
13267
|
interface HTMLSourceElement extends HTMLElement {
|
12976
13268
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/height) */
|
12977
13269
|
height: number;
|
12978
|
-
/**
|
13270
|
+
/**
|
13271
|
+
* Gets or sets the intended media type of the media source.
|
13272
|
+
*
|
13273
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/media)
|
13274
|
+
*/
|
12979
13275
|
media: string;
|
13276
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/sizes) */
|
12980
13277
|
sizes: string;
|
12981
|
-
/**
|
13278
|
+
/**
|
13279
|
+
* The address or URL of the a media resource that is to be considered.
|
13280
|
+
*
|
13281
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/src)
|
13282
|
+
*/
|
12982
13283
|
src: string;
|
13284
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/srcset) */
|
12983
13285
|
srcset: string;
|
12984
|
-
/**
|
13286
|
+
/**
|
13287
|
+
* Gets or sets the MIME type of a media resource.
|
13288
|
+
*
|
13289
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/type)
|
13290
|
+
*/
|
12985
13291
|
type: string;
|
12986
13292
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/width) */
|
12987
13293
|
width: number;
|
@@ -13019,6 +13325,9 @@ declare var HTMLSpanElement: {
|
|
13019
13325
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLStyleElement)
|
13020
13326
|
*/
|
13021
13327
|
interface HTMLStyleElement extends HTMLElement, LinkStyle {
|
13328
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLStyleElement/blocking) */
|
13329
|
+
get blocking(): DOMTokenList;
|
13330
|
+
set blocking(value: string);
|
13022
13331
|
/**
|
13023
13332
|
* Enables or disables the style sheet.
|
13024
13333
|
*
|
@@ -13799,14 +14108,23 @@ declare var HTMLTitleElement: {
|
|
13799
14108
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement)
|
13800
14109
|
*/
|
13801
14110
|
interface HTMLTrackElement extends HTMLElement {
|
14111
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/default) */
|
13802
14112
|
default: boolean;
|
14113
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/kind) */
|
13803
14114
|
kind: string;
|
14115
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/label) */
|
13804
14116
|
label: string;
|
14117
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/readyState) */
|
13805
14118
|
readonly readyState: number;
|
13806
14119
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/src) */
|
13807
14120
|
src: string;
|
14121
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/srclang) */
|
13808
14122
|
srclang: string;
|
13809
|
-
/**
|
14123
|
+
/**
|
14124
|
+
* Returns the TextTrack object corresponding to the text track of the track element.
|
14125
|
+
*
|
14126
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/track)
|
14127
|
+
*/
|
13810
14128
|
readonly track: TextTrack;
|
13811
14129
|
readonly NONE: 0;
|
13812
14130
|
readonly LOADING: 1;
|
@@ -14827,6 +15145,70 @@ declare var ImageData: {
|
|
14827
15145
|
new(data: Uint8ClampedArray, sw: number, sh?: number, settings?: ImageDataSettings): ImageData;
|
14828
15146
|
};
|
14829
15147
|
|
15148
|
+
/**
|
15149
|
+
* Available only in secure contexts.
|
15150
|
+
*
|
15151
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageDecoder)
|
15152
|
+
*/
|
15153
|
+
interface ImageDecoder {
|
15154
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageDecoder/complete) */
|
15155
|
+
readonly complete: boolean;
|
15156
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageDecoder/completed) */
|
15157
|
+
readonly completed: Promise<void>;
|
15158
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageDecoder/tracks) */
|
15159
|
+
readonly tracks: ImageTrackList;
|
15160
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageDecoder/type) */
|
15161
|
+
readonly type: string;
|
15162
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageDecoder/close) */
|
15163
|
+
close(): void;
|
15164
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageDecoder/decode) */
|
15165
|
+
decode(options?: ImageDecodeOptions): Promise<ImageDecodeResult>;
|
15166
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageDecoder/reset) */
|
15167
|
+
reset(): void;
|
15168
|
+
}
|
15169
|
+
|
15170
|
+
declare var ImageDecoder: {
|
15171
|
+
prototype: ImageDecoder;
|
15172
|
+
new(init: ImageDecoderInit): ImageDecoder;
|
15173
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageDecoder/isTypeSupported_static) */
|
15174
|
+
isTypeSupported(type: string): Promise<boolean>;
|
15175
|
+
};
|
15176
|
+
|
15177
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageTrack) */
|
15178
|
+
interface ImageTrack {
|
15179
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageTrack/animated) */
|
15180
|
+
readonly animated: boolean;
|
15181
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageTrack/frameCount) */
|
15182
|
+
readonly frameCount: number;
|
15183
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageTrack/repetitionCount) */
|
15184
|
+
readonly repetitionCount: number;
|
15185
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageTrack/selected) */
|
15186
|
+
selected: boolean;
|
15187
|
+
}
|
15188
|
+
|
15189
|
+
declare var ImageTrack: {
|
15190
|
+
prototype: ImageTrack;
|
15191
|
+
new(): ImageTrack;
|
15192
|
+
};
|
15193
|
+
|
15194
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageTrackList) */
|
15195
|
+
interface ImageTrackList {
|
15196
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageTrackList/length) */
|
15197
|
+
readonly length: number;
|
15198
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageTrackList/ready) */
|
15199
|
+
readonly ready: Promise<void>;
|
15200
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageTrackList/selectedIndex) */
|
15201
|
+
readonly selectedIndex: number;
|
15202
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageTrackList/selectedTrack) */
|
15203
|
+
readonly selectedTrack: ImageTrack | null;
|
15204
|
+
[index: number]: ImageTrack;
|
15205
|
+
}
|
15206
|
+
|
15207
|
+
declare var ImageTrackList: {
|
15208
|
+
prototype: ImageTrackList;
|
15209
|
+
new(): ImageTrackList;
|
15210
|
+
};
|
15211
|
+
|
14830
15212
|
interface ImportMeta {
|
14831
15213
|
url: string;
|
14832
15214
|
resolve(specifier: string): string;
|
@@ -16041,7 +16423,23 @@ declare var MessageEvent: {
|
|
16041
16423
|
new<T>(type: string, eventInitDict?: MessageEventInit<T>): MessageEvent<T>;
|
16042
16424
|
};
|
16043
16425
|
|
16044
|
-
interface
|
16426
|
+
interface MessageEventTargetEventMap {
|
16427
|
+
"message": MessageEvent;
|
16428
|
+
"messageerror": MessageEvent;
|
16429
|
+
}
|
16430
|
+
|
16431
|
+
interface MessageEventTarget<T> {
|
16432
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DedicatedWorkerGlobalScope/message_event) */
|
16433
|
+
onmessage: ((this: T, ev: MessageEvent) => any) | null;
|
16434
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DedicatedWorkerGlobalScope/messageerror_event) */
|
16435
|
+
onmessageerror: ((this: T, ev: MessageEvent) => any) | null;
|
16436
|
+
addEventListener<K extends keyof MessageEventTargetEventMap>(type: K, listener: (this: T, ev: MessageEventTargetEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
16437
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
16438
|
+
removeEventListener<K extends keyof MessageEventTargetEventMap>(type: K, listener: (this: T, ev: MessageEventTargetEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
16439
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
16440
|
+
}
|
16441
|
+
|
16442
|
+
interface MessagePortEventMap extends MessageEventTargetEventMap {
|
16045
16443
|
"message": MessageEvent;
|
16046
16444
|
"messageerror": MessageEvent;
|
16047
16445
|
}
|
@@ -16051,11 +16449,7 @@ interface MessagePortEventMap {
|
|
16051
16449
|
*
|
16052
16450
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessagePort)
|
16053
16451
|
*/
|
16054
|
-
interface MessagePort extends EventTarget {
|
16055
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessagePort/message_event) */
|
16056
|
-
onmessage: ((this: MessagePort, ev: MessageEvent) => any) | null;
|
16057
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessagePort/messageerror_event) */
|
16058
|
-
onmessageerror: ((this: MessagePort, ev: MessageEvent) => any) | null;
|
16452
|
+
interface MessagePort extends EventTarget, MessageEventTarget<MessagePort> {
|
16059
16453
|
/**
|
16060
16454
|
* Disconnects the port, so that it is no longer active.
|
16061
16455
|
*
|
@@ -16338,6 +16732,52 @@ declare var NamedNodeMap: {
|
|
16338
16732
|
new(): NamedNodeMap;
|
16339
16733
|
};
|
16340
16734
|
|
16735
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/NavigationActivation) */
|
16736
|
+
interface NavigationActivation {
|
16737
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/NavigationActivation/entry) */
|
16738
|
+
readonly entry: NavigationHistoryEntry;
|
16739
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/NavigationActivation/from) */
|
16740
|
+
readonly from: NavigationHistoryEntry | null;
|
16741
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/NavigationActivation/navigationType) */
|
16742
|
+
readonly navigationType: NavigationType;
|
16743
|
+
}
|
16744
|
+
|
16745
|
+
declare var NavigationActivation: {
|
16746
|
+
prototype: NavigationActivation;
|
16747
|
+
new(): NavigationActivation;
|
16748
|
+
};
|
16749
|
+
|
16750
|
+
interface NavigationHistoryEntryEventMap {
|
16751
|
+
"dispose": Event;
|
16752
|
+
}
|
16753
|
+
|
16754
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/NavigationHistoryEntry) */
|
16755
|
+
interface NavigationHistoryEntry extends EventTarget {
|
16756
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/NavigationHistoryEntry/id) */
|
16757
|
+
readonly id: string;
|
16758
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/NavigationHistoryEntry/index) */
|
16759
|
+
readonly index: number;
|
16760
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/NavigationHistoryEntry/key) */
|
16761
|
+
readonly key: string;
|
16762
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/NavigationHistoryEntry/dispose_event) */
|
16763
|
+
ondispose: ((this: NavigationHistoryEntry, ev: Event) => any) | null;
|
16764
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/NavigationHistoryEntry/sameDocument) */
|
16765
|
+
readonly sameDocument: boolean;
|
16766
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/NavigationHistoryEntry/url) */
|
16767
|
+
readonly url: string | null;
|
16768
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/NavigationHistoryEntry/getState) */
|
16769
|
+
getState(): any;
|
16770
|
+
addEventListener<K extends keyof NavigationHistoryEntryEventMap>(type: K, listener: (this: NavigationHistoryEntry, ev: NavigationHistoryEntryEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
16771
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
16772
|
+
removeEventListener<K extends keyof NavigationHistoryEntryEventMap>(type: K, listener: (this: NavigationHistoryEntry, ev: NavigationHistoryEntryEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
16773
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
16774
|
+
}
|
16775
|
+
|
16776
|
+
declare var NavigationHistoryEntry: {
|
16777
|
+
prototype: NavigationHistoryEntry;
|
16778
|
+
new(): NavigationHistoryEntry;
|
16779
|
+
};
|
16780
|
+
|
16341
16781
|
/**
|
16342
16782
|
* Available only in secure contexts.
|
16343
16783
|
*
|
@@ -16662,7 +17102,7 @@ interface Node extends EventTarget {
|
|
16662
17102
|
*
|
16663
17103
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/cloneNode)
|
16664
17104
|
*/
|
16665
|
-
cloneNode(
|
17105
|
+
cloneNode(subtree?: boolean): Node;
|
16666
17106
|
/**
|
16667
17107
|
* Returns a bitmask indicating the position of other relative to node.
|
16668
17108
|
*
|
@@ -17195,6 +17635,30 @@ declare var OverconstrainedError: {
|
|
17195
17635
|
new(constraint: string, message?: string): OverconstrainedError;
|
17196
17636
|
};
|
17197
17637
|
|
17638
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PageRevealEvent) */
|
17639
|
+
interface PageRevealEvent extends Event {
|
17640
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PageRevealEvent/viewTransition) */
|
17641
|
+
readonly viewTransition: ViewTransition | null;
|
17642
|
+
}
|
17643
|
+
|
17644
|
+
declare var PageRevealEvent: {
|
17645
|
+
prototype: PageRevealEvent;
|
17646
|
+
new(type: string, eventInitDict?: PageRevealEventInit): PageRevealEvent;
|
17647
|
+
};
|
17648
|
+
|
17649
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PageSwapEvent) */
|
17650
|
+
interface PageSwapEvent extends Event {
|
17651
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PageSwapEvent/activation) */
|
17652
|
+
readonly activation: NavigationActivation | null;
|
17653
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PageSwapEvent/viewTransition) */
|
17654
|
+
readonly viewTransition: ViewTransition | null;
|
17655
|
+
}
|
17656
|
+
|
17657
|
+
declare var PageSwapEvent: {
|
17658
|
+
prototype: PageSwapEvent;
|
17659
|
+
new(type: string, eventInitDict?: PageSwapEventInit): PageSwapEvent;
|
17660
|
+
};
|
17661
|
+
|
17198
17662
|
/**
|
17199
17663
|
* The PageTransitionEvent is fired when a document is being loaded or unloaded.
|
17200
17664
|
*
|
@@ -18204,6 +18668,7 @@ declare var PointerEvent: {
|
|
18204
18668
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PopStateEvent)
|
18205
18669
|
*/
|
18206
18670
|
interface PopStateEvent extends Event {
|
18671
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PopStateEvent/hasUAVisualTransition) */
|
18207
18672
|
readonly hasUAVisualTransition: boolean;
|
18208
18673
|
/**
|
18209
18674
|
* Returns a copy of the information that was provided to pushState() or replaceState().
|
@@ -18295,6 +18760,7 @@ interface PublicKeyCredential extends Credential {
|
|
18295
18760
|
declare var PublicKeyCredential: {
|
18296
18761
|
prototype: PublicKeyCredential;
|
18297
18762
|
new(): PublicKeyCredential;
|
18763
|
+
getClientCapabilities(): Promise<PublicKeyCredentialClientCapabilities>;
|
18298
18764
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/isConditionalMediationAvailable_static) */
|
18299
18765
|
isConditionalMediationAvailable(): Promise<boolean>;
|
18300
18766
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/isUserVerifyingPlatformAuthenticatorAvailable_static) */
|
@@ -19185,7 +19651,7 @@ declare var ReadableStreamDefaultReader: {
|
|
19185
19651
|
|
19186
19652
|
interface ReadableStreamGenericReader {
|
19187
19653
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBReader/closed) */
|
19188
|
-
readonly closed: Promise<
|
19654
|
+
readonly closed: Promise<void>;
|
19189
19655
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBReader/cancel) */
|
19190
19656
|
cancel(reason?: any): Promise<void>;
|
19191
19657
|
}
|
@@ -19301,7 +19767,11 @@ interface Request extends Body {
|
|
19301
19767
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/integrity)
|
19302
19768
|
*/
|
19303
19769
|
readonly integrity: string;
|
19304
|
-
/**
|
19770
|
+
/**
|
19771
|
+
* Returns a boolean indicating whether or not request can outlive the global in which it was created.
|
19772
|
+
*
|
19773
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/keepalive)
|
19774
|
+
*/
|
19305
19775
|
readonly keepalive: boolean;
|
19306
19776
|
/**
|
19307
19777
|
* Returns request's HTTP method, which is "GET" by default.
|
@@ -19443,7 +19913,8 @@ declare var Response: {
|
|
19443
19913
|
*/
|
19444
19914
|
interface SVGAElement extends SVGGraphicsElement, SVGURIReference {
|
19445
19915
|
rel: string;
|
19446
|
-
|
19916
|
+
get relList(): DOMTokenList;
|
19917
|
+
set relList(value: string);
|
19447
19918
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAElement/target) */
|
19448
19919
|
readonly target: SVGAnimatedString;
|
19449
19920
|
addEventListener<K extends keyof SVGElementEventMap>(type: K, listener: (this: SVGAElement, ev: SVGElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
@@ -19463,11 +19934,17 @@ declare var SVGAElement: {
|
|
19463
19934
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAngle)
|
19464
19935
|
*/
|
19465
19936
|
interface SVGAngle {
|
19937
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAngle/unitType) */
|
19466
19938
|
readonly unitType: number;
|
19939
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAngle/value) */
|
19467
19940
|
value: number;
|
19941
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAngle/valueAsString) */
|
19468
19942
|
valueAsString: string;
|
19943
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAngle/valueInSpecifiedUnits) */
|
19469
19944
|
valueInSpecifiedUnits: number;
|
19945
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAngle/convertToSpecifiedUnits) */
|
19470
19946
|
convertToSpecifiedUnits(unitType: number): void;
|
19947
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAngle/newValueSpecifiedUnits) */
|
19471
19948
|
newValueSpecifiedUnits(unitType: number, valueInSpecifiedUnits: number): void;
|
19472
19949
|
readonly SVG_ANGLETYPE_UNKNOWN: 0;
|
19473
19950
|
readonly SVG_ANGLETYPE_UNSPECIFIED: 1;
|
@@ -19531,7 +20008,9 @@ declare var SVGAnimateTransformElement: {
|
|
19531
20008
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedAngle)
|
19532
20009
|
*/
|
19533
20010
|
interface SVGAnimatedAngle {
|
20011
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedAngle/animVal) */
|
19534
20012
|
readonly animVal: SVGAngle;
|
20013
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedAngle/baseVal) */
|
19535
20014
|
readonly baseVal: SVGAngle;
|
19536
20015
|
}
|
19537
20016
|
|
@@ -19546,7 +20025,9 @@ declare var SVGAnimatedAngle: {
|
|
19546
20025
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedBoolean)
|
19547
20026
|
*/
|
19548
20027
|
interface SVGAnimatedBoolean {
|
20028
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedBoolean/animVal) */
|
19549
20029
|
readonly animVal: boolean;
|
20030
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedBoolean/baseVal) */
|
19550
20031
|
baseVal: boolean;
|
19551
20032
|
}
|
19552
20033
|
|
@@ -19578,7 +20059,9 @@ declare var SVGAnimatedEnumeration: {
|
|
19578
20059
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedInteger)
|
19579
20060
|
*/
|
19580
20061
|
interface SVGAnimatedInteger {
|
20062
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedInteger/animVal) */
|
19581
20063
|
readonly animVal: number;
|
20064
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedInteger/baseVal) */
|
19582
20065
|
baseVal: number;
|
19583
20066
|
}
|
19584
20067
|
|
@@ -19610,7 +20093,9 @@ declare var SVGAnimatedLength: {
|
|
19610
20093
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedLengthList)
|
19611
20094
|
*/
|
19612
20095
|
interface SVGAnimatedLengthList {
|
20096
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedLengthList/animVal) */
|
19613
20097
|
readonly animVal: SVGLengthList;
|
20098
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedLengthList/baseVal) */
|
19614
20099
|
readonly baseVal: SVGLengthList;
|
19615
20100
|
}
|
19616
20101
|
|
@@ -19625,7 +20110,9 @@ declare var SVGAnimatedLengthList: {
|
|
19625
20110
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedNumber)
|
19626
20111
|
*/
|
19627
20112
|
interface SVGAnimatedNumber {
|
20113
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedNumber/animVal) */
|
19628
20114
|
readonly animVal: number;
|
20115
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedNumber/baseVal) */
|
19629
20116
|
baseVal: number;
|
19630
20117
|
}
|
19631
20118
|
|
@@ -19640,7 +20127,9 @@ declare var SVGAnimatedNumber: {
|
|
19640
20127
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedNumberList)
|
19641
20128
|
*/
|
19642
20129
|
interface SVGAnimatedNumberList {
|
20130
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedNumberList/animVal) */
|
19643
20131
|
readonly animVal: SVGNumberList;
|
20132
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedNumberList/baseVal) */
|
19644
20133
|
readonly baseVal: SVGNumberList;
|
19645
20134
|
}
|
19646
20135
|
|
@@ -19650,7 +20139,9 @@ declare var SVGAnimatedNumberList: {
|
|
19650
20139
|
};
|
19651
20140
|
|
19652
20141
|
interface SVGAnimatedPoints {
|
20142
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGPolygonElement/animatedPoints) */
|
19653
20143
|
readonly animatedPoints: SVGPointList;
|
20144
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGPolygonElement/points) */
|
19654
20145
|
readonly points: SVGPointList;
|
19655
20146
|
}
|
19656
20147
|
|
@@ -19660,7 +20151,9 @@ interface SVGAnimatedPoints {
|
|
19660
20151
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedPreserveAspectRatio)
|
19661
20152
|
*/
|
19662
20153
|
interface SVGAnimatedPreserveAspectRatio {
|
20154
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedPreserveAspectRatio/animVal) */
|
19663
20155
|
readonly animVal: SVGPreserveAspectRatio;
|
20156
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedPreserveAspectRatio/baseVal) */
|
19664
20157
|
readonly baseVal: SVGPreserveAspectRatio;
|
19665
20158
|
}
|
19666
20159
|
|
@@ -19675,7 +20168,9 @@ declare var SVGAnimatedPreserveAspectRatio: {
|
|
19675
20168
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedRect)
|
19676
20169
|
*/
|
19677
20170
|
interface SVGAnimatedRect {
|
20171
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedRect/animVal) */
|
19678
20172
|
readonly animVal: DOMRectReadOnly;
|
20173
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedRect/baseVal) */
|
19679
20174
|
readonly baseVal: DOMRect;
|
19680
20175
|
}
|
19681
20176
|
|
@@ -19707,7 +20202,9 @@ declare var SVGAnimatedString: {
|
|
19707
20202
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedTransformList)
|
19708
20203
|
*/
|
19709
20204
|
interface SVGAnimatedTransformList {
|
20205
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedTransformList/animVal) */
|
19710
20206
|
readonly animVal: SVGTransformList;
|
20207
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedTransformList/baseVal) */
|
19711
20208
|
readonly baseVal: SVGTransformList;
|
19712
20209
|
}
|
19713
20210
|
|
@@ -19720,12 +20217,19 @@ declare var SVGAnimatedTransformList: {
|
|
19720
20217
|
interface SVGAnimationElement extends SVGElement, SVGTests {
|
19721
20218
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimationElement/targetElement) */
|
19722
20219
|
readonly targetElement: SVGElement | null;
|
20220
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimationElement/beginElement) */
|
19723
20221
|
beginElement(): void;
|
20222
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimationElement/beginElementAt) */
|
19724
20223
|
beginElementAt(offset: number): void;
|
20224
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimationElement/endElement) */
|
19725
20225
|
endElement(): void;
|
20226
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimationElement/endElementAt) */
|
19726
20227
|
endElementAt(offset: number): void;
|
20228
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimationElement/getCurrentTime) */
|
19727
20229
|
getCurrentTime(): number;
|
20230
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimationElement/getSimpleDuration) */
|
19728
20231
|
getSimpleDuration(): number;
|
20232
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimationElement/getStartTime) */
|
19729
20233
|
getStartTime(): number;
|
19730
20234
|
addEventListener<K extends keyof SVGElementEventMap>(type: K, listener: (this: SVGAnimationElement, ev: SVGElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
19731
20235
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
@@ -19788,12 +20292,19 @@ declare var SVGClipPathElement: {
|
|
19788
20292
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGComponentTransferFunctionElement)
|
19789
20293
|
*/
|
19790
20294
|
interface SVGComponentTransferFunctionElement extends SVGElement {
|
20295
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGComponentTransferFunctionElement/amplitude) */
|
19791
20296
|
readonly amplitude: SVGAnimatedNumber;
|
20297
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGComponentTransferFunctionElement/exponent) */
|
19792
20298
|
readonly exponent: SVGAnimatedNumber;
|
20299
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGComponentTransferFunctionElement/intercept) */
|
19793
20300
|
readonly intercept: SVGAnimatedNumber;
|
20301
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGComponentTransferFunctionElement/offset) */
|
19794
20302
|
readonly offset: SVGAnimatedNumber;
|
20303
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGComponentTransferFunctionElement/slope) */
|
19795
20304
|
readonly slope: SVGAnimatedNumber;
|
20305
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGComponentTransferFunctionElement/tableValues) */
|
19796
20306
|
readonly tableValues: SVGAnimatedNumberList;
|
20307
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGComponentTransferFunctionElement/type) */
|
19797
20308
|
readonly type: SVGAnimatedEnumeration;
|
19798
20309
|
readonly SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN: 0;
|
19799
20310
|
readonly SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY: 1;
|
@@ -19863,7 +20374,9 @@ interface SVGElementEventMap extends ElementEventMap, GlobalEventHandlersEventMa
|
|
19863
20374
|
interface SVGElement extends Element, ElementCSSInlineStyle, GlobalEventHandlers, HTMLOrSVGElement {
|
19864
20375
|
/** @deprecated */
|
19865
20376
|
readonly className: any;
|
20377
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGElement/ownerSVGElement) */
|
19866
20378
|
readonly ownerSVGElement: SVGSVGElement | null;
|
20379
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGElement/viewportElement) */
|
19867
20380
|
readonly viewportElement: SVGElement | null;
|
19868
20381
|
addEventListener<K extends keyof SVGElementEventMap>(type: K, listener: (this: SVGElement, ev: SVGElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
19869
20382
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
@@ -19957,8 +20470,11 @@ declare var SVGFEBlendElement: {
|
|
19957
20470
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEColorMatrixElement)
|
19958
20471
|
*/
|
19959
20472
|
interface SVGFEColorMatrixElement extends SVGElement, SVGFilterPrimitiveStandardAttributes {
|
20473
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEColorMatrixElement/in1) */
|
19960
20474
|
readonly in1: SVGAnimatedString;
|
20475
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEColorMatrixElement/type) */
|
19961
20476
|
readonly type: SVGAnimatedEnumeration;
|
20477
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEColorMatrixElement/values) */
|
19962
20478
|
readonly values: SVGAnimatedNumberList;
|
19963
20479
|
readonly SVG_FECOLORMATRIX_TYPE_UNKNOWN: 0;
|
19964
20480
|
readonly SVG_FECOLORMATRIX_TYPE_MATRIX: 1;
|
@@ -20080,10 +20596,15 @@ declare var SVGFEConvolveMatrixElement: {
|
|
20080
20596
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEDiffuseLightingElement)
|
20081
20597
|
*/
|
20082
20598
|
interface SVGFEDiffuseLightingElement extends SVGElement, SVGFilterPrimitiveStandardAttributes {
|
20599
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEDiffuseLightingElement/diffuseConstant) */
|
20083
20600
|
readonly diffuseConstant: SVGAnimatedNumber;
|
20601
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEDiffuseLightingElement/in1) */
|
20084
20602
|
readonly in1: SVGAnimatedString;
|
20603
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEDiffuseLightingElement/kernelUnitLengthX) */
|
20085
20604
|
readonly kernelUnitLengthX: SVGAnimatedNumber;
|
20605
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEDiffuseLightingElement/kernelUnitLengthY) */
|
20086
20606
|
readonly kernelUnitLengthY: SVGAnimatedNumber;
|
20607
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEDiffuseLightingElement/surfaceScale) */
|
20087
20608
|
readonly surfaceScale: SVGAnimatedNumber;
|
20088
20609
|
addEventListener<K extends keyof SVGElementEventMap>(type: K, listener: (this: SVGFEDiffuseLightingElement, ev: SVGElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
20089
20610
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
@@ -20134,7 +20655,9 @@ declare var SVGFEDisplacementMapElement: {
|
|
20134
20655
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEDistantLightElement)
|
20135
20656
|
*/
|
20136
20657
|
interface SVGFEDistantLightElement extends SVGElement {
|
20658
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEDistantLightElement/azimuth) */
|
20137
20659
|
readonly azimuth: SVGAnimatedNumber;
|
20660
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEDistantLightElement/elevation) */
|
20138
20661
|
readonly elevation: SVGAnimatedNumber;
|
20139
20662
|
addEventListener<K extends keyof SVGElementEventMap>(type: K, listener: (this: SVGFEDistantLightElement, ev: SVGElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
20140
20663
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
@@ -20257,9 +20780,13 @@ declare var SVGFEFuncRElement: {
|
|
20257
20780
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEGaussianBlurElement)
|
20258
20781
|
*/
|
20259
20782
|
interface SVGFEGaussianBlurElement extends SVGElement, SVGFilterPrimitiveStandardAttributes {
|
20783
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEGaussianBlurElement/in1) */
|
20260
20784
|
readonly in1: SVGAnimatedString;
|
20785
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEGaussianBlurElement/stdDeviationX) */
|
20261
20786
|
readonly stdDeviationX: SVGAnimatedNumber;
|
20787
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEGaussianBlurElement/stdDeviationY) */
|
20262
20788
|
readonly stdDeviationY: SVGAnimatedNumber;
|
20789
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEGaussianBlurElement/setStdDeviation) */
|
20263
20790
|
setStdDeviation(stdDeviationX: number, stdDeviationY: number): void;
|
20264
20791
|
addEventListener<K extends keyof SVGElementEventMap>(type: K, listener: (this: SVGFEGaussianBlurElement, ev: SVGElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
20265
20792
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
@@ -20313,6 +20840,7 @@ declare var SVGFEMergeElement: {
|
|
20313
20840
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEMergeNodeElement)
|
20314
20841
|
*/
|
20315
20842
|
interface SVGFEMergeNodeElement extends SVGElement {
|
20843
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEMergeNodeElement/in1) */
|
20316
20844
|
readonly in1: SVGAnimatedString;
|
20317
20845
|
addEventListener<K extends keyof SVGElementEventMap>(type: K, listener: (this: SVGFEMergeNodeElement, ev: SVGElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
20318
20846
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
@@ -20331,9 +20859,13 @@ declare var SVGFEMergeNodeElement: {
|
|
20331
20859
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEMorphologyElement)
|
20332
20860
|
*/
|
20333
20861
|
interface SVGFEMorphologyElement extends SVGElement, SVGFilterPrimitiveStandardAttributes {
|
20862
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEMorphologyElement/in1) */
|
20334
20863
|
readonly in1: SVGAnimatedString;
|
20864
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEMorphologyElement/operator) */
|
20335
20865
|
readonly operator: SVGAnimatedEnumeration;
|
20866
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEMorphologyElement/radiusX) */
|
20336
20867
|
readonly radiusX: SVGAnimatedNumber;
|
20868
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEMorphologyElement/radiusY) */
|
20337
20869
|
readonly radiusY: SVGAnimatedNumber;
|
20338
20870
|
readonly SVG_MORPHOLOGY_OPERATOR_UNKNOWN: 0;
|
20339
20871
|
readonly SVG_MORPHOLOGY_OPERATOR_ERODE: 1;
|
@@ -20378,8 +20910,11 @@ declare var SVGFEOffsetElement: {
|
|
20378
20910
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEPointLightElement)
|
20379
20911
|
*/
|
20380
20912
|
interface SVGFEPointLightElement extends SVGElement {
|
20913
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEPointLightElement/x) */
|
20381
20914
|
readonly x: SVGAnimatedNumber;
|
20915
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEPointLightElement/y) */
|
20382
20916
|
readonly y: SVGAnimatedNumber;
|
20917
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFEPointLightElement/z) */
|
20383
20918
|
readonly z: SVGAnimatedNumber;
|
20384
20919
|
addEventListener<K extends keyof SVGElementEventMap>(type: K, listener: (this: SVGFEPointLightElement, ev: SVGElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
20385
20920
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
@@ -20398,11 +20933,15 @@ declare var SVGFEPointLightElement: {
|
|
20398
20933
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFESpecularLightingElement)
|
20399
20934
|
*/
|
20400
20935
|
interface SVGFESpecularLightingElement extends SVGElement, SVGFilterPrimitiveStandardAttributes {
|
20936
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFESpecularLightingElement/in1) */
|
20401
20937
|
readonly in1: SVGAnimatedString;
|
20402
20938
|
readonly kernelUnitLengthX: SVGAnimatedNumber;
|
20403
20939
|
readonly kernelUnitLengthY: SVGAnimatedNumber;
|
20940
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFESpecularLightingElement/specularConstant) */
|
20404
20941
|
readonly specularConstant: SVGAnimatedNumber;
|
20942
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFESpecularLightingElement/specularExponent) */
|
20405
20943
|
readonly specularExponent: SVGAnimatedNumber;
|
20944
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFESpecularLightingElement/surfaceScale) */
|
20406
20945
|
readonly surfaceScale: SVGAnimatedNumber;
|
20407
20946
|
addEventListener<K extends keyof SVGElementEventMap>(type: K, listener: (this: SVGFESpecularLightingElement, ev: SVGElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
20408
20947
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
@@ -20426,8 +20965,11 @@ interface SVGFESpotLightElement extends SVGElement {
|
|
20426
20965
|
readonly pointsAtY: SVGAnimatedNumber;
|
20427
20966
|
readonly pointsAtZ: SVGAnimatedNumber;
|
20428
20967
|
readonly specularExponent: SVGAnimatedNumber;
|
20968
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFESpotLightElement/x) */
|
20429
20969
|
readonly x: SVGAnimatedNumber;
|
20970
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFESpotLightElement/y) */
|
20430
20971
|
readonly y: SVGAnimatedNumber;
|
20972
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFESpotLightElement/z) */
|
20431
20973
|
readonly z: SVGAnimatedNumber;
|
20432
20974
|
addEventListener<K extends keyof SVGElementEventMap>(type: K, listener: (this: SVGFESpotLightElement, ev: SVGElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
20433
20975
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
@@ -20499,11 +21041,17 @@ declare var SVGFETurbulenceElement: {
|
|
20499
21041
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFilterElement)
|
20500
21042
|
*/
|
20501
21043
|
interface SVGFilterElement extends SVGElement, SVGURIReference {
|
21044
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFilterElement/filterUnits) */
|
20502
21045
|
readonly filterUnits: SVGAnimatedEnumeration;
|
21046
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFilterElement/height) */
|
20503
21047
|
readonly height: SVGAnimatedLength;
|
21048
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFilterElement/primitiveUnits) */
|
20504
21049
|
readonly primitiveUnits: SVGAnimatedEnumeration;
|
21050
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFilterElement/width) */
|
20505
21051
|
readonly width: SVGAnimatedLength;
|
21052
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFilterElement/x) */
|
20506
21053
|
readonly x: SVGAnimatedLength;
|
21054
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFilterElement/y) */
|
20507
21055
|
readonly y: SVGAnimatedLength;
|
20508
21056
|
addEventListener<K extends keyof SVGElementEventMap>(type: K, listener: (this: SVGFilterElement, ev: SVGElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
20509
21057
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
@@ -20598,8 +21146,11 @@ declare var SVGGeometryElement: {
|
|
20598
21146
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGGradientElement)
|
20599
21147
|
*/
|
20600
21148
|
interface SVGGradientElement extends SVGElement, SVGURIReference {
|
21149
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGGradientElement/gradientTransform) */
|
20601
21150
|
readonly gradientTransform: SVGAnimatedTransformList;
|
21151
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGGradientElement/gradientUnits) */
|
20602
21152
|
readonly gradientUnits: SVGAnimatedEnumeration;
|
21153
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGGradientElement/spreadMethod) */
|
20603
21154
|
readonly spreadMethod: SVGAnimatedEnumeration;
|
20604
21155
|
readonly SVG_SPREADMETHOD_UNKNOWN: 0;
|
20605
21156
|
readonly SVG_SPREADMETHOD_PAD: 1;
|
@@ -20749,9 +21300,13 @@ declare var SVGLengthList: {
|
|
20749
21300
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGLineElement)
|
20750
21301
|
*/
|
20751
21302
|
interface SVGLineElement extends SVGGeometryElement {
|
21303
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGLineElement/x1) */
|
20752
21304
|
readonly x1: SVGAnimatedLength;
|
21305
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGLineElement/x2) */
|
20753
21306
|
readonly x2: SVGAnimatedLength;
|
21307
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGLineElement/y1) */
|
20754
21308
|
readonly y1: SVGAnimatedLength;
|
21309
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGLineElement/y2) */
|
20755
21310
|
readonly y2: SVGAnimatedLength;
|
20756
21311
|
addEventListener<K extends keyof SVGElementEventMap>(type: K, listener: (this: SVGLineElement, ev: SVGElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
20757
21312
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
@@ -20770,9 +21325,13 @@ declare var SVGLineElement: {
|
|
20770
21325
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGLinearGradientElement)
|
20771
21326
|
*/
|
20772
21327
|
interface SVGLinearGradientElement extends SVGGradientElement {
|
21328
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGLinearGradientElement/x1) */
|
20773
21329
|
readonly x1: SVGAnimatedLength;
|
21330
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGLinearGradientElement/x2) */
|
20774
21331
|
readonly x2: SVGAnimatedLength;
|
21332
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGLinearGradientElement/y1) */
|
20775
21333
|
readonly y1: SVGAnimatedLength;
|
21334
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGLinearGradientElement/y2) */
|
20776
21335
|
readonly y2: SVGAnimatedLength;
|
20777
21336
|
addEventListener<K extends keyof SVGElementEventMap>(type: K, listener: (this: SVGLinearGradientElement, ev: SVGElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
20778
21337
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
@@ -20907,14 +21466,23 @@ declare var SVGNumber: {
|
|
20907
21466
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGNumberList)
|
20908
21467
|
*/
|
20909
21468
|
interface SVGNumberList {
|
21469
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGNumberList/length) */
|
20910
21470
|
readonly length: number;
|
21471
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGNumberList/numberOfItems) */
|
20911
21472
|
readonly numberOfItems: number;
|
21473
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGNumberList/appendItem) */
|
20912
21474
|
appendItem(newItem: SVGNumber): SVGNumber;
|
21475
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGNumberList/clear) */
|
20913
21476
|
clear(): void;
|
21477
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGNumberList/getItem) */
|
20914
21478
|
getItem(index: number): SVGNumber;
|
21479
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGNumberList/initialize) */
|
20915
21480
|
initialize(newItem: SVGNumber): SVGNumber;
|
21481
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGNumberList/insertItemBefore) */
|
20916
21482
|
insertItemBefore(newItem: SVGNumber, index: number): SVGNumber;
|
21483
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGNumberList/removeItem) */
|
20917
21484
|
removeItem(index: number): SVGNumber;
|
21485
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGNumberList/replaceItem) */
|
20918
21486
|
replaceItem(newItem: SVGNumber, index: number): SVGNumber;
|
20919
21487
|
[index: number]: SVGNumber;
|
20920
21488
|
}
|
@@ -20948,8 +21516,11 @@ declare var SVGPathElement: {
|
|
20948
21516
|
*/
|
20949
21517
|
interface SVGPatternElement extends SVGElement, SVGFitToViewBox, SVGURIReference {
|
20950
21518
|
readonly height: SVGAnimatedLength;
|
21519
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGPatternElement/patternContentUnits) */
|
20951
21520
|
readonly patternContentUnits: SVGAnimatedEnumeration;
|
21521
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGPatternElement/patternTransform) */
|
20952
21522
|
readonly patternTransform: SVGAnimatedTransformList;
|
21523
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGPatternElement/patternUnits) */
|
20953
21524
|
readonly patternUnits: SVGAnimatedEnumeration;
|
20954
21525
|
readonly width: SVGAnimatedLength;
|
20955
21526
|
readonly x: SVGAnimatedLength;
|
@@ -21076,11 +21647,16 @@ declare var SVGPreserveAspectRatio: {
|
|
21076
21647
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGRadialGradientElement)
|
21077
21648
|
*/
|
21078
21649
|
interface SVGRadialGradientElement extends SVGGradientElement {
|
21650
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGRadialGradientElement/cx) */
|
21079
21651
|
readonly cx: SVGAnimatedLength;
|
21652
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGRadialGradientElement/cy) */
|
21080
21653
|
readonly cy: SVGAnimatedLength;
|
21081
21654
|
readonly fr: SVGAnimatedLength;
|
21655
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGRadialGradientElement/fx) */
|
21082
21656
|
readonly fx: SVGAnimatedLength;
|
21657
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGRadialGradientElement/fy) */
|
21083
21658
|
readonly fy: SVGAnimatedLength;
|
21659
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGRadialGradientElement/r) */
|
21084
21660
|
readonly r: SVGAnimatedLength;
|
21085
21661
|
addEventListener<K extends keyof SVGElementEventMap>(type: K, listener: (this: SVGRadialGradientElement, ev: SVGElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
21086
21662
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
@@ -21099,11 +21675,17 @@ declare var SVGRadialGradientElement: {
|
|
21099
21675
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGRectElement)
|
21100
21676
|
*/
|
21101
21677
|
interface SVGRectElement extends SVGGeometryElement {
|
21678
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGRectElement/height) */
|
21102
21679
|
readonly height: SVGAnimatedLength;
|
21680
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGRectElement/rx) */
|
21103
21681
|
readonly rx: SVGAnimatedLength;
|
21682
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGRectElement/ry) */
|
21104
21683
|
readonly ry: SVGAnimatedLength;
|
21684
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGRectElement/width) */
|
21105
21685
|
readonly width: SVGAnimatedLength;
|
21686
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGRectElement/x) */
|
21106
21687
|
readonly x: SVGAnimatedLength;
|
21688
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGRectElement/y) */
|
21107
21689
|
readonly y: SVGAnimatedLength;
|
21108
21690
|
addEventListener<K extends keyof SVGElementEventMap>(type: K, listener: (this: SVGRectElement, ev: SVGElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
21109
21691
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
@@ -21206,6 +21788,7 @@ declare var SVGSetElement: {
|
|
21206
21788
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGStopElement)
|
21207
21789
|
*/
|
21208
21790
|
interface SVGStopElement extends SVGElement {
|
21791
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGStopElement/offset) */
|
21209
21792
|
readonly offset: SVGAnimatedNumber;
|
21210
21793
|
addEventListener<K extends keyof SVGElementEventMap>(type: K, listener: (this: SVGStopElement, ev: SVGElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
21211
21794
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
@@ -21321,7 +21904,9 @@ declare var SVGTSpanElement: {
|
|
21321
21904
|
};
|
21322
21905
|
|
21323
21906
|
interface SVGTests {
|
21907
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimationElement/requiredExtensions) */
|
21324
21908
|
readonly requiredExtensions: SVGStringList;
|
21909
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimationElement/systemLanguage) */
|
21325
21910
|
readonly systemLanguage: SVGStringList;
|
21326
21911
|
}
|
21327
21912
|
|
@@ -21331,15 +21916,25 @@ interface SVGTests {
|
|
21331
21916
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTextContentElement)
|
21332
21917
|
*/
|
21333
21918
|
interface SVGTextContentElement extends SVGGraphicsElement {
|
21919
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTextContentElement/lengthAdjust) */
|
21334
21920
|
readonly lengthAdjust: SVGAnimatedEnumeration;
|
21921
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTextContentElement/textLength) */
|
21335
21922
|
readonly textLength: SVGAnimatedLength;
|
21923
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTextContentElement/getCharNumAtPosition) */
|
21336
21924
|
getCharNumAtPosition(point?: DOMPointInit): number;
|
21925
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTextContentElement/getComputedTextLength) */
|
21337
21926
|
getComputedTextLength(): number;
|
21927
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTextContentElement/getEndPositionOfChar) */
|
21338
21928
|
getEndPositionOfChar(charnum: number): DOMPoint;
|
21929
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTextContentElement/getExtentOfChar) */
|
21339
21930
|
getExtentOfChar(charnum: number): DOMRect;
|
21931
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTextContentElement/getNumberOfChars) */
|
21340
21932
|
getNumberOfChars(): number;
|
21933
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTextContentElement/getRotationOfChar) */
|
21341
21934
|
getRotationOfChar(charnum: number): number;
|
21935
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTextContentElement/getStartPositionOfChar) */
|
21342
21936
|
getStartPositionOfChar(charnum: number): DOMPoint;
|
21937
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTextContentElement/getSubStringLength) */
|
21343
21938
|
getSubStringLength(charnum: number, nchars: number): number;
|
21344
21939
|
/** @deprecated */
|
21345
21940
|
selectSubString(charnum: number, nchars: number): void;
|
@@ -21383,8 +21978,11 @@ declare var SVGTextElement: {
|
|
21383
21978
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTextPathElement)
|
21384
21979
|
*/
|
21385
21980
|
interface SVGTextPathElement extends SVGTextContentElement, SVGURIReference {
|
21981
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTextPathElement/method) */
|
21386
21982
|
readonly method: SVGAnimatedEnumeration;
|
21983
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTextPathElement/spacing) */
|
21387
21984
|
readonly spacing: SVGAnimatedEnumeration;
|
21985
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTextPathElement/startOffset) */
|
21388
21986
|
readonly startOffset: SVGAnimatedLength;
|
21389
21987
|
readonly TEXTPATH_METHODTYPE_UNKNOWN: 0;
|
21390
21988
|
readonly TEXTPATH_METHODTYPE_ALIGN: 1;
|
@@ -21454,14 +22052,23 @@ declare var SVGTitleElement: {
|
|
21454
22052
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTransform)
|
21455
22053
|
*/
|
21456
22054
|
interface SVGTransform {
|
22055
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTransform/angle) */
|
21457
22056
|
readonly angle: number;
|
22057
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTransform/matrix) */
|
21458
22058
|
readonly matrix: DOMMatrix;
|
22059
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTransform/type) */
|
21459
22060
|
readonly type: number;
|
22061
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTransform/setMatrix) */
|
21460
22062
|
setMatrix(matrix?: DOMMatrix2DInit): void;
|
22063
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTransform/setRotate) */
|
21461
22064
|
setRotate(angle: number, cx: number, cy: number): void;
|
22065
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTransform/setScale) */
|
21462
22066
|
setScale(sx: number, sy: number): void;
|
22067
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTransform/setSkewX) */
|
21463
22068
|
setSkewX(angle: number): void;
|
22069
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTransform/setSkewY) */
|
21464
22070
|
setSkewY(angle: number): void;
|
22071
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTransform/setTranslate) */
|
21465
22072
|
setTranslate(tx: number, ty: number): void;
|
21466
22073
|
readonly SVG_TRANSFORM_UNKNOWN: 0;
|
21467
22074
|
readonly SVG_TRANSFORM_MATRIX: 1;
|
@@ -21490,16 +22097,27 @@ declare var SVGTransform: {
|
|
21490
22097
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTransformList)
|
21491
22098
|
*/
|
21492
22099
|
interface SVGTransformList {
|
22100
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTransformList/length) */
|
21493
22101
|
readonly length: number;
|
22102
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTransformList/numberOfItems) */
|
21494
22103
|
readonly numberOfItems: number;
|
22104
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTransformList/appendItem) */
|
21495
22105
|
appendItem(newItem: SVGTransform): SVGTransform;
|
22106
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTransformList/clear) */
|
21496
22107
|
clear(): void;
|
22108
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTransformList/consolidate) */
|
21497
22109
|
consolidate(): SVGTransform | null;
|
22110
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTransformList/createSVGTransformFromMatrix) */
|
21498
22111
|
createSVGTransformFromMatrix(matrix?: DOMMatrix2DInit): SVGTransform;
|
22112
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTransformList/getItem) */
|
21499
22113
|
getItem(index: number): SVGTransform;
|
22114
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTransformList/initialize) */
|
21500
22115
|
initialize(newItem: SVGTransform): SVGTransform;
|
22116
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTransformList/insertItemBefore) */
|
21501
22117
|
insertItemBefore(newItem: SVGTransform, index: number): SVGTransform;
|
22118
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTransformList/removeItem) */
|
21502
22119
|
removeItem(index: number): SVGTransform;
|
22120
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGTransformList/replaceItem) */
|
21503
22121
|
replaceItem(newItem: SVGTransform, index: number): SVGTransform;
|
21504
22122
|
[index: number]: SVGTransform;
|
21505
22123
|
}
|
@@ -21510,6 +22128,7 @@ declare var SVGTransformList: {
|
|
21510
22128
|
};
|
21511
22129
|
|
21512
22130
|
interface SVGURIReference {
|
22131
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAElement/href) */
|
21513
22132
|
readonly href: SVGAnimatedString;
|
21514
22133
|
}
|
21515
22134
|
|
@@ -21728,7 +22347,7 @@ interface Selection {
|
|
21728
22347
|
containsNode(node: Node, allowPartialContainment?: boolean): boolean;
|
21729
22348
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Selection/deleteFromDocument) */
|
21730
22349
|
deleteFromDocument(): void;
|
21731
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Selection/
|
22350
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Selection/empty) */
|
21732
22351
|
empty(): void;
|
21733
22352
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Selection/extend) */
|
21734
22353
|
extend(node: Node, offset?: number): void;
|
@@ -21744,7 +22363,7 @@ interface Selection {
|
|
21744
22363
|
selectAllChildren(node: Node): void;
|
21745
22364
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Selection/setBaseAndExtent) */
|
21746
22365
|
setBaseAndExtent(anchorNode: Node, anchorOffset: number, focusNode: Node, focusOffset: number): void;
|
21747
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Selection/
|
22366
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Selection/setPosition) */
|
21748
22367
|
setPosition(node: Node | null, offset?: number): void;
|
21749
22368
|
toString(): string;
|
21750
22369
|
}
|
@@ -22407,7 +23026,8 @@ interface StyleSheet {
|
|
22407
23026
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/StyleSheet/href) */
|
22408
23027
|
readonly href: string | null;
|
22409
23028
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/StyleSheet/media) */
|
22410
|
-
|
23029
|
+
get media(): MediaList;
|
23030
|
+
set media(mediaText: string);
|
22411
23031
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/StyleSheet/ownerNode) */
|
22412
23032
|
readonly ownerNode: Element | ProcessingInstruction | null;
|
22413
23033
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/StyleSheet/parentStyleSheet) */
|
@@ -22478,7 +23098,7 @@ interface SubtleCrypto {
|
|
22478
23098
|
exportKey(format: Exclude<KeyFormat, "jwk">, key: CryptoKey): Promise<ArrayBuffer>;
|
22479
23099
|
exportKey(format: KeyFormat, key: CryptoKey): Promise<ArrayBuffer | JsonWebKey>;
|
22480
23100
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/generateKey) */
|
22481
|
-
generateKey(algorithm: "Ed25519", extractable: boolean, keyUsages: ReadonlyArray<"sign" | "verify">): Promise<CryptoKeyPair>;
|
23101
|
+
generateKey(algorithm: "Ed25519" | { name: "Ed25519" }, extractable: boolean, keyUsages: ReadonlyArray<"sign" | "verify">): Promise<CryptoKeyPair>;
|
22482
23102
|
generateKey(algorithm: RsaHashedKeyGenParams | EcKeyGenParams, extractable: boolean, keyUsages: ReadonlyArray<KeyUsage>): Promise<CryptoKeyPair>;
|
22483
23103
|
generateKey(algorithm: AesKeyGenParams | HmacKeyGenParams | Pbkdf2Params, extractable: boolean, keyUsages: ReadonlyArray<KeyUsage>): Promise<CryptoKey>;
|
22484
23104
|
generateKey(algorithm: AlgorithmIdentifier, extractable: boolean, keyUsages: KeyUsage[]): Promise<CryptoKeyPair | CryptoKey>;
|
@@ -23577,11 +24197,12 @@ declare var VideoPlaybackQuality: {
|
|
23577
24197
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ViewTransition) */
|
23578
24198
|
interface ViewTransition {
|
23579
24199
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ViewTransition/finished) */
|
23580
|
-
readonly finished: Promise<
|
24200
|
+
readonly finished: Promise<void>;
|
23581
24201
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ViewTransition/ready) */
|
23582
|
-
readonly ready: Promise<
|
24202
|
+
readonly ready: Promise<void>;
|
24203
|
+
types: ViewTransitionTypeSet;
|
23583
24204
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ViewTransition/updateCallbackDone) */
|
23584
|
-
readonly updateCallbackDone: Promise<
|
24205
|
+
readonly updateCallbackDone: Promise<void>;
|
23585
24206
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ViewTransition/skipTransition) */
|
23586
24207
|
skipTransition(): void;
|
23587
24208
|
}
|
@@ -23591,6 +24212,15 @@ declare var ViewTransition: {
|
|
23591
24212
|
new(): ViewTransition;
|
23592
24213
|
};
|
23593
24214
|
|
24215
|
+
interface ViewTransitionTypeSet {
|
24216
|
+
forEach(callbackfn: (value: string, key: string, parent: ViewTransitionTypeSet) => void, thisArg?: any): void;
|
24217
|
+
}
|
24218
|
+
|
24219
|
+
declare var ViewTransitionTypeSet: {
|
24220
|
+
prototype: ViewTransitionTypeSet;
|
24221
|
+
new(): ViewTransitionTypeSet;
|
24222
|
+
};
|
24223
|
+
|
23594
24224
|
interface VisualViewportEventMap {
|
23595
24225
|
"resize": Event;
|
23596
24226
|
"scroll": Event;
|
@@ -24456,7 +25086,7 @@ interface WebGL2RenderingContextBase {
|
|
24456
25086
|
clearBufferuiv(buffer: GLenum, drawbuffer: GLint, values: Uint32List, srcOffset?: number): void;
|
24457
25087
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/clientWaitSync) */
|
24458
25088
|
clientWaitSync(sync: WebGLSync, flags: GLbitfield, timeout: GLuint64): GLenum;
|
24459
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/
|
25089
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/compressedTexImage3D) */
|
24460
25090
|
compressedTexImage3D(target: GLenum, level: GLint, internalformat: GLenum, width: GLsizei, height: GLsizei, depth: GLsizei, border: GLint, imageSize: GLsizei, offset: GLintptr): void;
|
24461
25091
|
compressedTexImage3D(target: GLenum, level: GLint, internalformat: GLenum, width: GLsizei, height: GLsizei, depth: GLsizei, border: GLint, srcData: ArrayBufferView, srcOffset?: number, srcLengthOverride?: GLuint): void;
|
24462
25092
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/compressedTexSubImage3D) */
|
@@ -24878,11 +25508,11 @@ interface WebGL2RenderingContextBase {
|
|
24878
25508
|
}
|
24879
25509
|
|
24880
25510
|
interface WebGL2RenderingContextOverloads {
|
24881
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/
|
25511
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/bufferData) */
|
24882
25512
|
bufferData(target: GLenum, size: GLsizeiptr, usage: GLenum): void;
|
24883
25513
|
bufferData(target: GLenum, srcData: AllowSharedBufferSource | null, usage: GLenum): void;
|
24884
25514
|
bufferData(target: GLenum, srcData: ArrayBufferView, usage: GLenum, srcOffset: number, length?: GLuint): void;
|
24885
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/
|
25515
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/bufferSubData) */
|
24886
25516
|
bufferSubData(target: GLenum, dstByteOffset: GLintptr, srcData: AllowSharedBufferSource): void;
|
24887
25517
|
bufferSubData(target: GLenum, dstByteOffset: GLintptr, srcData: ArrayBufferView, srcOffset: number, length?: GLuint): void;
|
24888
25518
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/compressedTexImage2D) */
|
@@ -24923,7 +25553,7 @@ interface WebGL2RenderingContextOverloads {
|
|
24923
25553
|
uniform4fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: number, srcLength?: GLuint): void;
|
24924
25554
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
24925
25555
|
uniform4iv(location: WebGLUniformLocation | null, data: Int32List, srcOffset?: number, srcLength?: GLuint): void;
|
24926
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/
|
25556
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */
|
24927
25557
|
uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: number, srcLength?: GLuint): void;
|
24928
25558
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniformMatrix) */
|
24929
25559
|
uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: number, srcLength?: GLuint): void;
|
@@ -25339,12 +25969,14 @@ declare var WebGLRenderingContext: {
|
|
25339
25969
|
interface WebGLRenderingContextBase {
|
25340
25970
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/canvas) */
|
25341
25971
|
readonly canvas: HTMLCanvasElement | OffscreenCanvas;
|
25342
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/
|
25972
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/drawingBufferColorSpace) */
|
25343
25973
|
drawingBufferColorSpace: PredefinedColorSpace;
|
25344
25974
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/drawingBufferHeight) */
|
25345
25975
|
readonly drawingBufferHeight: GLsizei;
|
25346
25976
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/drawingBufferWidth) */
|
25347
25977
|
readonly drawingBufferWidth: GLsizei;
|
25978
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/unpackColorSpace) */
|
25979
|
+
unpackColorSpace: PredefinedColorSpace;
|
25348
25980
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/activeTexture) */
|
25349
25981
|
activeTexture(texture: GLenum): void;
|
25350
25982
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/attachShader) */
|
@@ -25543,6 +26175,7 @@ interface WebGLRenderingContextBase {
|
|
25543
26175
|
isShader(shader: WebGLShader | null): GLboolean;
|
25544
26176
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/isTexture) */
|
25545
26177
|
isTexture(texture: WebGLTexture | null): GLboolean;
|
26178
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/lineWidth) */
|
25546
26179
|
lineWidth(width: GLfloat): void;
|
25547
26180
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/linkProgram) */
|
25548
26181
|
linkProgram(program: WebGLProgram): void;
|
@@ -26160,7 +26793,7 @@ interface WebTransport {
|
|
26160
26793
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransport/incomingUnidirectionalStreams) */
|
26161
26794
|
readonly incomingUnidirectionalStreams: ReadableStream;
|
26162
26795
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransport/ready) */
|
26163
|
-
readonly ready: Promise<
|
26796
|
+
readonly ready: Promise<void>;
|
26164
26797
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransport/close) */
|
26165
26798
|
close(closeInfo?: WebTransportCloseInfo): void;
|
26166
26799
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransport/createBidirectionalStream) */
|
@@ -26326,7 +26959,7 @@ interface Window extends EventTarget, AnimationFrameProvider, GlobalEventHandler
|
|
26326
26959
|
readonly length: number;
|
26327
26960
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/location) */
|
26328
26961
|
get location(): Location;
|
26329
|
-
set location(href: string
|
26962
|
+
set location(href: string);
|
26330
26963
|
/**
|
26331
26964
|
* Returns true if the location bar is visible; otherwise, returns false.
|
26332
26965
|
*
|
@@ -26379,17 +27012,9 @@ interface Window extends EventTarget, AnimationFrameProvider, GlobalEventHandler
|
|
26379
27012
|
readonly outerHeight: number;
|
26380
27013
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/outerWidth) */
|
26381
27014
|
readonly outerWidth: number;
|
26382
|
-
/**
|
26383
|
-
* @deprecated This is a legacy alias of `scrollX`.
|
26384
|
-
*
|
26385
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/scrollX)
|
26386
|
-
*/
|
27015
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/scrollX) */
|
26387
27016
|
readonly pageXOffset: number;
|
26388
|
-
/**
|
26389
|
-
* @deprecated This is a legacy alias of `scrollY`.
|
26390
|
-
*
|
26391
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/scrollY)
|
26392
|
-
*/
|
27017
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/scrollY) */
|
26393
27018
|
readonly pageYOffset: number;
|
26394
27019
|
/**
|
26395
27020
|
* Refers to either the parent WindowProxy, or itself.
|
@@ -26566,7 +27191,9 @@ interface WindowEventHandlersEventMap {
|
|
26566
27191
|
"offline": Event;
|
26567
27192
|
"online": Event;
|
26568
27193
|
"pagehide": PageTransitionEvent;
|
27194
|
+
"pagereveal": Event;
|
26569
27195
|
"pageshow": PageTransitionEvent;
|
27196
|
+
"pageswap": Event;
|
26570
27197
|
"popstate": PopStateEvent;
|
26571
27198
|
"rejectionhandled": PromiseRejectionEvent;
|
26572
27199
|
"storage": StorageEvent;
|
@@ -26599,8 +27226,12 @@ interface WindowEventHandlers {
|
|
26599
27226
|
ononline: ((this: WindowEventHandlers, ev: Event) => any) | null;
|
26600
27227
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/pagehide_event) */
|
26601
27228
|
onpagehide: ((this: WindowEventHandlers, ev: PageTransitionEvent) => any) | null;
|
27229
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/pagereveal_event) */
|
27230
|
+
onpagereveal: ((this: WindowEventHandlers, ev: Event) => any) | null;
|
26602
27231
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/pageshow_event) */
|
26603
27232
|
onpageshow: ((this: WindowEventHandlers, ev: PageTransitionEvent) => any) | null;
|
27233
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/pageswap_event) */
|
27234
|
+
onpageswap: ((this: WindowEventHandlers, ev: Event) => any) | null;
|
26604
27235
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/popstate_event) */
|
26605
27236
|
onpopstate: ((this: WindowEventHandlers, ev: PopStateEvent) => any) | null;
|
26606
27237
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/rejectionhandled_event) */
|
@@ -26649,24 +27280,24 @@ interface WindowOrWorkerGlobalScope {
|
|
26649
27280
|
atob(data: string): string;
|
26650
27281
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/btoa) */
|
26651
27282
|
btoa(data: string): string;
|
26652
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/clearInterval) */
|
27283
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/clearInterval) */
|
26653
27284
|
clearInterval(id: number | undefined): void;
|
26654
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/clearTimeout) */
|
27285
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/clearTimeout) */
|
26655
27286
|
clearTimeout(id: number | undefined): void;
|
26656
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/createImageBitmap) */
|
27287
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/createImageBitmap) */
|
26657
27288
|
createImageBitmap(image: ImageBitmapSource, options?: ImageBitmapOptions): Promise<ImageBitmap>;
|
26658
27289
|
createImageBitmap(image: ImageBitmapSource, sx: number, sy: number, sw: number, sh: number, options?: ImageBitmapOptions): Promise<ImageBitmap>;
|
26659
27290
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/fetch) */
|
26660
27291
|
fetch(input: RequestInfo | URL, init?: RequestInit): Promise<Response>;
|
26661
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/queueMicrotask) */
|
27292
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/queueMicrotask) */
|
26662
27293
|
queueMicrotask(callback: VoidFunction): void;
|
26663
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/reportError) */
|
27294
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/reportError) */
|
26664
27295
|
reportError(e: any): void;
|
26665
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/setInterval) */
|
27296
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/setInterval) */
|
26666
27297
|
setInterval(handler: TimerHandler, timeout?: number, ...arguments: any[]): number;
|
26667
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/setTimeout) */
|
27298
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/setTimeout) */
|
26668
27299
|
setTimeout(handler: TimerHandler, timeout?: number, ...arguments: any[]): number;
|
26669
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/structuredClone) */
|
27300
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/structuredClone) */
|
26670
27301
|
structuredClone<T = any>(value: T, options?: StructuredSerializeOptions): T;
|
26671
27302
|
}
|
26672
27303
|
|
@@ -26675,9 +27306,7 @@ interface WindowSessionStorage {
|
|
26675
27306
|
readonly sessionStorage: Storage;
|
26676
27307
|
}
|
26677
27308
|
|
26678
|
-
interface WorkerEventMap extends AbstractWorkerEventMap {
|
26679
|
-
"message": MessageEvent;
|
26680
|
-
"messageerror": MessageEvent;
|
27309
|
+
interface WorkerEventMap extends AbstractWorkerEventMap, MessageEventTargetEventMap {
|
26681
27310
|
}
|
26682
27311
|
|
26683
27312
|
/**
|
@@ -26685,11 +27314,7 @@ interface WorkerEventMap extends AbstractWorkerEventMap {
|
|
26685
27314
|
*
|
26686
27315
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Worker)
|
26687
27316
|
*/
|
26688
|
-
interface Worker extends EventTarget, AbstractWorker {
|
26689
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Worker/message_event) */
|
26690
|
-
onmessage: ((this: Worker, ev: MessageEvent) => any) | null;
|
26691
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Worker/messageerror_event) */
|
26692
|
-
onmessageerror: ((this: Worker, ev: MessageEvent) => any) | null;
|
27317
|
+
interface Worker extends EventTarget, AbstractWorker, MessageEventTarget<Worker> {
|
26693
27318
|
/**
|
26694
27319
|
* Clones message and transmits it to worker's global environment. transfer can be passed as a list of objects that are to be transferred rather than cloned.
|
26695
27320
|
*
|
@@ -26782,11 +27407,11 @@ declare var WritableStreamDefaultController: {
|
|
26782
27407
|
*/
|
26783
27408
|
interface WritableStreamDefaultWriter<W = any> {
|
26784
27409
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultWriter/closed) */
|
26785
|
-
readonly closed: Promise<
|
27410
|
+
readonly closed: Promise<void>;
|
26786
27411
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultWriter/desiredSize) */
|
26787
27412
|
readonly desiredSize: number | null;
|
26788
27413
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultWriter/ready) */
|
26789
|
-
readonly ready: Promise<
|
27414
|
+
readonly ready: Promise<void>;
|
26790
27415
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultWriter/abort) */
|
26791
27416
|
abort(reason?: any): Promise<void>;
|
26792
27417
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultWriter/close) */
|
@@ -28022,17 +28647,9 @@ declare var orientation: number;
|
|
28022
28647
|
declare var outerHeight: number;
|
28023
28648
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/outerWidth) */
|
28024
28649
|
declare var outerWidth: number;
|
28025
|
-
/**
|
28026
|
-
* @deprecated This is a legacy alias of `scrollX`.
|
28027
|
-
*
|
28028
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/scrollX)
|
28029
|
-
*/
|
28650
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/scrollX) */
|
28030
28651
|
declare var pageXOffset: number;
|
28031
|
-
/**
|
28032
|
-
* @deprecated This is a legacy alias of `scrollY`.
|
28033
|
-
*
|
28034
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/scrollY)
|
28035
|
-
*/
|
28652
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/scrollY) */
|
28036
28653
|
declare var pageYOffset: number;
|
28037
28654
|
/**
|
28038
28655
|
* Refers to either the parent WindowProxy, or itself.
|
@@ -28223,7 +28840,7 @@ declare var onbeforetoggle: ((this: Window, ev: Event) => any) | null;
|
|
28223
28840
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/blur_event)
|
28224
28841
|
*/
|
28225
28842
|
declare var onblur: ((this: Window, ev: FocusEvent) => any) | null;
|
28226
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/
|
28843
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDialogElement/cancel_event) */
|
28227
28844
|
declare var oncancel: ((this: Window, ev: Event) => any) | null;
|
28228
28845
|
/**
|
28229
28846
|
* Occurs when playback is possible, but would require further buffering.
|
@@ -28250,7 +28867,7 @@ declare var onchange: ((this: Window, ev: Event) => any) | null;
|
|
28250
28867
|
declare var onclick: ((this: Window, ev: MouseEvent) => any) | null;
|
28251
28868
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDialogElement/close_event) */
|
28252
28869
|
declare var onclose: ((this: Window, ev: Event) => any) | null;
|
28253
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/
|
28870
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/contextlost_event) */
|
28254
28871
|
declare var oncontextlost: ((this: Window, ev: Event) => any) | null;
|
28255
28872
|
/**
|
28256
28873
|
* Fires when the user clicks the right mouse button in the client area, opening the context menu.
|
@@ -28575,7 +29192,7 @@ declare var onsuspend: ((this: Window, ev: Event) => any) | null;
|
|
28575
29192
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/timeupdate_event)
|
28576
29193
|
*/
|
28577
29194
|
declare var ontimeupdate: ((this: Window, ev: Event) => any) | null;
|
28578
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/
|
29195
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/toggle_event) */
|
28579
29196
|
declare var ontoggle: ((this: Window, ev: Event) => any) | null;
|
28580
29197
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchcancel_event) */
|
28581
29198
|
declare var ontouchcancel: ((this: Window, ev: TouchEvent) => any) | null | undefined;
|
@@ -28657,8 +29274,12 @@ declare var onoffline: ((this: Window, ev: Event) => any) | null;
|
|
28657
29274
|
declare var ononline: ((this: Window, ev: Event) => any) | null;
|
28658
29275
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/pagehide_event) */
|
28659
29276
|
declare var onpagehide: ((this: Window, ev: PageTransitionEvent) => any) | null;
|
29277
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/pagereveal_event) */
|
29278
|
+
declare var onpagereveal: ((this: Window, ev: Event) => any) | null;
|
28660
29279
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/pageshow_event) */
|
28661
29280
|
declare var onpageshow: ((this: Window, ev: PageTransitionEvent) => any) | null;
|
29281
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/pageswap_event) */
|
29282
|
+
declare var onpageswap: ((this: Window, ev: Event) => any) | null;
|
28662
29283
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/popstate_event) */
|
28663
29284
|
declare var onpopstate: ((this: Window, ev: PopStateEvent) => any) | null;
|
28664
29285
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/rejectionhandled_event) */
|
@@ -28697,24 +29318,24 @@ declare var performance: Performance;
|
|
28697
29318
|
declare function atob(data: string): string;
|
28698
29319
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/btoa) */
|
28699
29320
|
declare function btoa(data: string): string;
|
28700
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/clearInterval) */
|
29321
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/clearInterval) */
|
28701
29322
|
declare function clearInterval(id: number | undefined): void;
|
28702
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/clearTimeout) */
|
29323
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/clearTimeout) */
|
28703
29324
|
declare function clearTimeout(id: number | undefined): void;
|
28704
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/createImageBitmap) */
|
29325
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/createImageBitmap) */
|
28705
29326
|
declare function createImageBitmap(image: ImageBitmapSource, options?: ImageBitmapOptions): Promise<ImageBitmap>;
|
28706
29327
|
declare function createImageBitmap(image: ImageBitmapSource, sx: number, sy: number, sw: number, sh: number, options?: ImageBitmapOptions): Promise<ImageBitmap>;
|
28707
29328
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/fetch) */
|
28708
29329
|
declare function fetch(input: RequestInfo | URL, init?: RequestInit): Promise<Response>;
|
28709
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/queueMicrotask) */
|
29330
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/queueMicrotask) */
|
28710
29331
|
declare function queueMicrotask(callback: VoidFunction): void;
|
28711
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/reportError) */
|
29332
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/reportError) */
|
28712
29333
|
declare function reportError(e: any): void;
|
28713
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/setInterval) */
|
29334
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/setInterval) */
|
28714
29335
|
declare function setInterval(handler: TimerHandler, timeout?: number, ...arguments: any[]): number;
|
28715
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/setTimeout) */
|
29336
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/setTimeout) */
|
28716
29337
|
declare function setTimeout(handler: TimerHandler, timeout?: number, ...arguments: any[]): number;
|
28717
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/structuredClone) */
|
29338
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/structuredClone) */
|
28718
29339
|
declare function structuredClone<T = any>(value: T, options?: StructuredSerializeOptions): T;
|
28719
29340
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/sessionStorage) */
|
28720
29341
|
declare var sessionStorage: Storage;
|
@@ -28768,6 +29389,7 @@ type HashAlgorithmIdentifier = AlgorithmIdentifier;
|
|
28768
29389
|
type HeadersInit = [string, string][] | Record<string, string> | Headers;
|
28769
29390
|
type IDBValidKey = number | string | Date | BufferSource | IDBValidKey[];
|
28770
29391
|
type ImageBitmapSource = CanvasImageSource | Blob | ImageData;
|
29392
|
+
type ImageBufferSource = AllowSharedBufferSource | ReadableStream;
|
28771
29393
|
type Int32List = Int32Array | GLint[];
|
28772
29394
|
type LineAndPositionSetting = number | AutoKeyword;
|
28773
29395
|
type MediaProvider = MediaStream | MediaSource | Blob;
|
@@ -28780,6 +29402,7 @@ type OnErrorEventHandler = OnErrorEventHandlerNonNull | null;
|
|
28780
29402
|
type OptionalPostfixToken<T extends string> = ` ${T}` | "";
|
28781
29403
|
type OptionalPrefixToken<T extends string> = `${T} ` | "";
|
28782
29404
|
type PerformanceEntryList = PerformanceEntry[];
|
29405
|
+
type PublicKeyCredentialClientCapabilities = Record<string, boolean>;
|
28783
29406
|
type PublicKeyCredentialJSON = any;
|
28784
29407
|
type RTCRtpTransform = RTCRtpScriptTransform;
|
28785
29408
|
type ReadableStreamController<T> = ReadableStreamDefaultController<T> | ReadableByteStreamController;
|
@@ -28790,7 +29413,7 @@ type ReportList = Report[];
|
|
28790
29413
|
type RequestInfo = Request | string;
|
28791
29414
|
type TexImageSource = ImageBitmap | ImageData | HTMLImageElement | HTMLCanvasElement | HTMLVideoElement | OffscreenCanvas | VideoFrame;
|
28792
29415
|
type TimerHandler = string | Function;
|
28793
|
-
type Transferable = OffscreenCanvas | ImageBitmap | MessagePort | MediaSourceHandle | ReadableStream | WritableStream | TransformStream | AudioData | VideoFrame | ArrayBuffer;
|
29416
|
+
type Transferable = OffscreenCanvas | ImageBitmap | MessagePort | MediaSourceHandle | ReadableStream | WritableStream | TransformStream | AudioData | VideoFrame | RTCDataChannel | ArrayBuffer;
|
28794
29417
|
type Uint32List = Uint32Array | GLuint[];
|
28795
29418
|
type VibratePattern = number | number[];
|
28796
29419
|
type WindowProxy = Window;
|
@@ -28893,6 +29516,7 @@ type MediaSessionAction = "nexttrack" | "pause" | "play" | "previoustrack" | "se
|
|
28893
29516
|
type MediaSessionPlaybackState = "none" | "paused" | "playing";
|
28894
29517
|
type MediaStreamTrackState = "ended" | "live";
|
28895
29518
|
type NavigationTimingType = "back_forward" | "navigate" | "prerender" | "reload";
|
29519
|
+
type NavigationType = "push" | "reload" | "replace" | "traverse";
|
28896
29520
|
type NotificationDirection = "auto" | "ltr" | "rtl";
|
28897
29521
|
type NotificationPermission = "default" | "denied" | "granted";
|
28898
29522
|
type OffscreenRenderingContextId = "2d" | "bitmaprenderer" | "webgl" | "webgl2" | "webgpu";
|
@@ -28903,7 +29527,7 @@ type OverSampleType = "2x" | "4x" | "none";
|
|
28903
29527
|
type PanningModelType = "HRTF" | "equalpower";
|
28904
29528
|
type PaymentComplete = "fail" | "success" | "unknown";
|
28905
29529
|
type PaymentShippingType = "delivery" | "pickup" | "shipping";
|
28906
|
-
type PermissionName = "geolocation" | "midi" | "notifications" | "persistent-storage" | "push" | "screen-wake-lock" | "storage-access";
|
29530
|
+
type PermissionName = "camera" | "geolocation" | "microphone" | "midi" | "notifications" | "persistent-storage" | "push" | "screen-wake-lock" | "storage-access";
|
28907
29531
|
type PermissionState = "denied" | "granted" | "prompt";
|
28908
29532
|
type PlaybackDirection = "alternate" | "alternate-reverse" | "normal" | "reverse";
|
28909
29533
|
type PositionAlignSetting = "auto" | "center" | "line-left" | "line-right";
|
@@ -28915,6 +29539,7 @@ type PushEncryptionKeyName = "auth" | "p256dh";
|
|
28915
29539
|
type RTCBundlePolicy = "balanced" | "max-bundle" | "max-compat";
|
28916
29540
|
type RTCDataChannelState = "closed" | "closing" | "connecting" | "open";
|
28917
29541
|
type RTCDegradationPreference = "balanced" | "maintain-framerate" | "maintain-resolution";
|
29542
|
+
type RTCDtlsRole = "client" | "server" | "unknown";
|
28918
29543
|
type RTCDtlsTransportState = "closed" | "connected" | "connecting" | "failed" | "new";
|
28919
29544
|
type RTCEncodedVideoFrameType = "delta" | "empty" | "key";
|
28920
29545
|
type RTCErrorDetailType = "data-channel-failure" | "dtls-failure" | "fingerprint-failure" | "hardware-encoder-error" | "hardware-encoder-not-available" | "sctp-failure" | "sdp-syntax-error";
|
@@ -28924,11 +29549,13 @@ type RTCIceConnectionState = "checking" | "closed" | "completed" | "connected" |
|
|
28924
29549
|
type RTCIceGathererState = "complete" | "gathering" | "new";
|
28925
29550
|
type RTCIceGatheringState = "complete" | "gathering" | "new";
|
28926
29551
|
type RTCIceProtocol = "tcp" | "udp";
|
29552
|
+
type RTCIceRole = "controlled" | "controlling" | "unknown";
|
28927
29553
|
type RTCIceTcpCandidateType = "active" | "passive" | "so";
|
28928
29554
|
type RTCIceTransportPolicy = "all" | "relay";
|
28929
29555
|
type RTCIceTransportState = "checking" | "closed" | "completed" | "connected" | "disconnected" | "failed" | "new";
|
28930
29556
|
type RTCPeerConnectionState = "closed" | "connected" | "connecting" | "disconnected" | "failed" | "new";
|
28931
29557
|
type RTCPriorityType = "high" | "low" | "medium" | "very-low";
|
29558
|
+
type RTCQualityLimitationReason = "bandwidth" | "cpu" | "none" | "other";
|
28932
29559
|
type RTCRtcpMuxPolicy = "require";
|
28933
29560
|
type RTCRtpTransceiverDirection = "inactive" | "recvonly" | "sendonly" | "sendrecv" | "stopped";
|
28934
29561
|
type RTCSctpTransportState = "closed" | "connected" | "connecting";
|