diff --git a/Cargo.toml b/Cargo.toml
index 64da5da5bceac0a4cabbd854a74dd3649f877dfa..d2d8c063af86022ad9958aa67706043c9972f25f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,8 +11,9 @@
 
 [package]
 edition = "2018"
+rust-version = "1.56"
 name = "web-sys"
-version = "0.3.60"
+version = "0.3.64"
 authors = ["The wasm-bindgen Developers"]
 description = """
 Bindings for all Web APIs, a procedurally generated crate from WebIDL
@@ -22,6 +23,7 @@ documentation = "https://rustwasm.github.io/wasm-bindgen/api/web_sys/"
 readme = "./README.md"
 license = "MIT/Apache-2.0"
 repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys"
+resolver = "2"
 
 [package.metadata.docs.rs]
 all-features = true
@@ -32,10 +34,10 @@ test = false
 doctest = false
 
 [dependencies.js-sys]
-version = "0.3.60"
+version = "0.3.64"
 
 [dependencies.wasm-bindgen]
-version = "0.2.83"
+version = "0.2.87"
 
 [features]
 AbortController = []
@@ -199,6 +201,10 @@ CanvasCaptureMediaStream = [
     "EventTarget",
     "MediaStream",
 ]
+CanvasCaptureMediaStreamTrack = [
+    "EventTarget",
+    "MediaStreamTrack",
+]
 CanvasGradient = []
 CanvasPattern = []
 CanvasRenderingContext2d = []
@@ -219,8 +225,6 @@ ChannelMergerNode = [
     "EventTarget",
 ]
 ChannelMergerOptions = []
-ChannelPixelLayout = []
-ChannelPixelLayoutDataType = []
 ChannelSplitterNode = [
     "AudioNode",
     "EventTarget",
@@ -253,6 +257,7 @@ CloseEvent = ["Event"]
 CloseEventInit = []
 CodecState = []
 CollectedClientData = []
+ColorSpaceConversion = []
 Comment = [
     "CharacterData",
     "EventTarget",
@@ -476,6 +481,7 @@ ExtFragDepth = []
 ExtSRgb = []
 ExtShaderTextureLod = []
 ExtTextureFilterAnisotropic = []
+ExtTextureNorm16 = []
 ExtendableEvent = ["Event"]
 ExtendableEventInit = []
 ExtendableMessageEvent = [
@@ -502,21 +508,34 @@ FilePropertyBag = []
 FileReader = ["EventTarget"]
 FileReaderSync = []
 FileSystem = []
+FileSystemCreateWritableOptions = []
 FileSystemDirectoryEntry = ["FileSystemEntry"]
+FileSystemDirectoryHandle = ["FileSystemHandle"]
 FileSystemDirectoryReader = []
 FileSystemEntriesCallback = []
 FileSystemEntry = []
 FileSystemEntryCallback = []
 FileSystemFileEntry = ["FileSystemEntry"]
+FileSystemFileHandle = ["FileSystemHandle"]
 FileSystemFlags = []
+FileSystemGetDirectoryOptions = []
+FileSystemGetFileOptions = []
+FileSystemHandle = []
+FileSystemHandleKind = []
+FileSystemReadWriteOptions = []
+FileSystemRemoveOptions = []
+FileSystemSyncAccessHandle = []
+FileSystemWritableFileStream = ["WritableStream"]
 FillMode = []
 FlashClassification = []
 FlexLineGrowthState = []
+FlowControlType = []
 FocusEvent = [
     "Event",
     "UiEvent",
 ]
 FocusEventInit = []
+FontData = []
 FontFace = []
 FontFaceDescriptors = []
 FontFaceLoadStatus = []
@@ -555,6 +574,7 @@ GamepadMappingType = []
 GamepadPose = []
 GamepadServiceTest = []
 Geolocation = []
+GetAnimationsOptions = []
 GetNotificationOptions = []
 GetRootNodeOptions = []
 GetUserMediaRequest = []
@@ -578,6 +598,7 @@ GpuBufferBinding = []
 GpuBufferBindingLayout = []
 GpuBufferBindingType = []
 GpuBufferDescriptor = []
+GpuBufferMapState = []
 GpuCanvasAlphaMode = []
 GpuCanvasConfiguration = []
 GpuCanvasContext = []
@@ -619,6 +640,7 @@ GpuImageCopyTexture = []
 GpuImageCopyTextureTagged = []
 GpuImageDataLayout = []
 GpuIndexFormat = []
+GpuInternalError = ["GpuError"]
 GpuLoadOp = []
 GpuMipmapFilterMode = []
 GpuMultisampleState = []
@@ -1189,7 +1211,7 @@ IirFilterNode = [
 ]
 IirFilterOptions = []
 ImageBitmap = []
-ImageBitmapFormat = []
+ImageBitmapOptions = []
 ImageBitmapRenderingContext = []
 ImageCapture = []
 ImageCaptureError = []
@@ -1200,6 +1222,8 @@ ImageDecodeOptions = []
 ImageDecodeResult = []
 ImageDecoder = []
 ImageDecoderInit = []
+ImageEncodeOptions = []
+ImageOrientation = []
 ImageTrack = ["EventTarget"]
 ImageTrackList = []
 InputEvent = [
@@ -1225,6 +1249,7 @@ KeyboardEvent = [
     "UiEvent",
 ]
 KeyboardEventInit = []
+KeyframeAnimationOptions = []
 KeyframeEffect = ["AnimationEffect"]
 KeyframeEffectOptions = []
 L10nElement = []
@@ -1321,6 +1346,10 @@ MediaTrackConstraintSet = []
 MediaTrackConstraints = []
 MediaTrackSettings = []
 MediaTrackSupportedConstraints = []
+MemoryAttribution = []
+MemoryAttributionContainer = []
+MemoryBreakdownEntry = []
+MemoryMeasurement = []
 MessageChannel = []
 MessageEvent = ["Event"]
 MessageEventInit = []
@@ -1403,6 +1432,7 @@ OfflineAudioContext = [
 OfflineAudioContextOptions = []
 OfflineResourceList = ["EventTarget"]
 OffscreenCanvas = ["EventTarget"]
+OffscreenCanvasRenderingContext2d = []
 OpenWindowEventDetail = []
 OptionalEffectTiming = []
 OrientationLockType = []
@@ -1427,6 +1457,7 @@ PannerNode = [
 ]
 PannerOptions = []
 PanningModelType = []
+ParityType = []
 Path2d = []
 PaymentAddress = []
 PaymentComplete = []
@@ -1487,6 +1518,7 @@ Position = []
 PositionAlignSetting = []
 PositionError = []
 PositionOptions = []
+PremultiplyAlpha = []
 Presentation = []
 PresentationAvailability = ["EventTarget"]
 PresentationConnection = ["EventTarget"]
@@ -1540,6 +1572,7 @@ PushSubscriptionJson = []
 PushSubscriptionKeys = []
 PushSubscriptionOptions = []
 PushSubscriptionOptionsInit = []
+QueryOptions = []
 QueuingStrategy = []
 QueuingStrategyInit = []
 RadioNodeList = ["NodeList"]
@@ -1578,6 +1611,7 @@ ResizeObserverBoxOptions = []
 ResizeObserverEntry = []
 ResizeObserverOptions = []
 ResizeObserverSize = []
+ResizeQuality = []
 Response = []
 ResponseInit = []
 ResponseType = []
@@ -1626,6 +1660,7 @@ RtcOutboundRtpStreamStats = []
 RtcPeerConnection = ["EventTarget"]
 RtcPeerConnectionIceEvent = ["Event"]
 RtcPeerConnectionIceEventInit = []
+RtcPeerConnectionState = []
 RtcPriorityType = []
 RtcRtcpParameters = []
 RtcRtpCodecParameters = []
@@ -1686,6 +1721,15 @@ SecurityPolicyViolationEvent = ["Event"]
 SecurityPolicyViolationEventDisposition = []
 SecurityPolicyViolationEventInit = []
 Selection = []
+SelectionMode = []
+Serial = ["EventTarget"]
+SerialInputSignals = []
+SerialOptions = []
+SerialOutputSignals = []
+SerialPort = ["EventTarget"]
+SerialPortFilter = []
+SerialPortInfo = []
+SerialPortRequestOptions = []
 ServerSocketOptions = []
 ServiceWorker = ["EventTarget"]
 ServiceWorkerContainer = ["EventTarget"]
@@ -2455,6 +2499,24 @@ WebKitCssMatrix = [
 WebSocket = ["EventTarget"]
 WebSocketDict = []
 WebSocketElement = []
+WebTransport = []
+WebTransportBidirectionalStream = []
+WebTransportCloseInfo = []
+WebTransportCongestionControl = []
+WebTransportDatagramDuplexStream = []
+WebTransportDatagramStats = []
+WebTransportError = ["DomException"]
+WebTransportErrorOptions = []
+WebTransportErrorSource = []
+WebTransportHash = []
+WebTransportOptions = []
+WebTransportReceiveStream = ["ReadableStream"]
+WebTransportReceiveStreamStats = []
+WebTransportReliabilityMode = []
+WebTransportSendStream = ["WritableStream"]
+WebTransportSendStreamOptions = []
+WebTransportSendStreamStats = []
+WebTransportStats = []
 WebglColorBufferFloat = []
 WebglCompressedTextureAstc = []
 WebglCompressedTextureAtc = []
@@ -2492,6 +2554,8 @@ WorkletOptions = []
 WritableStream = []
 WritableStreamDefaultController = []
 WritableStreamDefaultWriter = []
+WriteCommandType = []
+WriteParams = []
 XPathExpression = []
 XPathNsResolver = []
 XPathResult = []
@@ -2518,6 +2582,8 @@ XrBoundedReferenceSpace = [
 ]
 XrEye = []
 XrFrame = []
+XrHand = []
+XrHandJoint = []
 XrHandedness = []
 XrInputSource = []
 XrInputSourceArray = []
@@ -2525,6 +2591,11 @@ XrInputSourceEvent = ["Event"]
 XrInputSourceEventInit = []
 XrInputSourcesChangeEvent = ["Event"]
 XrInputSourcesChangeEventInit = []
+XrJointPose = ["XrPose"]
+XrJointSpace = [
+    "EventTarget",
+    "XrSpace",
+]
 XrLayer = ["EventTarget"]
 XrPermissionDescriptor = []
 XrPermissionStatus = [
@@ -2570,7 +2641,7 @@ gpu_shader_stage = []
 gpu_texture_usage = []
 
 [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-futures]
-version = "0.4.33"
+version = "0.4.37"
 
 [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
-version = "0.3.33"
+version = "0.3.37"
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index d37f6fb80313efe2f2d2fbd701304d7ba6b947b5..05b216610a9404e6fb690631fc450f6346965e9f 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
 [package]
 name = "web-sys"
-version = "0.3.60"
+version = "0.3.64"
 authors = ["The wasm-bindgen Developers"]
 readme = "./README.md"
 homepage = "https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"
@@ -11,6 +11,7 @@ Bindings for all Web APIs, a procedurally generated crate from WebIDL
 """
 license = "MIT/Apache-2.0"
 edition = "2018"
+rust-version = "1.56"
 
 [package.metadata.docs.rs]
 all-features = true
@@ -21,12 +22,12 @@ doctest = false
 test = false
 
 [dependencies]
-wasm-bindgen = { path = "../..", version = "0.2.83" }
-js-sys = { path = '../js-sys', version = '0.3.60' }
+wasm-bindgen = { path = "../..", version = "0.2.87" }
+js-sys = { path = '../js-sys', version = '0.3.64' }
 
 [target.'cfg(target_arch = "wasm32")'.dev-dependencies]
-wasm-bindgen-test = { path = '../test', version = '0.3.33' }
-wasm-bindgen-futures = { path = '../futures', version = '0.4.33' }
+wasm-bindgen-test = { path = '../test', version = '0.3.37' }
+wasm-bindgen-futures = { path = '../futures', version = '0.4.37' }
 
 # This list is auto-generated by the wasm-bindgen-webidl program
 [features]
@@ -157,6 +158,7 @@ CacheQueryOptions = []
 CacheStorage = []
 CacheStorageNamespace = []
 CanvasCaptureMediaStream = ["EventTarget", "MediaStream"]
+CanvasCaptureMediaStreamTrack = ["EventTarget", "MediaStreamTrack"]
 CanvasGradient = []
 CanvasPattern = []
 CanvasRenderingContext2d = []
@@ -169,8 +171,6 @@ ChannelCountMode = []
 ChannelInterpretation = []
 ChannelMergerNode = ["AudioNode", "EventTarget"]
 ChannelMergerOptions = []
-ChannelPixelLayout = []
-ChannelPixelLayoutDataType = []
 ChannelSplitterNode = ["AudioNode", "EventTarget"]
 ChannelSplitterOptions = []
 CharacterData = ["EventTarget", "Node"]
@@ -194,6 +194,7 @@ CloseEvent = ["Event"]
 CloseEventInit = []
 CodecState = []
 CollectedClientData = []
+ColorSpaceConversion = []
 Comment = ["CharacterData", "EventTarget", "Node"]
 CompositeOperation = []
 CompositionEvent = ["Event", "UiEvent"]
@@ -361,6 +362,7 @@ ExtFragDepth = []
 ExtSRgb = []
 ExtShaderTextureLod = []
 ExtTextureFilterAnisotropic = []
+ExtTextureNorm16 = []
 ExtendableEvent = ["Event"]
 ExtendableEventInit = []
 ExtendableMessageEvent = ["Event", "ExtendableEvent"]
@@ -381,18 +383,31 @@ FilePropertyBag = []
 FileReader = ["EventTarget"]
 FileReaderSync = []
 FileSystem = []
+FileSystemCreateWritableOptions = []
 FileSystemDirectoryEntry = ["FileSystemEntry"]
+FileSystemDirectoryHandle = ["FileSystemHandle"]
 FileSystemDirectoryReader = []
 FileSystemEntriesCallback = []
 FileSystemEntry = []
 FileSystemEntryCallback = []
 FileSystemFileEntry = ["FileSystemEntry"]
+FileSystemFileHandle = ["FileSystemHandle"]
 FileSystemFlags = []
+FileSystemGetDirectoryOptions = []
+FileSystemGetFileOptions = []
+FileSystemHandle = []
+FileSystemHandleKind = []
+FileSystemReadWriteOptions = []
+FileSystemRemoveOptions = []
+FileSystemSyncAccessHandle = []
+FileSystemWritableFileStream = ["WritableStream"]
 FillMode = []
 FlashClassification = []
 FlexLineGrowthState = []
+FlowControlType = []
 FocusEvent = ["Event", "UiEvent"]
 FocusEventInit = []
+FontData = []
 FontFace = []
 FontFaceDescriptors = []
 FontFaceLoadStatus = []
@@ -422,6 +437,7 @@ GamepadMappingType = []
 GamepadPose = []
 GamepadServiceTest = []
 Geolocation = []
+GetAnimationsOptions = []
 GetNotificationOptions = []
 GetRootNodeOptions = []
 GetUserMediaRequest = []
@@ -445,6 +461,7 @@ GpuBufferBinding = []
 GpuBufferBindingLayout = []
 GpuBufferBindingType = []
 GpuBufferDescriptor = []
+GpuBufferMapState = []
 GpuCanvasAlphaMode = []
 GpuCanvasConfiguration = []
 GpuCanvasContext = []
@@ -486,6 +503,7 @@ GpuImageCopyTexture = []
 GpuImageCopyTextureTagged = []
 GpuImageDataLayout = []
 GpuIndexFormat = []
+GpuInternalError = ["GpuError"]
 GpuLoadOp = []
 GpuMipmapFilterMode = []
 GpuMultisampleState = []
@@ -687,7 +705,7 @@ IdleRequestOptions = []
 IirFilterNode = ["AudioNode", "EventTarget"]
 IirFilterOptions = []
 ImageBitmap = []
-ImageBitmapFormat = []
+ImageBitmapOptions = []
 ImageBitmapRenderingContext = []
 ImageCapture = []
 ImageCaptureError = []
@@ -698,6 +716,8 @@ ImageDecodeOptions = []
 ImageDecodeResult = []
 ImageDecoder = []
 ImageDecoderInit = []
+ImageEncodeOptions = []
+ImageOrientation = []
 ImageTrack = ["EventTarget"]
 ImageTrackList = []
 InputEvent = ["Event", "UiEvent"]
@@ -717,6 +737,7 @@ KeyEvent = []
 KeyIdsInitData = []
 KeyboardEvent = ["Event", "UiEvent"]
 KeyboardEventInit = []
+KeyframeAnimationOptions = []
 KeyframeEffect = ["AnimationEffect"]
 KeyframeEffectOptions = []
 L10nElement = []
@@ -798,6 +819,10 @@ MediaTrackConstraintSet = []
 MediaTrackConstraints = []
 MediaTrackSettings = []
 MediaTrackSupportedConstraints = []
+MemoryAttribution = []
+MemoryAttributionContainer = []
+MemoryBreakdownEntry = []
+MemoryMeasurement = []
 MessageChannel = []
 MessageEvent = ["Event"]
 MessageEventInit = []
@@ -861,6 +886,7 @@ OfflineAudioContext = ["BaseAudioContext", "EventTarget"]
 OfflineAudioContextOptions = []
 OfflineResourceList = ["EventTarget"]
 OffscreenCanvas = ["EventTarget"]
+OffscreenCanvasRenderingContext2d = []
 OpenWindowEventDetail = []
 OptionalEffectTiming = []
 OrientationLockType = []
@@ -878,6 +904,7 @@ PaintWorkletGlobalScope = ["WorkletGlobalScope"]
 PannerNode = ["AudioNode", "EventTarget"]
 PannerOptions = []
 PanningModelType = []
+ParityType = []
 Path2d = []
 PaymentAddress = []
 PaymentComplete = []
@@ -928,6 +955,7 @@ Position = []
 PositionAlignSetting = []
 PositionError = []
 PositionOptions = []
+PremultiplyAlpha = []
 Presentation = []
 PresentationAvailability = ["EventTarget"]
 PresentationConnection = ["EventTarget"]
@@ -974,6 +1002,7 @@ PushSubscriptionJson = []
 PushSubscriptionKeys = []
 PushSubscriptionOptions = []
 PushSubscriptionOptionsInit = []
+QueryOptions = []
 QueuingStrategy = []
 QueuingStrategyInit = []
 RadioNodeList = ["NodeList"]
@@ -1012,6 +1041,7 @@ ResizeObserverBoxOptions = []
 ResizeObserverEntry = []
 ResizeObserverOptions = []
 ResizeObserverSize = []
+ResizeQuality = []
 Response = []
 ResponseInit = []
 ResponseType = []
@@ -1060,6 +1090,7 @@ RtcOutboundRtpStreamStats = []
 RtcPeerConnection = ["EventTarget"]
 RtcPeerConnectionIceEvent = ["Event"]
 RtcPeerConnectionIceEventInit = []
+RtcPeerConnectionState = []
 RtcPriorityType = []
 RtcRtcpParameters = []
 RtcRtpCodecParameters = []
@@ -1114,6 +1145,15 @@ SecurityPolicyViolationEvent = ["Event"]
 SecurityPolicyViolationEventDisposition = []
 SecurityPolicyViolationEventInit = []
 Selection = []
+SelectionMode = []
+Serial = ["EventTarget"]
+SerialInputSignals = []
+SerialOptions = []
+SerialOutputSignals = []
+SerialPort = ["EventTarget"]
+SerialPortFilter = []
+SerialPortInfo = []
+SerialPortRequestOptions = []
 ServerSocketOptions = []
 ServiceWorker = ["EventTarget"]
 ServiceWorkerContainer = ["EventTarget"]
@@ -1447,6 +1487,24 @@ WebKitCssMatrix = ["DomMatrix", "DomMatrixReadOnly"]
 WebSocket = ["EventTarget"]
 WebSocketDict = []
 WebSocketElement = []
+WebTransport = []
+WebTransportBidirectionalStream = []
+WebTransportCloseInfo = []
+WebTransportCongestionControl = []
+WebTransportDatagramDuplexStream = []
+WebTransportDatagramStats = []
+WebTransportError = ["DomException"]
+WebTransportErrorOptions = []
+WebTransportErrorSource = []
+WebTransportHash = []
+WebTransportOptions = []
+WebTransportReceiveStream = ["ReadableStream"]
+WebTransportReceiveStreamStats = []
+WebTransportReliabilityMode = []
+WebTransportSendStream = ["WritableStream"]
+WebTransportSendStreamOptions = []
+WebTransportSendStreamStats = []
+WebTransportStats = []
 WebglColorBufferFloat = []
 WebglCompressedTextureAstc = []
 WebglCompressedTextureAtc = []
@@ -1480,6 +1538,8 @@ WorkletOptions = []
 WritableStream = []
 WritableStreamDefaultController = []
 WritableStreamDefaultWriter = []
+WriteCommandType = []
+WriteParams = []
 XPathExpression = []
 XPathNsResolver = []
 XPathResult = []
@@ -1492,6 +1552,8 @@ XmlSerializer = []
 XrBoundedReferenceSpace = ["EventTarget", "XrReferenceSpace", "XrSpace"]
 XrEye = []
 XrFrame = []
+XrHand = []
+XrHandJoint = []
 XrHandedness = []
 XrInputSource = []
 XrInputSourceArray = []
@@ -1499,6 +1561,8 @@ XrInputSourceEvent = ["Event"]
 XrInputSourceEventInit = []
 XrInputSourcesChangeEvent = ["Event"]
 XrInputSourcesChangeEventInit = []
+XrJointPose = ["XrPose"]
+XrJointSpace = ["EventTarget", "XrSpace"]
 XrLayer = ["EventTarget"]
 XrPermissionDescriptor = []
 XrPermissionStatus = ["EventTarget", "PermissionStatus"]
diff --git a/README.md b/README.md
index cfbb3517f43c87a809d3ea1d7037a1cf7b4e688c..965f41ede0c1b84a6bf6a55a63f6e82be506e408 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,6 @@ If you don't see a particular web API in `web-sys`, here is how to add it.
    [spec](https://w3c.github.io/mediasession/#the-mediasession-interface). The
    [very bottom](https://w3c.github.io/mediasession/#idl-index) of _that_ page
    is the IDL.
-2. Run `cargo run --release --package wasm-bindgen-webidl -- webidls src/features`
-3. Copy the contents of `features` into the `[features]` section of `Cargo.toml`
+2. Annotate the functions that can throw with `[Throws]`
+3. Run `cargo run --release --package wasm-bindgen-webidl -- webidls src/features ./Cargo.toml`
 4. Run `git add .` to add all the generated files into git.
diff --git a/debian/cargo-checksum.json b/debian/cargo-checksum.json
index ad22795cac96428558b5e504a2547fc68514fff0..94757d40c310292f5f53d8f0d570b7b6db142e10 100644
--- a/debian/cargo-checksum.json
+++ b/debian/cargo-checksum.json
@@ -1 +1 @@
-{"package":"bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f","files":{}}
+{"package":"9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b","files":{}}
diff --git a/debian/changelog b/debian/changelog
index 47fabd3a2ba65a9e1c3d73b8b2c22e44e598266d..f00942507f66dead1561ec96bc2f8126c128b6d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,26 @@
+rust-web-sys (0.3.64-2) unstable; urgency=medium
+
+  * Team upload.
+  * Provide additional Audio*
+
+ -- Andreas Henriksson <andreas@fatal.se>  Sat, 18 Nov 2023 15:45:15 +0100
+
+rust-web-sys (0.3.64-1) unstable; urgency=medium
+
+  * Package web-sys 0.3.64 from crates.io using debcargo 2.6.0
+  * Update overridden debian/tests/control.
+  * Update dependencies in overridden debian/control.
+
+  [ Fab Stz ]
+  * Add provides librust-web-sys-0.3+navigator-dev and corresponding autopkgtest.
+
+  [ Alexander Kjäll ]
+  * Team upload.
+  * Package web-sys 0.3.60 from crates.io using debcargo 2.6.0
+  * Add more provides lines that is needed for librust-whoami-dev.
+
+ -- Peter Michael Green <plugwash@debian.org>  Tue, 31 Oct 2023 16:37:33 +0000
+
 rust-web-sys (0.3.60-3+apertis1) apertis; urgency=medium
 
   * Switch component from development to target to comply with Apertis
diff --git a/debian/control b/debian/control
index 9641e6b18c0248b6fe48faeecedaaa8e23c904de..b5217b9842101319c8cf5c26039b0c683bb97991 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,23 @@
 Source: rust-web-sys
 Section: rust
 Priority: optional
-Build-Depends: debhelper (>= 11),
- dh-cargo (>= 18),
+Build-Depends: debhelper (>= 12),
+ dh-cargo (>= 25),
  cargo:native <!nocheck>,
  rustc:native <!nocheck>,
  libstd-rust-dev <!nocheck>,
- librust-js-sys-0.3+default-dev (>= 0.3.60-~~) <!nocheck>,
- librust-wasm-bindgen-0.2+default-dev (>= 0.2.83-~~) <!nocheck>,
+ librust-js-sys-0.3+default-dev (>= 0.3.64-~~) <!nocheck>,
+ librust-wasm-bindgen-0.2+default-dev (>= 0.2.87-~~) <!nocheck>,
 Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
 Uploaders:
  kpcyrd <git@rxv.cc>,
  Nicolas Braud-Santoni <nicoo@debian.org>,
  Wolfgang Silbermayr <wolfgang@silbermayr.at>
-Standards-Version: 4.5.1
+Standards-Version: 4.6.1
 Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/web-sys]
 Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/web-sys
 Homepage: https://rustwasm.github.io/wasm-bindgen/web-sys/index.html
+X-Cargo-Crate: web-sys
 Rules-Requires-Root: no
 
 Package: librust-web-sys-dev
@@ -24,14 +25,26 @@ Architecture: any
 Multi-Arch: same
 Depends:
  ${misc:Depends},
- librust-js-sys-0.3+default-dev (>= 0.3.60-~~),
- librust-wasm-bindgen-0.2+default-dev (>= 0.2.83-~~),
+ librust-js-sys-0.3+default-dev (>= 0.3.64-~~),
+ librust-wasm-bindgen-0.2+default-dev (>= 0.2.87-~~),
 Provides:
  librust-web-sys-0.3-dev (= ${binary:Version}),
+ librust-web-sys-0.3+audiobuffer-dev (= ${binary:Version}),
+ librust-web-sys-0.3+audiobuffersourcenode-dev (= ${binary:Version}),
+ librust-web-sys-0.3+audiocontext-dev (= ${binary:Version}),
+ librust-web-sys-0.3+audiocontextoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3+audiocontextstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3+audiodestinationnode-dev (= ${binary:Version}),
+ librust-web-sys-0.3+audionode-dev (= ${binary:Version}),
  librust-web-sys-0.3+crypto-dev (= ${binary:Version}),
+ librust-web-sys-0.3+navigator-dev (= ${binary:Version}),
  librust-web-sys-0.3+window-dev (= ${binary:Version}),
  librust-web-sys-0.3+console-dev (= ${binary:Version}),
+ librust-web-sys-0.3+document-dev (= ${binary:Version}),
+ librust-web-sys-0.3+location-dev (= ${binary:Version}),
+ librust-web-sys-0.3+navigator-dev (= ${binary:Version}),
+ librust-web-sys-0.3+messageevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3+worker-dev (= ${binary:Version}),
  librust-web-sys-0.3+default-dev (= ${binary:Version}),
 Description: Bindings for all Web APIs - Rust source code
- This package contains the source for the Rust web-sys crate, packaged by
- debcargo for use with cargo and dh-cargo.
+ Rust crate web-sys
diff --git a/debian/control.debcargo.hint b/debian/control.debcargo.hint
index 55081f3c16b861effe3226b850aa55391c74af22..7910c14e5e59ba771f9f671516be661bfe285ed8 100644
--- a/debian/control.debcargo.hint
+++ b/debian/control.debcargo.hint
@@ -6,17 +6,18 @@ Build-Depends: debhelper (>= 12),
  cargo:native <!nocheck>,
  rustc:native <!nocheck>,
  libstd-rust-dev <!nocheck>,
- librust-js-sys-0.3+default-dev (>= 0.3.60-~~) <!nocheck>,
- librust-wasm-bindgen-0.2+default-dev (>= 0.2.83-~~) <!nocheck>
+ librust-js-sys-0.3+default-dev (>= 0.3.64-~~) <!nocheck>,
+ librust-wasm-bindgen-0.2+default-dev (>= 0.2.87-~~) <!nocheck>
 Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
 Uploaders:
  kpcyrd <git@rxv.cc>,
  nicoo <nicoo@debian.org>,
  Wolfgang Silbermayr <wolfgang@silbermayr.at>
-Standards-Version: 4.5.1
+Standards-Version: 4.6.1
 Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/web-sys]
 Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/web-sys
 Homepage: https://rustwasm.github.io/wasm-bindgen/web-sys/index.html
+X-Cargo-Crate: web-sys
 Rules-Requires-Root: no
 
 Package: librust-web-sys-dev
@@ -24,8 +25,8 @@ Architecture: any
 Multi-Arch: same
 Depends:
  ${misc:Depends},
- librust-js-sys-0.3+default-dev (>= 0.3.60-~~),
- librust-wasm-bindgen-0.2+default-dev (>= 0.2.83-~~)
+ librust-js-sys-0.3+default-dev (>= 0.3.64-~~),
+ librust-wasm-bindgen-0.2+default-dev (>= 0.2.87-~~)
 Suggests:
  librust-web-sys+analysernode-dev (= ${binary:Version}),
  librust-web-sys+attr-dev (= ${binary:Version}),
@@ -68,7 +69,7 @@ Suggests:
  librust-web-sys+webkitcssmatrix-dev (= ${binary:Version}),
  librust-web-sys+xmlhttprequest-dev (= ${binary:Version}),
  librust-web-sys+xrboundedreferencespace-dev (= ${binary:Version}),
- librust-web-sys+xrreferencespace-dev (= ${binary:Version}),
+ librust-web-sys+xrjointspace-dev (= ${binary:Version}),
  librust-web-sys+xrwebgllayer-dev (= ${binary:Version})
 Provides:
  librust-web-sys+abortcontroller-dev (= ${binary:Version}),
@@ -197,8 +198,6 @@ Provides:
  librust-web-sys+channelcountmode-dev (= ${binary:Version}),
  librust-web-sys+channelinterpretation-dev (= ${binary:Version}),
  librust-web-sys+channelmergeroptions-dev (= ${binary:Version}),
- librust-web-sys+channelpixellayout-dev (= ${binary:Version}),
- librust-web-sys+channelpixellayoutdatatype-dev (= ${binary:Version}),
  librust-web-sys+channelsplitteroptions-dev (= ${binary:Version}),
  librust-web-sys+checkerboardreason-dev (= ${binary:Version}),
  librust-web-sys+checkerboardreport-dev (= ${binary:Version}),
@@ -219,6 +218,7 @@ Provides:
  librust-web-sys+closeeventinit-dev (= ${binary:Version}),
  librust-web-sys+codecstate-dev (= ${binary:Version}),
  librust-web-sys+collectedclientdata-dev (= ${binary:Version}),
+ librust-web-sys+colorspaceconversion-dev (= ${binary:Version}),
  librust-web-sys+compositeoperation-dev (= ${binary:Version}),
  librust-web-sys+compositioneventinit-dev (= ${binary:Version}),
  librust-web-sys+computedeffecttiming-dev (= ${binary:Version}),
@@ -369,6 +369,7 @@ Provides:
  librust-web-sys+extsrgb-dev (= ${binary:Version}),
  librust-web-sys+extshadertexturelod-dev (= ${binary:Version}),
  librust-web-sys+exttexturefilteranisotropic-dev (= ${binary:Version}),
+ librust-web-sys+exttexturenorm16-dev (= ${binary:Version}),
  librust-web-sys+extendableevent-dev (= ${binary:Version}),
  librust-web-sys+extendableeventinit-dev (= ${binary:Version}),
  librust-web-sys+extendablemessageeventinit-dev (= ${binary:Version}),
@@ -387,17 +388,30 @@ Provides:
  librust-web-sys+filereader-dev (= ${binary:Version}),
  librust-web-sys+filereadersync-dev (= ${binary:Version}),
  librust-web-sys+filesystem-dev (= ${binary:Version}),
+ librust-web-sys+filesystemcreatewritableoptions-dev (= ${binary:Version}),
  librust-web-sys+filesystemdirectoryentry-dev (= ${binary:Version}),
+ librust-web-sys+filesystemdirectoryhandle-dev (= ${binary:Version}),
  librust-web-sys+filesystemdirectoryreader-dev (= ${binary:Version}),
  librust-web-sys+filesystementriescallback-dev (= ${binary:Version}),
  librust-web-sys+filesystementry-dev (= ${binary:Version}),
  librust-web-sys+filesystementrycallback-dev (= ${binary:Version}),
  librust-web-sys+filesystemfileentry-dev (= ${binary:Version}),
+ librust-web-sys+filesystemfilehandle-dev (= ${binary:Version}),
  librust-web-sys+filesystemflags-dev (= ${binary:Version}),
+ librust-web-sys+filesystemgetdirectoryoptions-dev (= ${binary:Version}),
+ librust-web-sys+filesystemgetfileoptions-dev (= ${binary:Version}),
+ librust-web-sys+filesystemhandle-dev (= ${binary:Version}),
+ librust-web-sys+filesystemhandlekind-dev (= ${binary:Version}),
+ librust-web-sys+filesystemreadwriteoptions-dev (= ${binary:Version}),
+ librust-web-sys+filesystemremoveoptions-dev (= ${binary:Version}),
+ librust-web-sys+filesystemsyncaccesshandle-dev (= ${binary:Version}),
+ librust-web-sys+filesystemwritablefilestream-dev (= ${binary:Version}),
  librust-web-sys+fillmode-dev (= ${binary:Version}),
  librust-web-sys+flashclassification-dev (= ${binary:Version}),
  librust-web-sys+flexlinegrowthstate-dev (= ${binary:Version}),
+ librust-web-sys+flowcontroltype-dev (= ${binary:Version}),
  librust-web-sys+focuseventinit-dev (= ${binary:Version}),
+ librust-web-sys+fontdata-dev (= ${binary:Version}),
  librust-web-sys+fontface-dev (= ${binary:Version}),
  librust-web-sys+fontfacedescriptors-dev (= ${binary:Version}),
  librust-web-sys+fontfaceloadstatus-dev (= ${binary:Version}),
@@ -424,6 +438,7 @@ Provides:
  librust-web-sys+gamepadpose-dev (= ${binary:Version}),
  librust-web-sys+gamepadservicetest-dev (= ${binary:Version}),
  librust-web-sys+geolocation-dev (= ${binary:Version}),
+ librust-web-sys+getanimationsoptions-dev (= ${binary:Version}),
  librust-web-sys+getnotificationoptions-dev (= ${binary:Version}),
  librust-web-sys+getrootnodeoptions-dev (= ${binary:Version}),
  librust-web-sys+getusermediarequest-dev (= ${binary:Version}),
@@ -447,6 +462,7 @@ Provides:
  librust-web-sys+gpubufferbindinglayout-dev (= ${binary:Version}),
  librust-web-sys+gpubufferbindingtype-dev (= ${binary:Version}),
  librust-web-sys+gpubufferdescriptor-dev (= ${binary:Version}),
+ librust-web-sys+gpubuffermapstate-dev (= ${binary:Version}),
  librust-web-sys+gpucanvasalphamode-dev (= ${binary:Version}),
  librust-web-sys+gpucanvasconfiguration-dev (= ${binary:Version}),
  librust-web-sys+gpucanvascontext-dev (= ${binary:Version}),
@@ -488,6 +504,7 @@ Provides:
  librust-web-sys+gpuimagecopytexturetagged-dev (= ${binary:Version}),
  librust-web-sys+gpuimagedatalayout-dev (= ${binary:Version}),
  librust-web-sys+gpuindexformat-dev (= ${binary:Version}),
+ librust-web-sys+gpuinternalerror-dev (= ${binary:Version}),
  librust-web-sys+gpuloadop-dev (= ${binary:Version}),
  librust-web-sys+gpumipmapfiltermode-dev (= ${binary:Version}),
  librust-web-sys+gpumultisamplestate-dev (= ${binary:Version}),
@@ -614,7 +631,7 @@ Provides:
  librust-web-sys+idlerequestoptions-dev (= ${binary:Version}),
  librust-web-sys+iirfilteroptions-dev (= ${binary:Version}),
  librust-web-sys+imagebitmap-dev (= ${binary:Version}),
- librust-web-sys+imagebitmapformat-dev (= ${binary:Version}),
+ librust-web-sys+imagebitmapoptions-dev (= ${binary:Version}),
  librust-web-sys+imagebitmaprenderingcontext-dev (= ${binary:Version}),
  librust-web-sys+imagecapture-dev (= ${binary:Version}),
  librust-web-sys+imagecaptureerror-dev (= ${binary:Version}),
@@ -625,6 +642,8 @@ Provides:
  librust-web-sys+imagedecoderesult-dev (= ${binary:Version}),
  librust-web-sys+imagedecoder-dev (= ${binary:Version}),
  librust-web-sys+imagedecoderinit-dev (= ${binary:Version}),
+ librust-web-sys+imageencodeoptions-dev (= ${binary:Version}),
+ librust-web-sys+imageorientation-dev (= ${binary:Version}),
  librust-web-sys+imagetrack-dev (= ${binary:Version}),
  librust-web-sys+imagetracklist-dev (= ${binary:Version}),
  librust-web-sys+inputeventinit-dev (= ${binary:Version}),
@@ -642,6 +661,7 @@ Provides:
  librust-web-sys+keyevent-dev (= ${binary:Version}),
  librust-web-sys+keyidsinitdata-dev (= ${binary:Version}),
  librust-web-sys+keyboardeventinit-dev (= ${binary:Version}),
+ librust-web-sys+keyframeanimationoptions-dev (= ${binary:Version}),
  librust-web-sys+keyframeeffect-dev (= ${binary:Version}),
  librust-web-sys+keyframeeffectoptions-dev (= ${binary:Version}),
  librust-web-sys+l10nelement-dev (= ${binary:Version}),
@@ -718,6 +738,10 @@ Provides:
  librust-web-sys+mediatrackconstraints-dev (= ${binary:Version}),
  librust-web-sys+mediatracksettings-dev (= ${binary:Version}),
  librust-web-sys+mediatracksupportedconstraints-dev (= ${binary:Version}),
+ librust-web-sys+memoryattribution-dev (= ${binary:Version}),
+ librust-web-sys+memoryattributioncontainer-dev (= ${binary:Version}),
+ librust-web-sys+memorybreakdownentry-dev (= ${binary:Version}),
+ librust-web-sys+memorymeasurement-dev (= ${binary:Version}),
  librust-web-sys+messagechannel-dev (= ${binary:Version}),
  librust-web-sys+messageevent-dev (= ${binary:Version}),
  librust-web-sys+messageeventinit-dev (= ${binary:Version}),
@@ -775,6 +799,7 @@ Provides:
  librust-web-sys+offlineaudiocontextoptions-dev (= ${binary:Version}),
  librust-web-sys+offlineresourcelist-dev (= ${binary:Version}),
  librust-web-sys+offscreencanvas-dev (= ${binary:Version}),
+ librust-web-sys+offscreencanvasrenderingcontext2d-dev (= ${binary:Version}),
  librust-web-sys+openwindoweventdetail-dev (= ${binary:Version}),
  librust-web-sys+optionaleffecttiming-dev (= ${binary:Version}),
  librust-web-sys+orientationlocktype-dev (= ${binary:Version}),
@@ -790,6 +815,7 @@ Provides:
  librust-web-sys+paintworkletglobalscope-dev (= ${binary:Version}),
  librust-web-sys+panneroptions-dev (= ${binary:Version}),
  librust-web-sys+panningmodeltype-dev (= ${binary:Version}),
+ librust-web-sys+paritytype-dev (= ${binary:Version}),
  librust-web-sys+path2d-dev (= ${binary:Version}),
  librust-web-sys+paymentaddress-dev (= ${binary:Version}),
  librust-web-sys+paymentcomplete-dev (= ${binary:Version}),
@@ -837,6 +863,7 @@ Provides:
  librust-web-sys+positionalignsetting-dev (= ${binary:Version}),
  librust-web-sys+positionerror-dev (= ${binary:Version}),
  librust-web-sys+positionoptions-dev (= ${binary:Version}),
+ librust-web-sys+premultiplyalpha-dev (= ${binary:Version}),
  librust-web-sys+presentation-dev (= ${binary:Version}),
  librust-web-sys+presentationavailability-dev (= ${binary:Version}),
  librust-web-sys+presentationconnection-dev (= ${binary:Version}),
@@ -881,6 +908,7 @@ Provides:
  librust-web-sys+pushsubscriptionkeys-dev (= ${binary:Version}),
  librust-web-sys+pushsubscriptionoptions-dev (= ${binary:Version}),
  librust-web-sys+pushsubscriptionoptionsinit-dev (= ${binary:Version}),
+ librust-web-sys+queryoptions-dev (= ${binary:Version}),
  librust-web-sys+queuingstrategy-dev (= ${binary:Version}),
  librust-web-sys+queuingstrategyinit-dev (= ${binary:Version}),
  librust-web-sys+radionodelist-dev (= ${binary:Version}),
@@ -919,6 +947,7 @@ Provides:
  librust-web-sys+resizeobserverentry-dev (= ${binary:Version}),
  librust-web-sys+resizeobserveroptions-dev (= ${binary:Version}),
  librust-web-sys+resizeobserversize-dev (= ${binary:Version}),
+ librust-web-sys+resizequality-dev (= ${binary:Version}),
  librust-web-sys+response-dev (= ${binary:Version}),
  librust-web-sys+responseinit-dev (= ${binary:Version}),
  librust-web-sys+responsetype-dev (= ${binary:Version}),
@@ -967,6 +996,7 @@ Provides:
  librust-web-sys+rtcpeerconnection-dev (= ${binary:Version}),
  librust-web-sys+rtcpeerconnectioniceevent-dev (= ${binary:Version}),
  librust-web-sys+rtcpeerconnectioniceeventinit-dev (= ${binary:Version}),
+ librust-web-sys+rtcpeerconnectionstate-dev (= ${binary:Version}),
  librust-web-sys+rtcprioritytype-dev (= ${binary:Version}),
  librust-web-sys+rtcrtcpparameters-dev (= ${binary:Version}),
  librust-web-sys+rtcrtpcodecparameters-dev (= ${binary:Version}),
@@ -1019,6 +1049,15 @@ Provides:
  librust-web-sys+securitypolicyviolationeventdisposition-dev (= ${binary:Version}),
  librust-web-sys+securitypolicyviolationeventinit-dev (= ${binary:Version}),
  librust-web-sys+selection-dev (= ${binary:Version}),
+ librust-web-sys+selectionmode-dev (= ${binary:Version}),
+ librust-web-sys+serial-dev (= ${binary:Version}),
+ librust-web-sys+serialinputsignals-dev (= ${binary:Version}),
+ librust-web-sys+serialoptions-dev (= ${binary:Version}),
+ librust-web-sys+serialoutputsignals-dev (= ${binary:Version}),
+ librust-web-sys+serialport-dev (= ${binary:Version}),
+ librust-web-sys+serialportfilter-dev (= ${binary:Version}),
+ librust-web-sys+serialportinfo-dev (= ${binary:Version}),
+ librust-web-sys+serialportrequestoptions-dev (= ${binary:Version}),
  librust-web-sys+serversocketoptions-dev (= ${binary:Version}),
  librust-web-sys+serviceworker-dev (= ${binary:Version}),
  librust-web-sys+serviceworkercontainer-dev (= ${binary:Version}),
@@ -1269,6 +1308,24 @@ Provides:
  librust-web-sys+websocket-dev (= ${binary:Version}),
  librust-web-sys+websocketdict-dev (= ${binary:Version}),
  librust-web-sys+websocketelement-dev (= ${binary:Version}),
+ librust-web-sys+webtransport-dev (= ${binary:Version}),
+ librust-web-sys+webtransportbidirectionalstream-dev (= ${binary:Version}),
+ librust-web-sys+webtransportcloseinfo-dev (= ${binary:Version}),
+ librust-web-sys+webtransportcongestioncontrol-dev (= ${binary:Version}),
+ librust-web-sys+webtransportdatagramduplexstream-dev (= ${binary:Version}),
+ librust-web-sys+webtransportdatagramstats-dev (= ${binary:Version}),
+ librust-web-sys+webtransporterror-dev (= ${binary:Version}),
+ librust-web-sys+webtransporterroroptions-dev (= ${binary:Version}),
+ librust-web-sys+webtransporterrorsource-dev (= ${binary:Version}),
+ librust-web-sys+webtransporthash-dev (= ${binary:Version}),
+ librust-web-sys+webtransportoptions-dev (= ${binary:Version}),
+ librust-web-sys+webtransportreceivestream-dev (= ${binary:Version}),
+ librust-web-sys+webtransportreceivestreamstats-dev (= ${binary:Version}),
+ librust-web-sys+webtransportreliabilitymode-dev (= ${binary:Version}),
+ librust-web-sys+webtransportsendstream-dev (= ${binary:Version}),
+ librust-web-sys+webtransportsendstreamoptions-dev (= ${binary:Version}),
+ librust-web-sys+webtransportsendstreamstats-dev (= ${binary:Version}),
+ librust-web-sys+webtransportstats-dev (= ${binary:Version}),
  librust-web-sys+webglcolorbufferfloat-dev (= ${binary:Version}),
  librust-web-sys+webglcompressedtextureastc-dev (= ${binary:Version}),
  librust-web-sys+webglcompressedtextureatc-dev (= ${binary:Version}),
@@ -1301,6 +1358,8 @@ Provides:
  librust-web-sys+writablestream-dev (= ${binary:Version}),
  librust-web-sys+writablestreamdefaultcontroller-dev (= ${binary:Version}),
  librust-web-sys+writablestreamdefaultwriter-dev (= ${binary:Version}),
+ librust-web-sys+writecommandtype-dev (= ${binary:Version}),
+ librust-web-sys+writeparams-dev (= ${binary:Version}),
  librust-web-sys+xpathexpression-dev (= ${binary:Version}),
  librust-web-sys+xpathnsresolver-dev (= ${binary:Version}),
  librust-web-sys+xpathresult-dev (= ${binary:Version}),
@@ -1309,6 +1368,8 @@ Provides:
  librust-web-sys+xmlserializer-dev (= ${binary:Version}),
  librust-web-sys+xreye-dev (= ${binary:Version}),
  librust-web-sys+xrframe-dev (= ${binary:Version}),
+ librust-web-sys+xrhand-dev (= ${binary:Version}),
+ librust-web-sys+xrhandjoint-dev (= ${binary:Version}),
  librust-web-sys+xrhandedness-dev (= ${binary:Version}),
  librust-web-sys+xrinputsource-dev (= ${binary:Version}),
  librust-web-sys+xrinputsourcearray-dev (= ${binary:Version}),
@@ -1316,6 +1377,7 @@ Provides:
  librust-web-sys+xrinputsourceeventinit-dev (= ${binary:Version}),
  librust-web-sys+xrinputsourceschangeevent-dev (= ${binary:Version}),
  librust-web-sys+xrinputsourceschangeeventinit-dev (= ${binary:Version}),
+ librust-web-sys+xrjointpose-dev (= ${binary:Version}),
  librust-web-sys+xrlayer-dev (= ${binary:Version}),
  librust-web-sys+xrpermissiondescriptor-dev (= ${binary:Version}),
  librust-web-sys+xrpose-dev (= ${binary:Version}),
@@ -1475,8 +1537,6 @@ Provides:
  librust-web-sys-0+channelcountmode-dev (= ${binary:Version}),
  librust-web-sys-0+channelinterpretation-dev (= ${binary:Version}),
  librust-web-sys-0+channelmergeroptions-dev (= ${binary:Version}),
- librust-web-sys-0+channelpixellayout-dev (= ${binary:Version}),
- librust-web-sys-0+channelpixellayoutdatatype-dev (= ${binary:Version}),
  librust-web-sys-0+channelsplitteroptions-dev (= ${binary:Version}),
  librust-web-sys-0+checkerboardreason-dev (= ${binary:Version}),
  librust-web-sys-0+checkerboardreport-dev (= ${binary:Version}),
@@ -1497,6 +1557,7 @@ Provides:
  librust-web-sys-0+closeeventinit-dev (= ${binary:Version}),
  librust-web-sys-0+codecstate-dev (= ${binary:Version}),
  librust-web-sys-0+collectedclientdata-dev (= ${binary:Version}),
+ librust-web-sys-0+colorspaceconversion-dev (= ${binary:Version}),
  librust-web-sys-0+compositeoperation-dev (= ${binary:Version}),
  librust-web-sys-0+compositioneventinit-dev (= ${binary:Version}),
  librust-web-sys-0+computedeffecttiming-dev (= ${binary:Version}),
@@ -1647,6 +1708,7 @@ Provides:
  librust-web-sys-0+extsrgb-dev (= ${binary:Version}),
  librust-web-sys-0+extshadertexturelod-dev (= ${binary:Version}),
  librust-web-sys-0+exttexturefilteranisotropic-dev (= ${binary:Version}),
+ librust-web-sys-0+exttexturenorm16-dev (= ${binary:Version}),
  librust-web-sys-0+extendableevent-dev (= ${binary:Version}),
  librust-web-sys-0+extendableeventinit-dev (= ${binary:Version}),
  librust-web-sys-0+extendablemessageeventinit-dev (= ${binary:Version}),
@@ -1665,17 +1727,30 @@ Provides:
  librust-web-sys-0+filereader-dev (= ${binary:Version}),
  librust-web-sys-0+filereadersync-dev (= ${binary:Version}),
  librust-web-sys-0+filesystem-dev (= ${binary:Version}),
+ librust-web-sys-0+filesystemcreatewritableoptions-dev (= ${binary:Version}),
  librust-web-sys-0+filesystemdirectoryentry-dev (= ${binary:Version}),
+ librust-web-sys-0+filesystemdirectoryhandle-dev (= ${binary:Version}),
  librust-web-sys-0+filesystemdirectoryreader-dev (= ${binary:Version}),
  librust-web-sys-0+filesystementriescallback-dev (= ${binary:Version}),
  librust-web-sys-0+filesystementry-dev (= ${binary:Version}),
  librust-web-sys-0+filesystementrycallback-dev (= ${binary:Version}),
  librust-web-sys-0+filesystemfileentry-dev (= ${binary:Version}),
+ librust-web-sys-0+filesystemfilehandle-dev (= ${binary:Version}),
  librust-web-sys-0+filesystemflags-dev (= ${binary:Version}),
+ librust-web-sys-0+filesystemgetdirectoryoptions-dev (= ${binary:Version}),
+ librust-web-sys-0+filesystemgetfileoptions-dev (= ${binary:Version}),
+ librust-web-sys-0+filesystemhandle-dev (= ${binary:Version}),
+ librust-web-sys-0+filesystemhandlekind-dev (= ${binary:Version}),
+ librust-web-sys-0+filesystemreadwriteoptions-dev (= ${binary:Version}),
+ librust-web-sys-0+filesystemremoveoptions-dev (= ${binary:Version}),
+ librust-web-sys-0+filesystemsyncaccesshandle-dev (= ${binary:Version}),
+ librust-web-sys-0+filesystemwritablefilestream-dev (= ${binary:Version}),
  librust-web-sys-0+fillmode-dev (= ${binary:Version}),
  librust-web-sys-0+flashclassification-dev (= ${binary:Version}),
  librust-web-sys-0+flexlinegrowthstate-dev (= ${binary:Version}),
+ librust-web-sys-0+flowcontroltype-dev (= ${binary:Version}),
  librust-web-sys-0+focuseventinit-dev (= ${binary:Version}),
+ librust-web-sys-0+fontdata-dev (= ${binary:Version}),
  librust-web-sys-0+fontface-dev (= ${binary:Version}),
  librust-web-sys-0+fontfacedescriptors-dev (= ${binary:Version}),
  librust-web-sys-0+fontfaceloadstatus-dev (= ${binary:Version}),
@@ -1702,6 +1777,7 @@ Provides:
  librust-web-sys-0+gamepadpose-dev (= ${binary:Version}),
  librust-web-sys-0+gamepadservicetest-dev (= ${binary:Version}),
  librust-web-sys-0+geolocation-dev (= ${binary:Version}),
+ librust-web-sys-0+getanimationsoptions-dev (= ${binary:Version}),
  librust-web-sys-0+getnotificationoptions-dev (= ${binary:Version}),
  librust-web-sys-0+getrootnodeoptions-dev (= ${binary:Version}),
  librust-web-sys-0+getusermediarequest-dev (= ${binary:Version}),
@@ -1725,6 +1801,7 @@ Provides:
  librust-web-sys-0+gpubufferbindinglayout-dev (= ${binary:Version}),
  librust-web-sys-0+gpubufferbindingtype-dev (= ${binary:Version}),
  librust-web-sys-0+gpubufferdescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0+gpubuffermapstate-dev (= ${binary:Version}),
  librust-web-sys-0+gpucanvasalphamode-dev (= ${binary:Version}),
  librust-web-sys-0+gpucanvasconfiguration-dev (= ${binary:Version}),
  librust-web-sys-0+gpucanvascontext-dev (= ${binary:Version}),
@@ -1766,6 +1843,7 @@ Provides:
  librust-web-sys-0+gpuimagecopytexturetagged-dev (= ${binary:Version}),
  librust-web-sys-0+gpuimagedatalayout-dev (= ${binary:Version}),
  librust-web-sys-0+gpuindexformat-dev (= ${binary:Version}),
+ librust-web-sys-0+gpuinternalerror-dev (= ${binary:Version}),
  librust-web-sys-0+gpuloadop-dev (= ${binary:Version}),
  librust-web-sys-0+gpumipmapfiltermode-dev (= ${binary:Version}),
  librust-web-sys-0+gpumultisamplestate-dev (= ${binary:Version}),
@@ -1892,7 +1970,7 @@ Provides:
  librust-web-sys-0+idlerequestoptions-dev (= ${binary:Version}),
  librust-web-sys-0+iirfilteroptions-dev (= ${binary:Version}),
  librust-web-sys-0+imagebitmap-dev (= ${binary:Version}),
- librust-web-sys-0+imagebitmapformat-dev (= ${binary:Version}),
+ librust-web-sys-0+imagebitmapoptions-dev (= ${binary:Version}),
  librust-web-sys-0+imagebitmaprenderingcontext-dev (= ${binary:Version}),
  librust-web-sys-0+imagecapture-dev (= ${binary:Version}),
  librust-web-sys-0+imagecaptureerror-dev (= ${binary:Version}),
@@ -1903,6 +1981,8 @@ Provides:
  librust-web-sys-0+imagedecoderesult-dev (= ${binary:Version}),
  librust-web-sys-0+imagedecoder-dev (= ${binary:Version}),
  librust-web-sys-0+imagedecoderinit-dev (= ${binary:Version}),
+ librust-web-sys-0+imageencodeoptions-dev (= ${binary:Version}),
+ librust-web-sys-0+imageorientation-dev (= ${binary:Version}),
  librust-web-sys-0+imagetrack-dev (= ${binary:Version}),
  librust-web-sys-0+imagetracklist-dev (= ${binary:Version}),
  librust-web-sys-0+inputeventinit-dev (= ${binary:Version}),
@@ -1920,6 +2000,7 @@ Provides:
  librust-web-sys-0+keyevent-dev (= ${binary:Version}),
  librust-web-sys-0+keyidsinitdata-dev (= ${binary:Version}),
  librust-web-sys-0+keyboardeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0+keyframeanimationoptions-dev (= ${binary:Version}),
  librust-web-sys-0+keyframeeffect-dev (= ${binary:Version}),
  librust-web-sys-0+keyframeeffectoptions-dev (= ${binary:Version}),
  librust-web-sys-0+l10nelement-dev (= ${binary:Version}),
@@ -1996,6 +2077,10 @@ Provides:
  librust-web-sys-0+mediatrackconstraints-dev (= ${binary:Version}),
  librust-web-sys-0+mediatracksettings-dev (= ${binary:Version}),
  librust-web-sys-0+mediatracksupportedconstraints-dev (= ${binary:Version}),
+ librust-web-sys-0+memoryattribution-dev (= ${binary:Version}),
+ librust-web-sys-0+memoryattributioncontainer-dev (= ${binary:Version}),
+ librust-web-sys-0+memorybreakdownentry-dev (= ${binary:Version}),
+ librust-web-sys-0+memorymeasurement-dev (= ${binary:Version}),
  librust-web-sys-0+messagechannel-dev (= ${binary:Version}),
  librust-web-sys-0+messageevent-dev (= ${binary:Version}),
  librust-web-sys-0+messageeventinit-dev (= ${binary:Version}),
@@ -2053,6 +2138,7 @@ Provides:
  librust-web-sys-0+offlineaudiocontextoptions-dev (= ${binary:Version}),
  librust-web-sys-0+offlineresourcelist-dev (= ${binary:Version}),
  librust-web-sys-0+offscreencanvas-dev (= ${binary:Version}),
+ librust-web-sys-0+offscreencanvasrenderingcontext2d-dev (= ${binary:Version}),
  librust-web-sys-0+openwindoweventdetail-dev (= ${binary:Version}),
  librust-web-sys-0+optionaleffecttiming-dev (= ${binary:Version}),
  librust-web-sys-0+orientationlocktype-dev (= ${binary:Version}),
@@ -2068,6 +2154,7 @@ Provides:
  librust-web-sys-0+paintworkletglobalscope-dev (= ${binary:Version}),
  librust-web-sys-0+panneroptions-dev (= ${binary:Version}),
  librust-web-sys-0+panningmodeltype-dev (= ${binary:Version}),
+ librust-web-sys-0+paritytype-dev (= ${binary:Version}),
  librust-web-sys-0+path2d-dev (= ${binary:Version}),
  librust-web-sys-0+paymentaddress-dev (= ${binary:Version}),
  librust-web-sys-0+paymentcomplete-dev (= ${binary:Version}),
@@ -2115,6 +2202,7 @@ Provides:
  librust-web-sys-0+positionalignsetting-dev (= ${binary:Version}),
  librust-web-sys-0+positionerror-dev (= ${binary:Version}),
  librust-web-sys-0+positionoptions-dev (= ${binary:Version}),
+ librust-web-sys-0+premultiplyalpha-dev (= ${binary:Version}),
  librust-web-sys-0+presentation-dev (= ${binary:Version}),
  librust-web-sys-0+presentationavailability-dev (= ${binary:Version}),
  librust-web-sys-0+presentationconnection-dev (= ${binary:Version}),
@@ -2159,6 +2247,7 @@ Provides:
  librust-web-sys-0+pushsubscriptionkeys-dev (= ${binary:Version}),
  librust-web-sys-0+pushsubscriptionoptions-dev (= ${binary:Version}),
  librust-web-sys-0+pushsubscriptionoptionsinit-dev (= ${binary:Version}),
+ librust-web-sys-0+queryoptions-dev (= ${binary:Version}),
  librust-web-sys-0+queuingstrategy-dev (= ${binary:Version}),
  librust-web-sys-0+queuingstrategyinit-dev (= ${binary:Version}),
  librust-web-sys-0+radionodelist-dev (= ${binary:Version}),
@@ -2197,6 +2286,7 @@ Provides:
  librust-web-sys-0+resizeobserverentry-dev (= ${binary:Version}),
  librust-web-sys-0+resizeobserveroptions-dev (= ${binary:Version}),
  librust-web-sys-0+resizeobserversize-dev (= ${binary:Version}),
+ librust-web-sys-0+resizequality-dev (= ${binary:Version}),
  librust-web-sys-0+response-dev (= ${binary:Version}),
  librust-web-sys-0+responseinit-dev (= ${binary:Version}),
  librust-web-sys-0+responsetype-dev (= ${binary:Version}),
@@ -2245,6 +2335,7 @@ Provides:
  librust-web-sys-0+rtcpeerconnection-dev (= ${binary:Version}),
  librust-web-sys-0+rtcpeerconnectioniceevent-dev (= ${binary:Version}),
  librust-web-sys-0+rtcpeerconnectioniceeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0+rtcpeerconnectionstate-dev (= ${binary:Version}),
  librust-web-sys-0+rtcprioritytype-dev (= ${binary:Version}),
  librust-web-sys-0+rtcrtcpparameters-dev (= ${binary:Version}),
  librust-web-sys-0+rtcrtpcodecparameters-dev (= ${binary:Version}),
@@ -2297,6 +2388,15 @@ Provides:
  librust-web-sys-0+securitypolicyviolationeventdisposition-dev (= ${binary:Version}),
  librust-web-sys-0+securitypolicyviolationeventinit-dev (= ${binary:Version}),
  librust-web-sys-0+selection-dev (= ${binary:Version}),
+ librust-web-sys-0+selectionmode-dev (= ${binary:Version}),
+ librust-web-sys-0+serial-dev (= ${binary:Version}),
+ librust-web-sys-0+serialinputsignals-dev (= ${binary:Version}),
+ librust-web-sys-0+serialoptions-dev (= ${binary:Version}),
+ librust-web-sys-0+serialoutputsignals-dev (= ${binary:Version}),
+ librust-web-sys-0+serialport-dev (= ${binary:Version}),
+ librust-web-sys-0+serialportfilter-dev (= ${binary:Version}),
+ librust-web-sys-0+serialportinfo-dev (= ${binary:Version}),
+ librust-web-sys-0+serialportrequestoptions-dev (= ${binary:Version}),
  librust-web-sys-0+serversocketoptions-dev (= ${binary:Version}),
  librust-web-sys-0+serviceworker-dev (= ${binary:Version}),
  librust-web-sys-0+serviceworkercontainer-dev (= ${binary:Version}),
@@ -2547,6 +2647,24 @@ Provides:
  librust-web-sys-0+websocket-dev (= ${binary:Version}),
  librust-web-sys-0+websocketdict-dev (= ${binary:Version}),
  librust-web-sys-0+websocketelement-dev (= ${binary:Version}),
+ librust-web-sys-0+webtransport-dev (= ${binary:Version}),
+ librust-web-sys-0+webtransportbidirectionalstream-dev (= ${binary:Version}),
+ librust-web-sys-0+webtransportcloseinfo-dev (= ${binary:Version}),
+ librust-web-sys-0+webtransportcongestioncontrol-dev (= ${binary:Version}),
+ librust-web-sys-0+webtransportdatagramduplexstream-dev (= ${binary:Version}),
+ librust-web-sys-0+webtransportdatagramstats-dev (= ${binary:Version}),
+ librust-web-sys-0+webtransporterror-dev (= ${binary:Version}),
+ librust-web-sys-0+webtransporterroroptions-dev (= ${binary:Version}),
+ librust-web-sys-0+webtransporterrorsource-dev (= ${binary:Version}),
+ librust-web-sys-0+webtransporthash-dev (= ${binary:Version}),
+ librust-web-sys-0+webtransportoptions-dev (= ${binary:Version}),
+ librust-web-sys-0+webtransportreceivestream-dev (= ${binary:Version}),
+ librust-web-sys-0+webtransportreceivestreamstats-dev (= ${binary:Version}),
+ librust-web-sys-0+webtransportreliabilitymode-dev (= ${binary:Version}),
+ librust-web-sys-0+webtransportsendstream-dev (= ${binary:Version}),
+ librust-web-sys-0+webtransportsendstreamoptions-dev (= ${binary:Version}),
+ librust-web-sys-0+webtransportsendstreamstats-dev (= ${binary:Version}),
+ librust-web-sys-0+webtransportstats-dev (= ${binary:Version}),
  librust-web-sys-0+webglcolorbufferfloat-dev (= ${binary:Version}),
  librust-web-sys-0+webglcompressedtextureastc-dev (= ${binary:Version}),
  librust-web-sys-0+webglcompressedtextureatc-dev (= ${binary:Version}),
@@ -2579,6 +2697,8 @@ Provides:
  librust-web-sys-0+writablestream-dev (= ${binary:Version}),
  librust-web-sys-0+writablestreamdefaultcontroller-dev (= ${binary:Version}),
  librust-web-sys-0+writablestreamdefaultwriter-dev (= ${binary:Version}),
+ librust-web-sys-0+writecommandtype-dev (= ${binary:Version}),
+ librust-web-sys-0+writeparams-dev (= ${binary:Version}),
  librust-web-sys-0+xpathexpression-dev (= ${binary:Version}),
  librust-web-sys-0+xpathnsresolver-dev (= ${binary:Version}),
  librust-web-sys-0+xpathresult-dev (= ${binary:Version}),
@@ -2587,6 +2707,8 @@ Provides:
  librust-web-sys-0+xmlserializer-dev (= ${binary:Version}),
  librust-web-sys-0+xreye-dev (= ${binary:Version}),
  librust-web-sys-0+xrframe-dev (= ${binary:Version}),
+ librust-web-sys-0+xrhand-dev (= ${binary:Version}),
+ librust-web-sys-0+xrhandjoint-dev (= ${binary:Version}),
  librust-web-sys-0+xrhandedness-dev (= ${binary:Version}),
  librust-web-sys-0+xrinputsource-dev (= ${binary:Version}),
  librust-web-sys-0+xrinputsourcearray-dev (= ${binary:Version}),
@@ -2594,6 +2716,7 @@ Provides:
  librust-web-sys-0+xrinputsourceeventinit-dev (= ${binary:Version}),
  librust-web-sys-0+xrinputsourceschangeevent-dev (= ${binary:Version}),
  librust-web-sys-0+xrinputsourceschangeeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0+xrjointpose-dev (= ${binary:Version}),
  librust-web-sys-0+xrlayer-dev (= ${binary:Version}),
  librust-web-sys-0+xrpermissiondescriptor-dev (= ${binary:Version}),
  librust-web-sys-0+xrpose-dev (= ${binary:Version}),
@@ -2753,8 +2876,6 @@ Provides:
  librust-web-sys-0.3+channelcountmode-dev (= ${binary:Version}),
  librust-web-sys-0.3+channelinterpretation-dev (= ${binary:Version}),
  librust-web-sys-0.3+channelmergeroptions-dev (= ${binary:Version}),
- librust-web-sys-0.3+channelpixellayout-dev (= ${binary:Version}),
- librust-web-sys-0.3+channelpixellayoutdatatype-dev (= ${binary:Version}),
  librust-web-sys-0.3+channelsplitteroptions-dev (= ${binary:Version}),
  librust-web-sys-0.3+checkerboardreason-dev (= ${binary:Version}),
  librust-web-sys-0.3+checkerboardreport-dev (= ${binary:Version}),
@@ -2775,6 +2896,7 @@ Provides:
  librust-web-sys-0.3+closeeventinit-dev (= ${binary:Version}),
  librust-web-sys-0.3+codecstate-dev (= ${binary:Version}),
  librust-web-sys-0.3+collectedclientdata-dev (= ${binary:Version}),
+ librust-web-sys-0.3+colorspaceconversion-dev (= ${binary:Version}),
  librust-web-sys-0.3+compositeoperation-dev (= ${binary:Version}),
  librust-web-sys-0.3+compositioneventinit-dev (= ${binary:Version}),
  librust-web-sys-0.3+computedeffecttiming-dev (= ${binary:Version}),
@@ -2925,6 +3047,7 @@ Provides:
  librust-web-sys-0.3+extsrgb-dev (= ${binary:Version}),
  librust-web-sys-0.3+extshadertexturelod-dev (= ${binary:Version}),
  librust-web-sys-0.3+exttexturefilteranisotropic-dev (= ${binary:Version}),
+ librust-web-sys-0.3+exttexturenorm16-dev (= ${binary:Version}),
  librust-web-sys-0.3+extendableevent-dev (= ${binary:Version}),
  librust-web-sys-0.3+extendableeventinit-dev (= ${binary:Version}),
  librust-web-sys-0.3+extendablemessageeventinit-dev (= ${binary:Version}),
@@ -2943,17 +3066,30 @@ Provides:
  librust-web-sys-0.3+filereader-dev (= ${binary:Version}),
  librust-web-sys-0.3+filereadersync-dev (= ${binary:Version}),
  librust-web-sys-0.3+filesystem-dev (= ${binary:Version}),
+ librust-web-sys-0.3+filesystemcreatewritableoptions-dev (= ${binary:Version}),
  librust-web-sys-0.3+filesystemdirectoryentry-dev (= ${binary:Version}),
+ librust-web-sys-0.3+filesystemdirectoryhandle-dev (= ${binary:Version}),
  librust-web-sys-0.3+filesystemdirectoryreader-dev (= ${binary:Version}),
  librust-web-sys-0.3+filesystementriescallback-dev (= ${binary:Version}),
  librust-web-sys-0.3+filesystementry-dev (= ${binary:Version}),
  librust-web-sys-0.3+filesystementrycallback-dev (= ${binary:Version}),
  librust-web-sys-0.3+filesystemfileentry-dev (= ${binary:Version}),
+ librust-web-sys-0.3+filesystemfilehandle-dev (= ${binary:Version}),
  librust-web-sys-0.3+filesystemflags-dev (= ${binary:Version}),
+ librust-web-sys-0.3+filesystemgetdirectoryoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3+filesystemgetfileoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3+filesystemhandle-dev (= ${binary:Version}),
+ librust-web-sys-0.3+filesystemhandlekind-dev (= ${binary:Version}),
+ librust-web-sys-0.3+filesystemreadwriteoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3+filesystemremoveoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3+filesystemsyncaccesshandle-dev (= ${binary:Version}),
+ librust-web-sys-0.3+filesystemwritablefilestream-dev (= ${binary:Version}),
  librust-web-sys-0.3+fillmode-dev (= ${binary:Version}),
  librust-web-sys-0.3+flashclassification-dev (= ${binary:Version}),
  librust-web-sys-0.3+flexlinegrowthstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3+flowcontroltype-dev (= ${binary:Version}),
  librust-web-sys-0.3+focuseventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3+fontdata-dev (= ${binary:Version}),
  librust-web-sys-0.3+fontface-dev (= ${binary:Version}),
  librust-web-sys-0.3+fontfacedescriptors-dev (= ${binary:Version}),
  librust-web-sys-0.3+fontfaceloadstatus-dev (= ${binary:Version}),
@@ -2980,6 +3116,7 @@ Provides:
  librust-web-sys-0.3+gamepadpose-dev (= ${binary:Version}),
  librust-web-sys-0.3+gamepadservicetest-dev (= ${binary:Version}),
  librust-web-sys-0.3+geolocation-dev (= ${binary:Version}),
+ librust-web-sys-0.3+getanimationsoptions-dev (= ${binary:Version}),
  librust-web-sys-0.3+getnotificationoptions-dev (= ${binary:Version}),
  librust-web-sys-0.3+getrootnodeoptions-dev (= ${binary:Version}),
  librust-web-sys-0.3+getusermediarequest-dev (= ${binary:Version}),
@@ -3003,6 +3140,7 @@ Provides:
  librust-web-sys-0.3+gpubufferbindinglayout-dev (= ${binary:Version}),
  librust-web-sys-0.3+gpubufferbindingtype-dev (= ${binary:Version}),
  librust-web-sys-0.3+gpubufferdescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3+gpubuffermapstate-dev (= ${binary:Version}),
  librust-web-sys-0.3+gpucanvasalphamode-dev (= ${binary:Version}),
  librust-web-sys-0.3+gpucanvasconfiguration-dev (= ${binary:Version}),
  librust-web-sys-0.3+gpucanvascontext-dev (= ${binary:Version}),
@@ -3044,6 +3182,7 @@ Provides:
  librust-web-sys-0.3+gpuimagecopytexturetagged-dev (= ${binary:Version}),
  librust-web-sys-0.3+gpuimagedatalayout-dev (= ${binary:Version}),
  librust-web-sys-0.3+gpuindexformat-dev (= ${binary:Version}),
+ librust-web-sys-0.3+gpuinternalerror-dev (= ${binary:Version}),
  librust-web-sys-0.3+gpuloadop-dev (= ${binary:Version}),
  librust-web-sys-0.3+gpumipmapfiltermode-dev (= ${binary:Version}),
  librust-web-sys-0.3+gpumultisamplestate-dev (= ${binary:Version}),
@@ -3170,7 +3309,7 @@ Provides:
  librust-web-sys-0.3+idlerequestoptions-dev (= ${binary:Version}),
  librust-web-sys-0.3+iirfilteroptions-dev (= ${binary:Version}),
  librust-web-sys-0.3+imagebitmap-dev (= ${binary:Version}),
- librust-web-sys-0.3+imagebitmapformat-dev (= ${binary:Version}),
+ librust-web-sys-0.3+imagebitmapoptions-dev (= ${binary:Version}),
  librust-web-sys-0.3+imagebitmaprenderingcontext-dev (= ${binary:Version}),
  librust-web-sys-0.3+imagecapture-dev (= ${binary:Version}),
  librust-web-sys-0.3+imagecaptureerror-dev (= ${binary:Version}),
@@ -3181,6 +3320,8 @@ Provides:
  librust-web-sys-0.3+imagedecoderesult-dev (= ${binary:Version}),
  librust-web-sys-0.3+imagedecoder-dev (= ${binary:Version}),
  librust-web-sys-0.3+imagedecoderinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3+imageencodeoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3+imageorientation-dev (= ${binary:Version}),
  librust-web-sys-0.3+imagetrack-dev (= ${binary:Version}),
  librust-web-sys-0.3+imagetracklist-dev (= ${binary:Version}),
  librust-web-sys-0.3+inputeventinit-dev (= ${binary:Version}),
@@ -3198,6 +3339,7 @@ Provides:
  librust-web-sys-0.3+keyevent-dev (= ${binary:Version}),
  librust-web-sys-0.3+keyidsinitdata-dev (= ${binary:Version}),
  librust-web-sys-0.3+keyboardeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3+keyframeanimationoptions-dev (= ${binary:Version}),
  librust-web-sys-0.3+keyframeeffect-dev (= ${binary:Version}),
  librust-web-sys-0.3+keyframeeffectoptions-dev (= ${binary:Version}),
  librust-web-sys-0.3+l10nelement-dev (= ${binary:Version}),
@@ -3274,6 +3416,10 @@ Provides:
  librust-web-sys-0.3+mediatrackconstraints-dev (= ${binary:Version}),
  librust-web-sys-0.3+mediatracksettings-dev (= ${binary:Version}),
  librust-web-sys-0.3+mediatracksupportedconstraints-dev (= ${binary:Version}),
+ librust-web-sys-0.3+memoryattribution-dev (= ${binary:Version}),
+ librust-web-sys-0.3+memoryattributioncontainer-dev (= ${binary:Version}),
+ librust-web-sys-0.3+memorybreakdownentry-dev (= ${binary:Version}),
+ librust-web-sys-0.3+memorymeasurement-dev (= ${binary:Version}),
  librust-web-sys-0.3+messagechannel-dev (= ${binary:Version}),
  librust-web-sys-0.3+messageevent-dev (= ${binary:Version}),
  librust-web-sys-0.3+messageeventinit-dev (= ${binary:Version}),
@@ -3331,6 +3477,7 @@ Provides:
  librust-web-sys-0.3+offlineaudiocontextoptions-dev (= ${binary:Version}),
  librust-web-sys-0.3+offlineresourcelist-dev (= ${binary:Version}),
  librust-web-sys-0.3+offscreencanvas-dev (= ${binary:Version}),
+ librust-web-sys-0.3+offscreencanvasrenderingcontext2d-dev (= ${binary:Version}),
  librust-web-sys-0.3+openwindoweventdetail-dev (= ${binary:Version}),
  librust-web-sys-0.3+optionaleffecttiming-dev (= ${binary:Version}),
  librust-web-sys-0.3+orientationlocktype-dev (= ${binary:Version}),
@@ -3346,6 +3493,7 @@ Provides:
  librust-web-sys-0.3+paintworkletglobalscope-dev (= ${binary:Version}),
  librust-web-sys-0.3+panneroptions-dev (= ${binary:Version}),
  librust-web-sys-0.3+panningmodeltype-dev (= ${binary:Version}),
+ librust-web-sys-0.3+paritytype-dev (= ${binary:Version}),
  librust-web-sys-0.3+path2d-dev (= ${binary:Version}),
  librust-web-sys-0.3+paymentaddress-dev (= ${binary:Version}),
  librust-web-sys-0.3+paymentcomplete-dev (= ${binary:Version}),
@@ -3393,6 +3541,7 @@ Provides:
  librust-web-sys-0.3+positionalignsetting-dev (= ${binary:Version}),
  librust-web-sys-0.3+positionerror-dev (= ${binary:Version}),
  librust-web-sys-0.3+positionoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3+premultiplyalpha-dev (= ${binary:Version}),
  librust-web-sys-0.3+presentation-dev (= ${binary:Version}),
  librust-web-sys-0.3+presentationavailability-dev (= ${binary:Version}),
  librust-web-sys-0.3+presentationconnection-dev (= ${binary:Version}),
@@ -3437,6 +3586,7 @@ Provides:
  librust-web-sys-0.3+pushsubscriptionkeys-dev (= ${binary:Version}),
  librust-web-sys-0.3+pushsubscriptionoptions-dev (= ${binary:Version}),
  librust-web-sys-0.3+pushsubscriptionoptionsinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3+queryoptions-dev (= ${binary:Version}),
  librust-web-sys-0.3+queuingstrategy-dev (= ${binary:Version}),
  librust-web-sys-0.3+queuingstrategyinit-dev (= ${binary:Version}),
  librust-web-sys-0.3+radionodelist-dev (= ${binary:Version}),
@@ -3475,6 +3625,7 @@ Provides:
  librust-web-sys-0.3+resizeobserverentry-dev (= ${binary:Version}),
  librust-web-sys-0.3+resizeobserveroptions-dev (= ${binary:Version}),
  librust-web-sys-0.3+resizeobserversize-dev (= ${binary:Version}),
+ librust-web-sys-0.3+resizequality-dev (= ${binary:Version}),
  librust-web-sys-0.3+response-dev (= ${binary:Version}),
  librust-web-sys-0.3+responseinit-dev (= ${binary:Version}),
  librust-web-sys-0.3+responsetype-dev (= ${binary:Version}),
@@ -3523,6 +3674,7 @@ Provides:
  librust-web-sys-0.3+rtcpeerconnection-dev (= ${binary:Version}),
  librust-web-sys-0.3+rtcpeerconnectioniceevent-dev (= ${binary:Version}),
  librust-web-sys-0.3+rtcpeerconnectioniceeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3+rtcpeerconnectionstate-dev (= ${binary:Version}),
  librust-web-sys-0.3+rtcprioritytype-dev (= ${binary:Version}),
  librust-web-sys-0.3+rtcrtcpparameters-dev (= ${binary:Version}),
  librust-web-sys-0.3+rtcrtpcodecparameters-dev (= ${binary:Version}),
@@ -3575,6 +3727,15 @@ Provides:
  librust-web-sys-0.3+securitypolicyviolationeventdisposition-dev (= ${binary:Version}),
  librust-web-sys-0.3+securitypolicyviolationeventinit-dev (= ${binary:Version}),
  librust-web-sys-0.3+selection-dev (= ${binary:Version}),
+ librust-web-sys-0.3+selectionmode-dev (= ${binary:Version}),
+ librust-web-sys-0.3+serial-dev (= ${binary:Version}),
+ librust-web-sys-0.3+serialinputsignals-dev (= ${binary:Version}),
+ librust-web-sys-0.3+serialoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3+serialoutputsignals-dev (= ${binary:Version}),
+ librust-web-sys-0.3+serialport-dev (= ${binary:Version}),
+ librust-web-sys-0.3+serialportfilter-dev (= ${binary:Version}),
+ librust-web-sys-0.3+serialportinfo-dev (= ${binary:Version}),
+ librust-web-sys-0.3+serialportrequestoptions-dev (= ${binary:Version}),
  librust-web-sys-0.3+serversocketoptions-dev (= ${binary:Version}),
  librust-web-sys-0.3+serviceworker-dev (= ${binary:Version}),
  librust-web-sys-0.3+serviceworkercontainer-dev (= ${binary:Version}),
@@ -3825,6 +3986,24 @@ Provides:
  librust-web-sys-0.3+websocket-dev (= ${binary:Version}),
  librust-web-sys-0.3+websocketdict-dev (= ${binary:Version}),
  librust-web-sys-0.3+websocketelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3+webtransport-dev (= ${binary:Version}),
+ librust-web-sys-0.3+webtransportbidirectionalstream-dev (= ${binary:Version}),
+ librust-web-sys-0.3+webtransportcloseinfo-dev (= ${binary:Version}),
+ librust-web-sys-0.3+webtransportcongestioncontrol-dev (= ${binary:Version}),
+ librust-web-sys-0.3+webtransportdatagramduplexstream-dev (= ${binary:Version}),
+ librust-web-sys-0.3+webtransportdatagramstats-dev (= ${binary:Version}),
+ librust-web-sys-0.3+webtransporterror-dev (= ${binary:Version}),
+ librust-web-sys-0.3+webtransporterroroptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3+webtransporterrorsource-dev (= ${binary:Version}),
+ librust-web-sys-0.3+webtransporthash-dev (= ${binary:Version}),
+ librust-web-sys-0.3+webtransportoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3+webtransportreceivestream-dev (= ${binary:Version}),
+ librust-web-sys-0.3+webtransportreceivestreamstats-dev (= ${binary:Version}),
+ librust-web-sys-0.3+webtransportreliabilitymode-dev (= ${binary:Version}),
+ librust-web-sys-0.3+webtransportsendstream-dev (= ${binary:Version}),
+ librust-web-sys-0.3+webtransportsendstreamoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3+webtransportsendstreamstats-dev (= ${binary:Version}),
+ librust-web-sys-0.3+webtransportstats-dev (= ${binary:Version}),
  librust-web-sys-0.3+webglcolorbufferfloat-dev (= ${binary:Version}),
  librust-web-sys-0.3+webglcompressedtextureastc-dev (= ${binary:Version}),
  librust-web-sys-0.3+webglcompressedtextureatc-dev (= ${binary:Version}),
@@ -3857,6 +4036,8 @@ Provides:
  librust-web-sys-0.3+writablestream-dev (= ${binary:Version}),
  librust-web-sys-0.3+writablestreamdefaultcontroller-dev (= ${binary:Version}),
  librust-web-sys-0.3+writablestreamdefaultwriter-dev (= ${binary:Version}),
+ librust-web-sys-0.3+writecommandtype-dev (= ${binary:Version}),
+ librust-web-sys-0.3+writeparams-dev (= ${binary:Version}),
  librust-web-sys-0.3+xpathexpression-dev (= ${binary:Version}),
  librust-web-sys-0.3+xpathnsresolver-dev (= ${binary:Version}),
  librust-web-sys-0.3+xpathresult-dev (= ${binary:Version}),
@@ -3865,6 +4046,8 @@ Provides:
  librust-web-sys-0.3+xmlserializer-dev (= ${binary:Version}),
  librust-web-sys-0.3+xreye-dev (= ${binary:Version}),
  librust-web-sys-0.3+xrframe-dev (= ${binary:Version}),
+ librust-web-sys-0.3+xrhand-dev (= ${binary:Version}),
+ librust-web-sys-0.3+xrhandjoint-dev (= ${binary:Version}),
  librust-web-sys-0.3+xrhandedness-dev (= ${binary:Version}),
  librust-web-sys-0.3+xrinputsource-dev (= ${binary:Version}),
  librust-web-sys-0.3+xrinputsourcearray-dev (= ${binary:Version}),
@@ -3872,6 +4055,7 @@ Provides:
  librust-web-sys-0.3+xrinputsourceeventinit-dev (= ${binary:Version}),
  librust-web-sys-0.3+xrinputsourceschangeevent-dev (= ${binary:Version}),
  librust-web-sys-0.3+xrinputsourceschangeeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3+xrjointpose-dev (= ${binary:Version}),
  librust-web-sys-0.3+xrlayer-dev (= ${binary:Version}),
  librust-web-sys-0.3+xrpermissiondescriptor-dev (= ${binary:Version}),
  librust-web-sys-0.3+xrpose-dev (= ${binary:Version}),
@@ -3904,1284 +4088,1345 @@ Provides:
  librust-web-sys-0.3+gpu-map-mode-dev (= ${binary:Version}),
  librust-web-sys-0.3+gpu-shader-stage-dev (= ${binary:Version}),
  librust-web-sys-0.3+gpu-texture-usage-dev (= ${binary:Version}),
- librust-web-sys-0.3.60-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+abortcontroller-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+abortsignal-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+addeventlisteneroptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+aescbcparams-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+aesctrparams-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+aesderivedkeyparams-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+aesgcmparams-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+aeskeyalgorithm-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+aeskeygenparams-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+algorithm-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+alignsetting-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+allowedbluetoothdevice-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+allowedusbdevice-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+alphaoption-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+analyseroptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+angleinstancedarrays-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+animation-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+animationeffect-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+animationevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+animationeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+animationplaystate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+animationplaybackevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+animationplaybackeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+animationpropertydetails-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+animationpropertyvaluedetails-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+animationtimeline-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+assignednodesoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+attestationconveyancepreference-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+attributenamevalue-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audiobuffer-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audiobufferoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audiobuffersourceoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audioconfiguration-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audiocontextoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audiocontextstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audiodata-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audiodatacopytooptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audiodatainit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audiodecoder-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audiodecoderconfig-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audiodecoderinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audiodecodersupport-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audioencoder-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audioencoderconfig-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audioencoderinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audioencodersupport-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audiolistener-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audionode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audionodeoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audioparam-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audioparammap-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audioprocessingevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audiosampleformat-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audiotrack-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audiotracklist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audioworklet-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audioworkletglobalscope-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audioworkletnodeoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audioworkletprocessor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+authenticationextensionsclientinputs-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+authenticationextensionsclientoutputs-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+authenticatorassertionresponse-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+authenticatorattachment-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+authenticatorattestationresponse-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+authenticatorresponse-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+authenticatorselectioncriteria-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+authenticatortransport-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+autokeyword-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+autocompleteinfo-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+barprop-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+baseaudiocontext-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+basecomputedkeyframe-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+basekeyframe-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+basepropertyindexedkeyframe-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+basiccardrequest-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+basiccardresponse-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+basiccardtype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+batterymanager-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+beforeunloadevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+binarytype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+biquadfilteroptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+biquadfiltertype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+blob-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+blobevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+blobeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+blobpropertybag-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+blockparsingoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+bluetooth-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+bluetoothadvertisingevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+bluetoothadvertisingeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+bluetoothcharacteristicproperties-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+bluetoothdatafilterinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+bluetoothdevice-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+bluetoothlescanfilterinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+bluetoothmanufacturerdatamap-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+bluetoothpermissiondescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+bluetoothpermissionstorage-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+bluetoothremotegattcharacteristic-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+bluetoothremotegattdescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+bluetoothremotegattserver-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+bluetoothremotegattservice-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+bluetoothservicedatamap-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+bluetoothuuid-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+boxquadoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+broadcastchannel-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+browserelementdownloadoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+browserelementexecutescriptoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+browserfeedwriter-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+browserfindcasesensitivity-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+browserfinddirection-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+bytelengthqueuingstrategy-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+cache-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+cachebatchoperation-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+cachequeryoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+cachestorage-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+cachestoragenamespace-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+canvasgradient-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+canvaspattern-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+canvasrenderingcontext2d-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+canvaswindingrule-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+caretchangedreason-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+caretposition-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+caretstatechangedeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+channelcountmode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+channelinterpretation-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+channelmergeroptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+channelpixellayout-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+channelpixellayoutdatatype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+channelsplitteroptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+checkerboardreason-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+checkerboardreport-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+checkerboardreportservice-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+chromefilepropertybag-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+client-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+clientqueryoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+clientrectsandtexts-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+clienttype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+clients-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+clipboard-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+clipboardevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+clipboardeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+clipboarditem-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+clipboarditemoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+clipboardpermissiondescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+closeevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+closeeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+codecstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+collectedclientdata-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+compositeoperation-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+compositioneventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+computedeffecttiming-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+connstatusdict-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+connectiontype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+consolecounter-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+consolecountererror-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+consoleevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+consoleinstance-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+consoleinstanceoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+consolelevel-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+consoleloglevel-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+consoleprofileevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+consolestackentry-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+consoletimererror-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+consoletimerlogorend-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+consoletimerstart-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+constantsourceoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+constrainbooleanparameters-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+constraindomstringparameters-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+constraindoublerange-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+constrainlongrange-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+contextattributes2d-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+convertcoordinateoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+convolveroptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+coordinates-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+countqueuingstrategy-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+credential-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+credentialcreationoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+credentialrequestoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+credentialscontainer-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+crypto-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+cryptokey-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+cryptokeypair-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+csp-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+csppolicies-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+cspreport-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+cspreportproperties-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+cssboxtype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+csscounterstylerule-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+cssfontfacerule-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+cssfontfeaturevaluesrule-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+cssgroupingrule-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+cssimportrule-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+csskeyframerule-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+csskeyframesrule-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+cssnamespacerule-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+csspagerule-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+csspseudoelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+cssrule-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+cssrulelist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+cssstyledeclaration-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+cssstylerule-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+cssstylesheet-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+cssstylesheetparsingmode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+customelementregistry-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+customevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+customeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+datatransfer-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+datatransferitem-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+datatransferitemlist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+datetimevalue-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+decoderdoctornotification-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+decoderdoctornotificationtype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+delayoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+deviceacceleration-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+deviceaccelerationinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+devicelightevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+devicelighteventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+devicemotionevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+devicemotioneventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+deviceorientationevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+deviceorientationeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+deviceproximityevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+deviceproximityeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+devicerotationrate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+devicerotationrateinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+dhkeyderiveparams-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+directionsetting-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+directory-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+displaymediastreamconstraints-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+displaynameoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+displaynameresult-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+distancemodeltype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+dnscachedict-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+dnscacheentry-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+dnslookupdict-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+documenttimeline-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+documenttimelineoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+domerror-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+domexception-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+domimplementation-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+dommatrix-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+dommatrixreadonly-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+domparser-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+dompoint-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+dompointinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+dompointreadonly-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+domquad-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+domquadinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+domquadjson-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+domrect-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+domrectinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+domrectlist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+domrectreadonly-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+domrequest-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+domrequestreadystate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+domstringlist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+domstringmap-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+domtokenlist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+domwindowresizeeventdetail-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+drageventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+dynamicscompressoroptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+eckeyalgorithm-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+eckeygenparams-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+eckeyimportparams-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+ecdhkeyderiveparams-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+ecdsaparams-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+effecttiming-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+elementcreationoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+elementdefinitionoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+encodedaudiochunk-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+encodedaudiochunkinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+encodedaudiochunkmetadata-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+encodedaudiochunktype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+encodedvideochunk-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+encodedvideochunkinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+encodedvideochunkmetadata-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+encodedvideochunktype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+endingtypes-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+errorcallback-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+errorevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+erroreventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+event-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+eventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+eventlistener-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+eventlisteneroptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+eventmodifierinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+eventsource-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+eventsourceinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+eventtarget-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+exception-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+extblendminmax-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+extcolorbufferfloat-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+extcolorbufferhalffloat-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+extdisjointtimerquery-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+extfragdepth-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+extsrgb-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+extshadertexturelod-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+exttexturefilteranisotropic-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+extendableevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+extendableeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+extendablemessageeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+external-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+fakepluginmimeentry-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+fakeplugintaginit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+fetcheventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+fetchobserver-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+fetchreadablestreamreaddataarray-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+fetchreadablestreamreaddatadone-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+fetchstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+file-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+filecallback-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+filelist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+filepropertybag-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+filereader-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+filereadersync-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+filesystem-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+filesystemdirectoryentry-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+filesystemdirectoryreader-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+filesystementriescallback-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+filesystementry-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+filesystementrycallback-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+filesystemfileentry-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+filesystemflags-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+fillmode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+flashclassification-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+flexlinegrowthstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+focuseventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+fontface-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+fontfacedescriptors-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+fontfaceloadstatus-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+fontfaceset-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+fontfacesetiterator-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+fontfacesetiteratorresult-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+fontfacesetloadevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+fontfacesetloadeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+fontfacesetloadstatus-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+formdata-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+frametype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+fuzzingfunctions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gainoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gamepad-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gamepadaxismoveeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gamepadbutton-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gamepadbuttoneventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gamepadevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gamepadeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gamepadhand-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gamepadhapticactuator-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gamepadhapticactuatortype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gamepadmappingtype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gamepadpose-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gamepadservicetest-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+geolocation-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+getnotificationoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+getrootnodeoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+getusermediarequest-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpu-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuadapter-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuadapterinfo-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuaddressmode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuautolayoutmode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpubindgroup-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpubindgroupdescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpubindgroupentry-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpubindgrouplayout-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpubindgrouplayoutdescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpubindgrouplayoutentry-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpublendcomponent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpublendfactor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpublendoperation-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpublendstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpubuffer-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpubufferbinding-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpubufferbindinglayout-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpubufferbindingtype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpubufferdescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpucanvasalphamode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpucanvasconfiguration-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpucanvascontext-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpucolordict-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpucolortargetstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpucommandbuffer-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpucommandbufferdescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpucommandencoder-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpucommandencoderdescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpucomparefunction-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpucompilationinfo-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpucompilationmessage-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpucompilationmessagetype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpucomputepassdescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpucomputepassencoder-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpucomputepasstimestamplocation-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpucomputepasstimestampwrite-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpucomputepipeline-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpucomputepipelinedescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpucullmode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpudepthstencilstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpudevice-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpudevicedescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpudevicelostinfo-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpudevicelostreason-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuerror-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuerrorfilter-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuextent3ddict-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuexternaltexture-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuexternaltexturebindinglayout-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuexternaltexturedescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpufeaturename-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpufiltermode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpufragmentstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpufrontface-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuimagecopybuffer-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuimagecopyexternalimage-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuimagecopytexture-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuimagecopytexturetagged-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuimagedatalayout-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuindexformat-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuloadop-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpumipmapfiltermode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpumultisamplestate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuobjectdescriptorbase-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuorigin2ddict-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuorigin3ddict-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuoutofmemoryerror-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpupipelinedescriptorbase-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpupipelinelayout-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpupipelinelayoutdescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpupowerpreference-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuprimitivestate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuprimitivetopology-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuprogrammablestage-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuqueryset-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuquerysetdescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuquerytype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuqueue-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuqueuedescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpurenderbundle-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpurenderbundledescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpurenderbundleencoder-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpurenderbundleencoderdescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpurenderpasscolorattachment-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpurenderpassdepthstencilattachment-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpurenderpassdescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpurenderpassencoder-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpurenderpasslayout-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpurenderpasstimestamplocation-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpurenderpasstimestampwrite-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpurenderpipeline-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpurenderpipelinedescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpurequestadapteroptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpusampler-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpusamplerbindinglayout-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpusamplerbindingtype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpusamplerdescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpushadermodule-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpushadermodulecompilationhint-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpushadermoduledescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpustencilfacestate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpustenciloperation-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpustoragetextureaccess-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpustoragetexturebindinglayout-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpustoreop-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpusupportedfeatures-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpusupportedlimits-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gputexture-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gputextureaspect-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gputexturebindinglayout-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gputexturedescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gputexturedimension-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gputextureformat-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gputexturesampletype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gputextureview-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gputextureviewdescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gputextureviewdimension-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuuncapturederrorevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuuncapturederroreventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuvalidationerror-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuvertexattribute-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuvertexbufferlayout-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuvertexformat-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuvertexstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpuvertexstepmode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+griddeclaration-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gridtrackstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+groupedhistoryeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+halfopeninfodict-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+hardwareacceleration-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+hashchangeevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+hashchangeeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+headers-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+headersguardenum-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+hid-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+hidcollectioninfo-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+hidconnectionevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+hidconnectioneventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+hiddevice-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+hiddevicefilter-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+hiddevicerequestoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+hidinputreportevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+hidinputreporteventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+hidreportinfo-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+hidreportitem-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+hidunitsystem-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+hiddenplugineventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+history-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+hitregionoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+hkdfparams-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+hmacderivedkeyparams-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+hmacimportparams-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+hmackeyalgorithm-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+hmackeygenparams-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlallcollection-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlcollection-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlformcontrolscollection-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmloptionscollection-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+httpconndict-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+httpconninfo-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+httpconnectionelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+idbcursor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+idbcursordirection-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+idbcursorwithvalue-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+idbdatabase-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+idbfactory-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+idbfilehandle-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+idbfilemetadataparameters-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+idbindex-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+idbindexparameters-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+idbkeyrange-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+idblocaleawarekeyrange-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+idbmutablefile-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+idbobjectstore-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+idbobjectstoreparameters-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+idbopendboptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+idbrequest-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+idbrequestreadystate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+idbtransaction-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+idbtransactionmode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+idbversionchangeevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+idbversionchangeeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+idledeadline-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+idlerequestoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+iirfilteroptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+imagebitmap-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+imagebitmapformat-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+imagebitmaprenderingcontext-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+imagecapture-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+imagecaptureerror-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+imagecaptureerrorevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+imagecaptureerroreventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+imagedata-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+imagedecodeoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+imagedecoderesult-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+imagedecoder-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+imagedecoderinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+imagetrack-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+imagetracklist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+inputeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+installtriggerdata-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+intersectionobserver-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+intersectionobserverentry-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+intersectionobserverentryinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+intersectionobserverinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+intlutils-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+iterablekeyandvalueresult-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+iterablekeyorvalueresult-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+iterationcompositeoperation-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+jsonwebkey-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+keyalgorithm-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+keyevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+keyidsinitdata-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+keyboardeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+keyframeeffect-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+keyframeeffectoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+l10nelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+l10nvalue-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+latencymode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+lifecyclecallbacks-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+linealignsetting-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+listboxobject-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+localeinfo-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+location-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediacapabilities-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediacapabilitiesinfo-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediaconfiguration-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediadecodingconfiguration-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediadecodingtype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediadeviceinfo-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediadevicekind-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediadevices-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediaelementaudiosourceoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediaencodingconfiguration-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediaencodingtype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediaencryptedevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediaerror-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediaimage-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediakeyerror-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediakeymessageevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediakeymessageeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediakeymessagetype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediakeyneededeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediakeysession-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediakeysessiontype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediakeystatus-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediakeystatusmap-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediakeysystemaccess-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediakeysystemconfiguration-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediakeysystemmediacapability-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediakeysystemstatus-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediakeys-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediakeyspolicy-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediakeysrequirement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+medialist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediametadata-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediametadatainit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediapositionstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediaquerylist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediaquerylistevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediaquerylisteventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediarecorder-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediarecordererrorevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediarecordererroreventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediarecorderoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediasession-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediasessionaction-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediasessionactiondetails-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediasessionplaybackstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediasource-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediasourceendofstreamerror-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediasourceenum-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediasourcereadystate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediastream-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediastreamaudiosourceoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediastreamconstraints-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediastreamerror-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediastreamevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediastreameventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediastreamtrack-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediastreamtrackevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediastreamtrackeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediastreamtrackgeneratorinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediastreamtrackprocessor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediastreamtrackprocessorinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediastreamtrackstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediatrackconstraintset-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediatrackconstraints-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediatracksettings-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediatracksupportedconstraints-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+messagechannel-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+messageevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+messageeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+messageport-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+midiaccess-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+midiconnectionevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+midiconnectioneventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+midiinputmap-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+midimessageevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+midimessageeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+midioptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+midioutputmap-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+midiport-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+midiportconnectionstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+midiportdevicestate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+midiporttype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mimetype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mimetypearray-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mouseeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mozdebug-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mutationevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mutationobserver-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mutationobserverinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mutationobservinginfo-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mutationrecord-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+namednodemap-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+nativeosfilereadoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+nativeosfilewriteatomicoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+navigationtype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+navigator-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+navigatorautomationinformation-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+networkcommandoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+networkinformation-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+networkresultoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+node-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+nodefilter-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+nodeiterator-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+nodelist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+notification-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+notificationbehavior-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+notificationdirection-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+notificationeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+notificationoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+notificationpermission-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+observercallback-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+oeselementindexuint-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+oesstandardderivatives-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+oestexturefloat-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+oestexturefloatlinear-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+oestexturehalffloat-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+oestexturehalffloatlinear-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+oesvertexarrayobject-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+offlineaudiocompletionevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+offlineaudiocompletioneventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+offlineaudiocontextoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+offlineresourcelist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+offscreencanvas-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+openwindoweventdetail-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+optionaleffecttiming-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+orientationlocktype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+orientationtype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+oscillatoroptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+oscillatortype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+oversampletype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+ovrmultiview2-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+pagetransitionevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+pagetransitioneventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+paintrequest-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+paintrequestlist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+paintworkletglobalscope-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+panneroptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+panningmodeltype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+path2d-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+paymentaddress-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+paymentcomplete-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+paymentmethodchangeeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+paymentrequestupdateevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+paymentrequestupdateeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+paymentresponse-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+pbkdf2params-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+pcimpliceconnectionstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+pcimplicegatheringstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+pcimplsignalingstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+pcobserverstatetype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+performance-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+performanceentry-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+performanceentryeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+performanceentryfilteroptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+performancemark-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+performancemeasure-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+performancenavigation-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+performanceobserver-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+performanceobserverentrylist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+performanceobserverinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+performanceresourcetiming-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+performanceservertiming-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+performancetiming-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+periodicwave-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+periodicwaveconstraints-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+periodicwaveoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+permissiondescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+permissionname-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+permissionstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+permissionstatus-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+permissions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+planelayout-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+playbackdirection-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+plugin-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+pluginarray-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+plugincrashedeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+pointereventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+popstateevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+popstateeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+popupblockedevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+popupblockedeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+position-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+positionalignsetting-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+positionerror-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+positionoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+presentation-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+presentationavailability-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+presentationconnection-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+presentationconnectionavailableevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+presentationconnectionavailableeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+presentationconnectionbinarytype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+presentationconnectioncloseevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+presentationconnectioncloseeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+presentationconnectionclosedreason-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+presentationconnectionlist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+presentationconnectionstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+presentationreceiver-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+presentationrequest-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+presentationstyle-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+profiletimelinelayerrect-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+profiletimelinemarker-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+profiletimelinemessageportoperationtype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+profiletimelinestackframe-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+profiletimelineworkeroperationtype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+progressevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+progresseventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+promisenativehandler-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+promiserejectionevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+promiserejectioneventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+publickeycredential-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+publickeycredentialcreationoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+publickeycredentialdescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+publickeycredentialentity-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+publickeycredentialparameters-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+publickeycredentialrequestoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+publickeycredentialrpentity-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+publickeycredentialtype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+publickeycredentialuserentity-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+pushencryptionkeyname-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+pusheventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+pushmanager-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+pushmessagedata-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+pushpermissionstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+pushsubscription-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+pushsubscriptioninit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+pushsubscriptionjson-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+pushsubscriptionkeys-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+pushsubscriptionoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+pushsubscriptionoptionsinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+queuingstrategy-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+queuingstrategyinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+radionodelist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+range-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rcwnperfstats-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rcwnstatus-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+readablebytestreamcontroller-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+readablestream-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+readablestreambyobreader-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+readablestreambyobrequest-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+readablestreamdefaultcontroller-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+readablestreamdefaultreader-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+readablestreamgetreaderoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+readablestreamiteratoroptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+readablestreamreadresult-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+readablestreamreadermode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+readablestreamtype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+readablewritablepair-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+recordingstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+referrerpolicy-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+registerrequest-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+registerresponse-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+registeredkey-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+registrationoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+request-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+requestcache-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+requestcredentials-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+requestdestination-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+requestdeviceoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+requestinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+requestmediakeysystemaccessnotification-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+requestmode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+requestredirect-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+resizeobserver-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+resizeobserverboxoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+resizeobserverentry-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+resizeobserveroptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+resizeobserversize-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+response-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+responseinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+responsetype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rsahashedimportparams-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rsaoaepparams-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rsaotherprimesinfo-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rsapssparams-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcansweroptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcbundlepolicy-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtccertificate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtccertificateexpiration-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtccodecstats-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcconfiguration-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcdatachannel-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcdatachannelevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcdatachanneleventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcdatachannelinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcdatachannelstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcdatachanneltype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcdegradationpreference-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcfecparameters-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcicecandidate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcicecandidateinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcicecandidatepairstats-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcicecandidatestats-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcicecomponentstats-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtciceconnectionstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcicecredentialtype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcicegatheringstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtciceserver-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcicetransportpolicy-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcidentityassertion-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcidentityassertionresult-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcidentityprovider-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcidentityproviderdetails-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcidentityprovideroptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcidentityproviderregistrar-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcidentityvalidationresult-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcinboundrtpstreamstats-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtclifecycleevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcmediastreamstats-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcmediastreamtrackstats-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcofferansweroptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcofferoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcoutboundrtpstreamstats-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcpeerconnection-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcpeerconnectioniceevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcpeerconnectioniceeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcprioritytype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcrtcpparameters-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcrtpcodecparameters-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcrtpcontributingsource-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcrtpencodingparameters-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcrtpheaderextensionparameters-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcrtpparameters-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcrtpreceiver-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcrtpsender-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcrtpsourceentry-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcrtpsourceentrytype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcrtpsynchronizationsource-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcrtptransceiver-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcrtptransceiverdirection-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcrtptransceiverinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcrtxparameters-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcsdptype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcsessiondescription-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcsessiondescriptioninit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcsignalingstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcstats-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcstatsicecandidatepairstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcstatsicecandidatetype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcstatsreport-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcstatsreportinternal-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcstatstype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtctrackevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtctrackeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtctransportstats-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcdtmfsender-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcdtmftonechangeevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcdtmftonechangeeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcrtpcontributingsourcestats-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+rtcrtpstreamstats-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+screen-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+screencolorgamut-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+screenluminance-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+screenorientation-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+scrollbehavior-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+scrollboxobject-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+scrollintoviewoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+scrolllogicalposition-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+scrolloptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+scrollrestoration-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+scrollsetting-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+scrollstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+scrolltooptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+scrollviewchangeeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+securitypolicyviolationevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+securitypolicyviolationeventdisposition-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+securitypolicyviolationeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+selection-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+serversocketoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+serviceworker-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+serviceworkercontainer-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+serviceworkerregistration-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+serviceworkerstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+serviceworkerupdateviacache-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+shadowrootinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+shadowrootmode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+sharedata-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+sharedworker-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+signresponse-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+socketelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+socketoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+socketreadystate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+socketsdict-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+sourcebuffer-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+sourcebufferappendmode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+sourcebufferlist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+speechgrammar-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+speechgrammarlist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+speechrecognition-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+speechrecognitionalternative-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+speechrecognitionerror-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+speechrecognitionerrorcode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+speechrecognitionerrorinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+speechrecognitionevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+speechrecognitioneventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+speechrecognitionresult-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+speechrecognitionresultlist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+speechsynthesis-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+speechsynthesiserrorcode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+speechsynthesiserroreventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+speechsynthesisevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+speechsynthesiseventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+speechsynthesisutterance-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+speechsynthesisvoice-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+stereopanneroptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+storage-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+storageestimate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+storageevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+storageeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+storagemanager-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+storagetype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+streampipeoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+stylerulechangeeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+stylesheet-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+stylesheetapplicablestatechangeeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+stylesheetchangeeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+stylesheetlist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+submitevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+submiteventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+subtlecrypto-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+supportedtype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svcoutputmetadata-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgangle-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svganimatedangle-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svganimatedboolean-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svganimatedenumeration-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svganimatedinteger-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svganimatedlength-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svganimatedlengthlist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svganimatednumber-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svganimatednumberlist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svganimatedpreserveaspectratio-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svganimatedrect-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svganimatedstring-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svganimatedtransformlist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgboundingboxoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svglength-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svglengthlist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgmatrix-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgnumber-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgnumberlist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpathseg-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpathsegarcabs-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpathsegarcrel-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpathsegclosepath-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpathsegcurvetocubicabs-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpathsegcurvetocubicrel-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpathsegcurvetocubicsmoothabs-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpathsegcurvetocubicsmoothrel-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpathsegcurvetoquadraticabs-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpathsegcurvetoquadraticrel-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpathsegcurvetoquadraticsmoothabs-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpathsegcurvetoquadraticsmoothrel-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpathseglinetoabs-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpathseglinetohorizontalabs-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpathseglinetohorizontalrel-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpathseglinetorel-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpathseglinetoverticalabs-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpathseglinetoverticalrel-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpathseglist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpathsegmovetoabs-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpathsegmovetorel-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpoint-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpointlist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpreserveaspectratio-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgrect-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgstringlist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgtransform-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgtransformlist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgunittypes-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgzoomandpan-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+tcpreadystate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+tcpserversocket-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+tcpserversocketevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+tcpserversocketeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+tcpsocket-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+tcpsocketbinarytype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+tcpsocketerrorevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+tcpsocketerroreventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+tcpsocketevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+tcpsocketeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+textdecodeoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+textdecoder-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+textdecoderoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+textencoder-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+textmetrics-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+texttrack-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+texttrackcue-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+texttrackcuelist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+texttrackkind-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+texttracklist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+texttrackmode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+timeevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+timeranges-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+touch-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+toucheventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+touchinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+touchlist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+trackevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+trackeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+transformstream-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+transformstreamdefaultcontroller-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+transformer-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+transitionevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+transitioneventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+transport-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+treeboxobject-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+treecellinfo-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+treeview-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+treewalker-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+u2f-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+u2fclientdata-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+udpmessageeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+udpoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+uievent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+uieventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+underlyingsink-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+underlyingsource-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+url-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+urlsearchparams-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+usb-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+usbalternateinterface-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+usbconfiguration-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+usbconnectionevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+usbconnectioneventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+usbcontroltransferparameters-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+usbdevice-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+usbdevicefilter-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+usbdevicerequestoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+usbdirection-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+usbendpoint-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+usbendpointtype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+usbintransferresult-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+usbinterface-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+usbisochronousintransferpacket-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+usbisochronousintransferresult-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+usbisochronousouttransferpacket-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+usbisochronousouttransferresult-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+usbouttransferresult-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+usbpermissiondescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+usbpermissionstorage-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+usbrecipient-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+usbrequesttype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+usbtransferstatus-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+userproximityevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+userproximityeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+userverificationrequirement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+validitystate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+valueevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+valueeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+videocolorprimaries-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+videocolorspace-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+videocolorspaceinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+videoconfiguration-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+videodecoder-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+videodecoderconfig-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+videodecoderinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+videodecodersupport-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+videoencoder-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+videoencoderconfig-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+videoencoderencodeoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+videoencoderinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+videoencodersupport-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+videofacingmodeenum-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+videoframe-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+videoframebufferinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+videoframecopytooptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+videoframeinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+videomatrixcoefficients-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+videopixelformat-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+videoplaybackquality-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+videotrack-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+videotracklist-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+videotransfercharacteristics-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+visibilitystate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+voidcallback-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+vrdisplay-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+vrdisplaycapabilities-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+vreye-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+vreyeparameters-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+vrfieldofview-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+vrframedata-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+vrlayer-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+vrmockcontroller-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+vrmockdisplay-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+vrpose-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+vrservicetest-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+vrstageparameters-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+vrsubmitframeresult-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+vttregion-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+wakelock-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+wakelocksentinel-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+wakelocktype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+watchadvertisementsoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+waveshaperoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webgl2renderingcontext-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webglactiveinfo-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webglbuffer-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webglcontextattributes-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webglcontextevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webglcontexteventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webglframebuffer-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webglpowerpreference-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webglprogram-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webglquery-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webglrenderbuffer-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webglrenderingcontext-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webglsampler-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webglshader-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webglshaderprecisionformat-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webglsync-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webgltexture-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webgltransformfeedback-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webgluniformlocation-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webglvertexarrayobject-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+websocket-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+websocketdict-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+websocketelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webglcolorbufferfloat-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webglcompressedtextureastc-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webglcompressedtextureatc-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webglcompressedtextureetc-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webglcompressedtextureetc1-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webglcompressedtexturepvrtc-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webglcompressedtextures3tc-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webglcompressedtextures3tcsrgb-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webgldebugrendererinfo-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webgldebugshaders-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webgldepthtexture-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webgldrawbuffers-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webgllosecontext-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webglmultidraw-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webrtcglobalstatisticsreport-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+wheeleventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+widevinecdmmanifest-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+window-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+windowclient-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+worker-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+workerdebuggerglobalscope-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+workerglobalscope-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+workerlocation-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+workernavigator-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+workeroptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+workertype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+worklet-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+workletglobalscope-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+workletoptions-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+writablestream-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+writablestreamdefaultcontroller-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+writablestreamdefaultwriter-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xpathexpression-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xpathnsresolver-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xpathresult-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xmlhttprequesteventtarget-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xmlhttprequestresponsetype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xmlserializer-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xreye-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrframe-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrhandedness-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrinputsource-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrinputsourcearray-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrinputsourceevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrinputsourceeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrinputsourceschangeevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrinputsourceschangeeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrlayer-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrpermissiondescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrpose-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrreferencespaceevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrreferencespaceeventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrreferencespacetype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrrenderstate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrrenderstateinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrrigidtransform-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrsession-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrsessionevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrsessioneventinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrsessioninit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrsessionmode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrsessionsupportedpermissiondescriptor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrspace-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrsystem-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrtargetraymode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrview-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrviewerpose-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrviewport-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrvisibilitystate-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrwebgllayerinit-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xsltprocessor-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+console-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+css-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+default-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpu-buffer-usage-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpu-color-write-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpu-map-mode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpu-shader-stage-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gpu-texture-usage-dev (= ${binary:Version})
+ librust-web-sys-0.3.64-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+abortcontroller-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+abortsignal-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+addeventlisteneroptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+aescbcparams-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+aesctrparams-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+aesderivedkeyparams-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+aesgcmparams-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+aeskeyalgorithm-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+aeskeygenparams-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+algorithm-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+alignsetting-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+allowedbluetoothdevice-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+allowedusbdevice-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+alphaoption-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+analyseroptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+angleinstancedarrays-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+animation-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+animationeffect-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+animationevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+animationeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+animationplaystate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+animationplaybackevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+animationplaybackeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+animationpropertydetails-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+animationpropertyvaluedetails-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+animationtimeline-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+assignednodesoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+attestationconveyancepreference-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+attributenamevalue-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audiobuffer-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audiobufferoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audiobuffersourceoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audioconfiguration-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audiocontextoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audiocontextstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audiodata-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audiodatacopytooptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audiodatainit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audiodecoder-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audiodecoderconfig-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audiodecoderinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audiodecodersupport-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audioencoder-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audioencoderconfig-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audioencoderinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audioencodersupport-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audiolistener-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audionode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audionodeoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audioparam-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audioparammap-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audioprocessingevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audiosampleformat-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audiotrack-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audiotracklist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audioworklet-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audioworkletglobalscope-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audioworkletnodeoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audioworkletprocessor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+authenticationextensionsclientinputs-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+authenticationextensionsclientoutputs-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+authenticatorassertionresponse-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+authenticatorattachment-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+authenticatorattestationresponse-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+authenticatorresponse-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+authenticatorselectioncriteria-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+authenticatortransport-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+autokeyword-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+autocompleteinfo-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+barprop-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+baseaudiocontext-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+basecomputedkeyframe-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+basekeyframe-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+basepropertyindexedkeyframe-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+basiccardrequest-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+basiccardresponse-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+basiccardtype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+batterymanager-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+beforeunloadevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+binarytype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+biquadfilteroptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+biquadfiltertype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+blob-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+blobevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+blobeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+blobpropertybag-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+blockparsingoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+bluetooth-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+bluetoothadvertisingevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+bluetoothadvertisingeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+bluetoothcharacteristicproperties-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+bluetoothdatafilterinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+bluetoothdevice-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+bluetoothlescanfilterinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+bluetoothmanufacturerdatamap-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+bluetoothpermissiondescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+bluetoothpermissionstorage-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+bluetoothremotegattcharacteristic-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+bluetoothremotegattdescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+bluetoothremotegattserver-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+bluetoothremotegattservice-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+bluetoothservicedatamap-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+bluetoothuuid-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+boxquadoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+broadcastchannel-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+browserelementdownloadoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+browserelementexecutescriptoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+browserfeedwriter-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+browserfindcasesensitivity-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+browserfinddirection-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+bytelengthqueuingstrategy-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+cache-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+cachebatchoperation-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+cachequeryoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+cachestorage-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+cachestoragenamespace-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+canvasgradient-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+canvaspattern-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+canvasrenderingcontext2d-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+canvaswindingrule-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+caretchangedreason-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+caretposition-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+caretstatechangedeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+channelcountmode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+channelinterpretation-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+channelmergeroptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+channelsplitteroptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+checkerboardreason-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+checkerboardreport-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+checkerboardreportservice-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+chromefilepropertybag-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+client-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+clientqueryoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+clientrectsandtexts-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+clienttype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+clients-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+clipboard-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+clipboardevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+clipboardeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+clipboarditem-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+clipboarditemoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+clipboardpermissiondescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+closeevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+closeeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+codecstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+collectedclientdata-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+colorspaceconversion-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+compositeoperation-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+compositioneventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+computedeffecttiming-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+connstatusdict-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+connectiontype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+consolecounter-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+consolecountererror-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+consoleevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+consoleinstance-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+consoleinstanceoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+consolelevel-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+consoleloglevel-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+consoleprofileevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+consolestackentry-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+consoletimererror-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+consoletimerlogorend-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+consoletimerstart-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+constantsourceoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+constrainbooleanparameters-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+constraindomstringparameters-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+constraindoublerange-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+constrainlongrange-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+contextattributes2d-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+convertcoordinateoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+convolveroptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+coordinates-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+countqueuingstrategy-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+credential-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+credentialcreationoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+credentialrequestoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+credentialscontainer-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+crypto-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+cryptokey-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+cryptokeypair-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+csp-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+csppolicies-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+cspreport-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+cspreportproperties-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+cssboxtype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+csscounterstylerule-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+cssfontfacerule-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+cssfontfeaturevaluesrule-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+cssgroupingrule-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+cssimportrule-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+csskeyframerule-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+csskeyframesrule-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+cssnamespacerule-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+csspagerule-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+csspseudoelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+cssrule-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+cssrulelist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+cssstyledeclaration-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+cssstylerule-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+cssstylesheet-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+cssstylesheetparsingmode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+customelementregistry-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+customevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+customeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+datatransfer-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+datatransferitem-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+datatransferitemlist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+datetimevalue-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+decoderdoctornotification-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+decoderdoctornotificationtype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+delayoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+deviceacceleration-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+deviceaccelerationinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+devicelightevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+devicelighteventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+devicemotionevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+devicemotioneventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+deviceorientationevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+deviceorientationeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+deviceproximityevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+deviceproximityeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+devicerotationrate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+devicerotationrateinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+dhkeyderiveparams-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+directionsetting-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+directory-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+displaymediastreamconstraints-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+displaynameoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+displaynameresult-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+distancemodeltype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+dnscachedict-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+dnscacheentry-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+dnslookupdict-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+documenttimeline-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+documenttimelineoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+domerror-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+domexception-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+domimplementation-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+dommatrix-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+dommatrixreadonly-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+domparser-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+dompoint-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+dompointinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+dompointreadonly-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+domquad-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+domquadinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+domquadjson-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+domrect-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+domrectinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+domrectlist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+domrectreadonly-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+domrequest-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+domrequestreadystate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+domstringlist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+domstringmap-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+domtokenlist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+domwindowresizeeventdetail-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+drageventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+dynamicscompressoroptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+eckeyalgorithm-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+eckeygenparams-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+eckeyimportparams-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+ecdhkeyderiveparams-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+ecdsaparams-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+effecttiming-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+elementcreationoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+elementdefinitionoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+encodedaudiochunk-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+encodedaudiochunkinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+encodedaudiochunkmetadata-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+encodedaudiochunktype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+encodedvideochunk-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+encodedvideochunkinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+encodedvideochunkmetadata-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+encodedvideochunktype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+endingtypes-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+errorcallback-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+errorevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+erroreventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+event-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+eventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+eventlistener-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+eventlisteneroptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+eventmodifierinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+eventsource-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+eventsourceinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+eventtarget-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+exception-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+extblendminmax-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+extcolorbufferfloat-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+extcolorbufferhalffloat-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+extdisjointtimerquery-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+extfragdepth-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+extsrgb-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+extshadertexturelod-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+exttexturefilteranisotropic-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+exttexturenorm16-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+extendableevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+extendableeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+extendablemessageeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+external-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+fakepluginmimeentry-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+fakeplugintaginit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+fetcheventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+fetchobserver-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+fetchreadablestreamreaddataarray-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+fetchreadablestreamreaddatadone-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+fetchstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+file-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+filecallback-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+filelist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+filepropertybag-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+filereader-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+filereadersync-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+filesystem-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+filesystemcreatewritableoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+filesystemdirectoryentry-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+filesystemdirectoryhandle-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+filesystemdirectoryreader-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+filesystementriescallback-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+filesystementry-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+filesystementrycallback-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+filesystemfileentry-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+filesystemfilehandle-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+filesystemflags-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+filesystemgetdirectoryoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+filesystemgetfileoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+filesystemhandle-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+filesystemhandlekind-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+filesystemreadwriteoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+filesystemremoveoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+filesystemsyncaccesshandle-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+filesystemwritablefilestream-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+fillmode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+flashclassification-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+flexlinegrowthstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+flowcontroltype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+focuseventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+fontdata-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+fontface-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+fontfacedescriptors-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+fontfaceloadstatus-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+fontfaceset-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+fontfacesetiterator-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+fontfacesetiteratorresult-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+fontfacesetloadevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+fontfacesetloadeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+fontfacesetloadstatus-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+formdata-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+frametype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+fuzzingfunctions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gainoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gamepad-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gamepadaxismoveeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gamepadbutton-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gamepadbuttoneventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gamepadevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gamepadeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gamepadhand-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gamepadhapticactuator-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gamepadhapticactuatortype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gamepadmappingtype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gamepadpose-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gamepadservicetest-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+geolocation-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+getanimationsoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+getnotificationoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+getrootnodeoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+getusermediarequest-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpu-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuadapter-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuadapterinfo-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuaddressmode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuautolayoutmode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpubindgroup-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpubindgroupdescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpubindgroupentry-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpubindgrouplayout-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpubindgrouplayoutdescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpubindgrouplayoutentry-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpublendcomponent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpublendfactor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpublendoperation-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpublendstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpubuffer-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpubufferbinding-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpubufferbindinglayout-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpubufferbindingtype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpubufferdescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpubuffermapstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpucanvasalphamode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpucanvasconfiguration-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpucanvascontext-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpucolordict-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpucolortargetstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpucommandbuffer-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpucommandbufferdescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpucommandencoder-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpucommandencoderdescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpucomparefunction-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpucompilationinfo-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpucompilationmessage-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpucompilationmessagetype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpucomputepassdescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpucomputepassencoder-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpucomputepasstimestamplocation-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpucomputepasstimestampwrite-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpucomputepipeline-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpucomputepipelinedescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpucullmode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpudepthstencilstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpudevice-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpudevicedescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpudevicelostinfo-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpudevicelostreason-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuerror-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuerrorfilter-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuextent3ddict-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuexternaltexture-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuexternaltexturebindinglayout-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuexternaltexturedescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpufeaturename-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpufiltermode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpufragmentstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpufrontface-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuimagecopybuffer-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuimagecopyexternalimage-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuimagecopytexture-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuimagecopytexturetagged-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuimagedatalayout-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuindexformat-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuinternalerror-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuloadop-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpumipmapfiltermode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpumultisamplestate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuobjectdescriptorbase-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuorigin2ddict-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuorigin3ddict-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuoutofmemoryerror-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpupipelinedescriptorbase-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpupipelinelayout-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpupipelinelayoutdescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpupowerpreference-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuprimitivestate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuprimitivetopology-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuprogrammablestage-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuqueryset-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuquerysetdescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuquerytype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuqueue-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuqueuedescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpurenderbundle-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpurenderbundledescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpurenderbundleencoder-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpurenderbundleencoderdescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpurenderpasscolorattachment-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpurenderpassdepthstencilattachment-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpurenderpassdescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpurenderpassencoder-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpurenderpasslayout-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpurenderpasstimestamplocation-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpurenderpasstimestampwrite-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpurenderpipeline-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpurenderpipelinedescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpurequestadapteroptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpusampler-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpusamplerbindinglayout-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpusamplerbindingtype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpusamplerdescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpushadermodule-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpushadermodulecompilationhint-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpushadermoduledescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpustencilfacestate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpustenciloperation-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpustoragetextureaccess-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpustoragetexturebindinglayout-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpustoreop-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpusupportedfeatures-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpusupportedlimits-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gputexture-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gputextureaspect-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gputexturebindinglayout-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gputexturedescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gputexturedimension-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gputextureformat-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gputexturesampletype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gputextureview-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gputextureviewdescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gputextureviewdimension-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuuncapturederrorevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuuncapturederroreventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuvalidationerror-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuvertexattribute-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuvertexbufferlayout-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuvertexformat-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuvertexstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpuvertexstepmode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+griddeclaration-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gridtrackstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+groupedhistoryeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+halfopeninfodict-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+hardwareacceleration-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+hashchangeevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+hashchangeeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+headers-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+headersguardenum-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+hid-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+hidcollectioninfo-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+hidconnectionevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+hidconnectioneventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+hiddevice-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+hiddevicefilter-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+hiddevicerequestoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+hidinputreportevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+hidinputreporteventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+hidreportinfo-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+hidreportitem-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+hidunitsystem-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+hiddenplugineventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+history-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+hitregionoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+hkdfparams-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+hmacderivedkeyparams-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+hmacimportparams-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+hmackeyalgorithm-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+hmackeygenparams-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlallcollection-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlcollection-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlformcontrolscollection-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmloptionscollection-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+httpconndict-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+httpconninfo-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+httpconnectionelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+idbcursor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+idbcursordirection-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+idbcursorwithvalue-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+idbdatabase-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+idbfactory-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+idbfilehandle-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+idbfilemetadataparameters-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+idbindex-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+idbindexparameters-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+idbkeyrange-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+idblocaleawarekeyrange-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+idbmutablefile-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+idbobjectstore-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+idbobjectstoreparameters-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+idbopendboptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+idbrequest-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+idbrequestreadystate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+idbtransaction-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+idbtransactionmode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+idbversionchangeevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+idbversionchangeeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+idledeadline-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+idlerequestoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+iirfilteroptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+imagebitmap-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+imagebitmapoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+imagebitmaprenderingcontext-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+imagecapture-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+imagecaptureerror-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+imagecaptureerrorevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+imagecaptureerroreventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+imagedata-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+imagedecodeoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+imagedecoderesult-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+imagedecoder-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+imagedecoderinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+imageencodeoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+imageorientation-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+imagetrack-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+imagetracklist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+inputeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+installtriggerdata-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+intersectionobserver-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+intersectionobserverentry-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+intersectionobserverentryinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+intersectionobserverinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+intlutils-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+iterablekeyandvalueresult-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+iterablekeyorvalueresult-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+iterationcompositeoperation-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+jsonwebkey-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+keyalgorithm-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+keyevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+keyidsinitdata-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+keyboardeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+keyframeanimationoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+keyframeeffect-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+keyframeeffectoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+l10nelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+l10nvalue-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+latencymode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+lifecyclecallbacks-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+linealignsetting-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+listboxobject-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+localeinfo-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+location-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediacapabilities-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediacapabilitiesinfo-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediaconfiguration-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediadecodingconfiguration-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediadecodingtype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediadeviceinfo-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediadevicekind-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediadevices-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediaelementaudiosourceoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediaencodingconfiguration-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediaencodingtype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediaencryptedevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediaerror-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediaimage-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediakeyerror-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediakeymessageevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediakeymessageeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediakeymessagetype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediakeyneededeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediakeysession-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediakeysessiontype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediakeystatus-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediakeystatusmap-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediakeysystemaccess-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediakeysystemconfiguration-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediakeysystemmediacapability-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediakeysystemstatus-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediakeys-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediakeyspolicy-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediakeysrequirement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+medialist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediametadata-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediametadatainit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediapositionstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediaquerylist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediaquerylistevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediaquerylisteventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediarecorder-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediarecordererrorevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediarecordererroreventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediarecorderoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediasession-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediasessionaction-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediasessionactiondetails-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediasessionplaybackstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediasource-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediasourceendofstreamerror-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediasourceenum-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediasourcereadystate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediastream-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediastreamaudiosourceoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediastreamconstraints-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediastreamerror-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediastreamevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediastreameventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediastreamtrack-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediastreamtrackevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediastreamtrackeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediastreamtrackgeneratorinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediastreamtrackprocessor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediastreamtrackprocessorinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediastreamtrackstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediatrackconstraintset-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediatrackconstraints-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediatracksettings-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediatracksupportedconstraints-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+memoryattribution-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+memoryattributioncontainer-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+memorybreakdownentry-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+memorymeasurement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+messagechannel-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+messageevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+messageeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+messageport-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+midiaccess-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+midiconnectionevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+midiconnectioneventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+midiinputmap-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+midimessageevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+midimessageeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+midioptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+midioutputmap-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+midiport-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+midiportconnectionstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+midiportdevicestate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+midiporttype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mimetype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mimetypearray-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mouseeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mozdebug-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mutationevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mutationobserver-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mutationobserverinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mutationobservinginfo-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mutationrecord-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+namednodemap-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+nativeosfilereadoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+nativeosfilewriteatomicoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+navigationtype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+navigator-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+navigatorautomationinformation-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+networkcommandoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+networkinformation-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+networkresultoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+node-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+nodefilter-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+nodeiterator-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+nodelist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+notification-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+notificationbehavior-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+notificationdirection-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+notificationeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+notificationoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+notificationpermission-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+observercallback-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+oeselementindexuint-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+oesstandardderivatives-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+oestexturefloat-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+oestexturefloatlinear-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+oestexturehalffloat-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+oestexturehalffloatlinear-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+oesvertexarrayobject-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+offlineaudiocompletionevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+offlineaudiocompletioneventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+offlineaudiocontextoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+offlineresourcelist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+offscreencanvas-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+offscreencanvasrenderingcontext2d-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+openwindoweventdetail-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+optionaleffecttiming-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+orientationlocktype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+orientationtype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+oscillatoroptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+oscillatortype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+oversampletype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+ovrmultiview2-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+pagetransitionevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+pagetransitioneventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+paintrequest-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+paintrequestlist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+paintworkletglobalscope-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+panneroptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+panningmodeltype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+paritytype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+path2d-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+paymentaddress-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+paymentcomplete-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+paymentmethodchangeeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+paymentrequestupdateevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+paymentrequestupdateeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+paymentresponse-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+pbkdf2params-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+pcimpliceconnectionstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+pcimplicegatheringstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+pcimplsignalingstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+pcobserverstatetype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+performance-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+performanceentry-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+performanceentryeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+performanceentryfilteroptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+performancemark-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+performancemeasure-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+performancenavigation-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+performanceobserver-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+performanceobserverentrylist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+performanceobserverinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+performanceresourcetiming-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+performanceservertiming-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+performancetiming-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+periodicwave-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+periodicwaveconstraints-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+periodicwaveoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+permissiondescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+permissionname-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+permissionstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+permissionstatus-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+permissions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+planelayout-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+playbackdirection-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+plugin-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+pluginarray-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+plugincrashedeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+pointereventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+popstateevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+popstateeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+popupblockedevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+popupblockedeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+position-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+positionalignsetting-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+positionerror-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+positionoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+premultiplyalpha-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+presentation-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+presentationavailability-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+presentationconnection-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+presentationconnectionavailableevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+presentationconnectionavailableeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+presentationconnectionbinarytype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+presentationconnectioncloseevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+presentationconnectioncloseeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+presentationconnectionclosedreason-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+presentationconnectionlist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+presentationconnectionstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+presentationreceiver-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+presentationrequest-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+presentationstyle-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+profiletimelinelayerrect-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+profiletimelinemarker-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+profiletimelinemessageportoperationtype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+profiletimelinestackframe-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+profiletimelineworkeroperationtype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+progressevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+progresseventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+promisenativehandler-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+promiserejectionevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+promiserejectioneventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+publickeycredential-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+publickeycredentialcreationoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+publickeycredentialdescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+publickeycredentialentity-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+publickeycredentialparameters-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+publickeycredentialrequestoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+publickeycredentialrpentity-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+publickeycredentialtype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+publickeycredentialuserentity-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+pushencryptionkeyname-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+pusheventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+pushmanager-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+pushmessagedata-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+pushpermissionstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+pushsubscription-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+pushsubscriptioninit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+pushsubscriptionjson-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+pushsubscriptionkeys-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+pushsubscriptionoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+pushsubscriptionoptionsinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+queryoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+queuingstrategy-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+queuingstrategyinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+radionodelist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+range-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rcwnperfstats-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rcwnstatus-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+readablebytestreamcontroller-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+readablestream-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+readablestreambyobreader-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+readablestreambyobrequest-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+readablestreamdefaultcontroller-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+readablestreamdefaultreader-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+readablestreamgetreaderoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+readablestreamiteratoroptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+readablestreamreadresult-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+readablestreamreadermode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+readablestreamtype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+readablewritablepair-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+recordingstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+referrerpolicy-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+registerrequest-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+registerresponse-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+registeredkey-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+registrationoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+request-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+requestcache-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+requestcredentials-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+requestdestination-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+requestdeviceoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+requestinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+requestmediakeysystemaccessnotification-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+requestmode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+requestredirect-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+resizeobserver-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+resizeobserverboxoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+resizeobserverentry-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+resizeobserveroptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+resizeobserversize-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+resizequality-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+response-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+responseinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+responsetype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rsahashedimportparams-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rsaoaepparams-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rsaotherprimesinfo-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rsapssparams-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcansweroptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcbundlepolicy-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtccertificate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtccertificateexpiration-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtccodecstats-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcconfiguration-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcdatachannel-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcdatachannelevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcdatachanneleventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcdatachannelinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcdatachannelstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcdatachanneltype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcdegradationpreference-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcfecparameters-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcicecandidate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcicecandidateinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcicecandidatepairstats-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcicecandidatestats-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcicecomponentstats-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtciceconnectionstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcicecredentialtype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcicegatheringstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtciceserver-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcicetransportpolicy-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcidentityassertion-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcidentityassertionresult-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcidentityprovider-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcidentityproviderdetails-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcidentityprovideroptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcidentityproviderregistrar-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcidentityvalidationresult-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcinboundrtpstreamstats-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtclifecycleevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcmediastreamstats-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcmediastreamtrackstats-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcofferansweroptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcofferoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcoutboundrtpstreamstats-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcpeerconnection-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcpeerconnectioniceevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcpeerconnectioniceeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcpeerconnectionstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcprioritytype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcrtcpparameters-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcrtpcodecparameters-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcrtpcontributingsource-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcrtpencodingparameters-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcrtpheaderextensionparameters-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcrtpparameters-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcrtpreceiver-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcrtpsender-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcrtpsourceentry-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcrtpsourceentrytype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcrtpsynchronizationsource-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcrtptransceiver-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcrtptransceiverdirection-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcrtptransceiverinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcrtxparameters-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcsdptype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcsessiondescription-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcsessiondescriptioninit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcsignalingstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcstats-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcstatsicecandidatepairstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcstatsicecandidatetype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcstatsreport-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcstatsreportinternal-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcstatstype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtctrackevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtctrackeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtctransportstats-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcdtmfsender-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcdtmftonechangeevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcdtmftonechangeeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcrtpcontributingsourcestats-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+rtcrtpstreamstats-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+screen-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+screencolorgamut-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+screenluminance-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+screenorientation-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+scrollbehavior-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+scrollboxobject-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+scrollintoviewoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+scrolllogicalposition-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+scrolloptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+scrollrestoration-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+scrollsetting-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+scrollstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+scrolltooptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+scrollviewchangeeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+securitypolicyviolationevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+securitypolicyviolationeventdisposition-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+securitypolicyviolationeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+selection-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+selectionmode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+serial-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+serialinputsignals-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+serialoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+serialoutputsignals-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+serialport-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+serialportfilter-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+serialportinfo-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+serialportrequestoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+serversocketoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+serviceworker-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+serviceworkercontainer-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+serviceworkerregistration-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+serviceworkerstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+serviceworkerupdateviacache-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+shadowrootinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+shadowrootmode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+sharedata-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+sharedworker-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+signresponse-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+socketelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+socketoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+socketreadystate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+socketsdict-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+sourcebuffer-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+sourcebufferappendmode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+sourcebufferlist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+speechgrammar-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+speechgrammarlist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+speechrecognition-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+speechrecognitionalternative-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+speechrecognitionerror-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+speechrecognitionerrorcode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+speechrecognitionerrorinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+speechrecognitionevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+speechrecognitioneventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+speechrecognitionresult-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+speechrecognitionresultlist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+speechsynthesis-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+speechsynthesiserrorcode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+speechsynthesiserroreventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+speechsynthesisevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+speechsynthesiseventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+speechsynthesisutterance-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+speechsynthesisvoice-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+stereopanneroptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+storage-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+storageestimate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+storageevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+storageeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+storagemanager-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+storagetype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+streampipeoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+stylerulechangeeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+stylesheet-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+stylesheetapplicablestatechangeeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+stylesheetchangeeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+stylesheetlist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+submitevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+submiteventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+subtlecrypto-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+supportedtype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svcoutputmetadata-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgangle-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svganimatedangle-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svganimatedboolean-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svganimatedenumeration-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svganimatedinteger-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svganimatedlength-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svganimatedlengthlist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svganimatednumber-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svganimatednumberlist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svganimatedpreserveaspectratio-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svganimatedrect-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svganimatedstring-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svganimatedtransformlist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgboundingboxoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svglength-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svglengthlist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgmatrix-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgnumber-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgnumberlist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpathseg-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpathsegarcabs-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpathsegarcrel-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpathsegclosepath-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpathsegcurvetocubicabs-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpathsegcurvetocubicrel-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpathsegcurvetocubicsmoothabs-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpathsegcurvetocubicsmoothrel-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpathsegcurvetoquadraticabs-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpathsegcurvetoquadraticrel-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpathsegcurvetoquadraticsmoothabs-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpathsegcurvetoquadraticsmoothrel-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpathseglinetoabs-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpathseglinetohorizontalabs-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpathseglinetohorizontalrel-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpathseglinetorel-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpathseglinetoverticalabs-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpathseglinetoverticalrel-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpathseglist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpathsegmovetoabs-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpathsegmovetorel-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpoint-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpointlist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpreserveaspectratio-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgrect-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgstringlist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgtransform-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgtransformlist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgunittypes-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgzoomandpan-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+tcpreadystate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+tcpserversocket-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+tcpserversocketevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+tcpserversocketeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+tcpsocket-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+tcpsocketbinarytype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+tcpsocketerrorevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+tcpsocketerroreventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+tcpsocketevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+tcpsocketeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+textdecodeoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+textdecoder-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+textdecoderoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+textencoder-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+textmetrics-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+texttrack-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+texttrackcue-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+texttrackcuelist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+texttrackkind-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+texttracklist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+texttrackmode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+timeevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+timeranges-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+touch-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+toucheventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+touchinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+touchlist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+trackevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+trackeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+transformstream-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+transformstreamdefaultcontroller-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+transformer-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+transitionevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+transitioneventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+transport-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+treeboxobject-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+treecellinfo-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+treeview-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+treewalker-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+u2f-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+u2fclientdata-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+udpmessageeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+udpoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+uievent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+uieventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+underlyingsink-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+underlyingsource-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+url-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+urlsearchparams-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+usb-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+usbalternateinterface-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+usbconfiguration-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+usbconnectionevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+usbconnectioneventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+usbcontroltransferparameters-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+usbdevice-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+usbdevicefilter-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+usbdevicerequestoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+usbdirection-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+usbendpoint-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+usbendpointtype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+usbintransferresult-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+usbinterface-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+usbisochronousintransferpacket-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+usbisochronousintransferresult-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+usbisochronousouttransferpacket-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+usbisochronousouttransferresult-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+usbouttransferresult-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+usbpermissiondescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+usbpermissionstorage-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+usbrecipient-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+usbrequesttype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+usbtransferstatus-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+userproximityevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+userproximityeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+userverificationrequirement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+validitystate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+valueevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+valueeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+videocolorprimaries-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+videocolorspace-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+videocolorspaceinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+videoconfiguration-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+videodecoder-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+videodecoderconfig-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+videodecoderinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+videodecodersupport-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+videoencoder-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+videoencoderconfig-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+videoencoderencodeoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+videoencoderinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+videoencodersupport-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+videofacingmodeenum-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+videoframe-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+videoframebufferinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+videoframecopytooptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+videoframeinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+videomatrixcoefficients-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+videopixelformat-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+videoplaybackquality-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+videotrack-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+videotracklist-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+videotransfercharacteristics-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+visibilitystate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+voidcallback-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+vrdisplay-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+vrdisplaycapabilities-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+vreye-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+vreyeparameters-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+vrfieldofview-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+vrframedata-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+vrlayer-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+vrmockcontroller-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+vrmockdisplay-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+vrpose-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+vrservicetest-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+vrstageparameters-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+vrsubmitframeresult-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+vttregion-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+wakelock-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+wakelocksentinel-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+wakelocktype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+watchadvertisementsoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+waveshaperoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webgl2renderingcontext-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webglactiveinfo-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webglbuffer-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webglcontextattributes-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webglcontextevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webglcontexteventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webglframebuffer-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webglpowerpreference-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webglprogram-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webglquery-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webglrenderbuffer-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webglrenderingcontext-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webglsampler-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webglshader-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webglshaderprecisionformat-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webglsync-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webgltexture-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webgltransformfeedback-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webgluniformlocation-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webglvertexarrayobject-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+websocket-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+websocketdict-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+websocketelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webtransport-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webtransportbidirectionalstream-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webtransportcloseinfo-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webtransportcongestioncontrol-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webtransportdatagramduplexstream-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webtransportdatagramstats-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webtransporterror-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webtransporterroroptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webtransporterrorsource-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webtransporthash-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webtransportoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webtransportreceivestream-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webtransportreceivestreamstats-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webtransportreliabilitymode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webtransportsendstream-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webtransportsendstreamoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webtransportsendstreamstats-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webtransportstats-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webglcolorbufferfloat-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webglcompressedtextureastc-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webglcompressedtextureatc-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webglcompressedtextureetc-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webglcompressedtextureetc1-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webglcompressedtexturepvrtc-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webglcompressedtextures3tc-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webglcompressedtextures3tcsrgb-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webgldebugrendererinfo-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webgldebugshaders-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webgldepthtexture-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webgldrawbuffers-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webgllosecontext-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webglmultidraw-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+webrtcglobalstatisticsreport-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+wheeleventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+widevinecdmmanifest-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+window-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+windowclient-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+worker-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+workerdebuggerglobalscope-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+workerglobalscope-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+workerlocation-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+workernavigator-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+workeroptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+workertype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+worklet-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+workletglobalscope-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+workletoptions-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+writablestream-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+writablestreamdefaultcontroller-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+writablestreamdefaultwriter-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+writecommandtype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+writeparams-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xpathexpression-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xpathnsresolver-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xpathresult-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xmlhttprequesteventtarget-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xmlhttprequestresponsetype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xmlserializer-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xreye-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrframe-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrhand-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrhandjoint-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrhandedness-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrinputsource-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrinputsourcearray-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrinputsourceevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrinputsourceeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrinputsourceschangeevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrinputsourceschangeeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrjointpose-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrlayer-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrpermissiondescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrpose-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrreferencespaceevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrreferencespaceeventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrreferencespacetype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrrenderstate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrrenderstateinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrrigidtransform-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrsession-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrsessionevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrsessioneventinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrsessioninit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrsessionmode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrsessionsupportedpermissiondescriptor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrspace-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrsystem-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrtargetraymode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrview-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrviewerpose-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrviewport-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrvisibilitystate-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrwebgllayerinit-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xsltprocessor-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+console-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+css-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+default-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpu-buffer-usage-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpu-color-write-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpu-map-mode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpu-shader-stage-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gpu-texture-usage-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - Rust source code
  This package contains the source for the Rust web-sys crate, packaged by
  debcargo for use with cargo and dh-cargo.
@@ -5251,25 +5496,25 @@ Provides:
  librust-web-sys-0.3+scriptprocessornode-dev (= ${binary:Version}),
  librust-web-sys-0.3+stereopannernode-dev (= ${binary:Version}),
  librust-web-sys-0.3+waveshapernode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+analysernode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audiodestinationnode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audioscheduledsourcenode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audioworkletnode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+biquadfilternode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+channelmergernode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+channelsplitternode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+convolvernode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+delaynode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+dynamicscompressornode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gainnode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+iirfilternode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediaelementaudiosourcenode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediastreamaudiodestinationnode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediastreamaudiosourcenode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+pannernode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+scriptprocessornode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+stereopannernode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+waveshapernode-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+analysernode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audiodestinationnode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audioscheduledsourcenode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+audioworkletnode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+biquadfilternode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+channelmergernode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+channelsplitternode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+convolvernode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+delaynode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+dynamicscompressornode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gainnode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+iirfilternode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediaelementaudiosourcenode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediastreamaudiodestinationnode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediastreamaudiosourcenode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+pannernode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+scriptprocessornode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+stereopannernode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+waveshapernode-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "AnalyserNode" and 18 more
  This metapackage enables feature "AnalyserNode" for the Rust web-sys crate, by
  pulling in any additional dependencies needed by that feature.
@@ -5308,12 +5553,12 @@ Provides:
  librust-web-sys-0.3+documentfragment-dev (= ${binary:Version}),
  librust-web-sys-0.3+documenttype-dev (= ${binary:Version}),
  librust-web-sys-0.3+element-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+attr-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+characterdata-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+document-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+documentfragment-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+documenttype-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+element-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+attr-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+characterdata-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+document-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+documentfragment-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+documenttype-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+element-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "Attr" and 5 more
  This metapackage enables feature "Attr" for the Rust web-sys crate, by pulling
  in any additional dependencies needed by that feature.
@@ -5339,9 +5584,9 @@ Provides:
  librust-web-sys-0.3+audiobuffersourcenode-dev (= ${binary:Version}),
  librust-web-sys-0.3+constantsourcenode-dev (= ${binary:Version}),
  librust-web-sys-0.3+oscillatornode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audiobuffersourcenode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+constantsourcenode-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+oscillatornode-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+audiobuffersourcenode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+constantsourcenode-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+oscillatornode-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "AudioBufferSourceNode" and 2 more
  This metapackage enables feature "AudioBufferSourceNode" for the Rust web-sys
  crate, by pulling in any additional dependencies needed by that feature.
@@ -5363,8 +5608,8 @@ Provides:
  librust-web-sys-0+offlineaudiocontext-dev (= ${binary:Version}),
  librust-web-sys-0.3+audiocontext-dev (= ${binary:Version}),
  librust-web-sys-0.3+offlineaudiocontext-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audiocontext-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+offlineaudiocontext-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+audiocontext-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+offlineaudiocontext-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "AudioContext" and 1 more
  This metapackage enables feature "AudioContext" for the Rust web-sys crate, by
  pulling in any additional dependencies needed by that feature.
@@ -5380,23 +5625,27 @@ Depends:
  librust-web-sys+eventtarget-dev (= ${binary:Version}),
  librust-web-sys+mediastreamtrack-dev (= ${binary:Version})
 Provides:
+ librust-web-sys+canvascapturemediastreamtrack-dev (= ${binary:Version}),
  librust-web-sys+mediastreamtrackgenerator-dev (= ${binary:Version}),
  librust-web-sys+videostreamtrack-dev (= ${binary:Version}),
  librust-web-sys-0+audiostreamtrack-dev (= ${binary:Version}),
+ librust-web-sys-0+canvascapturemediastreamtrack-dev (= ${binary:Version}),
  librust-web-sys-0+mediastreamtrackgenerator-dev (= ${binary:Version}),
  librust-web-sys-0+videostreamtrack-dev (= ${binary:Version}),
  librust-web-sys-0.3+audiostreamtrack-dev (= ${binary:Version}),
+ librust-web-sys-0.3+canvascapturemediastreamtrack-dev (= ${binary:Version}),
  librust-web-sys-0.3+mediastreamtrackgenerator-dev (= ${binary:Version}),
  librust-web-sys-0.3+videostreamtrack-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+audiostreamtrack-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mediastreamtrackgenerator-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+videostreamtrack-dev (= ${binary:Version})
-Description: Bindings for all Web APIs - feature "AudioStreamTrack" and 2 more
+ librust-web-sys-0.3.64+audiostreamtrack-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+canvascapturemediastreamtrack-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mediastreamtrackgenerator-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+videostreamtrack-dev (= ${binary:Version})
+Description: Bindings for all Web APIs - feature "AudioStreamTrack" and 3 more
  This metapackage enables feature "AudioStreamTrack" for the Rust web-sys crate,
  by pulling in any additional dependencies needed by that feature.
  .
- Additionally, this package also provides the "MediaStreamTrackGenerator", and
- "VideoStreamTrack" features.
+ Additionally, this package also provides the "CanvasCaptureMediaStreamTrack",
+ "MediaStreamTrackGenerator", and "VideoStreamTrack" features.
 
 Package: librust-web-sys+bluetoothpermissionresult-dev
 Architecture: any
@@ -5415,9 +5664,9 @@ Provides:
  librust-web-sys-0.3+bluetoothpermissionresult-dev (= ${binary:Version}),
  librust-web-sys-0.3+usbpermissionresult-dev (= ${binary:Version}),
  librust-web-sys-0.3+xrpermissionstatus-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+bluetoothpermissionresult-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+usbpermissionresult-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrpermissionstatus-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+bluetoothpermissionresult-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+usbpermissionresult-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrpermissionstatus-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "BluetoothPermissionResult" and 2 more
  This metapackage enables feature "BluetoothPermissionResult" for the Rust web-
  sys crate, by pulling in any additional dependencies needed by that feature.
@@ -5439,8 +5688,8 @@ Provides:
  librust-web-sys-0+localmediastream-dev (= ${binary:Version}),
  librust-web-sys-0.3+canvascapturemediastream-dev (= ${binary:Version}),
  librust-web-sys-0.3+localmediastream-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+canvascapturemediastream-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+localmediastream-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+canvascapturemediastream-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+localmediastream-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "CanvasCaptureMediaStream" and 1 more
  This metapackage enables feature "CanvasCaptureMediaStream" for the Rust web-
  sys crate, by pulling in any additional dependencies needed by that feature.
@@ -5460,7 +5709,7 @@ Depends:
 Provides:
  librust-web-sys-0+cdatasection-dev (= ${binary:Version}),
  librust-web-sys-0.3+cdatasection-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+cdatasection-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+cdatasection-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "CdataSection"
  This metapackage enables feature "CdataSection" for the Rust web-sys crate, by
  pulling in any additional dependencies needed by that feature.
@@ -5476,7 +5725,7 @@ Depends:
 Provides:
  librust-web-sys-0+chromeworker-dev (= ${binary:Version}),
  librust-web-sys-0.3+chromeworker-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+chromeworker-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+chromeworker-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "ChromeWorker"
  This metapackage enables feature "ChromeWorker" for the Rust web-sys crate, by
  pulling in any additional dependencies needed by that feature.
@@ -5499,9 +5748,9 @@ Provides:
  librust-web-sys-0.3+comment-dev (= ${binary:Version}),
  librust-web-sys-0.3+processinginstruction-dev (= ${binary:Version}),
  librust-web-sys-0.3+text-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+comment-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+processinginstruction-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+text-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+comment-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+processinginstruction-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+text-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "Comment" and 2 more
  This metapackage enables feature "Comment" for the Rust web-sys crate, by
  pulling in any additional dependencies needed by that feature.
@@ -5538,13 +5787,13 @@ Provides:
  librust-web-sys-0.3+mouseevent-dev (= ${binary:Version}),
  librust-web-sys-0.3+scrollareaevent-dev (= ${binary:Version}),
  librust-web-sys-0.3+touchevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+compositionevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+focusevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+inputevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+keyboardevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mouseevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+scrollareaevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+touchevent-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+compositionevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+focusevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+inputevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+keyboardevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mouseevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+scrollareaevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+touchevent-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "CompositionEvent" and 6 more
  This metapackage enables feature "CompositionEvent" for the Rust web-sys crate,
  by pulling in any additional dependencies needed by that feature.
@@ -5566,8 +5815,8 @@ Provides:
  librust-web-sys-0+csstransition-dev (= ${binary:Version}),
  librust-web-sys-0.3+cssanimation-dev (= ${binary:Version}),
  librust-web-sys-0.3+csstransition-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+cssanimation-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+csstransition-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+cssanimation-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+csstransition-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "CssAnimation" and 1 more
  This metapackage enables feature "CssAnimation" for the Rust web-sys crate, by
  pulling in any additional dependencies needed by that feature.
@@ -5585,7 +5834,7 @@ Depends:
 Provides:
  librust-web-sys-0+cssconditionrule-dev (= ${binary:Version}),
  librust-web-sys-0.3+cssconditionrule-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+cssconditionrule-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+cssconditionrule-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "CssConditionRule"
  This metapackage enables feature "CssConditionRule" for the Rust web-sys crate,
  by pulling in any additional dependencies needed by that feature.
@@ -5605,8 +5854,8 @@ Provides:
  librust-web-sys-0+csssupportsrule-dev (= ${binary:Version}),
  librust-web-sys-0.3+cssmediarule-dev (= ${binary:Version}),
  librust-web-sys-0.3+csssupportsrule-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+cssmediarule-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+csssupportsrule-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+cssmediarule-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+csssupportsrule-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "CssMediaRule" and 1 more
  This metapackage enables feature "CssMediaRule" for the Rust web-sys crate, by
  pulling in any additional dependencies needed by that feature.
@@ -5630,9 +5879,9 @@ Provides:
  librust-web-sys-0.3+dedicatedworkerglobalscope-dev (= ${binary:Version}),
  librust-web-sys-0.3+serviceworkerglobalscope-dev (= ${binary:Version}),
  librust-web-sys-0.3+sharedworkerglobalscope-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+dedicatedworkerglobalscope-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+serviceworkerglobalscope-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+sharedworkerglobalscope-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+dedicatedworkerglobalscope-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+serviceworkerglobalscope-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+sharedworkerglobalscope-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "DedicatedWorkerGlobalScope" and 2 more
  This metapackage enables feature "DedicatedWorkerGlobalScope" for the Rust web-
  sys crate, by pulling in any additional dependencies needed by that feature.
@@ -5661,10 +5910,10 @@ Provides:
  librust-web-sys-0.3+mousescrollevent-dev (= ${binary:Version}),
  librust-web-sys-0.3+pointerevent-dev (= ${binary:Version}),
  librust-web-sys-0.3+wheelevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+dragevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+mousescrollevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+pointerevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+wheelevent-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+dragevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+mousescrollevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+pointerevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+wheelevent-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "DragEvent" and 3 more
  This metapackage enables feature "DragEvent" for the Rust web-sys crate, by
  pulling in any additional dependencies needed by that feature.
@@ -5692,10 +5941,10 @@ Provides:
  librust-web-sys-0.3+fetchevent-dev (= ${binary:Version}),
  librust-web-sys-0.3+notificationevent-dev (= ${binary:Version}),
  librust-web-sys-0.3+pushevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+extendablemessageevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+fetchevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+notificationevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+pushevent-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+extendablemessageevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+fetchevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+notificationevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+pushevent-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "ExtendableMessageEvent" and 3 more
  This metapackage enables feature "ExtendableMessageEvent" for the Rust web-sys
  crate, by pulling in any additional dependencies needed by that feature.
@@ -5717,8 +5966,8 @@ Provides:
  librust-web-sys-0+gamepadbuttonevent-dev (= ${binary:Version}),
  librust-web-sys-0.3+gamepadaxismoveevent-dev (= ${binary:Version}),
  librust-web-sys-0.3+gamepadbuttonevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gamepadaxismoveevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+gamepadbuttonevent-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+gamepadaxismoveevent-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+gamepadbuttonevent-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "GamepadAxisMoveEvent" and 1 more
  This metapackage enables feature "GamepadAxisMoveEvent" for the Rust web-sys
  crate, by pulling in any additional dependencies needed by that feature.
@@ -5939,74 +6188,74 @@ Provides:
  librust-web-sys-0.3+htmltrackelement-dev (= ${binary:Version}),
  librust-web-sys-0.3+htmlulistelement-dev (= ${binary:Version}),
  librust-web-sys-0.3+htmlunknownelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlanchorelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlareaelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlbaseelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlbodyelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlbrelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlbuttonelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlcanvaselement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmldlistelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmldataelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmldatalistelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmldetailselement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmldialogelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmldirectoryelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmldivelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlembedelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlfieldsetelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlfontelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlformelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlframeelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlframesetelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlheadelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlheadingelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlhrelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlhtmlelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmliframeelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlimageelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlinputelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmllabelelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmllegendelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmllielement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmllinkelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlmapelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlmediaelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlmenuelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlmenuitemelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlmetaelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlmeterelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlmodelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlolistelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlobjectelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmloptgroupelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmloptionelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmloutputelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlparagraphelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlparamelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlpictureelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlpreelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlprogresselement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlquoteelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlscriptelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlselectelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlslotelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlsourceelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlspanelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlstyleelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmltablecaptionelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmltablecellelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmltablecolelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmltableelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmltablerowelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmltablesectionelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmltemplateelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmltextareaelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmltimeelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmltitleelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmltrackelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlulistelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlunknownelement-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+htmlanchorelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlareaelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlbaseelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlbodyelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlbrelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlbuttonelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlcanvaselement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmldlistelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmldataelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmldatalistelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmldetailselement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmldialogelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmldirectoryelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmldivelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlembedelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlfieldsetelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlfontelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlformelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlframeelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlframesetelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlheadelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlheadingelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlhrelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlhtmlelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmliframeelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlimageelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlinputelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmllabelelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmllegendelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmllielement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmllinkelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlmapelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlmediaelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlmenuelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlmenuitemelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlmetaelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlmeterelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlmodelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlolistelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlobjectelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmloptgroupelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmloptionelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmloutputelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlparagraphelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlparamelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlpictureelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlpreelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlprogresselement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlquoteelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlscriptelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlselectelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlslotelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlsourceelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlspanelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlstyleelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmltablecaptionelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmltablecellelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmltablecolelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmltableelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmltablerowelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmltablesectionelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmltemplateelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmltextareaelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmltimeelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmltitleelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmltrackelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlulistelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlunknownelement-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "HtmlAnchorElement" and 67 more
  This metapackage enables feature "HtmlAnchorElement" for the Rust web-sys
  crate, by pulling in any additional dependencies needed by that feature.
@@ -6051,8 +6300,8 @@ Provides:
  librust-web-sys-0+htmlvideoelement-dev (= ${binary:Version}),
  librust-web-sys-0.3+htmlaudioelement-dev (= ${binary:Version}),
  librust-web-sys-0.3+htmlvideoelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlaudioelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlvideoelement-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+htmlaudioelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+htmlvideoelement-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "HtmlAudioElement" and 1 more
  This metapackage enables feature "HtmlAudioElement" for the Rust web-sys crate,
  by pulling in any additional dependencies needed by that feature.
@@ -6074,8 +6323,8 @@ Provides:
  librust-web-sys-0+xmldocument-dev (= ${binary:Version}),
  librust-web-sys-0.3+htmldocument-dev (= ${binary:Version}),
  librust-web-sys-0.3+xmldocument-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmldocument-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xmldocument-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+htmldocument-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xmldocument-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "HtmlDocument" and 1 more
  This metapackage enables feature "HtmlDocument" for the Rust web-sys crate, by
  pulling in any additional dependencies needed by that feature.
@@ -6097,8 +6346,8 @@ Provides:
  librust-web-sys-0+svgelement-dev (= ${binary:Version}),
  librust-web-sys-0.3+htmlelement-dev (= ${binary:Version}),
  librust-web-sys-0.3+svgelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+htmlelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgelement-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+htmlelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgelement-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "HtmlElement" and 1 more
  This metapackage enables feature "HtmlElement" for the Rust web-sys crate, by
  pulling in any additional dependencies needed by that feature.
@@ -6116,7 +6365,7 @@ Depends:
 Provides:
  librust-web-sys-0+idbfilerequest-dev (= ${binary:Version}),
  librust-web-sys-0.3+idbfilerequest-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+idbfilerequest-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+idbfilerequest-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "IdbFileRequest"
  This metapackage enables feature "IdbFileRequest" for the Rust web-sys crate,
  by pulling in any additional dependencies needed by that feature.
@@ -6132,7 +6381,7 @@ Depends:
 Provides:
  librust-web-sys-0+idbopendbrequest-dev (= ${binary:Version}),
  librust-web-sys-0.3+idbopendbrequest-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+idbopendbrequest-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+idbopendbrequest-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "IdbOpenDbRequest"
  This metapackage enables feature "IdbOpenDbRequest" for the Rust web-sys crate,
  by pulling in any additional dependencies needed by that feature.
@@ -6151,8 +6400,8 @@ Provides:
  librust-web-sys-0+midioutput-dev (= ${binary:Version}),
  librust-web-sys-0.3+midiinput-dev (= ${binary:Version}),
  librust-web-sys-0.3+midioutput-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+midiinput-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+midioutput-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+midiinput-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+midioutput-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "MidiInput" and 1 more
  This metapackage enables feature "MidiInput" for the Rust web-sys crate, by
  pulling in any additional dependencies needed by that feature.
@@ -6170,7 +6419,7 @@ Depends:
 Provides:
  librust-web-sys-0+paymentmethodchangeevent-dev (= ${binary:Version}),
  librust-web-sys-0.3+paymentmethodchangeevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+paymentmethodchangeevent-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+paymentmethodchangeevent-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "PaymentMethodChangeEvent"
  This metapackage enables feature "PaymentMethodChangeEvent" for the Rust web-
  sys crate, by pulling in any additional dependencies needed by that feature.
@@ -6186,7 +6435,7 @@ Depends:
 Provides:
  librust-web-sys-0+performancenavigationtiming-dev (= ${binary:Version}),
  librust-web-sys-0.3+performancenavigationtiming-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+performancenavigationtiming-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+performancenavigationtiming-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "PerformanceNavigationTiming"
  This metapackage enables feature "PerformanceNavigationTiming" for the Rust
  web-sys crate, by pulling in any additional dependencies needed by that
@@ -6204,7 +6453,7 @@ Depends:
 Provides:
  librust-web-sys-0+shadowroot-dev (= ${binary:Version}),
  librust-web-sys-0.3+shadowroot-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+shadowroot-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+shadowroot-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "ShadowRoot"
  This metapackage enables feature "ShadowRoot" for the Rust web-sys crate, by
  pulling in any additional dependencies needed by that feature.
@@ -6220,7 +6469,7 @@ Depends:
 Provides:
  librust-web-sys-0+speechsynthesiserrorevent-dev (= ${binary:Version}),
  librust-web-sys-0.3+speechsynthesiserrorevent-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+speechsynthesiserrorevent-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+speechsynthesiserrorevent-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "SpeechSynthesisErrorEvent"
  This metapackage enables feature "SpeechSynthesisErrorEvent" for the Rust web-
  sys crate, by pulling in any additional dependencies needed by that feature.
@@ -6248,10 +6497,10 @@ Provides:
  librust-web-sys-0.3+svganimatemotionelement-dev (= ${binary:Version}),
  librust-web-sys-0.3+svganimatetransformelement-dev (= ${binary:Version}),
  librust-web-sys-0.3+svgsetelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svganimateelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svganimatemotionelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svganimatetransformelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgsetelement-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+svganimateelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svganimatemotionelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svganimatetransformelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgsetelement-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "SvgAnimateElement" and 3 more
  This metapackage enables feature "SvgAnimateElement" for the Rust web-sys
  crate, by pulling in any additional dependencies needed by that feature.
@@ -6386,45 +6635,45 @@ Provides:
  librust-web-sys-0.3+svgfetileelement-dev (= ${binary:Version}),
  librust-web-sys-0.3+svgfeturbulenceelement-dev (= ${binary:Version}),
  librust-web-sys-0.3+svgmpathelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svganimationelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgclippathelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgcomponenttransferfunctionelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgdescelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfilterelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svggradientelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svggraphicselement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgmarkerelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgmaskelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgmetadataelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpatternelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgscriptelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgstopelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgstyleelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgsymbolelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgtitleelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgviewelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfeblendelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfecolormatrixelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfecomponenttransferelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfecompositeelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfeconvolvematrixelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfediffuselightingelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfedisplacementmapelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfedistantlightelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfedropshadowelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfefloodelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfegaussianblurelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfeimageelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfemergeelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfemergenodeelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfemorphologyelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfeoffsetelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfepointlightelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfespecularlightingelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfespotlightelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfetileelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfeturbulenceelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgmpathelement-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+svganimationelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgclippathelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgcomponenttransferfunctionelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgdescelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgfilterelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svggradientelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svggraphicselement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgmarkerelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgmaskelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgmetadataelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpatternelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgscriptelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgstopelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgstyleelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgsymbolelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgtitleelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgviewelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgfeblendelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgfecolormatrixelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgfecomponenttransferelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgfecompositeelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgfeconvolvematrixelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgfediffuselightingelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgfedisplacementmapelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgfedistantlightelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgfedropshadowelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgfefloodelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgfegaussianblurelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgfeimageelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgfemergeelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgfemergenodeelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgfemorphologyelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgfeoffsetelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgfepointlightelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgfespecularlightingelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgfespotlightelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgfetileelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgfeturbulenceelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgmpathelement-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "SvgAnimationElement" and 38 more
  This metapackage enables feature "SvgAnimationElement" for the Rust web-sys
  crate, by pulling in any additional dependencies needed by that feature.
@@ -6478,13 +6727,13 @@ Provides:
  librust-web-sys-0.3+svgpolygonelement-dev (= ${binary:Version}),
  librust-web-sys-0.3+svgpolylineelement-dev (= ${binary:Version}),
  librust-web-sys-0.3+svgrectelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgcircleelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgellipseelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svglineelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpathelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpolygonelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgpolylineelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgrectelement-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+svgcircleelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgellipseelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svglineelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpathelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpolygonelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgpolylineelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgrectelement-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "SvgCircleElement" and 6 more
  This metapackage enables feature "SvgCircleElement" for the Rust web-sys crate,
  by pulling in any additional dependencies needed by that feature.
@@ -6534,16 +6783,16 @@ Provides:
  librust-web-sys-0.3+svgaelement-dev (= ${binary:Version}),
  librust-web-sys-0.3+svggelement-dev (= ${binary:Version}),
  librust-web-sys-0.3+svgsvgelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgdefselement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgforeignobjectelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svggeometryelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgimageelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgswitchelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgtextcontentelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svguseelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgaelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svggelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgsvgelement-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+svgdefselement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgforeignobjectelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svggeometryelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgimageelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgswitchelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgtextcontentelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svguseelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgaelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svggelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgsvgelement-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "SvgDefsElement" and 9 more
  This metapackage enables feature "SvgDefsElement" for the Rust web-sys crate,
  by pulling in any additional dependencies needed by that feature.
@@ -6570,8 +6819,8 @@ Provides:
  librust-web-sys-0+svgradialgradientelement-dev (= ${binary:Version}),
  librust-web-sys-0.3+svglineargradientelement-dev (= ${binary:Version}),
  librust-web-sys-0.3+svgradialgradientelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svglineargradientelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgradialgradientelement-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+svglineargradientelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgradialgradientelement-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "SvgLinearGradientElement" and 1 more
  This metapackage enables feature "SvgLinearGradientElement" for the Rust web-
  sys crate, by pulling in any additional dependencies needed by that feature.
@@ -6598,8 +6847,8 @@ Provides:
  librust-web-sys-0+svgtspanelement-dev (= ${binary:Version}),
  librust-web-sys-0.3+svgtextelement-dev (= ${binary:Version}),
  librust-web-sys-0.3+svgtspanelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgtextelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgtspanelement-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+svgtextelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgtspanelement-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "SvgTextElement" and 1 more
  This metapackage enables feature "SvgTextElement" for the Rust web-sys crate,
  by pulling in any additional dependencies needed by that feature.
@@ -6624,8 +6873,8 @@ Provides:
  librust-web-sys-0+svgtextpositioningelement-dev (= ${binary:Version}),
  librust-web-sys-0.3+svgtextpathelement-dev (= ${binary:Version}),
  librust-web-sys-0.3+svgtextpositioningelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgtextpathelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgtextpositioningelement-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+svgtextpathelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgtextpositioningelement-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "SvgTextPathElement" and 1 more
  This metapackage enables feature "SvgTextPathElement" for the Rust web-sys
  crate, by pulling in any additional dependencies needed by that feature.
@@ -6656,10 +6905,10 @@ Provides:
  librust-web-sys-0.3+svgfefuncbelement-dev (= ${binary:Version}),
  librust-web-sys-0.3+svgfefuncgelement-dev (= ${binary:Version}),
  librust-web-sys-0.3+svgfefuncrelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfefuncaelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfefuncbelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfefuncgelement-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+svgfefuncrelement-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+svgfefuncaelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgfefuncbelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgfefuncgelement-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+svgfefuncrelement-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "SvgfeFuncAElement" and 3 more
  This metapackage enables feature "SvgfeFuncAElement" for the Rust web-sys
  crate, by pulling in any additional dependencies needed by that feature.
@@ -6678,7 +6927,7 @@ Depends:
 Provides:
  librust-web-sys-0+vttcue-dev (= ${binary:Version}),
  librust-web-sys-0.3+vttcue-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+vttcue-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+vttcue-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "VttCue"
  This metapackage enables feature "VttCue" for the Rust web-sys crate, by
  pulling in any additional dependencies needed by that feature.
@@ -6694,7 +6943,7 @@ Depends:
 Provides:
  librust-web-sys-0+webkitcssmatrix-dev (= ${binary:Version}),
  librust-web-sys-0.3+webkitcssmatrix-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+webkitcssmatrix-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+webkitcssmatrix-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "WebKitCssMatrix"
  This metapackage enables feature "WebKitCssMatrix" for the Rust web-sys crate,
  by pulling in any additional dependencies needed by that feature.
@@ -6713,8 +6962,8 @@ Provides:
  librust-web-sys-0+xmlhttprequestupload-dev (= ${binary:Version}),
  librust-web-sys-0.3+xmlhttprequest-dev (= ${binary:Version}),
  librust-web-sys-0.3+xmlhttprequestupload-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xmlhttprequest-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xmlhttprequestupload-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+xmlhttprequest-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xmlhttprequestupload-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "XmlHttpRequest" and 1 more
  This metapackage enables feature "XmlHttpRequest" for the Rust web-sys crate,
  by pulling in any additional dependencies needed by that feature.
@@ -6733,12 +6982,12 @@ Depends:
 Provides:
  librust-web-sys-0+xrboundedreferencespace-dev (= ${binary:Version}),
  librust-web-sys-0.3+xrboundedreferencespace-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrboundedreferencespace-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+xrboundedreferencespace-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "XrBoundedReferenceSpace"
  This metapackage enables feature "XrBoundedReferenceSpace" for the Rust web-sys
  crate, by pulling in any additional dependencies needed by that feature.
 
-Package: librust-web-sys+xrreferencespace-dev
+Package: librust-web-sys+xrjointspace-dev
 Architecture: any
 Multi-Arch: same
 Depends:
@@ -6747,12 +6996,18 @@ Depends:
  librust-web-sys+eventtarget-dev (= ${binary:Version}),
  librust-web-sys+xrspace-dev (= ${binary:Version})
 Provides:
+ librust-web-sys+xrreferencespace-dev (= ${binary:Version}),
+ librust-web-sys-0+xrjointspace-dev (= ${binary:Version}),
  librust-web-sys-0+xrreferencespace-dev (= ${binary:Version}),
+ librust-web-sys-0.3+xrjointspace-dev (= ${binary:Version}),
  librust-web-sys-0.3+xrreferencespace-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrreferencespace-dev (= ${binary:Version})
-Description: Bindings for all Web APIs - feature "XrReferenceSpace"
- This metapackage enables feature "XrReferenceSpace" for the Rust web-sys crate,
- by pulling in any additional dependencies needed by that feature.
+ librust-web-sys-0.3.64+xrjointspace-dev (= ${binary:Version}),
+ librust-web-sys-0.3.64+xrreferencespace-dev (= ${binary:Version})
+Description: Bindings for all Web APIs - feature "XrJointSpace" and 1 more
+ This metapackage enables feature "XrJointSpace" for the Rust web-sys crate, by
+ pulling in any additional dependencies needed by that feature.
+ .
+ Additionally, this package also provides the "XrReferenceSpace" feature.
 
 Package: librust-web-sys+xrwebgllayer-dev
 Architecture: any
@@ -6765,7 +7020,7 @@ Depends:
 Provides:
  librust-web-sys-0+xrwebgllayer-dev (= ${binary:Version}),
  librust-web-sys-0.3+xrwebgllayer-dev (= ${binary:Version}),
- librust-web-sys-0.3.60+xrwebgllayer-dev (= ${binary:Version})
+ librust-web-sys-0.3.64+xrwebgllayer-dev (= ${binary:Version})
 Description: Bindings for all Web APIs - feature "XrWebGlLayer"
  This metapackage enables feature "XrWebGlLayer" for the Rust web-sys crate, by
  pulling in any additional dependencies needed by that feature.
diff --git a/debian/copyright b/debian/copyright
index 746f8e85f8eaafee0ed471b58f3bff23cd8bcdbe..9144c8fa4984e16ff509ce90e000e6d24c0fd395 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -15,17 +15,19 @@ Copyright:
  2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
 License: MIT or Apache-2.0
 
-Files: ./webidls/enabled/*.webidl
+Files: webidls/enabled/*.webidl
+       webidls/unavailable_option_primitive/*.webidl
+       webidls/unstable/*.webidl
 Copyright:
  2004-2011 Apple Computer, Inc., Mozilla Foundation, and Opera Software ASA.
  2012-2018 W3C® (MIT, ERCIM, Keio)
 License: MPL-2.0
 
-Files: ./webidls/enabled/PointerEvent.webidl
+Files: webidls/enabled/PointerEvent.webidl
 Copyright: 2013 Microsoft Open Technologies, Inc. */
 License: MPL-2.0
 
-Files: ./webidls/enabled/MediaCapabilities.webidl
+Files: webidls/enabled/MediaCapabilities.webidl
 Copyright: 2018 the Contributors to the Media Capabilities Specification
 License: MPL-2.0
 
diff --git a/debian/copyright.debcargo.hint b/debian/copyright.debcargo.hint
index d6a3f7205343d86a49fe48fd15dac45c8abad628..28e82af31c3ab61894a6019cebe7b062ffd96f2a 100644
--- a/debian/copyright.debcargo.hint
+++ b/debian/copyright.debcargo.hint
@@ -12,2462 +12,2476 @@ Comment:
  be correct information so you should review and fix this before uploading to
  the archive.
 
-Files: ./LICENSE-MIT
+Files: LICENSE-MIT
 Copyright: 2014 Alex Crichton
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/AnalyserNode.webidl
+Files: webidls/enabled/AnalyserNode.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/Animation.webidl
+Files: webidls/enabled/Animation.webidl
 Copyright: 2015 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/AnimationEffect.webidl
+Files: webidls/enabled/AnimationEffect.webidl
 Copyright: 2015 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/AnimationEvent.webidl
+Files: webidls/enabled/AnimationEvent.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/AnimationPlaybackEvent.webidl
+Files: webidls/enabled/AnimationPlaybackEvent.webidl
 Copyright: 2015 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/AnimationTimeline.webidl
+Files: webidls/enabled/AnimationTimeline.webidl
 Copyright: 2015 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/Attr.webidl
+Files: webidls/enabled/Attr.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/AudioBuffer.webidl
+Files: webidls/enabled/AudioBuffer.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/AudioBufferSourceNode.webidl
+Files: webidls/enabled/AudioBufferSourceNode.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/AudioContext.webidl
+Files: webidls/enabled/AudioContext.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/AudioDestinationNode.webidl
+Files: webidls/enabled/AudioDestinationNode.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/AudioListener.webidl
+Files: webidls/enabled/AudioListener.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/AudioNode.webidl
+Files: webidls/enabled/AudioNode.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/AudioParam.webidl
+Files: webidls/enabled/AudioParam.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/AudioParamMap.webidl
+Files: webidls/enabled/AudioParamMap.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/AudioProcessingEvent.webidl
+Files: webidls/enabled/AudioProcessingEvent.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/AudioScheduledSourceNode.webidl
+Files: webidls/enabled/AudioScheduledSourceNode.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/AudioStreamTrack.webidl
+Files: webidls/enabled/AudioStreamTrack.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/AudioWorklet.webidl
+Files: webidls/enabled/AudioWorklet.webidl
 Copyright: 2018 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/AudioWorkletNode.webidl
+Files: webidls/enabled/AudioWorkletNode.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/AudioWorkletProcessor.webidl
+Files: webidls/enabled/AudioWorkletProcessor.webidl
 Copyright: 2018 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/BaseAudioContext.webidl
+Files: webidls/enabled/BaseAudioContext.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/BaseKeyframeTypes.webidl
+Files: webidls/enabled/BaseKeyframeTypes.webidl
 Copyright: 2016 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/BatteryManager.webidl
+Files: webidls/enabled/BatteryManager.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/BiquadFilterNode.webidl
+Files: webidls/enabled/BiquadFilterNode.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/Blob.webidl
+Files: webidls/enabled/Blob.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/BrowserElementDictionaries.webidl
+Files: webidls/enabled/BrowserElementDictionaries.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/CSS.webidl
+Files: webidls/enabled/CSS.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/CSSAnimation.webidl
+Files: webidls/enabled/CSSAnimation.webidl
 Copyright: 2015 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/CSSPseudoElement.webidl
+Files: webidls/enabled/CSSPseudoElement.webidl
 Copyright: 2015 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/CSSTransition.webidl
+Files: webidls/enabled/CSSTransition.webidl
 Copyright: 2015 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/CanvasCaptureMediaStream.webidl
+Files: webidls/enabled/CanvasCaptureMediaStream.webidl
 Copyright: 2015 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved.
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/CanvasRenderingContext2D.webidl
+Files: webidls/enabled/CanvasCaptureMediaStreamTrack.webidl
+Copyright: 2015 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved.
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: webidls/enabled/CanvasRenderingContext2D.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/ChannelMergerNode.webidl
+Files: webidls/enabled/ChannelMergerNode.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/ChannelSplitterNode.webidl
+Files: webidls/enabled/ChannelSplitterNode.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/CharacterData.webidl
+Files: webidls/enabled/CharacterData.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/Comment.webidl
+Files: webidls/enabled/Comment.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/CompositionEvent.webidl
+Files: webidls/enabled/CompositionEvent.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/ConstantSourceNode.webidl
+Files: webidls/enabled/ConstantSourceNode.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/ConvolverNode.webidl
+Files: webidls/enabled/ConvolverNode.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/Coordinates.webidl
+Files: webidls/enabled/Coordinates.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/CustomEvent.webidl
+Files: webidls/enabled/CustomEvent.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/DOMError.webidl
+Files: webidls/enabled/DOMError.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/DOMException.webidl
+Files: webidls/enabled/DOMException.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/DOMHighResTimeStamp.webidl
+Files: webidls/enabled/DOMHighResTimeStamp.webidl
 Copyright: 2015 W3C® (MIT, ERCIM, Keio, Beihang).
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/DOMMatrix.webidl
+Files: webidls/enabled/DOMMatrix.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/DOMPoint.webidl
+Files: webidls/enabled/DOMPoint.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/DOMQuad.webidl
+Files: webidls/enabled/DOMQuad.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/DOMRect.webidl
+Files: webidls/enabled/DOMRect.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/DOMStringList.webidl
+Files: webidls/enabled/DOMStringList.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/DOMStringMap.webidl
+Files: webidls/enabled/DOMStringMap.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/DOMTokenList.webidl
+Files: webidls/enabled/DOMTokenList.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/DedicatedWorkerGlobalScope.webidl
+Files: webidls/enabled/DedicatedWorkerGlobalScope.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and Opera
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/DelayNode.webidl
+Files: webidls/enabled/DelayNode.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/DocumentFragment.webidl
+Files: webidls/enabled/DocumentFragment.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/DocumentTimeline.webidl
+Files: webidls/enabled/DocumentTimeline.webidl
 Copyright: 2015 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/DocumentType.webidl
+Files: webidls/enabled/DocumentType.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/DynamicsCompressorNode.webidl
+Files: webidls/enabled/DynamicsCompressorNode.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/Element.webidl
+Files: webidls/enabled/Element.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/Event.webidl
+Files: webidls/enabled/Event.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/EventHandler.webidl
+Files: webidls/enabled/EventHandler.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/EventListener.webidl
+Files: webidls/enabled/EventListener.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/EventSource.webidl
+Files: webidls/enabled/EventSource.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/EventTarget.webidl
+Files: webidls/enabled/EventTarget.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/FileList.webidl
+Files: webidls/enabled/FileList.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/FileReader.webidl
+Files: webidls/enabled/FileReader.webidl
 Copyright: 2013 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/FileReaderSync.webidl
+Files: webidls/enabled/FileReaderSync.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/FocusEvent.webidl
+Files: webidls/enabled/FocusEvent.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/FontFace.webidl
+Files: webidls/enabled/FontFace.webidl
 Copyright: 2014 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/FontFaceSet.webidl
+Files: webidls/enabled/FontFaceSet.webidl
 Copyright: 2014 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/FontFaceSetLoadEvent.webidl
+Files: webidls/enabled/FontFaceSetLoadEvent.webidl
 Copyright: 2014 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/FontFaceSource.webidl
+Files: webidls/enabled/FontFaceSource.webidl
 Copyright: 2014 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/Function.webidl
+Files: webidls/enabled/Function.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/GainNode.webidl
+Files: webidls/enabled/GainNode.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/Geolocation.webidl
+Files: webidls/enabled/Geolocation.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/GeometryUtils.webidl
+Files: webidls/enabled/GeometryUtils.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLAnchorElement.webidl
+Files: webidls/enabled/HTMLAnchorElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLAreaElement.webidl
+Files: webidls/enabled/HTMLAreaElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLAudioElement.webidl
+Files: webidls/enabled/HTMLAudioElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLBRElement.webidl
+Files: webidls/enabled/HTMLBRElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLBaseElement.webidl
+Files: webidls/enabled/HTMLBaseElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLBodyElement.webidl
+Files: webidls/enabled/HTMLBodyElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLButtonElement.webidl
+Files: webidls/enabled/HTMLButtonElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLCanvasElement.webidl
+Files: webidls/enabled/HTMLCanvasElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLCollection.webidl
+Files: webidls/enabled/HTMLCollection.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLDListElement.webidl
+Files: webidls/enabled/HTMLDListElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLDataListElement.webidl
+Files: webidls/enabled/HTMLDataListElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLDetailsElement.webidl
+Files: webidls/enabled/HTMLDetailsElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLDialogElement.webidl
+Files: webidls/enabled/HTMLDialogElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLDirectoryElement.webidl
+Files: webidls/enabled/HTMLDirectoryElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLDivElement.webidl
+Files: webidls/enabled/HTMLDivElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLElement.webidl
+Files: webidls/enabled/HTMLElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLEmbedElement.webidl
+Files: webidls/enabled/HTMLEmbedElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLFieldSetElement.webidl
+Files: webidls/enabled/HTMLFieldSetElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLFontElement.webidl
+Files: webidls/enabled/HTMLFontElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLFormControlsCollection.webidl
+Files: webidls/enabled/HTMLFormControlsCollection.webidl
 Copyright: 2004-2013 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLFormElement.webidl
+Files: webidls/enabled/HTMLFormElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLFrameElement.webidl
+Files: webidls/enabled/HTMLFrameElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLFrameSetElement.webidl
+Files: webidls/enabled/HTMLFrameSetElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLHRElement.webidl
+Files: webidls/enabled/HTMLHRElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLHeadElement.webidl
+Files: webidls/enabled/HTMLHeadElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLHeadingElement.webidl
+Files: webidls/enabled/HTMLHeadingElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLHtmlElement.webidl
+Files: webidls/enabled/HTMLHtmlElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLHyperlinkElementUtils.webidl
+Files: webidls/enabled/HTMLHyperlinkElementUtils.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLIFrameElement.webidl
+Files: webidls/enabled/HTMLIFrameElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLImageElement.webidl
+Files: webidls/enabled/HTMLImageElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLInputElement.webidl
+Files: webidls/enabled/HTMLInputElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLLIElement.webidl
+Files: webidls/enabled/HTMLLIElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLLabelElement.webidl
+Files: webidls/enabled/HTMLLabelElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLLegendElement.webidl
+Files: webidls/enabled/HTMLLegendElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLLinkElement.webidl
+Files: webidls/enabled/HTMLLinkElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLMapElement.webidl
+Files: webidls/enabled/HTMLMapElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLMediaElement.webidl
+Files: webidls/enabled/HTMLMediaElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLMenuElement.webidl
+Files: webidls/enabled/HTMLMenuElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLMenuItemElement.webidl
+Files: webidls/enabled/HTMLMenuItemElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLMetaElement.webidl
+Files: webidls/enabled/HTMLMetaElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLMeterElement.webidl
+Files: webidls/enabled/HTMLMeterElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLModElement.webidl
+Files: webidls/enabled/HTMLModElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLOListElement.webidl
+Files: webidls/enabled/HTMLOListElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLObjectElement.webidl
+Files: webidls/enabled/HTMLObjectElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLOptGroupElement.webidl
+Files: webidls/enabled/HTMLOptGroupElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLOptionElement.webidl
+Files: webidls/enabled/HTMLOptionElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLOptionsCollection.webidl
+Files: webidls/enabled/HTMLOptionsCollection.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLOutputElement.webidl
+Files: webidls/enabled/HTMLOutputElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLParagraphElement.webidl
+Files: webidls/enabled/HTMLParagraphElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLParamElement.webidl
+Files: webidls/enabled/HTMLParamElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLPreElement.webidl
+Files: webidls/enabled/HTMLPreElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLProgressElement.webidl
+Files: webidls/enabled/HTMLProgressElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLQuoteElement.webidl
+Files: webidls/enabled/HTMLQuoteElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLSlotElement.webidl
+Files: webidls/enabled/HTMLSlotElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLSourceElement.webidl
+Files: webidls/enabled/HTMLSourceElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLSpanElement.webidl
+Files: webidls/enabled/HTMLSpanElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLTableCaptionElement.webidl
+Files: webidls/enabled/HTMLTableCaptionElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLTableCellElement.webidl
+Files: webidls/enabled/HTMLTableCellElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLTableColElement.webidl
+Files: webidls/enabled/HTMLTableColElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLTableElement.webidl
+Files: webidls/enabled/HTMLTableElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLTableRowElement.webidl
+Files: webidls/enabled/HTMLTableRowElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLTableSectionElement.webidl
+Files: webidls/enabled/HTMLTableSectionElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLTemplateElement.webidl
+Files: webidls/enabled/HTMLTemplateElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLTextAreaElement.webidl
+Files: webidls/enabled/HTMLTextAreaElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLUListElement.webidl
+Files: webidls/enabled/HTMLUListElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/HTMLVideoElement.webidl
+Files: webidls/enabled/HTMLVideoElement.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/History.webidl
+Files: webidls/enabled/History.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/IDBDatabase.webidl
+Files: webidls/enabled/IDBDatabase.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/IDBFactory.webidl
+Files: webidls/enabled/IDBFactory.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/IDBKeyRange.webidl
+Files: webidls/enabled/IDBKeyRange.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/IDBVersionChangeEvent.webidl
+Files: webidls/enabled/IDBVersionChangeEvent.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/IIRFilterNode.webidl
+Files: webidls/enabled/IIRFilterNode.webidl
 Copyright: 2016 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/ImageBitmapRenderingContext.webidl
+Files: webidls/enabled/ImageBitmapRenderingContext.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/ImageCaptureErrorEvent.webidl
+Files: webidls/enabled/ImageCaptureErrorEvent.webidl
 Copyright: 2012-2014 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved.
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/ImageData.webidl
+Files: webidls/enabled/ImageData.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and Opera Software ASA.
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/KeyframeAnimationOptions.webidl
+Files: webidls/enabled/KeyframeAnimationOptions.webidl
 Copyright: 2014 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/KeyframeEffect.webidl
+Files: webidls/enabled/KeyframeEffect.webidl
 Copyright: 2015 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/LocalMediaStream.webidl
+Files: webidls/enabled/LocalMediaStream.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/Location.webidl
+Files: webidls/enabled/Location.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/MediaCapabilities.webidl
+Files: webidls/enabled/MediaCapabilities.webidl
 Copyright: 2018 the Contributors to the Media Capabilities Specification
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/MediaDevices.webidl
+Files: webidls/enabled/MediaDevices.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/MediaElementAudioSourceNode.webidl
+Files: webidls/enabled/MediaElementAudioSourceNode.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/MediaEncryptedEvent.webidl
+Files: webidls/enabled/MediaEncryptedEvent.webidl
 Copyright: 2014 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved.
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/MediaError.webidl
+Files: webidls/enabled/MediaError.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/MediaKeyError.webidl
+Files: webidls/enabled/MediaKeyError.webidl
 Copyright: 2014 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved.
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/MediaKeyMessageEvent.webidl
+Files: webidls/enabled/MediaKeyMessageEvent.webidl
 Copyright: 2014 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved.
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/MediaKeySession.webidl
+Files: webidls/enabled/MediaKeySession.webidl
 Copyright: 2014 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved.
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/MediaKeyStatusMap.webidl
+Files: webidls/enabled/MediaKeyStatusMap.webidl
 Copyright: 2014 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved.
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/MediaKeySystemAccess.webidl
+Files: webidls/enabled/MediaKeySystemAccess.webidl
 Copyright: 2014 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved.
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/MediaKeys.webidl
+Files: webidls/enabled/MediaKeys.webidl
 Copyright: 2014 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved.
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/MediaQueryList.webidl
+Files: webidls/enabled/MediaQueryList.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/MediaRecorder.webidl
+Files: webidls/enabled/MediaRecorder.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/MediaRecorderErrorEvent.webidl
+Files: webidls/enabled/MediaRecorderErrorEvent.webidl
 Copyright: 2017 W3C® (MIT, ERCIM, Keio, Beihang). W3C liability, trademark
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/MediaSource.webidl
+Files: webidls/enabled/MediaSource.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/MediaStreamAudioDestinationNode.webidl
+Files: webidls/enabled/MediaStreamAudioDestinationNode.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/MediaStreamAudioSourceNode.webidl
+Files: webidls/enabled/MediaStreamAudioSourceNode.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/MediaStreamTrack.webidl
+Files: webidls/enabled/MediaStreamTrack.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/MouseEvent.webidl
+Files: webidls/enabled/MouseEvent.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/MutationEvent.webidl
+Files: webidls/enabled/MutationEvent.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/Navigator.webidl
+Files: webidls/enabled/Navigator.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/NetworkInformation.webidl
+Files: webidls/enabled/NetworkInformation.webidl
 Copyright: 2014 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/Node.webidl
+Files: webidls/enabled/Node.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/NodeIterator.webidl
+Files: webidls/enabled/NodeIterator.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/NodeList.webidl
+Files: webidls/enabled/NodeList.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/OfflineAudioCompletionEvent.webidl
+Files: webidls/enabled/OfflineAudioCompletionEvent.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/OfflineAudioContext.webidl
+Files: webidls/enabled/OfflineAudioContext.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/OscillatorNode.webidl
+Files: webidls/enabled/OscillatorNode.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/PannerNode.webidl
+Files: webidls/enabled/PannerNode.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/Performance.webidl
+Files: webidls/enabled/Performance.webidl
 Copyright: 2015 W3C® (MIT, ERCIM, Keio, Beihang).
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/PerformanceEntry.webidl
+Files: webidls/enabled/PerformanceEntry.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/PerformanceNavigation.webidl
+Files: webidls/enabled/PerformanceNavigation.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/PerformanceNavigationTiming.webidl
+Files: webidls/enabled/PerformanceNavigationTiming.webidl
 Copyright: 2016 W3C® (MIT, ERCIM, Keio, Beihang).
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/PerformanceResourceTiming.webidl
+Files: webidls/enabled/PerformanceResourceTiming.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/PerformanceServerTiming.webidl
+Files: webidls/enabled/PerformanceServerTiming.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/PerformanceTiming.webidl
+Files: webidls/enabled/PerformanceTiming.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/PeriodicWave.webidl
+Files: webidls/enabled/PeriodicWave.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/PointerEvent.webidl
+Files: webidls/enabled/PointerEvent.webidl
 Copyright: 2013 Microsoft Open Technologies, Inc. */
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/Position.webidl
+Files: webidls/enabled/Position.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/PositionError.webidl
+Files: webidls/enabled/PositionError.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/ProcessingInstruction.webidl
+Files: webidls/enabled/ProcessingInstruction.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/RadioNodeList.webidl
+Files: webidls/enabled/RadioNodeList.webidl
 Copyright: 2004-2014 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/Range.webidl
+Files: webidls/enabled/Range.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGAElement.webidl
+Files: webidls/enabled/SVGAElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGAngle.webidl
+Files: webidls/enabled/SVGAngle.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGAnimateElement.webidl
+Files: webidls/enabled/SVGAnimateElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGAnimateMotionElement.webidl
+Files: webidls/enabled/SVGAnimateMotionElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGAnimateTransformElement.webidl
+Files: webidls/enabled/SVGAnimateTransformElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGAnimatedAngle.webidl
+Files: webidls/enabled/SVGAnimatedAngle.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGAnimatedBoolean.webidl
+Files: webidls/enabled/SVGAnimatedBoolean.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGAnimatedEnumeration.webidl
+Files: webidls/enabled/SVGAnimatedEnumeration.webidl
 Copyright: 2013 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved.
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGAnimatedInteger.webidl
+Files: webidls/enabled/SVGAnimatedInteger.webidl
 Copyright: 2013 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved.
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGAnimatedLength.webidl
+Files: webidls/enabled/SVGAnimatedLength.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGAnimatedLengthList.webidl
+Files: webidls/enabled/SVGAnimatedLengthList.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGAnimatedNumber.webidl
+Files: webidls/enabled/SVGAnimatedNumber.webidl
 Copyright: 2013 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved.
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGAnimatedNumberList.webidl
+Files: webidls/enabled/SVGAnimatedNumberList.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGAnimatedPathData.webidl
+Files: webidls/enabled/SVGAnimatedPathData.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGAnimatedPoints.webidl
+Files: webidls/enabled/SVGAnimatedPoints.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGAnimatedPreserveAspectRatio.webidl
+Files: webidls/enabled/SVGAnimatedPreserveAspectRatio.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGAnimatedRect.webidl
+Files: webidls/enabled/SVGAnimatedRect.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGAnimatedString.webidl
+Files: webidls/enabled/SVGAnimatedString.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGAnimatedTransformList.webidl
+Files: webidls/enabled/SVGAnimatedTransformList.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGAnimationElement.webidl
+Files: webidls/enabled/SVGAnimationElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGCircleElement.webidl
+Files: webidls/enabled/SVGCircleElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGClipPathElement.webidl
+Files: webidls/enabled/SVGClipPathElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGComponentTransferFunctionElement.webidl
+Files: webidls/enabled/SVGComponentTransferFunctionElement.webidl
 Copyright: 2013 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGDefsElement.webidl
+Files: webidls/enabled/SVGDefsElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGDescElement.webidl
+Files: webidls/enabled/SVGDescElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGElement.webidl
+Files: webidls/enabled/SVGElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGEllipseElement.webidl
+Files: webidls/enabled/SVGEllipseElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFEBlendElement.webidl
+Files: webidls/enabled/SVGFEBlendElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFEColorMatrixElement.webidl
+Files: webidls/enabled/SVGFEColorMatrixElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFEComponentTransferElement.webidl
+Files: webidls/enabled/SVGFEComponentTransferElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFECompositeElement.webidl
+Files: webidls/enabled/SVGFECompositeElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFEConvolveMatrixElement.webidl
+Files: webidls/enabled/SVGFEConvolveMatrixElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFEDiffuseLightingElement.webidl
+Files: webidls/enabled/SVGFEDiffuseLightingElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFEDisplacementMapElement.webidl
+Files: webidls/enabled/SVGFEDisplacementMapElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFEDistantLightElement.webidl
+Files: webidls/enabled/SVGFEDistantLightElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFEDropShadowElement.webidl
+Files: webidls/enabled/SVGFEDropShadowElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFEFloodElement.webidl
+Files: webidls/enabled/SVGFEFloodElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFEFuncAElement.webidl
+Files: webidls/enabled/SVGFEFuncAElement.webidl
 Copyright: 2013 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFEFuncBElement.webidl
+Files: webidls/enabled/SVGFEFuncBElement.webidl
 Copyright: 2013 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFEFuncGElement.webidl
+Files: webidls/enabled/SVGFEFuncGElement.webidl
 Copyright: 2013 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFEFuncRElement.webidl
+Files: webidls/enabled/SVGFEFuncRElement.webidl
 Copyright: 2013 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFEGaussianBlurElement.webidl
+Files: webidls/enabled/SVGFEGaussianBlurElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFEImageElement.webidl
+Files: webidls/enabled/SVGFEImageElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFEMergeElement.webidl
+Files: webidls/enabled/SVGFEMergeElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFEMergeNodeElement.webidl
+Files: webidls/enabled/SVGFEMergeNodeElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFEMorphologyElement.webidl
+Files: webidls/enabled/SVGFEMorphologyElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFEOffsetElement.webidl
+Files: webidls/enabled/SVGFEOffsetElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFEPointLightElement.webidl
+Files: webidls/enabled/SVGFEPointLightElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFESpecularLightingElement.webidl
+Files: webidls/enabled/SVGFESpecularLightingElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFESpotLightElement.webidl
+Files: webidls/enabled/SVGFESpotLightElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFETileElement.webidl
+Files: webidls/enabled/SVGFETileElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFETurbulenceElement.webidl
+Files: webidls/enabled/SVGFETurbulenceElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFilterElement.webidl
+Files: webidls/enabled/SVGFilterElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFilterPrimitiveStandardAttributes.webidl
+Files: webidls/enabled/SVGFilterPrimitiveStandardAttributes.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGFitToViewBox.webidl
+Files: webidls/enabled/SVGFitToViewBox.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGForeignObjectElement.webidl
+Files: webidls/enabled/SVGForeignObjectElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGGElement.webidl
+Files: webidls/enabled/SVGGElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGGeometryElement.webidl
+Files: webidls/enabled/SVGGeometryElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGGradientElement.webidl
+Files: webidls/enabled/SVGGradientElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGGraphicsElement.webidl
+Files: webidls/enabled/SVGGraphicsElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGImageElement.webidl
+Files: webidls/enabled/SVGImageElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGLength.webidl
+Files: webidls/enabled/SVGLength.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGLengthList.webidl
+Files: webidls/enabled/SVGLengthList.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGLineElement.webidl
+Files: webidls/enabled/SVGLineElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGLinearGradientElement.webidl
+Files: webidls/enabled/SVGLinearGradientElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGMPathElement.webidl
+Files: webidls/enabled/SVGMPathElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGMarkerElement.webidl
+Files: webidls/enabled/SVGMarkerElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGMaskElement.webidl
+Files: webidls/enabled/SVGMaskElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGMatrix.webidl
+Files: webidls/enabled/SVGMatrix.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGMetadataElement.webidl
+Files: webidls/enabled/SVGMetadataElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGNumber.webidl
+Files: webidls/enabled/SVGNumber.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGNumberList.webidl
+Files: webidls/enabled/SVGNumberList.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGPathElement.webidl
+Files: webidls/enabled/SVGPathElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGPathSeg.webidl
+Files: webidls/enabled/SVGPathSeg.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGPathSegList.webidl
+Files: webidls/enabled/SVGPathSegList.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGPatternElement.webidl
+Files: webidls/enabled/SVGPatternElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGPoint.webidl
+Files: webidls/enabled/SVGPoint.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGPointList.webidl
+Files: webidls/enabled/SVGPointList.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGPolygonElement.webidl
+Files: webidls/enabled/SVGPolygonElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGPolylineElement.webidl
+Files: webidls/enabled/SVGPolylineElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGPreserveAspectRatio.webidl
+Files: webidls/enabled/SVGPreserveAspectRatio.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGRadialGradientElement.webidl
+Files: webidls/enabled/SVGRadialGradientElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGRect.webidl
+Files: webidls/enabled/SVGRect.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGRectElement.webidl
+Files: webidls/enabled/SVGRectElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGSVGElement.webidl
+Files: webidls/enabled/SVGSVGElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGScriptElement.webidl
+Files: webidls/enabled/SVGScriptElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGSetElement.webidl
+Files: webidls/enabled/SVGSetElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGStopElement.webidl
+Files: webidls/enabled/SVGStopElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGStringList.webidl
+Files: webidls/enabled/SVGStringList.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGStyleElement.webidl
+Files: webidls/enabled/SVGStyleElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGSwitchElement.webidl
+Files: webidls/enabled/SVGSwitchElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGSymbolElement.webidl
+Files: webidls/enabled/SVGSymbolElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGTSpanElement.webidl
+Files: webidls/enabled/SVGTSpanElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGTests.webidl
+Files: webidls/enabled/SVGTests.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGTextContentElement.webidl
+Files: webidls/enabled/SVGTextContentElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGTextElement.webidl
+Files: webidls/enabled/SVGTextElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGTextPathElement.webidl
+Files: webidls/enabled/SVGTextPathElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGTextPositioningElement.webidl
+Files: webidls/enabled/SVGTextPositioningElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGTitleElement.webidl
+Files: webidls/enabled/SVGTitleElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGTransform.webidl
+Files: webidls/enabled/SVGTransform.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGTransformList.webidl
+Files: webidls/enabled/SVGTransformList.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGURIReference.webidl
+Files: webidls/enabled/SVGURIReference.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGUnitTypes.webidl
+Files: webidls/enabled/SVGUnitTypes.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGUseElement.webidl
+Files: webidls/enabled/SVGUseElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGViewElement.webidl
+Files: webidls/enabled/SVGViewElement.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGZoomAndPan.webidl
+Files: webidls/enabled/SVGZoomAndPan.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SVGZoomAndPanValues.webidl
+Files: webidls/enabled/SVGZoomAndPanValues.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/ScreenOrientation.webidl
+Files: webidls/enabled/ScreenOrientation.webidl
 Copyright: 2014 W3C® (MIT, ERCIM, Keio, Beihang), All Rights
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/ScriptProcessorNode.webidl
+Files: webidls/enabled/ScriptProcessorNode.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/Selection.webidl
+Files: webidls/enabled/Selection.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/ShadowRoot.webidl
+Files: webidls/enabled/ShadowRoot.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SharedWorkerGlobalScope.webidl
+Files: webidls/enabled/SharedWorkerGlobalScope.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and Opera
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SourceBuffer.webidl
+Files: webidls/enabled/SourceBuffer.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SourceBufferList.webidl
+Files: webidls/enabled/SourceBufferList.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SpeechGrammar.webidl
+Files: webidls/enabled/SpeechGrammar.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SpeechGrammarList.webidl
+Files: webidls/enabled/SpeechGrammarList.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SpeechRecognition.webidl
+Files: webidls/enabled/SpeechRecognition.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SpeechRecognitionAlternative.webidl
+Files: webidls/enabled/SpeechRecognitionAlternative.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SpeechRecognitionResult.webidl
+Files: webidls/enabled/SpeechRecognitionResult.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SpeechRecognitionResultList.webidl
+Files: webidls/enabled/SpeechRecognitionResultList.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SpeechSynthesis.webidl
+Files: webidls/enabled/SpeechSynthesis.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SpeechSynthesisErrorEvent.webidl
+Files: webidls/enabled/SpeechSynthesisErrorEvent.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SpeechSynthesisEvent.webidl
+Files: webidls/enabled/SpeechSynthesisEvent.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SpeechSynthesisUtterance.webidl
+Files: webidls/enabled/SpeechSynthesisUtterance.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/SpeechSynthesisVoice.webidl
+Files: webidls/enabled/SpeechSynthesisVoice.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/StereoPannerNode.webidl
+Files: webidls/enabled/StereoPannerNode.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/Storage.webidl
+Files: webidls/enabled/Storage.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/Text.webidl
+Files: webidls/enabled/Text.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/TimeEvent.webidl
+Files: webidls/enabled/TimeEvent.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/TimeRanges.webidl
+Files: webidls/enabled/TimeRanges.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/Touch.webidl
+Files: webidls/enabled/Touch.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/TouchList.webidl
+Files: webidls/enabled/TouchList.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/TransitionEvent.webidl
+Files: webidls/enabled/TransitionEvent.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/TreeWalker.webidl
+Files: webidls/enabled/TreeWalker.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/UIEvent.webidl
+Files: webidls/enabled/UIEvent.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/URL.webidl
+Files: webidls/enabled/URL.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/ValidityState.webidl
+Files: webidls/enabled/ValidityState.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/VideoPlaybackQuality.webidl
+Files: webidls/enabled/VideoPlaybackQuality.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/VideoStreamTrack.webidl
+Files: webidls/enabled/VideoStreamTrack.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/WaveShaperNode.webidl
+Files: webidls/enabled/WaveShaperNode.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/WebComponents.webidl
+Files: webidls/enabled/WebComponents.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/WebGLRenderingContext.webidl
+Files: webidls/enabled/WebGLRenderingContext.webidl
 Copyright: 2012 Khronos Group
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/WebSocket.webidl
+Files: webidls/enabled/WebSocket.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and Opera Software ASA.
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/WheelEvent.webidl
+Files: webidls/enabled/WheelEvent.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/Worker.webidl
+Files: webidls/enabled/Worker.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and Opera
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/WorkerGlobalScope.webidl
+Files: webidls/enabled/WorkerGlobalScope.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and Opera
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/WorkerLocation.webidl
+Files: webidls/enabled/WorkerLocation.webidl
 Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and Opera
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/XMLHttpRequest.webidl
+Files: webidls/enabled/XMLHttpRequest.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/XMLHttpRequestEventTarget.webidl
+Files: webidls/enabled/XMLHttpRequestEventTarget.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/enabled/XMLHttpRequestUpload.webidl
+Files: webidls/enabled/XMLHttpRequestUpload.webidl
 Copyright: 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./webidls/unstable/ImageCapture.webidl
+Files: webidls/unstable/ImageCapture.webidl
 Copyright: 2012-2014 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved.
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
+Files: webidls/unstable/WebTransport.webidl
+Copyright: 2004-2011 Apple Computer, Inc., Mozilla Foundation, and Opera Software ASA.
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
 Files: debian/*
 Copyright:
- 2019-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2019-2022 kpcyrd <git@rxv.cc>
- 2019-2022 nicoo <nicoo@debian.org>
- 2019-2022 Wolfgang Silbermayr <wolfgang@silbermayr.at>
+ 2019-2023 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2019-2023 kpcyrd <git@rxv.cc>
+ 2019-2023 nicoo <nicoo@debian.org>
+ 2019-2023 Wolfgang Silbermayr <wolfgang@silbermayr.at>
 License: MIT or Apache-2.0
 
 License: Apache-2.0
diff --git a/debian/librust-web-sys+xrjointspace-dev.lintian-overrides b/debian/librust-web-sys+xrjointspace-dev.lintian-overrides
new file mode 100644
index 0000000000000000000000000000000000000000..6829a6091a8acfe4f062f4bebb8f5f48bf18b5e1
--- /dev/null
+++ b/debian/librust-web-sys+xrjointspace-dev.lintian-overrides
@@ -0,0 +1 @@
+librust-web-sys+xrjointspace-dev binary: empty-rust-library-declares-provides *
\ No newline at end of file
diff --git a/debian/librust-web-sys+xrreferencespace-dev.lintian-overrides b/debian/librust-web-sys+xrreferencespace-dev.lintian-overrides
deleted file mode 100644
index d7dc41c9f7b02c7a09c31b442cb72208b5d8d87e..0000000000000000000000000000000000000000
--- a/debian/librust-web-sys+xrreferencespace-dev.lintian-overrides
+++ /dev/null
@@ -1 +0,0 @@
-librust-web-sys+xrreferencespace-dev binary: empty-rust-library-declares-provides *
\ No newline at end of file
diff --git a/debian/tests/control b/debian/tests/control
index 4cbdde189892fe4ec71b32c071b41949a9cf41fa..0bb3c080d1f43c3276035fbf59b83587928bc81d 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,24 +1,64 @@
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Crypto
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioBuffer
+Features: test-name=librust-web-sys-dev:AudioBuffer
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioBufferSourceNode
+Features: test-name=librust-web-sys-dev:AudioBufferSourceNode
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioContext
+Features: test-name=librust-web-sys-dev:AudioContext
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioContextOptions
+Features: test-name=librust-web-sys-dev:AudioContextOptions
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioContextState
+Features: test-name=librust-web-sys-dev:AudioContextState
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioDestinationNode
+Features: test-name=librust-web-sys-dev:AudioDestinationNode
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioNode
+Features: test-name=librust-web-sys-dev:AudioNode
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Crypto
 Features: test-name=librust-web-sys-dev:Crypto
 Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Window
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Window
 Features: test-name=librust-web-sys-dev:Window
 Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features console
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Navigator
+Features: test-name=librust-web-sys-dev:Navigator
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features console
 Features: test-name=librust-web-sys-dev:console
 Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets.
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets.
 Features: test-name=librust-web-sys-dev:default
 Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features
 Features: test-name=librust-web-sys-dev:
 Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
 Restrictions: allow-stderr, skip-not-installable
diff --git a/debian/tests/control.debcargo.hint b/debian/tests/control.debcargo.hint
index 2d548b0f5bb749675431c85f58aa78f487761738..4e66f97eccf5a13bcdfcf1767121d8225f44836b 100644
--- a/debian/tests/control.debcargo.hint
+++ b/debian/tests/control.debcargo.hint
@@ -1,7529 +1,7844 @@
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --all-features
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --all-features
 Features: test-name=rust-web-sys:@
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AbortController
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AbortController
 Features: test-name=librust-web-sys-dev:AbortController
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AbortSignal
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AbortSignal
 Features: test-name=librust-web-sys-dev:AbortSignal
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AddEventListenerOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AddEventListenerOptions
 Features: test-name=librust-web-sys-dev:AddEventListenerOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AesCbcParams
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AesCbcParams
 Features: test-name=librust-web-sys-dev:AesCbcParams
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AesCtrParams
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AesCtrParams
 Features: test-name=librust-web-sys-dev:AesCtrParams
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AesDerivedKeyParams
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AesDerivedKeyParams
 Features: test-name=librust-web-sys-dev:AesDerivedKeyParams
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AesGcmParams
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AesGcmParams
 Features: test-name=librust-web-sys-dev:AesGcmParams
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AesKeyAlgorithm
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AesKeyAlgorithm
 Features: test-name=librust-web-sys-dev:AesKeyAlgorithm
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AesKeyGenParams
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AesKeyGenParams
 Features: test-name=librust-web-sys-dev:AesKeyGenParams
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Algorithm
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Algorithm
 Features: test-name=librust-web-sys-dev:Algorithm
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AlignSetting
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AlignSetting
 Features: test-name=librust-web-sys-dev:AlignSetting
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AllowedBluetoothDevice
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AllowedBluetoothDevice
 Features: test-name=librust-web-sys-dev:AllowedBluetoothDevice
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AllowedUsbDevice
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AllowedUsbDevice
 Features: test-name=librust-web-sys-dev:AllowedUsbDevice
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AlphaOption
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AlphaOption
 Features: test-name=librust-web-sys-dev:AlphaOption
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AnalyserOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AnalyserOptions
 Features: test-name=librust-web-sys-dev:AnalyserOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AngleInstancedArrays
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AngleInstancedArrays
 Features: test-name=librust-web-sys-dev:AngleInstancedArrays
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Animation
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Animation
 Features: test-name=librust-web-sys-dev:Animation
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AnimationEffect
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AnimationEffect
 Features: test-name=librust-web-sys-dev:AnimationEffect
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AnimationEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AnimationEvent
 Features: test-name=librust-web-sys-dev:AnimationEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AnimationEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AnimationEventInit
 Features: test-name=librust-web-sys-dev:AnimationEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AnimationPlayState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AnimationPlayState
 Features: test-name=librust-web-sys-dev:AnimationPlayState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AnimationPlaybackEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AnimationPlaybackEvent
 Features: test-name=librust-web-sys-dev:AnimationPlaybackEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AnimationPlaybackEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AnimationPlaybackEventInit
 Features: test-name=librust-web-sys-dev:AnimationPlaybackEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AnimationPropertyDetails
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AnimationPropertyDetails
 Features: test-name=librust-web-sys-dev:AnimationPropertyDetails
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AnimationPropertyValueDetails
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AnimationPropertyValueDetails
 Features: test-name=librust-web-sys-dev:AnimationPropertyValueDetails
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AnimationTimeline
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AnimationTimeline
 Features: test-name=librust-web-sys-dev:AnimationTimeline
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AssignedNodesOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AssignedNodesOptions
 Features: test-name=librust-web-sys-dev:AssignedNodesOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AttestationConveyancePreference
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AttestationConveyancePreference
 Features: test-name=librust-web-sys-dev:AttestationConveyancePreference
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AttributeNameValue
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AttributeNameValue
 Features: test-name=librust-web-sys-dev:AttributeNameValue
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioBuffer
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioBuffer
 Features: test-name=librust-web-sys-dev:AudioBuffer
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioBufferOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioBufferOptions
 Features: test-name=librust-web-sys-dev:AudioBufferOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioBufferSourceOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioBufferSourceOptions
 Features: test-name=librust-web-sys-dev:AudioBufferSourceOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioConfiguration
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioConfiguration
 Features: test-name=librust-web-sys-dev:AudioConfiguration
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioContextOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioContextOptions
 Features: test-name=librust-web-sys-dev:AudioContextOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioContextState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioContextState
 Features: test-name=librust-web-sys-dev:AudioContextState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioData
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioData
 Features: test-name=librust-web-sys-dev:AudioData
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioDataCopyToOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioDataCopyToOptions
 Features: test-name=librust-web-sys-dev:AudioDataCopyToOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioDataInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioDataInit
 Features: test-name=librust-web-sys-dev:AudioDataInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioDecoder
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioDecoder
 Features: test-name=librust-web-sys-dev:AudioDecoder
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioDecoderConfig
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioDecoderConfig
 Features: test-name=librust-web-sys-dev:AudioDecoderConfig
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioDecoderInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioDecoderInit
 Features: test-name=librust-web-sys-dev:AudioDecoderInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioDecoderSupport
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioDecoderSupport
 Features: test-name=librust-web-sys-dev:AudioDecoderSupport
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioEncoder
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioEncoder
 Features: test-name=librust-web-sys-dev:AudioEncoder
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioEncoderConfig
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioEncoderConfig
 Features: test-name=librust-web-sys-dev:AudioEncoderConfig
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioEncoderInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioEncoderInit
 Features: test-name=librust-web-sys-dev:AudioEncoderInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioEncoderSupport
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioEncoderSupport
 Features: test-name=librust-web-sys-dev:AudioEncoderSupport
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioListener
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioListener
 Features: test-name=librust-web-sys-dev:AudioListener
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioNode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioNode
 Features: test-name=librust-web-sys-dev:AudioNode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioNodeOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioNodeOptions
 Features: test-name=librust-web-sys-dev:AudioNodeOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioParam
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioParam
 Features: test-name=librust-web-sys-dev:AudioParam
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioParamMap
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioParamMap
 Features: test-name=librust-web-sys-dev:AudioParamMap
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioProcessingEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioProcessingEvent
 Features: test-name=librust-web-sys-dev:AudioProcessingEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioSampleFormat
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioSampleFormat
 Features: test-name=librust-web-sys-dev:AudioSampleFormat
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioTrack
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioTrack
 Features: test-name=librust-web-sys-dev:AudioTrack
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioTrackList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioTrackList
 Features: test-name=librust-web-sys-dev:AudioTrackList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioWorklet
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioWorklet
 Features: test-name=librust-web-sys-dev:AudioWorklet
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioWorkletGlobalScope
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioWorkletGlobalScope
 Features: test-name=librust-web-sys-dev:AudioWorkletGlobalScope
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioWorkletNodeOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioWorkletNodeOptions
 Features: test-name=librust-web-sys-dev:AudioWorkletNodeOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioWorkletProcessor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioWorkletProcessor
 Features: test-name=librust-web-sys-dev:AudioWorkletProcessor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AuthenticationExtensionsClientInputs
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AuthenticationExtensionsClientInputs
 Features: test-name=librust-web-sys-dev:AuthenticationExtensionsClientInputs
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AuthenticationExtensionsClientOutputs
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AuthenticationExtensionsClientOutputs
 Features: test-name=librust-web-sys-dev:AuthenticationExtensionsClientOutputs
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AuthenticatorAssertionResponse
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AuthenticatorAssertionResponse
 Features: test-name=librust-web-sys-dev:AuthenticatorAssertionResponse
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AuthenticatorAttachment
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AuthenticatorAttachment
 Features: test-name=librust-web-sys-dev:AuthenticatorAttachment
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AuthenticatorAttestationResponse
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AuthenticatorAttestationResponse
 Features: test-name=librust-web-sys-dev:AuthenticatorAttestationResponse
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AuthenticatorResponse
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AuthenticatorResponse
 Features: test-name=librust-web-sys-dev:AuthenticatorResponse
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AuthenticatorSelectionCriteria
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AuthenticatorSelectionCriteria
 Features: test-name=librust-web-sys-dev:AuthenticatorSelectionCriteria
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AuthenticatorTransport
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AuthenticatorTransport
 Features: test-name=librust-web-sys-dev:AuthenticatorTransport
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AutoKeyword
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AutoKeyword
 Features: test-name=librust-web-sys-dev:AutoKeyword
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AutocompleteInfo
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AutocompleteInfo
 Features: test-name=librust-web-sys-dev:AutocompleteInfo
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BarProp
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BarProp
 Features: test-name=librust-web-sys-dev:BarProp
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BaseAudioContext
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BaseAudioContext
 Features: test-name=librust-web-sys-dev:BaseAudioContext
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BaseComputedKeyframe
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BaseComputedKeyframe
 Features: test-name=librust-web-sys-dev:BaseComputedKeyframe
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BaseKeyframe
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BaseKeyframe
 Features: test-name=librust-web-sys-dev:BaseKeyframe
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BasePropertyIndexedKeyframe
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BasePropertyIndexedKeyframe
 Features: test-name=librust-web-sys-dev:BasePropertyIndexedKeyframe
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BasicCardRequest
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BasicCardRequest
 Features: test-name=librust-web-sys-dev:BasicCardRequest
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BasicCardResponse
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BasicCardResponse
 Features: test-name=librust-web-sys-dev:BasicCardResponse
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BasicCardType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BasicCardType
 Features: test-name=librust-web-sys-dev:BasicCardType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BatteryManager
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BatteryManager
 Features: test-name=librust-web-sys-dev:BatteryManager
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BeforeUnloadEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BeforeUnloadEvent
 Features: test-name=librust-web-sys-dev:BeforeUnloadEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BinaryType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BinaryType
 Features: test-name=librust-web-sys-dev:BinaryType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BiquadFilterOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BiquadFilterOptions
 Features: test-name=librust-web-sys-dev:BiquadFilterOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BiquadFilterType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BiquadFilterType
 Features: test-name=librust-web-sys-dev:BiquadFilterType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Blob
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Blob
 Features: test-name=librust-web-sys-dev:Blob
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BlobEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BlobEvent
 Features: test-name=librust-web-sys-dev:BlobEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BlobEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BlobEventInit
 Features: test-name=librust-web-sys-dev:BlobEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BlobPropertyBag
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BlobPropertyBag
 Features: test-name=librust-web-sys-dev:BlobPropertyBag
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BlockParsingOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BlockParsingOptions
 Features: test-name=librust-web-sys-dev:BlockParsingOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Bluetooth
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Bluetooth
 Features: test-name=librust-web-sys-dev:Bluetooth
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BluetoothAdvertisingEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BluetoothAdvertisingEvent
 Features: test-name=librust-web-sys-dev:BluetoothAdvertisingEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BluetoothAdvertisingEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BluetoothAdvertisingEventInit
 Features: test-name=librust-web-sys-dev:BluetoothAdvertisingEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BluetoothCharacteristicProperties
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BluetoothCharacteristicProperties
 Features: test-name=librust-web-sys-dev:BluetoothCharacteristicProperties
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BluetoothDataFilterInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BluetoothDataFilterInit
 Features: test-name=librust-web-sys-dev:BluetoothDataFilterInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BluetoothDevice
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BluetoothDevice
 Features: test-name=librust-web-sys-dev:BluetoothDevice
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BluetoothLeScanFilterInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BluetoothLeScanFilterInit
 Features: test-name=librust-web-sys-dev:BluetoothLeScanFilterInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BluetoothManufacturerDataMap
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BluetoothManufacturerDataMap
 Features: test-name=librust-web-sys-dev:BluetoothManufacturerDataMap
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BluetoothPermissionDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BluetoothPermissionDescriptor
 Features: test-name=librust-web-sys-dev:BluetoothPermissionDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BluetoothPermissionStorage
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BluetoothPermissionStorage
 Features: test-name=librust-web-sys-dev:BluetoothPermissionStorage
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BluetoothRemoteGattCharacteristic
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BluetoothRemoteGattCharacteristic
 Features: test-name=librust-web-sys-dev:BluetoothRemoteGattCharacteristic
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BluetoothRemoteGattDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BluetoothRemoteGattDescriptor
 Features: test-name=librust-web-sys-dev:BluetoothRemoteGattDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BluetoothRemoteGattServer
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BluetoothRemoteGattServer
 Features: test-name=librust-web-sys-dev:BluetoothRemoteGattServer
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BluetoothRemoteGattService
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BluetoothRemoteGattService
 Features: test-name=librust-web-sys-dev:BluetoothRemoteGattService
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BluetoothServiceDataMap
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BluetoothServiceDataMap
 Features: test-name=librust-web-sys-dev:BluetoothServiceDataMap
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BluetoothUuid
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BluetoothUuid
 Features: test-name=librust-web-sys-dev:BluetoothUuid
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BoxQuadOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BoxQuadOptions
 Features: test-name=librust-web-sys-dev:BoxQuadOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BroadcastChannel
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BroadcastChannel
 Features: test-name=librust-web-sys-dev:BroadcastChannel
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BrowserElementDownloadOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BrowserElementDownloadOptions
 Features: test-name=librust-web-sys-dev:BrowserElementDownloadOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BrowserElementExecuteScriptOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BrowserElementExecuteScriptOptions
 Features: test-name=librust-web-sys-dev:BrowserElementExecuteScriptOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BrowserFeedWriter
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BrowserFeedWriter
 Features: test-name=librust-web-sys-dev:BrowserFeedWriter
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BrowserFindCaseSensitivity
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BrowserFindCaseSensitivity
 Features: test-name=librust-web-sys-dev:BrowserFindCaseSensitivity
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BrowserFindDirection
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BrowserFindDirection
 Features: test-name=librust-web-sys-dev:BrowserFindDirection
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ByteLengthQueuingStrategy
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ByteLengthQueuingStrategy
 Features: test-name=librust-web-sys-dev:ByteLengthQueuingStrategy
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Cache
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Cache
 Features: test-name=librust-web-sys-dev:Cache
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CacheBatchOperation
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CacheBatchOperation
 Features: test-name=librust-web-sys-dev:CacheBatchOperation
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CacheQueryOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CacheQueryOptions
 Features: test-name=librust-web-sys-dev:CacheQueryOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CacheStorage
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CacheStorage
 Features: test-name=librust-web-sys-dev:CacheStorage
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CacheStorageNamespace
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CacheStorageNamespace
 Features: test-name=librust-web-sys-dev:CacheStorageNamespace
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CanvasGradient
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CanvasGradient
 Features: test-name=librust-web-sys-dev:CanvasGradient
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CanvasPattern
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CanvasPattern
 Features: test-name=librust-web-sys-dev:CanvasPattern
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CanvasRenderingContext2d
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CanvasRenderingContext2d
 Features: test-name=librust-web-sys-dev:CanvasRenderingContext2d
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CanvasWindingRule
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CanvasWindingRule
 Features: test-name=librust-web-sys-dev:CanvasWindingRule
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CaretChangedReason
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CaretChangedReason
 Features: test-name=librust-web-sys-dev:CaretChangedReason
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CaretPosition
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CaretPosition
 Features: test-name=librust-web-sys-dev:CaretPosition
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CaretStateChangedEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CaretStateChangedEventInit
 Features: test-name=librust-web-sys-dev:CaretStateChangedEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ChannelCountMode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ChannelCountMode
 Features: test-name=librust-web-sys-dev:ChannelCountMode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ChannelInterpretation
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ChannelInterpretation
 Features: test-name=librust-web-sys-dev:ChannelInterpretation
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ChannelMergerOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ChannelMergerOptions
 Features: test-name=librust-web-sys-dev:ChannelMergerOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ChannelPixelLayout
-Features: test-name=librust-web-sys-dev:ChannelPixelLayout
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
-Restrictions: allow-stderr, skip-not-installable
-
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ChannelPixelLayoutDataType
-Features: test-name=librust-web-sys-dev:ChannelPixelLayoutDataType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
-Restrictions: allow-stderr, skip-not-installable
-
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ChannelSplitterOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ChannelSplitterOptions
 Features: test-name=librust-web-sys-dev:ChannelSplitterOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CheckerboardReason
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CheckerboardReason
 Features: test-name=librust-web-sys-dev:CheckerboardReason
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CheckerboardReport
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CheckerboardReport
 Features: test-name=librust-web-sys-dev:CheckerboardReport
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CheckerboardReportService
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CheckerboardReportService
 Features: test-name=librust-web-sys-dev:CheckerboardReportService
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ChromeFilePropertyBag
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ChromeFilePropertyBag
 Features: test-name=librust-web-sys-dev:ChromeFilePropertyBag
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Client
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Client
 Features: test-name=librust-web-sys-dev:Client
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ClientQueryOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ClientQueryOptions
 Features: test-name=librust-web-sys-dev:ClientQueryOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ClientRectsAndTexts
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ClientRectsAndTexts
 Features: test-name=librust-web-sys-dev:ClientRectsAndTexts
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ClientType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ClientType
 Features: test-name=librust-web-sys-dev:ClientType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Clients
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Clients
 Features: test-name=librust-web-sys-dev:Clients
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Clipboard
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Clipboard
 Features: test-name=librust-web-sys-dev:Clipboard
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ClipboardEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ClipboardEvent
 Features: test-name=librust-web-sys-dev:ClipboardEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ClipboardEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ClipboardEventInit
 Features: test-name=librust-web-sys-dev:ClipboardEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ClipboardItem
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ClipboardItem
 Features: test-name=librust-web-sys-dev:ClipboardItem
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ClipboardItemOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ClipboardItemOptions
 Features: test-name=librust-web-sys-dev:ClipboardItemOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ClipboardPermissionDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ClipboardPermissionDescriptor
 Features: test-name=librust-web-sys-dev:ClipboardPermissionDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CloseEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CloseEvent
 Features: test-name=librust-web-sys-dev:CloseEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CloseEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CloseEventInit
 Features: test-name=librust-web-sys-dev:CloseEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CodecState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CodecState
 Features: test-name=librust-web-sys-dev:CodecState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CollectedClientData
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CollectedClientData
 Features: test-name=librust-web-sys-dev:CollectedClientData
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CompositeOperation
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ColorSpaceConversion
+Features: test-name=librust-web-sys-dev:ColorSpaceConversion
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CompositeOperation
 Features: test-name=librust-web-sys-dev:CompositeOperation
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CompositionEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CompositionEventInit
 Features: test-name=librust-web-sys-dev:CompositionEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ComputedEffectTiming
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ComputedEffectTiming
 Features: test-name=librust-web-sys-dev:ComputedEffectTiming
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ConnStatusDict
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ConnStatusDict
 Features: test-name=librust-web-sys-dev:ConnStatusDict
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ConnectionType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ConnectionType
 Features: test-name=librust-web-sys-dev:ConnectionType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ConsoleCounter
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ConsoleCounter
 Features: test-name=librust-web-sys-dev:ConsoleCounter
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ConsoleCounterError
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ConsoleCounterError
 Features: test-name=librust-web-sys-dev:ConsoleCounterError
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ConsoleEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ConsoleEvent
 Features: test-name=librust-web-sys-dev:ConsoleEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ConsoleInstance
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ConsoleInstance
 Features: test-name=librust-web-sys-dev:ConsoleInstance
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ConsoleInstanceOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ConsoleInstanceOptions
 Features: test-name=librust-web-sys-dev:ConsoleInstanceOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ConsoleLevel
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ConsoleLevel
 Features: test-name=librust-web-sys-dev:ConsoleLevel
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ConsoleLogLevel
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ConsoleLogLevel
 Features: test-name=librust-web-sys-dev:ConsoleLogLevel
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ConsoleProfileEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ConsoleProfileEvent
 Features: test-name=librust-web-sys-dev:ConsoleProfileEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ConsoleStackEntry
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ConsoleStackEntry
 Features: test-name=librust-web-sys-dev:ConsoleStackEntry
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ConsoleTimerError
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ConsoleTimerError
 Features: test-name=librust-web-sys-dev:ConsoleTimerError
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ConsoleTimerLogOrEnd
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ConsoleTimerLogOrEnd
 Features: test-name=librust-web-sys-dev:ConsoleTimerLogOrEnd
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ConsoleTimerStart
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ConsoleTimerStart
 Features: test-name=librust-web-sys-dev:ConsoleTimerStart
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ConstantSourceOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ConstantSourceOptions
 Features: test-name=librust-web-sys-dev:ConstantSourceOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ConstrainBooleanParameters
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ConstrainBooleanParameters
 Features: test-name=librust-web-sys-dev:ConstrainBooleanParameters
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ConstrainDomStringParameters
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ConstrainDomStringParameters
 Features: test-name=librust-web-sys-dev:ConstrainDomStringParameters
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ConstrainDoubleRange
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ConstrainDoubleRange
 Features: test-name=librust-web-sys-dev:ConstrainDoubleRange
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ConstrainLongRange
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ConstrainLongRange
 Features: test-name=librust-web-sys-dev:ConstrainLongRange
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ContextAttributes2d
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ContextAttributes2d
 Features: test-name=librust-web-sys-dev:ContextAttributes2d
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ConvertCoordinateOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ConvertCoordinateOptions
 Features: test-name=librust-web-sys-dev:ConvertCoordinateOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ConvolverOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ConvolverOptions
 Features: test-name=librust-web-sys-dev:ConvolverOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Coordinates
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Coordinates
 Features: test-name=librust-web-sys-dev:Coordinates
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CountQueuingStrategy
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CountQueuingStrategy
 Features: test-name=librust-web-sys-dev:CountQueuingStrategy
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Credential
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Credential
 Features: test-name=librust-web-sys-dev:Credential
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CredentialCreationOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CredentialCreationOptions
 Features: test-name=librust-web-sys-dev:CredentialCreationOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CredentialRequestOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CredentialRequestOptions
 Features: test-name=librust-web-sys-dev:CredentialRequestOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CredentialsContainer
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CredentialsContainer
 Features: test-name=librust-web-sys-dev:CredentialsContainer
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Crypto
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Crypto
 Features: test-name=librust-web-sys-dev:Crypto
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CryptoKey
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CryptoKey
 Features: test-name=librust-web-sys-dev:CryptoKey
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CryptoKeyPair
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CryptoKeyPair
 Features: test-name=librust-web-sys-dev:CryptoKeyPair
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Csp
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Csp
 Features: test-name=librust-web-sys-dev:Csp
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CspPolicies
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CspPolicies
 Features: test-name=librust-web-sys-dev:CspPolicies
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CspReport
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CspReport
 Features: test-name=librust-web-sys-dev:CspReport
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CspReportProperties
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CspReportProperties
 Features: test-name=librust-web-sys-dev:CspReportProperties
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CssBoxType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CssBoxType
 Features: test-name=librust-web-sys-dev:CssBoxType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CssCounterStyleRule
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CssCounterStyleRule
 Features: test-name=librust-web-sys-dev:CssCounterStyleRule
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CssFontFaceRule
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CssFontFaceRule
 Features: test-name=librust-web-sys-dev:CssFontFaceRule
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CssFontFeatureValuesRule
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CssFontFeatureValuesRule
 Features: test-name=librust-web-sys-dev:CssFontFeatureValuesRule
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CssGroupingRule
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CssGroupingRule
 Features: test-name=librust-web-sys-dev:CssGroupingRule
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CssImportRule
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CssImportRule
 Features: test-name=librust-web-sys-dev:CssImportRule
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CssKeyframeRule
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CssKeyframeRule
 Features: test-name=librust-web-sys-dev:CssKeyframeRule
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CssKeyframesRule
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CssKeyframesRule
 Features: test-name=librust-web-sys-dev:CssKeyframesRule
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CssNamespaceRule
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CssNamespaceRule
 Features: test-name=librust-web-sys-dev:CssNamespaceRule
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CssPageRule
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CssPageRule
 Features: test-name=librust-web-sys-dev:CssPageRule
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CssPseudoElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CssPseudoElement
 Features: test-name=librust-web-sys-dev:CssPseudoElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CssRule
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CssRule
 Features: test-name=librust-web-sys-dev:CssRule
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CssRuleList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CssRuleList
 Features: test-name=librust-web-sys-dev:CssRuleList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CssStyleDeclaration
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CssStyleDeclaration
 Features: test-name=librust-web-sys-dev:CssStyleDeclaration
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CssStyleRule
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CssStyleRule
 Features: test-name=librust-web-sys-dev:CssStyleRule
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CssStyleSheet
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CssStyleSheet
 Features: test-name=librust-web-sys-dev:CssStyleSheet
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CssStyleSheetParsingMode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CssStyleSheetParsingMode
 Features: test-name=librust-web-sys-dev:CssStyleSheetParsingMode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CustomElementRegistry
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CustomElementRegistry
 Features: test-name=librust-web-sys-dev:CustomElementRegistry
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CustomEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CustomEvent
 Features: test-name=librust-web-sys-dev:CustomEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CustomEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CustomEventInit
 Features: test-name=librust-web-sys-dev:CustomEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DataTransfer
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DataTransfer
 Features: test-name=librust-web-sys-dev:DataTransfer
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DataTransferItem
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DataTransferItem
 Features: test-name=librust-web-sys-dev:DataTransferItem
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DataTransferItemList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DataTransferItemList
 Features: test-name=librust-web-sys-dev:DataTransferItemList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DateTimeValue
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DateTimeValue
 Features: test-name=librust-web-sys-dev:DateTimeValue
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DecoderDoctorNotification
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DecoderDoctorNotification
 Features: test-name=librust-web-sys-dev:DecoderDoctorNotification
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DecoderDoctorNotificationType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DecoderDoctorNotificationType
 Features: test-name=librust-web-sys-dev:DecoderDoctorNotificationType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DelayOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DelayOptions
 Features: test-name=librust-web-sys-dev:DelayOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DeviceAcceleration
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DeviceAcceleration
 Features: test-name=librust-web-sys-dev:DeviceAcceleration
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DeviceAccelerationInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DeviceAccelerationInit
 Features: test-name=librust-web-sys-dev:DeviceAccelerationInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DeviceLightEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DeviceLightEvent
 Features: test-name=librust-web-sys-dev:DeviceLightEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DeviceLightEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DeviceLightEventInit
 Features: test-name=librust-web-sys-dev:DeviceLightEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DeviceMotionEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DeviceMotionEvent
 Features: test-name=librust-web-sys-dev:DeviceMotionEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DeviceMotionEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DeviceMotionEventInit
 Features: test-name=librust-web-sys-dev:DeviceMotionEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DeviceOrientationEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DeviceOrientationEvent
 Features: test-name=librust-web-sys-dev:DeviceOrientationEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DeviceOrientationEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DeviceOrientationEventInit
 Features: test-name=librust-web-sys-dev:DeviceOrientationEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DeviceProximityEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DeviceProximityEvent
 Features: test-name=librust-web-sys-dev:DeviceProximityEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DeviceProximityEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DeviceProximityEventInit
 Features: test-name=librust-web-sys-dev:DeviceProximityEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DeviceRotationRate
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DeviceRotationRate
 Features: test-name=librust-web-sys-dev:DeviceRotationRate
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DeviceRotationRateInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DeviceRotationRateInit
 Features: test-name=librust-web-sys-dev:DeviceRotationRateInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DhKeyDeriveParams
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DhKeyDeriveParams
 Features: test-name=librust-web-sys-dev:DhKeyDeriveParams
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DirectionSetting
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DirectionSetting
 Features: test-name=librust-web-sys-dev:DirectionSetting
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Directory
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Directory
 Features: test-name=librust-web-sys-dev:Directory
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DisplayMediaStreamConstraints
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DisplayMediaStreamConstraints
 Features: test-name=librust-web-sys-dev:DisplayMediaStreamConstraints
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DisplayNameOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DisplayNameOptions
 Features: test-name=librust-web-sys-dev:DisplayNameOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DisplayNameResult
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DisplayNameResult
 Features: test-name=librust-web-sys-dev:DisplayNameResult
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DistanceModelType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DistanceModelType
 Features: test-name=librust-web-sys-dev:DistanceModelType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DnsCacheDict
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DnsCacheDict
 Features: test-name=librust-web-sys-dev:DnsCacheDict
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DnsCacheEntry
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DnsCacheEntry
 Features: test-name=librust-web-sys-dev:DnsCacheEntry
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DnsLookupDict
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DnsLookupDict
 Features: test-name=librust-web-sys-dev:DnsLookupDict
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DocumentTimeline
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DocumentTimeline
 Features: test-name=librust-web-sys-dev:DocumentTimeline
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DocumentTimelineOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DocumentTimelineOptions
 Features: test-name=librust-web-sys-dev:DocumentTimelineOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DomError
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DomError
 Features: test-name=librust-web-sys-dev:DomError
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DomException
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DomException
 Features: test-name=librust-web-sys-dev:DomException
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DomImplementation
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DomImplementation
 Features: test-name=librust-web-sys-dev:DomImplementation
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DomMatrix
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DomMatrix
 Features: test-name=librust-web-sys-dev:DomMatrix
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DomMatrixReadOnly
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DomMatrixReadOnly
 Features: test-name=librust-web-sys-dev:DomMatrixReadOnly
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DomParser
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DomParser
 Features: test-name=librust-web-sys-dev:DomParser
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DomPoint
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DomPoint
 Features: test-name=librust-web-sys-dev:DomPoint
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DomPointInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DomPointInit
 Features: test-name=librust-web-sys-dev:DomPointInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DomPointReadOnly
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DomPointReadOnly
 Features: test-name=librust-web-sys-dev:DomPointReadOnly
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DomQuad
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DomQuad
 Features: test-name=librust-web-sys-dev:DomQuad
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DomQuadInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DomQuadInit
 Features: test-name=librust-web-sys-dev:DomQuadInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DomQuadJson
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DomQuadJson
 Features: test-name=librust-web-sys-dev:DomQuadJson
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DomRect
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DomRect
 Features: test-name=librust-web-sys-dev:DomRect
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DomRectInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DomRectInit
 Features: test-name=librust-web-sys-dev:DomRectInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DomRectList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DomRectList
 Features: test-name=librust-web-sys-dev:DomRectList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DomRectReadOnly
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DomRectReadOnly
 Features: test-name=librust-web-sys-dev:DomRectReadOnly
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DomRequest
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DomRequest
 Features: test-name=librust-web-sys-dev:DomRequest
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DomRequestReadyState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DomRequestReadyState
 Features: test-name=librust-web-sys-dev:DomRequestReadyState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DomStringList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DomStringList
 Features: test-name=librust-web-sys-dev:DomStringList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DomStringMap
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DomStringMap
 Features: test-name=librust-web-sys-dev:DomStringMap
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DomTokenList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DomTokenList
 Features: test-name=librust-web-sys-dev:DomTokenList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DomWindowResizeEventDetail
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DomWindowResizeEventDetail
 Features: test-name=librust-web-sys-dev:DomWindowResizeEventDetail
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DragEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DragEventInit
 Features: test-name=librust-web-sys-dev:DragEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DynamicsCompressorOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DynamicsCompressorOptions
 Features: test-name=librust-web-sys-dev:DynamicsCompressorOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features EcKeyAlgorithm
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features EcKeyAlgorithm
 Features: test-name=librust-web-sys-dev:EcKeyAlgorithm
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features EcKeyGenParams
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features EcKeyGenParams
 Features: test-name=librust-web-sys-dev:EcKeyGenParams
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features EcKeyImportParams
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features EcKeyImportParams
 Features: test-name=librust-web-sys-dev:EcKeyImportParams
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features EcdhKeyDeriveParams
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features EcdhKeyDeriveParams
 Features: test-name=librust-web-sys-dev:EcdhKeyDeriveParams
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features EcdsaParams
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features EcdsaParams
 Features: test-name=librust-web-sys-dev:EcdsaParams
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features EffectTiming
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features EffectTiming
 Features: test-name=librust-web-sys-dev:EffectTiming
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ElementCreationOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ElementCreationOptions
 Features: test-name=librust-web-sys-dev:ElementCreationOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ElementDefinitionOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ElementDefinitionOptions
 Features: test-name=librust-web-sys-dev:ElementDefinitionOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features EncodedAudioChunk
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features EncodedAudioChunk
 Features: test-name=librust-web-sys-dev:EncodedAudioChunk
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features EncodedAudioChunkInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features EncodedAudioChunkInit
 Features: test-name=librust-web-sys-dev:EncodedAudioChunkInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features EncodedAudioChunkMetadata
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features EncodedAudioChunkMetadata
 Features: test-name=librust-web-sys-dev:EncodedAudioChunkMetadata
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features EncodedAudioChunkType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features EncodedAudioChunkType
 Features: test-name=librust-web-sys-dev:EncodedAudioChunkType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features EncodedVideoChunk
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features EncodedVideoChunk
 Features: test-name=librust-web-sys-dev:EncodedVideoChunk
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features EncodedVideoChunkInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features EncodedVideoChunkInit
 Features: test-name=librust-web-sys-dev:EncodedVideoChunkInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features EncodedVideoChunkMetadata
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features EncodedVideoChunkMetadata
 Features: test-name=librust-web-sys-dev:EncodedVideoChunkMetadata
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features EncodedVideoChunkType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features EncodedVideoChunkType
 Features: test-name=librust-web-sys-dev:EncodedVideoChunkType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features EndingTypes
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features EndingTypes
 Features: test-name=librust-web-sys-dev:EndingTypes
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ErrorCallback
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ErrorCallback
 Features: test-name=librust-web-sys-dev:ErrorCallback
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ErrorEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ErrorEvent
 Features: test-name=librust-web-sys-dev:ErrorEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ErrorEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ErrorEventInit
 Features: test-name=librust-web-sys-dev:ErrorEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Event
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Event
 Features: test-name=librust-web-sys-dev:Event
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features EventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features EventInit
 Features: test-name=librust-web-sys-dev:EventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features EventListener
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features EventListener
 Features: test-name=librust-web-sys-dev:EventListener
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features EventListenerOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features EventListenerOptions
 Features: test-name=librust-web-sys-dev:EventListenerOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features EventModifierInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features EventModifierInit
 Features: test-name=librust-web-sys-dev:EventModifierInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features EventSource
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features EventSource
 Features: test-name=librust-web-sys-dev:EventSource
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features EventSourceInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features EventSourceInit
 Features: test-name=librust-web-sys-dev:EventSourceInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features EventTarget
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features EventTarget
 Features: test-name=librust-web-sys-dev:EventTarget
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Exception
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Exception
 Features: test-name=librust-web-sys-dev:Exception
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ExtBlendMinmax
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ExtBlendMinmax
 Features: test-name=librust-web-sys-dev:ExtBlendMinmax
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ExtColorBufferFloat
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ExtColorBufferFloat
 Features: test-name=librust-web-sys-dev:ExtColorBufferFloat
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ExtColorBufferHalfFloat
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ExtColorBufferHalfFloat
 Features: test-name=librust-web-sys-dev:ExtColorBufferHalfFloat
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ExtDisjointTimerQuery
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ExtDisjointTimerQuery
 Features: test-name=librust-web-sys-dev:ExtDisjointTimerQuery
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ExtFragDepth
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ExtFragDepth
 Features: test-name=librust-web-sys-dev:ExtFragDepth
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ExtSRgb
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ExtSRgb
 Features: test-name=librust-web-sys-dev:ExtSRgb
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ExtShaderTextureLod
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ExtShaderTextureLod
 Features: test-name=librust-web-sys-dev:ExtShaderTextureLod
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ExtTextureFilterAnisotropic
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ExtTextureFilterAnisotropic
 Features: test-name=librust-web-sys-dev:ExtTextureFilterAnisotropic
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ExtTextureNorm16
+Features: test-name=librust-web-sys-dev:ExtTextureNorm16
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ExtendableEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ExtendableEvent
 Features: test-name=librust-web-sys-dev:ExtendableEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ExtendableEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ExtendableEventInit
 Features: test-name=librust-web-sys-dev:ExtendableEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ExtendableMessageEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ExtendableMessageEventInit
 Features: test-name=librust-web-sys-dev:ExtendableMessageEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features External
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features External
 Features: test-name=librust-web-sys-dev:External
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FakePluginMimeEntry
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FakePluginMimeEntry
 Features: test-name=librust-web-sys-dev:FakePluginMimeEntry
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FakePluginTagInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FakePluginTagInit
 Features: test-name=librust-web-sys-dev:FakePluginTagInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FetchEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FetchEventInit
 Features: test-name=librust-web-sys-dev:FetchEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FetchObserver
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FetchObserver
 Features: test-name=librust-web-sys-dev:FetchObserver
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FetchReadableStreamReadDataArray
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FetchReadableStreamReadDataArray
 Features: test-name=librust-web-sys-dev:FetchReadableStreamReadDataArray
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FetchReadableStreamReadDataDone
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FetchReadableStreamReadDataDone
 Features: test-name=librust-web-sys-dev:FetchReadableStreamReadDataDone
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FetchState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FetchState
 Features: test-name=librust-web-sys-dev:FetchState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features File
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features File
 Features: test-name=librust-web-sys-dev:File
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FileCallback
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FileCallback
 Features: test-name=librust-web-sys-dev:FileCallback
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FileList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FileList
 Features: test-name=librust-web-sys-dev:FileList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FilePropertyBag
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FilePropertyBag
 Features: test-name=librust-web-sys-dev:FilePropertyBag
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FileReader
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FileReader
 Features: test-name=librust-web-sys-dev:FileReader
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FileReaderSync
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FileReaderSync
 Features: test-name=librust-web-sys-dev:FileReaderSync
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FileSystem
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FileSystem
 Features: test-name=librust-web-sys-dev:FileSystem
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FileSystemDirectoryEntry
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FileSystemCreateWritableOptions
+Features: test-name=librust-web-sys-dev:FileSystemCreateWritableOptions
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FileSystemDirectoryEntry
 Features: test-name=librust-web-sys-dev:FileSystemDirectoryEntry
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FileSystemDirectoryHandle
+Features: test-name=librust-web-sys-dev:FileSystemDirectoryHandle
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FileSystemDirectoryReader
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FileSystemDirectoryReader
 Features: test-name=librust-web-sys-dev:FileSystemDirectoryReader
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FileSystemEntriesCallback
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FileSystemEntriesCallback
 Features: test-name=librust-web-sys-dev:FileSystemEntriesCallback
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FileSystemEntry
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FileSystemEntry
 Features: test-name=librust-web-sys-dev:FileSystemEntry
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FileSystemEntryCallback
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FileSystemEntryCallback
 Features: test-name=librust-web-sys-dev:FileSystemEntryCallback
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FileSystemFileEntry
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FileSystemFileEntry
 Features: test-name=librust-web-sys-dev:FileSystemFileEntry
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FileSystemFileHandle
+Features: test-name=librust-web-sys-dev:FileSystemFileHandle
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FileSystemFlags
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FileSystemFlags
 Features: test-name=librust-web-sys-dev:FileSystemFlags
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FileSystemGetDirectoryOptions
+Features: test-name=librust-web-sys-dev:FileSystemGetDirectoryOptions
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FileSystemGetFileOptions
+Features: test-name=librust-web-sys-dev:FileSystemGetFileOptions
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FileSystemHandle
+Features: test-name=librust-web-sys-dev:FileSystemHandle
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FileSystemHandleKind
+Features: test-name=librust-web-sys-dev:FileSystemHandleKind
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FileSystemReadWriteOptions
+Features: test-name=librust-web-sys-dev:FileSystemReadWriteOptions
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FileSystemRemoveOptions
+Features: test-name=librust-web-sys-dev:FileSystemRemoveOptions
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FillMode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FileSystemSyncAccessHandle
+Features: test-name=librust-web-sys-dev:FileSystemSyncAccessHandle
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FileSystemWritableFileStream
+Features: test-name=librust-web-sys-dev:FileSystemWritableFileStream
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FillMode
 Features: test-name=librust-web-sys-dev:FillMode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FlashClassification
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FlashClassification
 Features: test-name=librust-web-sys-dev:FlashClassification
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FlexLineGrowthState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FlexLineGrowthState
 Features: test-name=librust-web-sys-dev:FlexLineGrowthState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FocusEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FlowControlType
+Features: test-name=librust-web-sys-dev:FlowControlType
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FocusEventInit
 Features: test-name=librust-web-sys-dev:FocusEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FontData
+Features: test-name=librust-web-sys-dev:FontData
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FontFace
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FontFace
 Features: test-name=librust-web-sys-dev:FontFace
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FontFaceDescriptors
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FontFaceDescriptors
 Features: test-name=librust-web-sys-dev:FontFaceDescriptors
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FontFaceLoadStatus
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FontFaceLoadStatus
 Features: test-name=librust-web-sys-dev:FontFaceLoadStatus
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FontFaceSet
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FontFaceSet
 Features: test-name=librust-web-sys-dev:FontFaceSet
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FontFaceSetIterator
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FontFaceSetIterator
 Features: test-name=librust-web-sys-dev:FontFaceSetIterator
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FontFaceSetIteratorResult
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FontFaceSetIteratorResult
 Features: test-name=librust-web-sys-dev:FontFaceSetIteratorResult
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FontFaceSetLoadEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FontFaceSetLoadEvent
 Features: test-name=librust-web-sys-dev:FontFaceSetLoadEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FontFaceSetLoadEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FontFaceSetLoadEventInit
 Features: test-name=librust-web-sys-dev:FontFaceSetLoadEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FontFaceSetLoadStatus
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FontFaceSetLoadStatus
 Features: test-name=librust-web-sys-dev:FontFaceSetLoadStatus
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FormData
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FormData
 Features: test-name=librust-web-sys-dev:FormData
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FrameType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FrameType
 Features: test-name=librust-web-sys-dev:FrameType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FuzzingFunctions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FuzzingFunctions
 Features: test-name=librust-web-sys-dev:FuzzingFunctions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GainOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GainOptions
 Features: test-name=librust-web-sys-dev:GainOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Gamepad
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Gamepad
 Features: test-name=librust-web-sys-dev:Gamepad
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GamepadAxisMoveEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GamepadAxisMoveEventInit
 Features: test-name=librust-web-sys-dev:GamepadAxisMoveEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GamepadButton
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GamepadButton
 Features: test-name=librust-web-sys-dev:GamepadButton
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GamepadButtonEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GamepadButtonEventInit
 Features: test-name=librust-web-sys-dev:GamepadButtonEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GamepadEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GamepadEvent
 Features: test-name=librust-web-sys-dev:GamepadEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GamepadEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GamepadEventInit
 Features: test-name=librust-web-sys-dev:GamepadEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GamepadHand
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GamepadHand
 Features: test-name=librust-web-sys-dev:GamepadHand
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GamepadHapticActuator
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GamepadHapticActuator
 Features: test-name=librust-web-sys-dev:GamepadHapticActuator
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GamepadHapticActuatorType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GamepadHapticActuatorType
 Features: test-name=librust-web-sys-dev:GamepadHapticActuatorType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GamepadMappingType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GamepadMappingType
 Features: test-name=librust-web-sys-dev:GamepadMappingType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GamepadPose
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GamepadPose
 Features: test-name=librust-web-sys-dev:GamepadPose
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GamepadServiceTest
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GamepadServiceTest
 Features: test-name=librust-web-sys-dev:GamepadServiceTest
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Geolocation
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Geolocation
 Features: test-name=librust-web-sys-dev:Geolocation
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GetNotificationOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GetAnimationsOptions
+Features: test-name=librust-web-sys-dev:GetAnimationsOptions
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GetNotificationOptions
 Features: test-name=librust-web-sys-dev:GetNotificationOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GetRootNodeOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GetRootNodeOptions
 Features: test-name=librust-web-sys-dev:GetRootNodeOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GetUserMediaRequest
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GetUserMediaRequest
 Features: test-name=librust-web-sys-dev:GetUserMediaRequest
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Gpu
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Gpu
 Features: test-name=librust-web-sys-dev:Gpu
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuAdapter
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuAdapter
 Features: test-name=librust-web-sys-dev:GpuAdapter
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuAdapterInfo
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuAdapterInfo
 Features: test-name=librust-web-sys-dev:GpuAdapterInfo
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuAddressMode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuAddressMode
 Features: test-name=librust-web-sys-dev:GpuAddressMode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuAutoLayoutMode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuAutoLayoutMode
 Features: test-name=librust-web-sys-dev:GpuAutoLayoutMode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuBindGroup
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuBindGroup
 Features: test-name=librust-web-sys-dev:GpuBindGroup
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuBindGroupDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuBindGroupDescriptor
 Features: test-name=librust-web-sys-dev:GpuBindGroupDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuBindGroupEntry
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuBindGroupEntry
 Features: test-name=librust-web-sys-dev:GpuBindGroupEntry
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuBindGroupLayout
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuBindGroupLayout
 Features: test-name=librust-web-sys-dev:GpuBindGroupLayout
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuBindGroupLayoutDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuBindGroupLayoutDescriptor
 Features: test-name=librust-web-sys-dev:GpuBindGroupLayoutDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuBindGroupLayoutEntry
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuBindGroupLayoutEntry
 Features: test-name=librust-web-sys-dev:GpuBindGroupLayoutEntry
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuBlendComponent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuBlendComponent
 Features: test-name=librust-web-sys-dev:GpuBlendComponent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuBlendFactor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuBlendFactor
 Features: test-name=librust-web-sys-dev:GpuBlendFactor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuBlendOperation
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuBlendOperation
 Features: test-name=librust-web-sys-dev:GpuBlendOperation
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuBlendState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuBlendState
 Features: test-name=librust-web-sys-dev:GpuBlendState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuBuffer
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuBuffer
 Features: test-name=librust-web-sys-dev:GpuBuffer
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuBufferBinding
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuBufferBinding
 Features: test-name=librust-web-sys-dev:GpuBufferBinding
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuBufferBindingLayout
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuBufferBindingLayout
 Features: test-name=librust-web-sys-dev:GpuBufferBindingLayout
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuBufferBindingType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuBufferBindingType
 Features: test-name=librust-web-sys-dev:GpuBufferBindingType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuBufferDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuBufferDescriptor
 Features: test-name=librust-web-sys-dev:GpuBufferDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuCanvasAlphaMode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuBufferMapState
+Features: test-name=librust-web-sys-dev:GpuBufferMapState
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuCanvasAlphaMode
 Features: test-name=librust-web-sys-dev:GpuCanvasAlphaMode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuCanvasConfiguration
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuCanvasConfiguration
 Features: test-name=librust-web-sys-dev:GpuCanvasConfiguration
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuCanvasContext
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuCanvasContext
 Features: test-name=librust-web-sys-dev:GpuCanvasContext
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuColorDict
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuColorDict
 Features: test-name=librust-web-sys-dev:GpuColorDict
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuColorTargetState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuColorTargetState
 Features: test-name=librust-web-sys-dev:GpuColorTargetState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuCommandBuffer
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuCommandBuffer
 Features: test-name=librust-web-sys-dev:GpuCommandBuffer
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuCommandBufferDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuCommandBufferDescriptor
 Features: test-name=librust-web-sys-dev:GpuCommandBufferDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuCommandEncoder
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuCommandEncoder
 Features: test-name=librust-web-sys-dev:GpuCommandEncoder
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuCommandEncoderDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuCommandEncoderDescriptor
 Features: test-name=librust-web-sys-dev:GpuCommandEncoderDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuCompareFunction
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuCompareFunction
 Features: test-name=librust-web-sys-dev:GpuCompareFunction
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuCompilationInfo
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuCompilationInfo
 Features: test-name=librust-web-sys-dev:GpuCompilationInfo
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuCompilationMessage
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuCompilationMessage
 Features: test-name=librust-web-sys-dev:GpuCompilationMessage
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuCompilationMessageType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuCompilationMessageType
 Features: test-name=librust-web-sys-dev:GpuCompilationMessageType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuComputePassDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuComputePassDescriptor
 Features: test-name=librust-web-sys-dev:GpuComputePassDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuComputePassEncoder
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuComputePassEncoder
 Features: test-name=librust-web-sys-dev:GpuComputePassEncoder
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuComputePassTimestampLocation
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuComputePassTimestampLocation
 Features: test-name=librust-web-sys-dev:GpuComputePassTimestampLocation
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuComputePassTimestampWrite
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuComputePassTimestampWrite
 Features: test-name=librust-web-sys-dev:GpuComputePassTimestampWrite
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuComputePipeline
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuComputePipeline
 Features: test-name=librust-web-sys-dev:GpuComputePipeline
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuComputePipelineDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuComputePipelineDescriptor
 Features: test-name=librust-web-sys-dev:GpuComputePipelineDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuCullMode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuCullMode
 Features: test-name=librust-web-sys-dev:GpuCullMode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuDepthStencilState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuDepthStencilState
 Features: test-name=librust-web-sys-dev:GpuDepthStencilState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuDevice
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuDevice
 Features: test-name=librust-web-sys-dev:GpuDevice
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuDeviceDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuDeviceDescriptor
 Features: test-name=librust-web-sys-dev:GpuDeviceDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuDeviceLostInfo
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuDeviceLostInfo
 Features: test-name=librust-web-sys-dev:GpuDeviceLostInfo
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuDeviceLostReason
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuDeviceLostReason
 Features: test-name=librust-web-sys-dev:GpuDeviceLostReason
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuError
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuError
 Features: test-name=librust-web-sys-dev:GpuError
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuErrorFilter
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuErrorFilter
 Features: test-name=librust-web-sys-dev:GpuErrorFilter
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuExtent3dDict
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuExtent3dDict
 Features: test-name=librust-web-sys-dev:GpuExtent3dDict
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuExternalTexture
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuExternalTexture
 Features: test-name=librust-web-sys-dev:GpuExternalTexture
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuExternalTextureBindingLayout
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuExternalTextureBindingLayout
 Features: test-name=librust-web-sys-dev:GpuExternalTextureBindingLayout
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuExternalTextureDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuExternalTextureDescriptor
 Features: test-name=librust-web-sys-dev:GpuExternalTextureDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuFeatureName
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuFeatureName
 Features: test-name=librust-web-sys-dev:GpuFeatureName
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuFilterMode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuFilterMode
 Features: test-name=librust-web-sys-dev:GpuFilterMode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuFragmentState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuFragmentState
 Features: test-name=librust-web-sys-dev:GpuFragmentState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuFrontFace
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuFrontFace
 Features: test-name=librust-web-sys-dev:GpuFrontFace
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuImageCopyBuffer
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuImageCopyBuffer
 Features: test-name=librust-web-sys-dev:GpuImageCopyBuffer
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuImageCopyExternalImage
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuImageCopyExternalImage
 Features: test-name=librust-web-sys-dev:GpuImageCopyExternalImage
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuImageCopyTexture
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuImageCopyTexture
 Features: test-name=librust-web-sys-dev:GpuImageCopyTexture
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuImageCopyTextureTagged
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuImageCopyTextureTagged
 Features: test-name=librust-web-sys-dev:GpuImageCopyTextureTagged
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuImageDataLayout
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuImageDataLayout
 Features: test-name=librust-web-sys-dev:GpuImageDataLayout
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuIndexFormat
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuIndexFormat
 Features: test-name=librust-web-sys-dev:GpuIndexFormat
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuLoadOp
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuInternalError
+Features: test-name=librust-web-sys-dev:GpuInternalError
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuLoadOp
 Features: test-name=librust-web-sys-dev:GpuLoadOp
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuMipmapFilterMode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuMipmapFilterMode
 Features: test-name=librust-web-sys-dev:GpuMipmapFilterMode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuMultisampleState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuMultisampleState
 Features: test-name=librust-web-sys-dev:GpuMultisampleState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuObjectDescriptorBase
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuObjectDescriptorBase
 Features: test-name=librust-web-sys-dev:GpuObjectDescriptorBase
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuOrigin2dDict
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuOrigin2dDict
 Features: test-name=librust-web-sys-dev:GpuOrigin2dDict
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuOrigin3dDict
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuOrigin3dDict
 Features: test-name=librust-web-sys-dev:GpuOrigin3dDict
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuOutOfMemoryError
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuOutOfMemoryError
 Features: test-name=librust-web-sys-dev:GpuOutOfMemoryError
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuPipelineDescriptorBase
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuPipelineDescriptorBase
 Features: test-name=librust-web-sys-dev:GpuPipelineDescriptorBase
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuPipelineLayout
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuPipelineLayout
 Features: test-name=librust-web-sys-dev:GpuPipelineLayout
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuPipelineLayoutDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuPipelineLayoutDescriptor
 Features: test-name=librust-web-sys-dev:GpuPipelineLayoutDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuPowerPreference
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuPowerPreference
 Features: test-name=librust-web-sys-dev:GpuPowerPreference
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuPrimitiveState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuPrimitiveState
 Features: test-name=librust-web-sys-dev:GpuPrimitiveState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuPrimitiveTopology
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuPrimitiveTopology
 Features: test-name=librust-web-sys-dev:GpuPrimitiveTopology
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuProgrammableStage
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuProgrammableStage
 Features: test-name=librust-web-sys-dev:GpuProgrammableStage
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuQuerySet
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuQuerySet
 Features: test-name=librust-web-sys-dev:GpuQuerySet
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuQuerySetDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuQuerySetDescriptor
 Features: test-name=librust-web-sys-dev:GpuQuerySetDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuQueryType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuQueryType
 Features: test-name=librust-web-sys-dev:GpuQueryType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuQueue
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuQueue
 Features: test-name=librust-web-sys-dev:GpuQueue
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuQueueDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuQueueDescriptor
 Features: test-name=librust-web-sys-dev:GpuQueueDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuRenderBundle
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuRenderBundle
 Features: test-name=librust-web-sys-dev:GpuRenderBundle
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuRenderBundleDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuRenderBundleDescriptor
 Features: test-name=librust-web-sys-dev:GpuRenderBundleDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuRenderBundleEncoder
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuRenderBundleEncoder
 Features: test-name=librust-web-sys-dev:GpuRenderBundleEncoder
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuRenderBundleEncoderDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuRenderBundleEncoderDescriptor
 Features: test-name=librust-web-sys-dev:GpuRenderBundleEncoderDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuRenderPassColorAttachment
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuRenderPassColorAttachment
 Features: test-name=librust-web-sys-dev:GpuRenderPassColorAttachment
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuRenderPassDepthStencilAttachment
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuRenderPassDepthStencilAttachment
 Features: test-name=librust-web-sys-dev:GpuRenderPassDepthStencilAttachment
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuRenderPassDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuRenderPassDescriptor
 Features: test-name=librust-web-sys-dev:GpuRenderPassDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuRenderPassEncoder
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuRenderPassEncoder
 Features: test-name=librust-web-sys-dev:GpuRenderPassEncoder
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuRenderPassLayout
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuRenderPassLayout
 Features: test-name=librust-web-sys-dev:GpuRenderPassLayout
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuRenderPassTimestampLocation
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuRenderPassTimestampLocation
 Features: test-name=librust-web-sys-dev:GpuRenderPassTimestampLocation
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuRenderPassTimestampWrite
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuRenderPassTimestampWrite
 Features: test-name=librust-web-sys-dev:GpuRenderPassTimestampWrite
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuRenderPipeline
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuRenderPipeline
 Features: test-name=librust-web-sys-dev:GpuRenderPipeline
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuRenderPipelineDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuRenderPipelineDescriptor
 Features: test-name=librust-web-sys-dev:GpuRenderPipelineDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuRequestAdapterOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuRequestAdapterOptions
 Features: test-name=librust-web-sys-dev:GpuRequestAdapterOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuSampler
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuSampler
 Features: test-name=librust-web-sys-dev:GpuSampler
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuSamplerBindingLayout
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuSamplerBindingLayout
 Features: test-name=librust-web-sys-dev:GpuSamplerBindingLayout
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuSamplerBindingType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuSamplerBindingType
 Features: test-name=librust-web-sys-dev:GpuSamplerBindingType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuSamplerDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuSamplerDescriptor
 Features: test-name=librust-web-sys-dev:GpuSamplerDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuShaderModule
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuShaderModule
 Features: test-name=librust-web-sys-dev:GpuShaderModule
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuShaderModuleCompilationHint
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuShaderModuleCompilationHint
 Features: test-name=librust-web-sys-dev:GpuShaderModuleCompilationHint
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuShaderModuleDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuShaderModuleDescriptor
 Features: test-name=librust-web-sys-dev:GpuShaderModuleDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuStencilFaceState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuStencilFaceState
 Features: test-name=librust-web-sys-dev:GpuStencilFaceState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuStencilOperation
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuStencilOperation
 Features: test-name=librust-web-sys-dev:GpuStencilOperation
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuStorageTextureAccess
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuStorageTextureAccess
 Features: test-name=librust-web-sys-dev:GpuStorageTextureAccess
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuStorageTextureBindingLayout
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuStorageTextureBindingLayout
 Features: test-name=librust-web-sys-dev:GpuStorageTextureBindingLayout
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuStoreOp
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuStoreOp
 Features: test-name=librust-web-sys-dev:GpuStoreOp
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuSupportedFeatures
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuSupportedFeatures
 Features: test-name=librust-web-sys-dev:GpuSupportedFeatures
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuSupportedLimits
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuSupportedLimits
 Features: test-name=librust-web-sys-dev:GpuSupportedLimits
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuTexture
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuTexture
 Features: test-name=librust-web-sys-dev:GpuTexture
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuTextureAspect
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuTextureAspect
 Features: test-name=librust-web-sys-dev:GpuTextureAspect
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuTextureBindingLayout
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuTextureBindingLayout
 Features: test-name=librust-web-sys-dev:GpuTextureBindingLayout
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuTextureDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuTextureDescriptor
 Features: test-name=librust-web-sys-dev:GpuTextureDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuTextureDimension
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuTextureDimension
 Features: test-name=librust-web-sys-dev:GpuTextureDimension
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuTextureFormat
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuTextureFormat
 Features: test-name=librust-web-sys-dev:GpuTextureFormat
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuTextureSampleType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuTextureSampleType
 Features: test-name=librust-web-sys-dev:GpuTextureSampleType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuTextureView
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuTextureView
 Features: test-name=librust-web-sys-dev:GpuTextureView
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuTextureViewDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuTextureViewDescriptor
 Features: test-name=librust-web-sys-dev:GpuTextureViewDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuTextureViewDimension
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuTextureViewDimension
 Features: test-name=librust-web-sys-dev:GpuTextureViewDimension
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuUncapturedErrorEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuUncapturedErrorEvent
 Features: test-name=librust-web-sys-dev:GpuUncapturedErrorEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuUncapturedErrorEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuUncapturedErrorEventInit
 Features: test-name=librust-web-sys-dev:GpuUncapturedErrorEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuValidationError
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuValidationError
 Features: test-name=librust-web-sys-dev:GpuValidationError
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuVertexAttribute
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuVertexAttribute
 Features: test-name=librust-web-sys-dev:GpuVertexAttribute
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuVertexBufferLayout
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuVertexBufferLayout
 Features: test-name=librust-web-sys-dev:GpuVertexBufferLayout
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuVertexFormat
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuVertexFormat
 Features: test-name=librust-web-sys-dev:GpuVertexFormat
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuVertexState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuVertexState
 Features: test-name=librust-web-sys-dev:GpuVertexState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GpuVertexStepMode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GpuVertexStepMode
 Features: test-name=librust-web-sys-dev:GpuVertexStepMode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GridDeclaration
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GridDeclaration
 Features: test-name=librust-web-sys-dev:GridDeclaration
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GridTrackState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GridTrackState
 Features: test-name=librust-web-sys-dev:GridTrackState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GroupedHistoryEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GroupedHistoryEventInit
 Features: test-name=librust-web-sys-dev:GroupedHistoryEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HalfOpenInfoDict
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HalfOpenInfoDict
 Features: test-name=librust-web-sys-dev:HalfOpenInfoDict
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HardwareAcceleration
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HardwareAcceleration
 Features: test-name=librust-web-sys-dev:HardwareAcceleration
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HashChangeEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HashChangeEvent
 Features: test-name=librust-web-sys-dev:HashChangeEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HashChangeEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HashChangeEventInit
 Features: test-name=librust-web-sys-dev:HashChangeEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Headers
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Headers
 Features: test-name=librust-web-sys-dev:Headers
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HeadersGuardEnum
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HeadersGuardEnum
 Features: test-name=librust-web-sys-dev:HeadersGuardEnum
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Hid
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Hid
 Features: test-name=librust-web-sys-dev:Hid
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HidCollectionInfo
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HidCollectionInfo
 Features: test-name=librust-web-sys-dev:HidCollectionInfo
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HidConnectionEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HidConnectionEvent
 Features: test-name=librust-web-sys-dev:HidConnectionEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HidConnectionEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HidConnectionEventInit
 Features: test-name=librust-web-sys-dev:HidConnectionEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HidDevice
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HidDevice
 Features: test-name=librust-web-sys-dev:HidDevice
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HidDeviceFilter
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HidDeviceFilter
 Features: test-name=librust-web-sys-dev:HidDeviceFilter
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HidDeviceRequestOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HidDeviceRequestOptions
 Features: test-name=librust-web-sys-dev:HidDeviceRequestOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HidInputReportEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HidInputReportEvent
 Features: test-name=librust-web-sys-dev:HidInputReportEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HidInputReportEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HidInputReportEventInit
 Features: test-name=librust-web-sys-dev:HidInputReportEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HidReportInfo
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HidReportInfo
 Features: test-name=librust-web-sys-dev:HidReportInfo
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HidReportItem
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HidReportItem
 Features: test-name=librust-web-sys-dev:HidReportItem
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HidUnitSystem
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HidUnitSystem
 Features: test-name=librust-web-sys-dev:HidUnitSystem
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HiddenPluginEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HiddenPluginEventInit
 Features: test-name=librust-web-sys-dev:HiddenPluginEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features History
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features History
 Features: test-name=librust-web-sys-dev:History
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HitRegionOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HitRegionOptions
 Features: test-name=librust-web-sys-dev:HitRegionOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HkdfParams
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HkdfParams
 Features: test-name=librust-web-sys-dev:HkdfParams
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HmacDerivedKeyParams
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HmacDerivedKeyParams
 Features: test-name=librust-web-sys-dev:HmacDerivedKeyParams
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HmacImportParams
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HmacImportParams
 Features: test-name=librust-web-sys-dev:HmacImportParams
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HmacKeyAlgorithm
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HmacKeyAlgorithm
 Features: test-name=librust-web-sys-dev:HmacKeyAlgorithm
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HmacKeyGenParams
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HmacKeyGenParams
 Features: test-name=librust-web-sys-dev:HmacKeyGenParams
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlAllCollection
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlAllCollection
 Features: test-name=librust-web-sys-dev:HtmlAllCollection
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlCollection
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlCollection
 Features: test-name=librust-web-sys-dev:HtmlCollection
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlFormControlsCollection
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlFormControlsCollection
 Features: test-name=librust-web-sys-dev:HtmlFormControlsCollection
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlOptionsCollection
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlOptionsCollection
 Features: test-name=librust-web-sys-dev:HtmlOptionsCollection
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HttpConnDict
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HttpConnDict
 Features: test-name=librust-web-sys-dev:HttpConnDict
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HttpConnInfo
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HttpConnInfo
 Features: test-name=librust-web-sys-dev:HttpConnInfo
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HttpConnectionElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HttpConnectionElement
 Features: test-name=librust-web-sys-dev:HttpConnectionElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IdbCursor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IdbCursor
 Features: test-name=librust-web-sys-dev:IdbCursor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IdbCursorDirection
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IdbCursorDirection
 Features: test-name=librust-web-sys-dev:IdbCursorDirection
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IdbCursorWithValue
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IdbCursorWithValue
 Features: test-name=librust-web-sys-dev:IdbCursorWithValue
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IdbDatabase
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IdbDatabase
 Features: test-name=librust-web-sys-dev:IdbDatabase
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IdbFactory
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IdbFactory
 Features: test-name=librust-web-sys-dev:IdbFactory
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IdbFileHandle
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IdbFileHandle
 Features: test-name=librust-web-sys-dev:IdbFileHandle
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IdbFileMetadataParameters
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IdbFileMetadataParameters
 Features: test-name=librust-web-sys-dev:IdbFileMetadataParameters
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IdbIndex
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IdbIndex
 Features: test-name=librust-web-sys-dev:IdbIndex
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IdbIndexParameters
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IdbIndexParameters
 Features: test-name=librust-web-sys-dev:IdbIndexParameters
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IdbKeyRange
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IdbKeyRange
 Features: test-name=librust-web-sys-dev:IdbKeyRange
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IdbLocaleAwareKeyRange
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IdbLocaleAwareKeyRange
 Features: test-name=librust-web-sys-dev:IdbLocaleAwareKeyRange
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IdbMutableFile
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IdbMutableFile
 Features: test-name=librust-web-sys-dev:IdbMutableFile
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IdbObjectStore
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IdbObjectStore
 Features: test-name=librust-web-sys-dev:IdbObjectStore
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IdbObjectStoreParameters
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IdbObjectStoreParameters
 Features: test-name=librust-web-sys-dev:IdbObjectStoreParameters
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IdbOpenDbOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IdbOpenDbOptions
 Features: test-name=librust-web-sys-dev:IdbOpenDbOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IdbRequest
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IdbRequest
 Features: test-name=librust-web-sys-dev:IdbRequest
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IdbRequestReadyState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IdbRequestReadyState
 Features: test-name=librust-web-sys-dev:IdbRequestReadyState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IdbTransaction
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IdbTransaction
 Features: test-name=librust-web-sys-dev:IdbTransaction
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IdbTransactionMode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IdbTransactionMode
 Features: test-name=librust-web-sys-dev:IdbTransactionMode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IdbVersionChangeEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IdbVersionChangeEvent
 Features: test-name=librust-web-sys-dev:IdbVersionChangeEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IdbVersionChangeEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IdbVersionChangeEventInit
 Features: test-name=librust-web-sys-dev:IdbVersionChangeEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IdleDeadline
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IdleDeadline
 Features: test-name=librust-web-sys-dev:IdleDeadline
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IdleRequestOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IdleRequestOptions
 Features: test-name=librust-web-sys-dev:IdleRequestOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IirFilterOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IirFilterOptions
 Features: test-name=librust-web-sys-dev:IirFilterOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ImageBitmap
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ImageBitmap
 Features: test-name=librust-web-sys-dev:ImageBitmap
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ImageBitmapFormat
-Features: test-name=librust-web-sys-dev:ImageBitmapFormat
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ImageBitmapOptions
+Features: test-name=librust-web-sys-dev:ImageBitmapOptions
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ImageBitmapRenderingContext
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ImageBitmapRenderingContext
 Features: test-name=librust-web-sys-dev:ImageBitmapRenderingContext
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ImageCapture
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ImageCapture
 Features: test-name=librust-web-sys-dev:ImageCapture
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ImageCaptureError
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ImageCaptureError
 Features: test-name=librust-web-sys-dev:ImageCaptureError
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ImageCaptureErrorEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ImageCaptureErrorEvent
 Features: test-name=librust-web-sys-dev:ImageCaptureErrorEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ImageCaptureErrorEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ImageCaptureErrorEventInit
 Features: test-name=librust-web-sys-dev:ImageCaptureErrorEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ImageData
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ImageData
 Features: test-name=librust-web-sys-dev:ImageData
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ImageDecodeOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ImageDecodeOptions
 Features: test-name=librust-web-sys-dev:ImageDecodeOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ImageDecodeResult
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ImageDecodeResult
 Features: test-name=librust-web-sys-dev:ImageDecodeResult
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ImageDecoder
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ImageDecoder
 Features: test-name=librust-web-sys-dev:ImageDecoder
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ImageDecoderInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ImageDecoderInit
 Features: test-name=librust-web-sys-dev:ImageDecoderInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ImageEncodeOptions
+Features: test-name=librust-web-sys-dev:ImageEncodeOptions
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ImageTrack
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ImageOrientation
+Features: test-name=librust-web-sys-dev:ImageOrientation
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ImageTrack
 Features: test-name=librust-web-sys-dev:ImageTrack
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ImageTrackList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ImageTrackList
 Features: test-name=librust-web-sys-dev:ImageTrackList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features InputEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features InputEventInit
 Features: test-name=librust-web-sys-dev:InputEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features InstallTriggerData
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features InstallTriggerData
 Features: test-name=librust-web-sys-dev:InstallTriggerData
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IntersectionObserver
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IntersectionObserver
 Features: test-name=librust-web-sys-dev:IntersectionObserver
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IntersectionObserverEntry
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IntersectionObserverEntry
 Features: test-name=librust-web-sys-dev:IntersectionObserverEntry
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IntersectionObserverEntryInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IntersectionObserverEntryInit
 Features: test-name=librust-web-sys-dev:IntersectionObserverEntryInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IntersectionObserverInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IntersectionObserverInit
 Features: test-name=librust-web-sys-dev:IntersectionObserverInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IntlUtils
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IntlUtils
 Features: test-name=librust-web-sys-dev:IntlUtils
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IterableKeyAndValueResult
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IterableKeyAndValueResult
 Features: test-name=librust-web-sys-dev:IterableKeyAndValueResult
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IterableKeyOrValueResult
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IterableKeyOrValueResult
 Features: test-name=librust-web-sys-dev:IterableKeyOrValueResult
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IterationCompositeOperation
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IterationCompositeOperation
 Features: test-name=librust-web-sys-dev:IterationCompositeOperation
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features JsonWebKey
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features JsonWebKey
 Features: test-name=librust-web-sys-dev:JsonWebKey
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features KeyAlgorithm
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features KeyAlgorithm
 Features: test-name=librust-web-sys-dev:KeyAlgorithm
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features KeyEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features KeyEvent
 Features: test-name=librust-web-sys-dev:KeyEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features KeyIdsInitData
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features KeyIdsInitData
 Features: test-name=librust-web-sys-dev:KeyIdsInitData
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features KeyboardEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features KeyboardEventInit
 Features: test-name=librust-web-sys-dev:KeyboardEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features KeyframeAnimationOptions
+Features: test-name=librust-web-sys-dev:KeyframeAnimationOptions
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features KeyframeEffect
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features KeyframeEffect
 Features: test-name=librust-web-sys-dev:KeyframeEffect
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features KeyframeEffectOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features KeyframeEffectOptions
 Features: test-name=librust-web-sys-dev:KeyframeEffectOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features L10nElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features L10nElement
 Features: test-name=librust-web-sys-dev:L10nElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features L10nValue
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features L10nValue
 Features: test-name=librust-web-sys-dev:L10nValue
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features LatencyMode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features LatencyMode
 Features: test-name=librust-web-sys-dev:LatencyMode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features LifecycleCallbacks
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features LifecycleCallbacks
 Features: test-name=librust-web-sys-dev:LifecycleCallbacks
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features LineAlignSetting
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features LineAlignSetting
 Features: test-name=librust-web-sys-dev:LineAlignSetting
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ListBoxObject
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ListBoxObject
 Features: test-name=librust-web-sys-dev:ListBoxObject
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features LocaleInfo
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features LocaleInfo
 Features: test-name=librust-web-sys-dev:LocaleInfo
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Location
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Location
 Features: test-name=librust-web-sys-dev:Location
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaCapabilities
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaCapabilities
 Features: test-name=librust-web-sys-dev:MediaCapabilities
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaCapabilitiesInfo
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaCapabilitiesInfo
 Features: test-name=librust-web-sys-dev:MediaCapabilitiesInfo
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaConfiguration
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaConfiguration
 Features: test-name=librust-web-sys-dev:MediaConfiguration
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaDecodingConfiguration
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaDecodingConfiguration
 Features: test-name=librust-web-sys-dev:MediaDecodingConfiguration
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaDecodingType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaDecodingType
 Features: test-name=librust-web-sys-dev:MediaDecodingType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaDeviceInfo
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaDeviceInfo
 Features: test-name=librust-web-sys-dev:MediaDeviceInfo
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaDeviceKind
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaDeviceKind
 Features: test-name=librust-web-sys-dev:MediaDeviceKind
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaDevices
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaDevices
 Features: test-name=librust-web-sys-dev:MediaDevices
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaElementAudioSourceOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaElementAudioSourceOptions
 Features: test-name=librust-web-sys-dev:MediaElementAudioSourceOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaEncodingConfiguration
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaEncodingConfiguration
 Features: test-name=librust-web-sys-dev:MediaEncodingConfiguration
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaEncodingType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaEncodingType
 Features: test-name=librust-web-sys-dev:MediaEncodingType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaEncryptedEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaEncryptedEvent
 Features: test-name=librust-web-sys-dev:MediaEncryptedEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaError
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaError
 Features: test-name=librust-web-sys-dev:MediaError
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaImage
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaImage
 Features: test-name=librust-web-sys-dev:MediaImage
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaKeyError
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaKeyError
 Features: test-name=librust-web-sys-dev:MediaKeyError
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaKeyMessageEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaKeyMessageEvent
 Features: test-name=librust-web-sys-dev:MediaKeyMessageEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaKeyMessageEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaKeyMessageEventInit
 Features: test-name=librust-web-sys-dev:MediaKeyMessageEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaKeyMessageType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaKeyMessageType
 Features: test-name=librust-web-sys-dev:MediaKeyMessageType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaKeyNeededEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaKeyNeededEventInit
 Features: test-name=librust-web-sys-dev:MediaKeyNeededEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaKeySession
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaKeySession
 Features: test-name=librust-web-sys-dev:MediaKeySession
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaKeySessionType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaKeySessionType
 Features: test-name=librust-web-sys-dev:MediaKeySessionType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaKeyStatus
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaKeyStatus
 Features: test-name=librust-web-sys-dev:MediaKeyStatus
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaKeyStatusMap
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaKeyStatusMap
 Features: test-name=librust-web-sys-dev:MediaKeyStatusMap
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaKeySystemAccess
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaKeySystemAccess
 Features: test-name=librust-web-sys-dev:MediaKeySystemAccess
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaKeySystemConfiguration
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaKeySystemConfiguration
 Features: test-name=librust-web-sys-dev:MediaKeySystemConfiguration
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaKeySystemMediaCapability
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaKeySystemMediaCapability
 Features: test-name=librust-web-sys-dev:MediaKeySystemMediaCapability
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaKeySystemStatus
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaKeySystemStatus
 Features: test-name=librust-web-sys-dev:MediaKeySystemStatus
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaKeys
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaKeys
 Features: test-name=librust-web-sys-dev:MediaKeys
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaKeysPolicy
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaKeysPolicy
 Features: test-name=librust-web-sys-dev:MediaKeysPolicy
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaKeysRequirement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaKeysRequirement
 Features: test-name=librust-web-sys-dev:MediaKeysRequirement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaList
 Features: test-name=librust-web-sys-dev:MediaList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaMetadata
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaMetadata
 Features: test-name=librust-web-sys-dev:MediaMetadata
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaMetadataInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaMetadataInit
 Features: test-name=librust-web-sys-dev:MediaMetadataInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaPositionState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaPositionState
 Features: test-name=librust-web-sys-dev:MediaPositionState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaQueryList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaQueryList
 Features: test-name=librust-web-sys-dev:MediaQueryList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaQueryListEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaQueryListEvent
 Features: test-name=librust-web-sys-dev:MediaQueryListEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaQueryListEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaQueryListEventInit
 Features: test-name=librust-web-sys-dev:MediaQueryListEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaRecorder
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaRecorder
 Features: test-name=librust-web-sys-dev:MediaRecorder
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaRecorderErrorEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaRecorderErrorEvent
 Features: test-name=librust-web-sys-dev:MediaRecorderErrorEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaRecorderErrorEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaRecorderErrorEventInit
 Features: test-name=librust-web-sys-dev:MediaRecorderErrorEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaRecorderOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaRecorderOptions
 Features: test-name=librust-web-sys-dev:MediaRecorderOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaSession
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaSession
 Features: test-name=librust-web-sys-dev:MediaSession
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaSessionAction
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaSessionAction
 Features: test-name=librust-web-sys-dev:MediaSessionAction
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaSessionActionDetails
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaSessionActionDetails
 Features: test-name=librust-web-sys-dev:MediaSessionActionDetails
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaSessionPlaybackState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaSessionPlaybackState
 Features: test-name=librust-web-sys-dev:MediaSessionPlaybackState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaSource
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaSource
 Features: test-name=librust-web-sys-dev:MediaSource
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaSourceEndOfStreamError
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaSourceEndOfStreamError
 Features: test-name=librust-web-sys-dev:MediaSourceEndOfStreamError
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaSourceEnum
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaSourceEnum
 Features: test-name=librust-web-sys-dev:MediaSourceEnum
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaSourceReadyState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaSourceReadyState
 Features: test-name=librust-web-sys-dev:MediaSourceReadyState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaStream
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaStream
 Features: test-name=librust-web-sys-dev:MediaStream
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaStreamAudioSourceOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaStreamAudioSourceOptions
 Features: test-name=librust-web-sys-dev:MediaStreamAudioSourceOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaStreamConstraints
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaStreamConstraints
 Features: test-name=librust-web-sys-dev:MediaStreamConstraints
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaStreamError
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaStreamError
 Features: test-name=librust-web-sys-dev:MediaStreamError
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaStreamEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaStreamEvent
 Features: test-name=librust-web-sys-dev:MediaStreamEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaStreamEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaStreamEventInit
 Features: test-name=librust-web-sys-dev:MediaStreamEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaStreamTrack
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaStreamTrack
 Features: test-name=librust-web-sys-dev:MediaStreamTrack
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaStreamTrackEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaStreamTrackEvent
 Features: test-name=librust-web-sys-dev:MediaStreamTrackEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaStreamTrackEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaStreamTrackEventInit
 Features: test-name=librust-web-sys-dev:MediaStreamTrackEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaStreamTrackGeneratorInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaStreamTrackGeneratorInit
 Features: test-name=librust-web-sys-dev:MediaStreamTrackGeneratorInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaStreamTrackProcessor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaStreamTrackProcessor
 Features: test-name=librust-web-sys-dev:MediaStreamTrackProcessor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaStreamTrackProcessorInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaStreamTrackProcessorInit
 Features: test-name=librust-web-sys-dev:MediaStreamTrackProcessorInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaStreamTrackState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaStreamTrackState
 Features: test-name=librust-web-sys-dev:MediaStreamTrackState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaTrackConstraintSet
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaTrackConstraintSet
 Features: test-name=librust-web-sys-dev:MediaTrackConstraintSet
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaTrackConstraints
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaTrackConstraints
 Features: test-name=librust-web-sys-dev:MediaTrackConstraints
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaTrackSettings
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaTrackSettings
 Features: test-name=librust-web-sys-dev:MediaTrackSettings
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaTrackSupportedConstraints
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaTrackSupportedConstraints
 Features: test-name=librust-web-sys-dev:MediaTrackSupportedConstraints
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MemoryAttribution
+Features: test-name=librust-web-sys-dev:MemoryAttribution
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MemoryAttributionContainer
+Features: test-name=librust-web-sys-dev:MemoryAttributionContainer
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MessageChannel
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MemoryBreakdownEntry
+Features: test-name=librust-web-sys-dev:MemoryBreakdownEntry
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MemoryMeasurement
+Features: test-name=librust-web-sys-dev:MemoryMeasurement
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MessageChannel
 Features: test-name=librust-web-sys-dev:MessageChannel
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MessageEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MessageEvent
 Features: test-name=librust-web-sys-dev:MessageEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MessageEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MessageEventInit
 Features: test-name=librust-web-sys-dev:MessageEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MessagePort
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MessagePort
 Features: test-name=librust-web-sys-dev:MessagePort
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MidiAccess
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MidiAccess
 Features: test-name=librust-web-sys-dev:MidiAccess
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MidiConnectionEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MidiConnectionEvent
 Features: test-name=librust-web-sys-dev:MidiConnectionEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MidiConnectionEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MidiConnectionEventInit
 Features: test-name=librust-web-sys-dev:MidiConnectionEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MidiInputMap
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MidiInputMap
 Features: test-name=librust-web-sys-dev:MidiInputMap
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MidiMessageEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MidiMessageEvent
 Features: test-name=librust-web-sys-dev:MidiMessageEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MidiMessageEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MidiMessageEventInit
 Features: test-name=librust-web-sys-dev:MidiMessageEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MidiOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MidiOptions
 Features: test-name=librust-web-sys-dev:MidiOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MidiOutputMap
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MidiOutputMap
 Features: test-name=librust-web-sys-dev:MidiOutputMap
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MidiPort
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MidiPort
 Features: test-name=librust-web-sys-dev:MidiPort
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MidiPortConnectionState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MidiPortConnectionState
 Features: test-name=librust-web-sys-dev:MidiPortConnectionState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MidiPortDeviceState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MidiPortDeviceState
 Features: test-name=librust-web-sys-dev:MidiPortDeviceState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MidiPortType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MidiPortType
 Features: test-name=librust-web-sys-dev:MidiPortType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MimeType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MimeType
 Features: test-name=librust-web-sys-dev:MimeType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MimeTypeArray
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MimeTypeArray
 Features: test-name=librust-web-sys-dev:MimeTypeArray
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MouseEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MouseEventInit
 Features: test-name=librust-web-sys-dev:MouseEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MozDebug
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MozDebug
 Features: test-name=librust-web-sys-dev:MozDebug
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MutationEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MutationEvent
 Features: test-name=librust-web-sys-dev:MutationEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MutationObserver
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MutationObserver
 Features: test-name=librust-web-sys-dev:MutationObserver
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MutationObserverInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MutationObserverInit
 Features: test-name=librust-web-sys-dev:MutationObserverInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MutationObservingInfo
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MutationObservingInfo
 Features: test-name=librust-web-sys-dev:MutationObservingInfo
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MutationRecord
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MutationRecord
 Features: test-name=librust-web-sys-dev:MutationRecord
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features NamedNodeMap
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features NamedNodeMap
 Features: test-name=librust-web-sys-dev:NamedNodeMap
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features NativeOsFileReadOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features NativeOsFileReadOptions
 Features: test-name=librust-web-sys-dev:NativeOsFileReadOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features NativeOsFileWriteAtomicOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features NativeOsFileWriteAtomicOptions
 Features: test-name=librust-web-sys-dev:NativeOsFileWriteAtomicOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features NavigationType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features NavigationType
 Features: test-name=librust-web-sys-dev:NavigationType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Navigator
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Navigator
 Features: test-name=librust-web-sys-dev:Navigator
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features NavigatorAutomationInformation
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features NavigatorAutomationInformation
 Features: test-name=librust-web-sys-dev:NavigatorAutomationInformation
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features NetworkCommandOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features NetworkCommandOptions
 Features: test-name=librust-web-sys-dev:NetworkCommandOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features NetworkInformation
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features NetworkInformation
 Features: test-name=librust-web-sys-dev:NetworkInformation
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features NetworkResultOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features NetworkResultOptions
 Features: test-name=librust-web-sys-dev:NetworkResultOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Node
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Node
 Features: test-name=librust-web-sys-dev:Node
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features NodeFilter
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features NodeFilter
 Features: test-name=librust-web-sys-dev:NodeFilter
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features NodeIterator
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features NodeIterator
 Features: test-name=librust-web-sys-dev:NodeIterator
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features NodeList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features NodeList
 Features: test-name=librust-web-sys-dev:NodeList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Notification
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Notification
 Features: test-name=librust-web-sys-dev:Notification
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features NotificationBehavior
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features NotificationBehavior
 Features: test-name=librust-web-sys-dev:NotificationBehavior
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features NotificationDirection
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features NotificationDirection
 Features: test-name=librust-web-sys-dev:NotificationDirection
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features NotificationEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features NotificationEventInit
 Features: test-name=librust-web-sys-dev:NotificationEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features NotificationOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features NotificationOptions
 Features: test-name=librust-web-sys-dev:NotificationOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features NotificationPermission
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features NotificationPermission
 Features: test-name=librust-web-sys-dev:NotificationPermission
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ObserverCallback
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ObserverCallback
 Features: test-name=librust-web-sys-dev:ObserverCallback
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features OesElementIndexUint
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features OesElementIndexUint
 Features: test-name=librust-web-sys-dev:OesElementIndexUint
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features OesStandardDerivatives
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features OesStandardDerivatives
 Features: test-name=librust-web-sys-dev:OesStandardDerivatives
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features OesTextureFloat
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features OesTextureFloat
 Features: test-name=librust-web-sys-dev:OesTextureFloat
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features OesTextureFloatLinear
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features OesTextureFloatLinear
 Features: test-name=librust-web-sys-dev:OesTextureFloatLinear
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features OesTextureHalfFloat
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features OesTextureHalfFloat
 Features: test-name=librust-web-sys-dev:OesTextureHalfFloat
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features OesTextureHalfFloatLinear
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features OesTextureHalfFloatLinear
 Features: test-name=librust-web-sys-dev:OesTextureHalfFloatLinear
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features OesVertexArrayObject
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features OesVertexArrayObject
 Features: test-name=librust-web-sys-dev:OesVertexArrayObject
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features OfflineAudioCompletionEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features OfflineAudioCompletionEvent
 Features: test-name=librust-web-sys-dev:OfflineAudioCompletionEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features OfflineAudioCompletionEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features OfflineAudioCompletionEventInit
 Features: test-name=librust-web-sys-dev:OfflineAudioCompletionEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features OfflineAudioContextOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features OfflineAudioContextOptions
 Features: test-name=librust-web-sys-dev:OfflineAudioContextOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features OfflineResourceList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features OfflineResourceList
 Features: test-name=librust-web-sys-dev:OfflineResourceList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features OffscreenCanvas
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features OffscreenCanvas
 Features: test-name=librust-web-sys-dev:OffscreenCanvas
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features OffscreenCanvasRenderingContext2d
+Features: test-name=librust-web-sys-dev:OffscreenCanvasRenderingContext2d
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features OpenWindowEventDetail
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features OpenWindowEventDetail
 Features: test-name=librust-web-sys-dev:OpenWindowEventDetail
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features OptionalEffectTiming
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features OptionalEffectTiming
 Features: test-name=librust-web-sys-dev:OptionalEffectTiming
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features OrientationLockType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features OrientationLockType
 Features: test-name=librust-web-sys-dev:OrientationLockType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features OrientationType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features OrientationType
 Features: test-name=librust-web-sys-dev:OrientationType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features OscillatorOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features OscillatorOptions
 Features: test-name=librust-web-sys-dev:OscillatorOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features OscillatorType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features OscillatorType
 Features: test-name=librust-web-sys-dev:OscillatorType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features OverSampleType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features OverSampleType
 Features: test-name=librust-web-sys-dev:OverSampleType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features OvrMultiview2
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features OvrMultiview2
 Features: test-name=librust-web-sys-dev:OvrMultiview2
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PageTransitionEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PageTransitionEvent
 Features: test-name=librust-web-sys-dev:PageTransitionEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PageTransitionEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PageTransitionEventInit
 Features: test-name=librust-web-sys-dev:PageTransitionEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PaintRequest
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PaintRequest
 Features: test-name=librust-web-sys-dev:PaintRequest
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PaintRequestList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PaintRequestList
 Features: test-name=librust-web-sys-dev:PaintRequestList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PaintWorkletGlobalScope
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PaintWorkletGlobalScope
 Features: test-name=librust-web-sys-dev:PaintWorkletGlobalScope
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PannerOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PannerOptions
 Features: test-name=librust-web-sys-dev:PannerOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PanningModelType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PanningModelType
 Features: test-name=librust-web-sys-dev:PanningModelType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ParityType
+Features: test-name=librust-web-sys-dev:ParityType
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Path2d
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Path2d
 Features: test-name=librust-web-sys-dev:Path2d
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PaymentAddress
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PaymentAddress
 Features: test-name=librust-web-sys-dev:PaymentAddress
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PaymentComplete
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PaymentComplete
 Features: test-name=librust-web-sys-dev:PaymentComplete
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PaymentMethodChangeEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PaymentMethodChangeEventInit
 Features: test-name=librust-web-sys-dev:PaymentMethodChangeEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PaymentRequestUpdateEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PaymentRequestUpdateEvent
 Features: test-name=librust-web-sys-dev:PaymentRequestUpdateEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PaymentRequestUpdateEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PaymentRequestUpdateEventInit
 Features: test-name=librust-web-sys-dev:PaymentRequestUpdateEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PaymentResponse
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PaymentResponse
 Features: test-name=librust-web-sys-dev:PaymentResponse
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Pbkdf2Params
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Pbkdf2Params
 Features: test-name=librust-web-sys-dev:Pbkdf2Params
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PcImplIceConnectionState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PcImplIceConnectionState
 Features: test-name=librust-web-sys-dev:PcImplIceConnectionState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PcImplIceGatheringState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PcImplIceGatheringState
 Features: test-name=librust-web-sys-dev:PcImplIceGatheringState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PcImplSignalingState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PcImplSignalingState
 Features: test-name=librust-web-sys-dev:PcImplSignalingState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PcObserverStateType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PcObserverStateType
 Features: test-name=librust-web-sys-dev:PcObserverStateType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Performance
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Performance
 Features: test-name=librust-web-sys-dev:Performance
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PerformanceEntry
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PerformanceEntry
 Features: test-name=librust-web-sys-dev:PerformanceEntry
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PerformanceEntryEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PerformanceEntryEventInit
 Features: test-name=librust-web-sys-dev:PerformanceEntryEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PerformanceEntryFilterOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PerformanceEntryFilterOptions
 Features: test-name=librust-web-sys-dev:PerformanceEntryFilterOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PerformanceMark
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PerformanceMark
 Features: test-name=librust-web-sys-dev:PerformanceMark
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PerformanceMeasure
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PerformanceMeasure
 Features: test-name=librust-web-sys-dev:PerformanceMeasure
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PerformanceNavigation
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PerformanceNavigation
 Features: test-name=librust-web-sys-dev:PerformanceNavigation
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PerformanceObserver
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PerformanceObserver
 Features: test-name=librust-web-sys-dev:PerformanceObserver
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PerformanceObserverEntryList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PerformanceObserverEntryList
 Features: test-name=librust-web-sys-dev:PerformanceObserverEntryList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PerformanceObserverInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PerformanceObserverInit
 Features: test-name=librust-web-sys-dev:PerformanceObserverInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PerformanceResourceTiming
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PerformanceResourceTiming
 Features: test-name=librust-web-sys-dev:PerformanceResourceTiming
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PerformanceServerTiming
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PerformanceServerTiming
 Features: test-name=librust-web-sys-dev:PerformanceServerTiming
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PerformanceTiming
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PerformanceTiming
 Features: test-name=librust-web-sys-dev:PerformanceTiming
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PeriodicWave
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PeriodicWave
 Features: test-name=librust-web-sys-dev:PeriodicWave
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PeriodicWaveConstraints
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PeriodicWaveConstraints
 Features: test-name=librust-web-sys-dev:PeriodicWaveConstraints
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PeriodicWaveOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PeriodicWaveOptions
 Features: test-name=librust-web-sys-dev:PeriodicWaveOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PermissionDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PermissionDescriptor
 Features: test-name=librust-web-sys-dev:PermissionDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PermissionName
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PermissionName
 Features: test-name=librust-web-sys-dev:PermissionName
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PermissionState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PermissionState
 Features: test-name=librust-web-sys-dev:PermissionState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PermissionStatus
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PermissionStatus
 Features: test-name=librust-web-sys-dev:PermissionStatus
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Permissions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Permissions
 Features: test-name=librust-web-sys-dev:Permissions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PlaneLayout
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PlaneLayout
 Features: test-name=librust-web-sys-dev:PlaneLayout
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PlaybackDirection
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PlaybackDirection
 Features: test-name=librust-web-sys-dev:PlaybackDirection
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Plugin
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Plugin
 Features: test-name=librust-web-sys-dev:Plugin
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PluginArray
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PluginArray
 Features: test-name=librust-web-sys-dev:PluginArray
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PluginCrashedEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PluginCrashedEventInit
 Features: test-name=librust-web-sys-dev:PluginCrashedEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PointerEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PointerEventInit
 Features: test-name=librust-web-sys-dev:PointerEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PopStateEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PopStateEvent
 Features: test-name=librust-web-sys-dev:PopStateEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PopStateEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PopStateEventInit
 Features: test-name=librust-web-sys-dev:PopStateEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PopupBlockedEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PopupBlockedEvent
 Features: test-name=librust-web-sys-dev:PopupBlockedEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PopupBlockedEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PopupBlockedEventInit
 Features: test-name=librust-web-sys-dev:PopupBlockedEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Position
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Position
 Features: test-name=librust-web-sys-dev:Position
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PositionAlignSetting
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PositionAlignSetting
 Features: test-name=librust-web-sys-dev:PositionAlignSetting
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PositionError
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PositionError
 Features: test-name=librust-web-sys-dev:PositionError
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PositionOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PositionOptions
 Features: test-name=librust-web-sys-dev:PositionOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PremultiplyAlpha
+Features: test-name=librust-web-sys-dev:PremultiplyAlpha
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Presentation
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Presentation
 Features: test-name=librust-web-sys-dev:Presentation
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PresentationAvailability
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PresentationAvailability
 Features: test-name=librust-web-sys-dev:PresentationAvailability
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PresentationConnection
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PresentationConnection
 Features: test-name=librust-web-sys-dev:PresentationConnection
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PresentationConnectionAvailableEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PresentationConnectionAvailableEvent
 Features: test-name=librust-web-sys-dev:PresentationConnectionAvailableEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PresentationConnectionAvailableEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PresentationConnectionAvailableEventInit
 Features: test-name=librust-web-sys-dev:PresentationConnectionAvailableEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PresentationConnectionBinaryType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PresentationConnectionBinaryType
 Features: test-name=librust-web-sys-dev:PresentationConnectionBinaryType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PresentationConnectionCloseEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PresentationConnectionCloseEvent
 Features: test-name=librust-web-sys-dev:PresentationConnectionCloseEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PresentationConnectionCloseEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PresentationConnectionCloseEventInit
 Features: test-name=librust-web-sys-dev:PresentationConnectionCloseEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PresentationConnectionClosedReason
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PresentationConnectionClosedReason
 Features: test-name=librust-web-sys-dev:PresentationConnectionClosedReason
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PresentationConnectionList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PresentationConnectionList
 Features: test-name=librust-web-sys-dev:PresentationConnectionList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PresentationConnectionState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PresentationConnectionState
 Features: test-name=librust-web-sys-dev:PresentationConnectionState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PresentationReceiver
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PresentationReceiver
 Features: test-name=librust-web-sys-dev:PresentationReceiver
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PresentationRequest
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PresentationRequest
 Features: test-name=librust-web-sys-dev:PresentationRequest
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PresentationStyle
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PresentationStyle
 Features: test-name=librust-web-sys-dev:PresentationStyle
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ProfileTimelineLayerRect
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ProfileTimelineLayerRect
 Features: test-name=librust-web-sys-dev:ProfileTimelineLayerRect
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ProfileTimelineMarker
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ProfileTimelineMarker
 Features: test-name=librust-web-sys-dev:ProfileTimelineMarker
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ProfileTimelineMessagePortOperationType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ProfileTimelineMessagePortOperationType
 Features: test-name=librust-web-sys-dev:ProfileTimelineMessagePortOperationType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ProfileTimelineStackFrame
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ProfileTimelineStackFrame
 Features: test-name=librust-web-sys-dev:ProfileTimelineStackFrame
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ProfileTimelineWorkerOperationType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ProfileTimelineWorkerOperationType
 Features: test-name=librust-web-sys-dev:ProfileTimelineWorkerOperationType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ProgressEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ProgressEvent
 Features: test-name=librust-web-sys-dev:ProgressEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ProgressEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ProgressEventInit
 Features: test-name=librust-web-sys-dev:ProgressEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PromiseNativeHandler
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PromiseNativeHandler
 Features: test-name=librust-web-sys-dev:PromiseNativeHandler
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PromiseRejectionEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PromiseRejectionEvent
 Features: test-name=librust-web-sys-dev:PromiseRejectionEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PromiseRejectionEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PromiseRejectionEventInit
 Features: test-name=librust-web-sys-dev:PromiseRejectionEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PublicKeyCredential
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PublicKeyCredential
 Features: test-name=librust-web-sys-dev:PublicKeyCredential
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PublicKeyCredentialCreationOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PublicKeyCredentialCreationOptions
 Features: test-name=librust-web-sys-dev:PublicKeyCredentialCreationOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PublicKeyCredentialDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PublicKeyCredentialDescriptor
 Features: test-name=librust-web-sys-dev:PublicKeyCredentialDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PublicKeyCredentialEntity
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PublicKeyCredentialEntity
 Features: test-name=librust-web-sys-dev:PublicKeyCredentialEntity
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PublicKeyCredentialParameters
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PublicKeyCredentialParameters
 Features: test-name=librust-web-sys-dev:PublicKeyCredentialParameters
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PublicKeyCredentialRequestOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PublicKeyCredentialRequestOptions
 Features: test-name=librust-web-sys-dev:PublicKeyCredentialRequestOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PublicKeyCredentialRpEntity
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PublicKeyCredentialRpEntity
 Features: test-name=librust-web-sys-dev:PublicKeyCredentialRpEntity
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PublicKeyCredentialType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PublicKeyCredentialType
 Features: test-name=librust-web-sys-dev:PublicKeyCredentialType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PublicKeyCredentialUserEntity
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PublicKeyCredentialUserEntity
 Features: test-name=librust-web-sys-dev:PublicKeyCredentialUserEntity
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PushEncryptionKeyName
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PushEncryptionKeyName
 Features: test-name=librust-web-sys-dev:PushEncryptionKeyName
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PushEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PushEventInit
 Features: test-name=librust-web-sys-dev:PushEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PushManager
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PushManager
 Features: test-name=librust-web-sys-dev:PushManager
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PushMessageData
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PushMessageData
 Features: test-name=librust-web-sys-dev:PushMessageData
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PushPermissionState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PushPermissionState
 Features: test-name=librust-web-sys-dev:PushPermissionState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PushSubscription
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PushSubscription
 Features: test-name=librust-web-sys-dev:PushSubscription
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PushSubscriptionInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PushSubscriptionInit
 Features: test-name=librust-web-sys-dev:PushSubscriptionInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PushSubscriptionJson
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PushSubscriptionJson
 Features: test-name=librust-web-sys-dev:PushSubscriptionJson
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PushSubscriptionKeys
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PushSubscriptionKeys
 Features: test-name=librust-web-sys-dev:PushSubscriptionKeys
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PushSubscriptionOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PushSubscriptionOptions
 Features: test-name=librust-web-sys-dev:PushSubscriptionOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PushSubscriptionOptionsInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PushSubscriptionOptionsInit
 Features: test-name=librust-web-sys-dev:PushSubscriptionOptionsInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features QueryOptions
+Features: test-name=librust-web-sys-dev:QueryOptions
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features QueuingStrategy
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features QueuingStrategy
 Features: test-name=librust-web-sys-dev:QueuingStrategy
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features QueuingStrategyInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features QueuingStrategyInit
 Features: test-name=librust-web-sys-dev:QueuingStrategyInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RadioNodeList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RadioNodeList
 Features: test-name=librust-web-sys-dev:RadioNodeList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Range
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Range
 Features: test-name=librust-web-sys-dev:Range
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RcwnPerfStats
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RcwnPerfStats
 Features: test-name=librust-web-sys-dev:RcwnPerfStats
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RcwnStatus
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RcwnStatus
 Features: test-name=librust-web-sys-dev:RcwnStatus
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ReadableByteStreamController
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ReadableByteStreamController
 Features: test-name=librust-web-sys-dev:ReadableByteStreamController
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ReadableStream
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ReadableStream
 Features: test-name=librust-web-sys-dev:ReadableStream
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ReadableStreamByobReader
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ReadableStreamByobReader
 Features: test-name=librust-web-sys-dev:ReadableStreamByobReader
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ReadableStreamByobRequest
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ReadableStreamByobRequest
 Features: test-name=librust-web-sys-dev:ReadableStreamByobRequest
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ReadableStreamDefaultController
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ReadableStreamDefaultController
 Features: test-name=librust-web-sys-dev:ReadableStreamDefaultController
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ReadableStreamDefaultReader
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ReadableStreamDefaultReader
 Features: test-name=librust-web-sys-dev:ReadableStreamDefaultReader
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ReadableStreamGetReaderOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ReadableStreamGetReaderOptions
 Features: test-name=librust-web-sys-dev:ReadableStreamGetReaderOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ReadableStreamIteratorOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ReadableStreamIteratorOptions
 Features: test-name=librust-web-sys-dev:ReadableStreamIteratorOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ReadableStreamReadResult
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ReadableStreamReadResult
 Features: test-name=librust-web-sys-dev:ReadableStreamReadResult
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ReadableStreamReaderMode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ReadableStreamReaderMode
 Features: test-name=librust-web-sys-dev:ReadableStreamReaderMode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ReadableStreamType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ReadableStreamType
 Features: test-name=librust-web-sys-dev:ReadableStreamType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ReadableWritablePair
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ReadableWritablePair
 Features: test-name=librust-web-sys-dev:ReadableWritablePair
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RecordingState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RecordingState
 Features: test-name=librust-web-sys-dev:RecordingState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ReferrerPolicy
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ReferrerPolicy
 Features: test-name=librust-web-sys-dev:ReferrerPolicy
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RegisterRequest
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RegisterRequest
 Features: test-name=librust-web-sys-dev:RegisterRequest
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RegisterResponse
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RegisterResponse
 Features: test-name=librust-web-sys-dev:RegisterResponse
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RegisteredKey
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RegisteredKey
 Features: test-name=librust-web-sys-dev:RegisteredKey
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RegistrationOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RegistrationOptions
 Features: test-name=librust-web-sys-dev:RegistrationOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Request
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Request
 Features: test-name=librust-web-sys-dev:Request
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RequestCache
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RequestCache
 Features: test-name=librust-web-sys-dev:RequestCache
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RequestCredentials
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RequestCredentials
 Features: test-name=librust-web-sys-dev:RequestCredentials
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RequestDestination
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RequestDestination
 Features: test-name=librust-web-sys-dev:RequestDestination
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RequestDeviceOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RequestDeviceOptions
 Features: test-name=librust-web-sys-dev:RequestDeviceOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RequestInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RequestInit
 Features: test-name=librust-web-sys-dev:RequestInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RequestMediaKeySystemAccessNotification
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RequestMediaKeySystemAccessNotification
 Features: test-name=librust-web-sys-dev:RequestMediaKeySystemAccessNotification
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RequestMode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RequestMode
 Features: test-name=librust-web-sys-dev:RequestMode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RequestRedirect
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RequestRedirect
 Features: test-name=librust-web-sys-dev:RequestRedirect
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ResizeObserver
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ResizeObserver
 Features: test-name=librust-web-sys-dev:ResizeObserver
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ResizeObserverBoxOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ResizeObserverBoxOptions
 Features: test-name=librust-web-sys-dev:ResizeObserverBoxOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ResizeObserverEntry
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ResizeObserverEntry
 Features: test-name=librust-web-sys-dev:ResizeObserverEntry
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ResizeObserverOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ResizeObserverOptions
 Features: test-name=librust-web-sys-dev:ResizeObserverOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ResizeObserverSize
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ResizeObserverSize
 Features: test-name=librust-web-sys-dev:ResizeObserverSize
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ResizeQuality
+Features: test-name=librust-web-sys-dev:ResizeQuality
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Response
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Response
 Features: test-name=librust-web-sys-dev:Response
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ResponseInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ResponseInit
 Features: test-name=librust-web-sys-dev:ResponseInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ResponseType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ResponseType
 Features: test-name=librust-web-sys-dev:ResponseType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RsaHashedImportParams
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RsaHashedImportParams
 Features: test-name=librust-web-sys-dev:RsaHashedImportParams
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RsaOaepParams
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RsaOaepParams
 Features: test-name=librust-web-sys-dev:RsaOaepParams
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RsaOtherPrimesInfo
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RsaOtherPrimesInfo
 Features: test-name=librust-web-sys-dev:RsaOtherPrimesInfo
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RsaPssParams
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RsaPssParams
 Features: test-name=librust-web-sys-dev:RsaPssParams
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcAnswerOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcAnswerOptions
 Features: test-name=librust-web-sys-dev:RtcAnswerOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcBundlePolicy
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcBundlePolicy
 Features: test-name=librust-web-sys-dev:RtcBundlePolicy
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcCertificate
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcCertificate
 Features: test-name=librust-web-sys-dev:RtcCertificate
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcCertificateExpiration
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcCertificateExpiration
 Features: test-name=librust-web-sys-dev:RtcCertificateExpiration
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcCodecStats
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcCodecStats
 Features: test-name=librust-web-sys-dev:RtcCodecStats
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcConfiguration
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcConfiguration
 Features: test-name=librust-web-sys-dev:RtcConfiguration
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcDataChannel
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcDataChannel
 Features: test-name=librust-web-sys-dev:RtcDataChannel
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcDataChannelEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcDataChannelEvent
 Features: test-name=librust-web-sys-dev:RtcDataChannelEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcDataChannelEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcDataChannelEventInit
 Features: test-name=librust-web-sys-dev:RtcDataChannelEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcDataChannelInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcDataChannelInit
 Features: test-name=librust-web-sys-dev:RtcDataChannelInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcDataChannelState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcDataChannelState
 Features: test-name=librust-web-sys-dev:RtcDataChannelState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcDataChannelType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcDataChannelType
 Features: test-name=librust-web-sys-dev:RtcDataChannelType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcDegradationPreference
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcDegradationPreference
 Features: test-name=librust-web-sys-dev:RtcDegradationPreference
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcFecParameters
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcFecParameters
 Features: test-name=librust-web-sys-dev:RtcFecParameters
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcIceCandidate
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcIceCandidate
 Features: test-name=librust-web-sys-dev:RtcIceCandidate
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcIceCandidateInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcIceCandidateInit
 Features: test-name=librust-web-sys-dev:RtcIceCandidateInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcIceCandidatePairStats
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcIceCandidatePairStats
 Features: test-name=librust-web-sys-dev:RtcIceCandidatePairStats
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcIceCandidateStats
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcIceCandidateStats
 Features: test-name=librust-web-sys-dev:RtcIceCandidateStats
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcIceComponentStats
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcIceComponentStats
 Features: test-name=librust-web-sys-dev:RtcIceComponentStats
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcIceConnectionState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcIceConnectionState
 Features: test-name=librust-web-sys-dev:RtcIceConnectionState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcIceCredentialType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcIceCredentialType
 Features: test-name=librust-web-sys-dev:RtcIceCredentialType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcIceGatheringState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcIceGatheringState
 Features: test-name=librust-web-sys-dev:RtcIceGatheringState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcIceServer
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcIceServer
 Features: test-name=librust-web-sys-dev:RtcIceServer
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcIceTransportPolicy
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcIceTransportPolicy
 Features: test-name=librust-web-sys-dev:RtcIceTransportPolicy
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcIdentityAssertion
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcIdentityAssertion
 Features: test-name=librust-web-sys-dev:RtcIdentityAssertion
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcIdentityAssertionResult
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcIdentityAssertionResult
 Features: test-name=librust-web-sys-dev:RtcIdentityAssertionResult
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcIdentityProvider
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcIdentityProvider
 Features: test-name=librust-web-sys-dev:RtcIdentityProvider
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcIdentityProviderDetails
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcIdentityProviderDetails
 Features: test-name=librust-web-sys-dev:RtcIdentityProviderDetails
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcIdentityProviderOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcIdentityProviderOptions
 Features: test-name=librust-web-sys-dev:RtcIdentityProviderOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcIdentityProviderRegistrar
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcIdentityProviderRegistrar
 Features: test-name=librust-web-sys-dev:RtcIdentityProviderRegistrar
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcIdentityValidationResult
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcIdentityValidationResult
 Features: test-name=librust-web-sys-dev:RtcIdentityValidationResult
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcInboundRtpStreamStats
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcInboundRtpStreamStats
 Features: test-name=librust-web-sys-dev:RtcInboundRtpStreamStats
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcLifecycleEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcLifecycleEvent
 Features: test-name=librust-web-sys-dev:RtcLifecycleEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcMediaStreamStats
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcMediaStreamStats
 Features: test-name=librust-web-sys-dev:RtcMediaStreamStats
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcMediaStreamTrackStats
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcMediaStreamTrackStats
 Features: test-name=librust-web-sys-dev:RtcMediaStreamTrackStats
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcOfferAnswerOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcOfferAnswerOptions
 Features: test-name=librust-web-sys-dev:RtcOfferAnswerOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcOfferOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcOfferOptions
 Features: test-name=librust-web-sys-dev:RtcOfferOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcOutboundRtpStreamStats
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcOutboundRtpStreamStats
 Features: test-name=librust-web-sys-dev:RtcOutboundRtpStreamStats
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcPeerConnection
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcPeerConnection
 Features: test-name=librust-web-sys-dev:RtcPeerConnection
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcPeerConnectionIceEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcPeerConnectionIceEvent
 Features: test-name=librust-web-sys-dev:RtcPeerConnectionIceEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcPeerConnectionIceEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcPeerConnectionIceEventInit
 Features: test-name=librust-web-sys-dev:RtcPeerConnectionIceEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcPeerConnectionState
+Features: test-name=librust-web-sys-dev:RtcPeerConnectionState
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcPriorityType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcPriorityType
 Features: test-name=librust-web-sys-dev:RtcPriorityType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcRtcpParameters
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcRtcpParameters
 Features: test-name=librust-web-sys-dev:RtcRtcpParameters
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcRtpCodecParameters
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcRtpCodecParameters
 Features: test-name=librust-web-sys-dev:RtcRtpCodecParameters
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcRtpContributingSource
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcRtpContributingSource
 Features: test-name=librust-web-sys-dev:RtcRtpContributingSource
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcRtpEncodingParameters
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcRtpEncodingParameters
 Features: test-name=librust-web-sys-dev:RtcRtpEncodingParameters
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcRtpHeaderExtensionParameters
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcRtpHeaderExtensionParameters
 Features: test-name=librust-web-sys-dev:RtcRtpHeaderExtensionParameters
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcRtpParameters
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcRtpParameters
 Features: test-name=librust-web-sys-dev:RtcRtpParameters
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcRtpReceiver
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcRtpReceiver
 Features: test-name=librust-web-sys-dev:RtcRtpReceiver
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcRtpSender
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcRtpSender
 Features: test-name=librust-web-sys-dev:RtcRtpSender
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcRtpSourceEntry
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcRtpSourceEntry
 Features: test-name=librust-web-sys-dev:RtcRtpSourceEntry
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcRtpSourceEntryType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcRtpSourceEntryType
 Features: test-name=librust-web-sys-dev:RtcRtpSourceEntryType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcRtpSynchronizationSource
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcRtpSynchronizationSource
 Features: test-name=librust-web-sys-dev:RtcRtpSynchronizationSource
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcRtpTransceiver
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcRtpTransceiver
 Features: test-name=librust-web-sys-dev:RtcRtpTransceiver
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcRtpTransceiverDirection
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcRtpTransceiverDirection
 Features: test-name=librust-web-sys-dev:RtcRtpTransceiverDirection
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcRtpTransceiverInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcRtpTransceiverInit
 Features: test-name=librust-web-sys-dev:RtcRtpTransceiverInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcRtxParameters
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcRtxParameters
 Features: test-name=librust-web-sys-dev:RtcRtxParameters
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcSdpType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcSdpType
 Features: test-name=librust-web-sys-dev:RtcSdpType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcSessionDescription
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcSessionDescription
 Features: test-name=librust-web-sys-dev:RtcSessionDescription
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcSessionDescriptionInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcSessionDescriptionInit
 Features: test-name=librust-web-sys-dev:RtcSessionDescriptionInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcSignalingState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcSignalingState
 Features: test-name=librust-web-sys-dev:RtcSignalingState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcStats
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcStats
 Features: test-name=librust-web-sys-dev:RtcStats
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcStatsIceCandidatePairState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcStatsIceCandidatePairState
 Features: test-name=librust-web-sys-dev:RtcStatsIceCandidatePairState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcStatsIceCandidateType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcStatsIceCandidateType
 Features: test-name=librust-web-sys-dev:RtcStatsIceCandidateType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcStatsReport
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcStatsReport
 Features: test-name=librust-web-sys-dev:RtcStatsReport
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcStatsReportInternal
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcStatsReportInternal
 Features: test-name=librust-web-sys-dev:RtcStatsReportInternal
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcStatsType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcStatsType
 Features: test-name=librust-web-sys-dev:RtcStatsType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcTrackEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcTrackEvent
 Features: test-name=librust-web-sys-dev:RtcTrackEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcTrackEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcTrackEventInit
 Features: test-name=librust-web-sys-dev:RtcTrackEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcTransportStats
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcTransportStats
 Features: test-name=librust-web-sys-dev:RtcTransportStats
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcdtmfSender
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcdtmfSender
 Features: test-name=librust-web-sys-dev:RtcdtmfSender
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcdtmfToneChangeEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcdtmfToneChangeEvent
 Features: test-name=librust-web-sys-dev:RtcdtmfToneChangeEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcdtmfToneChangeEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcdtmfToneChangeEventInit
 Features: test-name=librust-web-sys-dev:RtcdtmfToneChangeEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcrtpContributingSourceStats
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcrtpContributingSourceStats
 Features: test-name=librust-web-sys-dev:RtcrtpContributingSourceStats
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features RtcrtpStreamStats
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features RtcrtpStreamStats
 Features: test-name=librust-web-sys-dev:RtcrtpStreamStats
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Screen
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Screen
 Features: test-name=librust-web-sys-dev:Screen
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ScreenColorGamut
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ScreenColorGamut
 Features: test-name=librust-web-sys-dev:ScreenColorGamut
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ScreenLuminance
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ScreenLuminance
 Features: test-name=librust-web-sys-dev:ScreenLuminance
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ScreenOrientation
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ScreenOrientation
 Features: test-name=librust-web-sys-dev:ScreenOrientation
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ScrollBehavior
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ScrollBehavior
 Features: test-name=librust-web-sys-dev:ScrollBehavior
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ScrollBoxObject
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ScrollBoxObject
 Features: test-name=librust-web-sys-dev:ScrollBoxObject
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ScrollIntoViewOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ScrollIntoViewOptions
 Features: test-name=librust-web-sys-dev:ScrollIntoViewOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ScrollLogicalPosition
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ScrollLogicalPosition
 Features: test-name=librust-web-sys-dev:ScrollLogicalPosition
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ScrollOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ScrollOptions
 Features: test-name=librust-web-sys-dev:ScrollOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ScrollRestoration
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ScrollRestoration
 Features: test-name=librust-web-sys-dev:ScrollRestoration
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ScrollSetting
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ScrollSetting
 Features: test-name=librust-web-sys-dev:ScrollSetting
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ScrollState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ScrollState
 Features: test-name=librust-web-sys-dev:ScrollState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ScrollToOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ScrollToOptions
 Features: test-name=librust-web-sys-dev:ScrollToOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ScrollViewChangeEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ScrollViewChangeEventInit
 Features: test-name=librust-web-sys-dev:ScrollViewChangeEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SecurityPolicyViolationEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SecurityPolicyViolationEvent
 Features: test-name=librust-web-sys-dev:SecurityPolicyViolationEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SecurityPolicyViolationEventDisposition
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SecurityPolicyViolationEventDisposition
 Features: test-name=librust-web-sys-dev:SecurityPolicyViolationEventDisposition
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SecurityPolicyViolationEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SecurityPolicyViolationEventInit
 Features: test-name=librust-web-sys-dev:SecurityPolicyViolationEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Selection
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Selection
 Features: test-name=librust-web-sys-dev:Selection
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SelectionMode
+Features: test-name=librust-web-sys-dev:SelectionMode
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Serial
+Features: test-name=librust-web-sys-dev:Serial
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SerialInputSignals
+Features: test-name=librust-web-sys-dev:SerialInputSignals
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SerialOptions
+Features: test-name=librust-web-sys-dev:SerialOptions
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SerialOutputSignals
+Features: test-name=librust-web-sys-dev:SerialOutputSignals
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SerialPort
+Features: test-name=librust-web-sys-dev:SerialPort
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SerialPortFilter
+Features: test-name=librust-web-sys-dev:SerialPortFilter
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SerialPortInfo
+Features: test-name=librust-web-sys-dev:SerialPortInfo
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SerialPortRequestOptions
+Features: test-name=librust-web-sys-dev:SerialPortRequestOptions
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ServerSocketOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ServerSocketOptions
 Features: test-name=librust-web-sys-dev:ServerSocketOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ServiceWorker
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ServiceWorker
 Features: test-name=librust-web-sys-dev:ServiceWorker
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ServiceWorkerContainer
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ServiceWorkerContainer
 Features: test-name=librust-web-sys-dev:ServiceWorkerContainer
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ServiceWorkerRegistration
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ServiceWorkerRegistration
 Features: test-name=librust-web-sys-dev:ServiceWorkerRegistration
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ServiceWorkerState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ServiceWorkerState
 Features: test-name=librust-web-sys-dev:ServiceWorkerState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ServiceWorkerUpdateViaCache
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ServiceWorkerUpdateViaCache
 Features: test-name=librust-web-sys-dev:ServiceWorkerUpdateViaCache
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ShadowRootInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ShadowRootInit
 Features: test-name=librust-web-sys-dev:ShadowRootInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ShadowRootMode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ShadowRootMode
 Features: test-name=librust-web-sys-dev:ShadowRootMode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ShareData
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ShareData
 Features: test-name=librust-web-sys-dev:ShareData
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SharedWorker
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SharedWorker
 Features: test-name=librust-web-sys-dev:SharedWorker
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SignResponse
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SignResponse
 Features: test-name=librust-web-sys-dev:SignResponse
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SocketElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SocketElement
 Features: test-name=librust-web-sys-dev:SocketElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SocketOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SocketOptions
 Features: test-name=librust-web-sys-dev:SocketOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SocketReadyState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SocketReadyState
 Features: test-name=librust-web-sys-dev:SocketReadyState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SocketsDict
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SocketsDict
 Features: test-name=librust-web-sys-dev:SocketsDict
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SourceBuffer
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SourceBuffer
 Features: test-name=librust-web-sys-dev:SourceBuffer
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SourceBufferAppendMode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SourceBufferAppendMode
 Features: test-name=librust-web-sys-dev:SourceBufferAppendMode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SourceBufferList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SourceBufferList
 Features: test-name=librust-web-sys-dev:SourceBufferList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SpeechGrammar
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SpeechGrammar
 Features: test-name=librust-web-sys-dev:SpeechGrammar
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SpeechGrammarList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SpeechGrammarList
 Features: test-name=librust-web-sys-dev:SpeechGrammarList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SpeechRecognition
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SpeechRecognition
 Features: test-name=librust-web-sys-dev:SpeechRecognition
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SpeechRecognitionAlternative
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SpeechRecognitionAlternative
 Features: test-name=librust-web-sys-dev:SpeechRecognitionAlternative
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SpeechRecognitionError
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SpeechRecognitionError
 Features: test-name=librust-web-sys-dev:SpeechRecognitionError
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SpeechRecognitionErrorCode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SpeechRecognitionErrorCode
 Features: test-name=librust-web-sys-dev:SpeechRecognitionErrorCode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SpeechRecognitionErrorInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SpeechRecognitionErrorInit
 Features: test-name=librust-web-sys-dev:SpeechRecognitionErrorInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SpeechRecognitionEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SpeechRecognitionEvent
 Features: test-name=librust-web-sys-dev:SpeechRecognitionEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SpeechRecognitionEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SpeechRecognitionEventInit
 Features: test-name=librust-web-sys-dev:SpeechRecognitionEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SpeechRecognitionResult
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SpeechRecognitionResult
 Features: test-name=librust-web-sys-dev:SpeechRecognitionResult
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SpeechRecognitionResultList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SpeechRecognitionResultList
 Features: test-name=librust-web-sys-dev:SpeechRecognitionResultList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SpeechSynthesis
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SpeechSynthesis
 Features: test-name=librust-web-sys-dev:SpeechSynthesis
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SpeechSynthesisErrorCode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SpeechSynthesisErrorCode
 Features: test-name=librust-web-sys-dev:SpeechSynthesisErrorCode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SpeechSynthesisErrorEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SpeechSynthesisErrorEventInit
 Features: test-name=librust-web-sys-dev:SpeechSynthesisErrorEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SpeechSynthesisEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SpeechSynthesisEvent
 Features: test-name=librust-web-sys-dev:SpeechSynthesisEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SpeechSynthesisEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SpeechSynthesisEventInit
 Features: test-name=librust-web-sys-dev:SpeechSynthesisEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SpeechSynthesisUtterance
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SpeechSynthesisUtterance
 Features: test-name=librust-web-sys-dev:SpeechSynthesisUtterance
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SpeechSynthesisVoice
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SpeechSynthesisVoice
 Features: test-name=librust-web-sys-dev:SpeechSynthesisVoice
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features StereoPannerOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features StereoPannerOptions
 Features: test-name=librust-web-sys-dev:StereoPannerOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Storage
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Storage
 Features: test-name=librust-web-sys-dev:Storage
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features StorageEstimate
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features StorageEstimate
 Features: test-name=librust-web-sys-dev:StorageEstimate
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features StorageEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features StorageEvent
 Features: test-name=librust-web-sys-dev:StorageEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features StorageEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features StorageEventInit
 Features: test-name=librust-web-sys-dev:StorageEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features StorageManager
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features StorageManager
 Features: test-name=librust-web-sys-dev:StorageManager
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features StorageType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features StorageType
 Features: test-name=librust-web-sys-dev:StorageType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features StreamPipeOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features StreamPipeOptions
 Features: test-name=librust-web-sys-dev:StreamPipeOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features StyleRuleChangeEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features StyleRuleChangeEventInit
 Features: test-name=librust-web-sys-dev:StyleRuleChangeEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features StyleSheet
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features StyleSheet
 Features: test-name=librust-web-sys-dev:StyleSheet
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features StyleSheetApplicableStateChangeEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features StyleSheetApplicableStateChangeEventInit
 Features: test-name=librust-web-sys-dev:StyleSheetApplicableStateChangeEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features StyleSheetChangeEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features StyleSheetChangeEventInit
 Features: test-name=librust-web-sys-dev:StyleSheetChangeEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features StyleSheetList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features StyleSheetList
 Features: test-name=librust-web-sys-dev:StyleSheetList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SubmitEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SubmitEvent
 Features: test-name=librust-web-sys-dev:SubmitEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SubmitEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SubmitEventInit
 Features: test-name=librust-web-sys-dev:SubmitEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SubtleCrypto
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SubtleCrypto
 Features: test-name=librust-web-sys-dev:SubtleCrypto
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SupportedType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SupportedType
 Features: test-name=librust-web-sys-dev:SupportedType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvcOutputMetadata
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvcOutputMetadata
 Features: test-name=librust-web-sys-dev:SvcOutputMetadata
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgAngle
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgAngle
 Features: test-name=librust-web-sys-dev:SvgAngle
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgAnimatedAngle
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgAnimatedAngle
 Features: test-name=librust-web-sys-dev:SvgAnimatedAngle
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgAnimatedBoolean
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgAnimatedBoolean
 Features: test-name=librust-web-sys-dev:SvgAnimatedBoolean
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgAnimatedEnumeration
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgAnimatedEnumeration
 Features: test-name=librust-web-sys-dev:SvgAnimatedEnumeration
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgAnimatedInteger
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgAnimatedInteger
 Features: test-name=librust-web-sys-dev:SvgAnimatedInteger
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgAnimatedLength
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgAnimatedLength
 Features: test-name=librust-web-sys-dev:SvgAnimatedLength
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgAnimatedLengthList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgAnimatedLengthList
 Features: test-name=librust-web-sys-dev:SvgAnimatedLengthList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgAnimatedNumber
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgAnimatedNumber
 Features: test-name=librust-web-sys-dev:SvgAnimatedNumber
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgAnimatedNumberList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgAnimatedNumberList
 Features: test-name=librust-web-sys-dev:SvgAnimatedNumberList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgAnimatedPreserveAspectRatio
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgAnimatedPreserveAspectRatio
 Features: test-name=librust-web-sys-dev:SvgAnimatedPreserveAspectRatio
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgAnimatedRect
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgAnimatedRect
 Features: test-name=librust-web-sys-dev:SvgAnimatedRect
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgAnimatedString
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgAnimatedString
 Features: test-name=librust-web-sys-dev:SvgAnimatedString
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgAnimatedTransformList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgAnimatedTransformList
 Features: test-name=librust-web-sys-dev:SvgAnimatedTransformList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgBoundingBoxOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgBoundingBoxOptions
 Features: test-name=librust-web-sys-dev:SvgBoundingBoxOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgLength
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgLength
 Features: test-name=librust-web-sys-dev:SvgLength
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgLengthList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgLengthList
 Features: test-name=librust-web-sys-dev:SvgLengthList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgMatrix
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgMatrix
 Features: test-name=librust-web-sys-dev:SvgMatrix
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgNumber
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgNumber
 Features: test-name=librust-web-sys-dev:SvgNumber
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgNumberList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgNumberList
 Features: test-name=librust-web-sys-dev:SvgNumberList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPathSeg
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPathSeg
 Features: test-name=librust-web-sys-dev:SvgPathSeg
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPathSegArcAbs
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPathSegArcAbs
 Features: test-name=librust-web-sys-dev:SvgPathSegArcAbs
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPathSegArcRel
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPathSegArcRel
 Features: test-name=librust-web-sys-dev:SvgPathSegArcRel
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPathSegClosePath
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPathSegClosePath
 Features: test-name=librust-web-sys-dev:SvgPathSegClosePath
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPathSegCurvetoCubicAbs
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPathSegCurvetoCubicAbs
 Features: test-name=librust-web-sys-dev:SvgPathSegCurvetoCubicAbs
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPathSegCurvetoCubicRel
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPathSegCurvetoCubicRel
 Features: test-name=librust-web-sys-dev:SvgPathSegCurvetoCubicRel
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPathSegCurvetoCubicSmoothAbs
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPathSegCurvetoCubicSmoothAbs
 Features: test-name=librust-web-sys-dev:SvgPathSegCurvetoCubicSmoothAbs
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPathSegCurvetoCubicSmoothRel
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPathSegCurvetoCubicSmoothRel
 Features: test-name=librust-web-sys-dev:SvgPathSegCurvetoCubicSmoothRel
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPathSegCurvetoQuadraticAbs
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPathSegCurvetoQuadraticAbs
 Features: test-name=librust-web-sys-dev:SvgPathSegCurvetoQuadraticAbs
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPathSegCurvetoQuadraticRel
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPathSegCurvetoQuadraticRel
 Features: test-name=librust-web-sys-dev:SvgPathSegCurvetoQuadraticRel
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPathSegCurvetoQuadraticSmoothAbs
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPathSegCurvetoQuadraticSmoothAbs
 Features: test-name=librust-web-sys-dev:SvgPathSegCurvetoQuadraticSmoothAbs
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPathSegCurvetoQuadraticSmoothRel
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPathSegCurvetoQuadraticSmoothRel
 Features: test-name=librust-web-sys-dev:SvgPathSegCurvetoQuadraticSmoothRel
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPathSegLinetoAbs
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPathSegLinetoAbs
 Features: test-name=librust-web-sys-dev:SvgPathSegLinetoAbs
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPathSegLinetoHorizontalAbs
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPathSegLinetoHorizontalAbs
 Features: test-name=librust-web-sys-dev:SvgPathSegLinetoHorizontalAbs
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPathSegLinetoHorizontalRel
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPathSegLinetoHorizontalRel
 Features: test-name=librust-web-sys-dev:SvgPathSegLinetoHorizontalRel
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPathSegLinetoRel
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPathSegLinetoRel
 Features: test-name=librust-web-sys-dev:SvgPathSegLinetoRel
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPathSegLinetoVerticalAbs
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPathSegLinetoVerticalAbs
 Features: test-name=librust-web-sys-dev:SvgPathSegLinetoVerticalAbs
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPathSegLinetoVerticalRel
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPathSegLinetoVerticalRel
 Features: test-name=librust-web-sys-dev:SvgPathSegLinetoVerticalRel
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPathSegList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPathSegList
 Features: test-name=librust-web-sys-dev:SvgPathSegList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPathSegMovetoAbs
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPathSegMovetoAbs
 Features: test-name=librust-web-sys-dev:SvgPathSegMovetoAbs
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPathSegMovetoRel
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPathSegMovetoRel
 Features: test-name=librust-web-sys-dev:SvgPathSegMovetoRel
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPoint
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPoint
 Features: test-name=librust-web-sys-dev:SvgPoint
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPointList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPointList
 Features: test-name=librust-web-sys-dev:SvgPointList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPreserveAspectRatio
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPreserveAspectRatio
 Features: test-name=librust-web-sys-dev:SvgPreserveAspectRatio
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgRect
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgRect
 Features: test-name=librust-web-sys-dev:SvgRect
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgStringList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgStringList
 Features: test-name=librust-web-sys-dev:SvgStringList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgTransform
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgTransform
 Features: test-name=librust-web-sys-dev:SvgTransform
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgTransformList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgTransformList
 Features: test-name=librust-web-sys-dev:SvgTransformList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgUnitTypes
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgUnitTypes
 Features: test-name=librust-web-sys-dev:SvgUnitTypes
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgZoomAndPan
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgZoomAndPan
 Features: test-name=librust-web-sys-dev:SvgZoomAndPan
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TcpReadyState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TcpReadyState
 Features: test-name=librust-web-sys-dev:TcpReadyState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TcpServerSocket
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TcpServerSocket
 Features: test-name=librust-web-sys-dev:TcpServerSocket
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TcpServerSocketEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TcpServerSocketEvent
 Features: test-name=librust-web-sys-dev:TcpServerSocketEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TcpServerSocketEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TcpServerSocketEventInit
 Features: test-name=librust-web-sys-dev:TcpServerSocketEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TcpSocket
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TcpSocket
 Features: test-name=librust-web-sys-dev:TcpSocket
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TcpSocketBinaryType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TcpSocketBinaryType
 Features: test-name=librust-web-sys-dev:TcpSocketBinaryType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TcpSocketErrorEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TcpSocketErrorEvent
 Features: test-name=librust-web-sys-dev:TcpSocketErrorEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TcpSocketErrorEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TcpSocketErrorEventInit
 Features: test-name=librust-web-sys-dev:TcpSocketErrorEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TcpSocketEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TcpSocketEvent
 Features: test-name=librust-web-sys-dev:TcpSocketEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TcpSocketEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TcpSocketEventInit
 Features: test-name=librust-web-sys-dev:TcpSocketEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TextDecodeOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TextDecodeOptions
 Features: test-name=librust-web-sys-dev:TextDecodeOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TextDecoder
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TextDecoder
 Features: test-name=librust-web-sys-dev:TextDecoder
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TextDecoderOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TextDecoderOptions
 Features: test-name=librust-web-sys-dev:TextDecoderOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TextEncoder
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TextEncoder
 Features: test-name=librust-web-sys-dev:TextEncoder
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TextMetrics
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TextMetrics
 Features: test-name=librust-web-sys-dev:TextMetrics
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TextTrack
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TextTrack
 Features: test-name=librust-web-sys-dev:TextTrack
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TextTrackCue
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TextTrackCue
 Features: test-name=librust-web-sys-dev:TextTrackCue
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TextTrackCueList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TextTrackCueList
 Features: test-name=librust-web-sys-dev:TextTrackCueList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TextTrackKind
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TextTrackKind
 Features: test-name=librust-web-sys-dev:TextTrackKind
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TextTrackList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TextTrackList
 Features: test-name=librust-web-sys-dev:TextTrackList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TextTrackMode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TextTrackMode
 Features: test-name=librust-web-sys-dev:TextTrackMode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TimeEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TimeEvent
 Features: test-name=librust-web-sys-dev:TimeEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TimeRanges
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TimeRanges
 Features: test-name=librust-web-sys-dev:TimeRanges
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Touch
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Touch
 Features: test-name=librust-web-sys-dev:Touch
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TouchEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TouchEventInit
 Features: test-name=librust-web-sys-dev:TouchEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TouchInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TouchInit
 Features: test-name=librust-web-sys-dev:TouchInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TouchList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TouchList
 Features: test-name=librust-web-sys-dev:TouchList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TrackEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TrackEvent
 Features: test-name=librust-web-sys-dev:TrackEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TrackEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TrackEventInit
 Features: test-name=librust-web-sys-dev:TrackEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TransformStream
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TransformStream
 Features: test-name=librust-web-sys-dev:TransformStream
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TransformStreamDefaultController
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TransformStreamDefaultController
 Features: test-name=librust-web-sys-dev:TransformStreamDefaultController
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Transformer
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Transformer
 Features: test-name=librust-web-sys-dev:Transformer
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TransitionEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TransitionEvent
 Features: test-name=librust-web-sys-dev:TransitionEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TransitionEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TransitionEventInit
 Features: test-name=librust-web-sys-dev:TransitionEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Transport
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Transport
 Features: test-name=librust-web-sys-dev:Transport
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TreeBoxObject
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TreeBoxObject
 Features: test-name=librust-web-sys-dev:TreeBoxObject
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TreeCellInfo
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TreeCellInfo
 Features: test-name=librust-web-sys-dev:TreeCellInfo
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TreeView
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TreeView
 Features: test-name=librust-web-sys-dev:TreeView
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TreeWalker
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TreeWalker
 Features: test-name=librust-web-sys-dev:TreeWalker
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features U2f
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features U2f
 Features: test-name=librust-web-sys-dev:U2f
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features U2fClientData
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features U2fClientData
 Features: test-name=librust-web-sys-dev:U2fClientData
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UdpMessageEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UdpMessageEventInit
 Features: test-name=librust-web-sys-dev:UdpMessageEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UdpOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UdpOptions
 Features: test-name=librust-web-sys-dev:UdpOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UiEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UiEvent
 Features: test-name=librust-web-sys-dev:UiEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UiEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UiEventInit
 Features: test-name=librust-web-sys-dev:UiEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UnderlyingSink
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UnderlyingSink
 Features: test-name=librust-web-sys-dev:UnderlyingSink
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UnderlyingSource
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UnderlyingSource
 Features: test-name=librust-web-sys-dev:UnderlyingSource
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Url
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Url
 Features: test-name=librust-web-sys-dev:Url
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UrlSearchParams
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UrlSearchParams
 Features: test-name=librust-web-sys-dev:UrlSearchParams
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Usb
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Usb
 Features: test-name=librust-web-sys-dev:Usb
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UsbAlternateInterface
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UsbAlternateInterface
 Features: test-name=librust-web-sys-dev:UsbAlternateInterface
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UsbConfiguration
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UsbConfiguration
 Features: test-name=librust-web-sys-dev:UsbConfiguration
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UsbConnectionEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UsbConnectionEvent
 Features: test-name=librust-web-sys-dev:UsbConnectionEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UsbConnectionEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UsbConnectionEventInit
 Features: test-name=librust-web-sys-dev:UsbConnectionEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UsbControlTransferParameters
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UsbControlTransferParameters
 Features: test-name=librust-web-sys-dev:UsbControlTransferParameters
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UsbDevice
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UsbDevice
 Features: test-name=librust-web-sys-dev:UsbDevice
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UsbDeviceFilter
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UsbDeviceFilter
 Features: test-name=librust-web-sys-dev:UsbDeviceFilter
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UsbDeviceRequestOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UsbDeviceRequestOptions
 Features: test-name=librust-web-sys-dev:UsbDeviceRequestOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UsbDirection
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UsbDirection
 Features: test-name=librust-web-sys-dev:UsbDirection
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UsbEndpoint
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UsbEndpoint
 Features: test-name=librust-web-sys-dev:UsbEndpoint
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UsbEndpointType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UsbEndpointType
 Features: test-name=librust-web-sys-dev:UsbEndpointType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UsbInTransferResult
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UsbInTransferResult
 Features: test-name=librust-web-sys-dev:UsbInTransferResult
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UsbInterface
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UsbInterface
 Features: test-name=librust-web-sys-dev:UsbInterface
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UsbIsochronousInTransferPacket
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UsbIsochronousInTransferPacket
 Features: test-name=librust-web-sys-dev:UsbIsochronousInTransferPacket
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UsbIsochronousInTransferResult
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UsbIsochronousInTransferResult
 Features: test-name=librust-web-sys-dev:UsbIsochronousInTransferResult
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UsbIsochronousOutTransferPacket
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UsbIsochronousOutTransferPacket
 Features: test-name=librust-web-sys-dev:UsbIsochronousOutTransferPacket
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UsbIsochronousOutTransferResult
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UsbIsochronousOutTransferResult
 Features: test-name=librust-web-sys-dev:UsbIsochronousOutTransferResult
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UsbOutTransferResult
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UsbOutTransferResult
 Features: test-name=librust-web-sys-dev:UsbOutTransferResult
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UsbPermissionDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UsbPermissionDescriptor
 Features: test-name=librust-web-sys-dev:UsbPermissionDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UsbPermissionStorage
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UsbPermissionStorage
 Features: test-name=librust-web-sys-dev:UsbPermissionStorage
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UsbRecipient
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UsbRecipient
 Features: test-name=librust-web-sys-dev:UsbRecipient
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UsbRequestType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UsbRequestType
 Features: test-name=librust-web-sys-dev:UsbRequestType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UsbTransferStatus
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UsbTransferStatus
 Features: test-name=librust-web-sys-dev:UsbTransferStatus
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UserProximityEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UserProximityEvent
 Features: test-name=librust-web-sys-dev:UserProximityEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UserProximityEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UserProximityEventInit
 Features: test-name=librust-web-sys-dev:UserProximityEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UserVerificationRequirement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UserVerificationRequirement
 Features: test-name=librust-web-sys-dev:UserVerificationRequirement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ValidityState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ValidityState
 Features: test-name=librust-web-sys-dev:ValidityState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ValueEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ValueEvent
 Features: test-name=librust-web-sys-dev:ValueEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ValueEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ValueEventInit
 Features: test-name=librust-web-sys-dev:ValueEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VideoColorPrimaries
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VideoColorPrimaries
 Features: test-name=librust-web-sys-dev:VideoColorPrimaries
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VideoColorSpace
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VideoColorSpace
 Features: test-name=librust-web-sys-dev:VideoColorSpace
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VideoColorSpaceInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VideoColorSpaceInit
 Features: test-name=librust-web-sys-dev:VideoColorSpaceInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VideoConfiguration
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VideoConfiguration
 Features: test-name=librust-web-sys-dev:VideoConfiguration
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VideoDecoder
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VideoDecoder
 Features: test-name=librust-web-sys-dev:VideoDecoder
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VideoDecoderConfig
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VideoDecoderConfig
 Features: test-name=librust-web-sys-dev:VideoDecoderConfig
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VideoDecoderInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VideoDecoderInit
 Features: test-name=librust-web-sys-dev:VideoDecoderInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VideoDecoderSupport
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VideoDecoderSupport
 Features: test-name=librust-web-sys-dev:VideoDecoderSupport
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VideoEncoder
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VideoEncoder
 Features: test-name=librust-web-sys-dev:VideoEncoder
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VideoEncoderConfig
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VideoEncoderConfig
 Features: test-name=librust-web-sys-dev:VideoEncoderConfig
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VideoEncoderEncodeOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VideoEncoderEncodeOptions
 Features: test-name=librust-web-sys-dev:VideoEncoderEncodeOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VideoEncoderInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VideoEncoderInit
 Features: test-name=librust-web-sys-dev:VideoEncoderInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VideoEncoderSupport
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VideoEncoderSupport
 Features: test-name=librust-web-sys-dev:VideoEncoderSupport
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VideoFacingModeEnum
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VideoFacingModeEnum
 Features: test-name=librust-web-sys-dev:VideoFacingModeEnum
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VideoFrame
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VideoFrame
 Features: test-name=librust-web-sys-dev:VideoFrame
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VideoFrameBufferInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VideoFrameBufferInit
 Features: test-name=librust-web-sys-dev:VideoFrameBufferInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VideoFrameCopyToOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VideoFrameCopyToOptions
 Features: test-name=librust-web-sys-dev:VideoFrameCopyToOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VideoFrameInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VideoFrameInit
 Features: test-name=librust-web-sys-dev:VideoFrameInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VideoMatrixCoefficients
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VideoMatrixCoefficients
 Features: test-name=librust-web-sys-dev:VideoMatrixCoefficients
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VideoPixelFormat
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VideoPixelFormat
 Features: test-name=librust-web-sys-dev:VideoPixelFormat
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VideoPlaybackQuality
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VideoPlaybackQuality
 Features: test-name=librust-web-sys-dev:VideoPlaybackQuality
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VideoTrack
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VideoTrack
 Features: test-name=librust-web-sys-dev:VideoTrack
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VideoTrackList
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VideoTrackList
 Features: test-name=librust-web-sys-dev:VideoTrackList
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VideoTransferCharacteristics
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VideoTransferCharacteristics
 Features: test-name=librust-web-sys-dev:VideoTransferCharacteristics
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VisibilityState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VisibilityState
 Features: test-name=librust-web-sys-dev:VisibilityState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VoidCallback
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VoidCallback
 Features: test-name=librust-web-sys-dev:VoidCallback
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VrDisplay
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VrDisplay
 Features: test-name=librust-web-sys-dev:VrDisplay
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VrDisplayCapabilities
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VrDisplayCapabilities
 Features: test-name=librust-web-sys-dev:VrDisplayCapabilities
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VrEye
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VrEye
 Features: test-name=librust-web-sys-dev:VrEye
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VrEyeParameters
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VrEyeParameters
 Features: test-name=librust-web-sys-dev:VrEyeParameters
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VrFieldOfView
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VrFieldOfView
 Features: test-name=librust-web-sys-dev:VrFieldOfView
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VrFrameData
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VrFrameData
 Features: test-name=librust-web-sys-dev:VrFrameData
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VrLayer
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VrLayer
 Features: test-name=librust-web-sys-dev:VrLayer
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VrMockController
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VrMockController
 Features: test-name=librust-web-sys-dev:VrMockController
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VrMockDisplay
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VrMockDisplay
 Features: test-name=librust-web-sys-dev:VrMockDisplay
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VrPose
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VrPose
 Features: test-name=librust-web-sys-dev:VrPose
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VrServiceTest
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VrServiceTest
 Features: test-name=librust-web-sys-dev:VrServiceTest
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VrStageParameters
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VrStageParameters
 Features: test-name=librust-web-sys-dev:VrStageParameters
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VrSubmitFrameResult
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VrSubmitFrameResult
 Features: test-name=librust-web-sys-dev:VrSubmitFrameResult
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VttRegion
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VttRegion
 Features: test-name=librust-web-sys-dev:VttRegion
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WakeLock
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WakeLock
 Features: test-name=librust-web-sys-dev:WakeLock
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WakeLockSentinel
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WakeLockSentinel
 Features: test-name=librust-web-sys-dev:WakeLockSentinel
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WakeLockType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WakeLockType
 Features: test-name=librust-web-sys-dev:WakeLockType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WatchAdvertisementsOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WatchAdvertisementsOptions
 Features: test-name=librust-web-sys-dev:WatchAdvertisementsOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WaveShaperOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WaveShaperOptions
 Features: test-name=librust-web-sys-dev:WaveShaperOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebGl2RenderingContext
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebGl2RenderingContext
 Features: test-name=librust-web-sys-dev:WebGl2RenderingContext
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebGlActiveInfo
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebGlActiveInfo
 Features: test-name=librust-web-sys-dev:WebGlActiveInfo
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebGlBuffer
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebGlBuffer
 Features: test-name=librust-web-sys-dev:WebGlBuffer
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebGlContextAttributes
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebGlContextAttributes
 Features: test-name=librust-web-sys-dev:WebGlContextAttributes
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebGlContextEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebGlContextEvent
 Features: test-name=librust-web-sys-dev:WebGlContextEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebGlContextEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebGlContextEventInit
 Features: test-name=librust-web-sys-dev:WebGlContextEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebGlFramebuffer
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebGlFramebuffer
 Features: test-name=librust-web-sys-dev:WebGlFramebuffer
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebGlPowerPreference
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebGlPowerPreference
 Features: test-name=librust-web-sys-dev:WebGlPowerPreference
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebGlProgram
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebGlProgram
 Features: test-name=librust-web-sys-dev:WebGlProgram
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebGlQuery
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebGlQuery
 Features: test-name=librust-web-sys-dev:WebGlQuery
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebGlRenderbuffer
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebGlRenderbuffer
 Features: test-name=librust-web-sys-dev:WebGlRenderbuffer
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebGlRenderingContext
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebGlRenderingContext
 Features: test-name=librust-web-sys-dev:WebGlRenderingContext
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebGlSampler
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebGlSampler
 Features: test-name=librust-web-sys-dev:WebGlSampler
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebGlShader
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebGlShader
 Features: test-name=librust-web-sys-dev:WebGlShader
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebGlShaderPrecisionFormat
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebGlShaderPrecisionFormat
 Features: test-name=librust-web-sys-dev:WebGlShaderPrecisionFormat
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebGlSync
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebGlSync
 Features: test-name=librust-web-sys-dev:WebGlSync
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebGlTexture
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebGlTexture
 Features: test-name=librust-web-sys-dev:WebGlTexture
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebGlTransformFeedback
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebGlTransformFeedback
 Features: test-name=librust-web-sys-dev:WebGlTransformFeedback
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebGlUniformLocation
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebGlUniformLocation
 Features: test-name=librust-web-sys-dev:WebGlUniformLocation
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebGlVertexArrayObject
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebGlVertexArrayObject
 Features: test-name=librust-web-sys-dev:WebGlVertexArrayObject
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebSocket
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebSocket
 Features: test-name=librust-web-sys-dev:WebSocket
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebSocketDict
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebSocketDict
 Features: test-name=librust-web-sys-dev:WebSocketDict
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebSocketElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebSocketElement
 Features: test-name=librust-web-sys-dev:WebSocketElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebglColorBufferFloat
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebTransport
+Features: test-name=librust-web-sys-dev:WebTransport
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebTransportBidirectionalStream
+Features: test-name=librust-web-sys-dev:WebTransportBidirectionalStream
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebTransportCloseInfo
+Features: test-name=librust-web-sys-dev:WebTransportCloseInfo
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebTransportCongestionControl
+Features: test-name=librust-web-sys-dev:WebTransportCongestionControl
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebTransportDatagramDuplexStream
+Features: test-name=librust-web-sys-dev:WebTransportDatagramDuplexStream
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebTransportDatagramStats
+Features: test-name=librust-web-sys-dev:WebTransportDatagramStats
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebTransportError
+Features: test-name=librust-web-sys-dev:WebTransportError
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebTransportErrorOptions
+Features: test-name=librust-web-sys-dev:WebTransportErrorOptions
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebTransportErrorSource
+Features: test-name=librust-web-sys-dev:WebTransportErrorSource
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebTransportHash
+Features: test-name=librust-web-sys-dev:WebTransportHash
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebTransportOptions
+Features: test-name=librust-web-sys-dev:WebTransportOptions
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebTransportReceiveStream
+Features: test-name=librust-web-sys-dev:WebTransportReceiveStream
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebTransportReceiveStreamStats
+Features: test-name=librust-web-sys-dev:WebTransportReceiveStreamStats
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebTransportReliabilityMode
+Features: test-name=librust-web-sys-dev:WebTransportReliabilityMode
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebTransportSendStream
+Features: test-name=librust-web-sys-dev:WebTransportSendStream
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebTransportSendStreamOptions
+Features: test-name=librust-web-sys-dev:WebTransportSendStreamOptions
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebTransportSendStreamStats
+Features: test-name=librust-web-sys-dev:WebTransportSendStreamStats
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebTransportStats
+Features: test-name=librust-web-sys-dev:WebTransportStats
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebglColorBufferFloat
 Features: test-name=librust-web-sys-dev:WebglColorBufferFloat
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebglCompressedTextureAstc
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebglCompressedTextureAstc
 Features: test-name=librust-web-sys-dev:WebglCompressedTextureAstc
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebglCompressedTextureAtc
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebglCompressedTextureAtc
 Features: test-name=librust-web-sys-dev:WebglCompressedTextureAtc
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebglCompressedTextureEtc
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebglCompressedTextureEtc
 Features: test-name=librust-web-sys-dev:WebglCompressedTextureEtc
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebglCompressedTextureEtc1
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebglCompressedTextureEtc1
 Features: test-name=librust-web-sys-dev:WebglCompressedTextureEtc1
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebglCompressedTexturePvrtc
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebglCompressedTexturePvrtc
 Features: test-name=librust-web-sys-dev:WebglCompressedTexturePvrtc
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebglCompressedTextureS3tc
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebglCompressedTextureS3tc
 Features: test-name=librust-web-sys-dev:WebglCompressedTextureS3tc
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebglCompressedTextureS3tcSrgb
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebglCompressedTextureS3tcSrgb
 Features: test-name=librust-web-sys-dev:WebglCompressedTextureS3tcSrgb
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebglDebugRendererInfo
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebglDebugRendererInfo
 Features: test-name=librust-web-sys-dev:WebglDebugRendererInfo
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebglDebugShaders
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebglDebugShaders
 Features: test-name=librust-web-sys-dev:WebglDebugShaders
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebglDepthTexture
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebglDepthTexture
 Features: test-name=librust-web-sys-dev:WebglDepthTexture
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebglDrawBuffers
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebglDrawBuffers
 Features: test-name=librust-web-sys-dev:WebglDrawBuffers
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebglLoseContext
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebglLoseContext
 Features: test-name=librust-web-sys-dev:WebglLoseContext
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebglMultiDraw
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebglMultiDraw
 Features: test-name=librust-web-sys-dev:WebglMultiDraw
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebrtcGlobalStatisticsReport
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebrtcGlobalStatisticsReport
 Features: test-name=librust-web-sys-dev:WebrtcGlobalStatisticsReport
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WheelEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WheelEventInit
 Features: test-name=librust-web-sys-dev:WheelEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WidevineCdmManifest
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WidevineCdmManifest
 Features: test-name=librust-web-sys-dev:WidevineCdmManifest
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Window
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Window
 Features: test-name=librust-web-sys-dev:Window
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WindowClient
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WindowClient
 Features: test-name=librust-web-sys-dev:WindowClient
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Worker
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Worker
 Features: test-name=librust-web-sys-dev:Worker
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WorkerDebuggerGlobalScope
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WorkerDebuggerGlobalScope
 Features: test-name=librust-web-sys-dev:WorkerDebuggerGlobalScope
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WorkerGlobalScope
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WorkerGlobalScope
 Features: test-name=librust-web-sys-dev:WorkerGlobalScope
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WorkerLocation
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WorkerLocation
 Features: test-name=librust-web-sys-dev:WorkerLocation
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WorkerNavigator
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WorkerNavigator
 Features: test-name=librust-web-sys-dev:WorkerNavigator
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WorkerOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WorkerOptions
 Features: test-name=librust-web-sys-dev:WorkerOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WorkerType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WorkerType
 Features: test-name=librust-web-sys-dev:WorkerType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Worklet
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Worklet
 Features: test-name=librust-web-sys-dev:Worklet
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WorkletGlobalScope
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WorkletGlobalScope
 Features: test-name=librust-web-sys-dev:WorkletGlobalScope
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WorkletOptions
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WorkletOptions
 Features: test-name=librust-web-sys-dev:WorkletOptions
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WritableStream
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WritableStream
 Features: test-name=librust-web-sys-dev:WritableStream
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WritableStreamDefaultController
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WritableStreamDefaultController
 Features: test-name=librust-web-sys-dev:WritableStreamDefaultController
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WritableStreamDefaultWriter
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WritableStreamDefaultWriter
 Features: test-name=librust-web-sys-dev:WritableStreamDefaultWriter
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WriteCommandType
+Features: test-name=librust-web-sys-dev:WriteCommandType
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XPathExpression
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WriteParams
+Features: test-name=librust-web-sys-dev:WriteParams
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XPathExpression
 Features: test-name=librust-web-sys-dev:XPathExpression
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XPathNsResolver
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XPathNsResolver
 Features: test-name=librust-web-sys-dev:XPathNsResolver
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XPathResult
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XPathResult
 Features: test-name=librust-web-sys-dev:XPathResult
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XmlHttpRequestEventTarget
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XmlHttpRequestEventTarget
 Features: test-name=librust-web-sys-dev:XmlHttpRequestEventTarget
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XmlHttpRequestResponseType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XmlHttpRequestResponseType
 Features: test-name=librust-web-sys-dev:XmlHttpRequestResponseType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XmlSerializer
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XmlSerializer
 Features: test-name=librust-web-sys-dev:XmlSerializer
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrEye
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrEye
 Features: test-name=librust-web-sys-dev:XrEye
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrFrame
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrFrame
 Features: test-name=librust-web-sys-dev:XrFrame
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrHand
+Features: test-name=librust-web-sys-dev:XrHand
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrHandedness
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrHandJoint
+Features: test-name=librust-web-sys-dev:XrHandJoint
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrHandedness
 Features: test-name=librust-web-sys-dev:XrHandedness
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrInputSource
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrInputSource
 Features: test-name=librust-web-sys-dev:XrInputSource
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrInputSourceArray
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrInputSourceArray
 Features: test-name=librust-web-sys-dev:XrInputSourceArray
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrInputSourceEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrInputSourceEvent
 Features: test-name=librust-web-sys-dev:XrInputSourceEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrInputSourceEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrInputSourceEventInit
 Features: test-name=librust-web-sys-dev:XrInputSourceEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrInputSourcesChangeEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrInputSourcesChangeEvent
 Features: test-name=librust-web-sys-dev:XrInputSourcesChangeEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrInputSourcesChangeEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrInputSourcesChangeEventInit
 Features: test-name=librust-web-sys-dev:XrInputSourcesChangeEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrJointPose
+Features: test-name=librust-web-sys-dev:XrJointPose
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrLayer
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrLayer
 Features: test-name=librust-web-sys-dev:XrLayer
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrPermissionDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrPermissionDescriptor
 Features: test-name=librust-web-sys-dev:XrPermissionDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrPose
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrPose
 Features: test-name=librust-web-sys-dev:XrPose
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrReferenceSpaceEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrReferenceSpaceEvent
 Features: test-name=librust-web-sys-dev:XrReferenceSpaceEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrReferenceSpaceEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrReferenceSpaceEventInit
 Features: test-name=librust-web-sys-dev:XrReferenceSpaceEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrReferenceSpaceType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrReferenceSpaceType
 Features: test-name=librust-web-sys-dev:XrReferenceSpaceType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrRenderState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrRenderState
 Features: test-name=librust-web-sys-dev:XrRenderState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrRenderStateInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrRenderStateInit
 Features: test-name=librust-web-sys-dev:XrRenderStateInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrRigidTransform
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrRigidTransform
 Features: test-name=librust-web-sys-dev:XrRigidTransform
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrSession
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrSession
 Features: test-name=librust-web-sys-dev:XrSession
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrSessionEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrSessionEvent
 Features: test-name=librust-web-sys-dev:XrSessionEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrSessionEventInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrSessionEventInit
 Features: test-name=librust-web-sys-dev:XrSessionEventInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrSessionInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrSessionInit
 Features: test-name=librust-web-sys-dev:XrSessionInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrSessionMode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrSessionMode
 Features: test-name=librust-web-sys-dev:XrSessionMode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrSessionSupportedPermissionDescriptor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrSessionSupportedPermissionDescriptor
 Features: test-name=librust-web-sys-dev:XrSessionSupportedPermissionDescriptor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrSpace
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrSpace
 Features: test-name=librust-web-sys-dev:XrSpace
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrSystem
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrSystem
 Features: test-name=librust-web-sys-dev:XrSystem
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrTargetRayMode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrTargetRayMode
 Features: test-name=librust-web-sys-dev:XrTargetRayMode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrView
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrView
 Features: test-name=librust-web-sys-dev:XrView
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrViewerPose
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrViewerPose
 Features: test-name=librust-web-sys-dev:XrViewerPose
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrViewport
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrViewport
 Features: test-name=librust-web-sys-dev:XrViewport
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrVisibilityState
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrVisibilityState
 Features: test-name=librust-web-sys-dev:XrVisibilityState
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrWebGlLayerInit
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrWebGlLayerInit
 Features: test-name=librust-web-sys-dev:XrWebGlLayerInit
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XsltProcessor
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XsltProcessor
 Features: test-name=librust-web-sys-dev:XsltProcessor
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features console
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features console
 Features: test-name=librust-web-sys-dev:console
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features css
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features css
 Features: test-name=librust-web-sys-dev:css
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets 
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets
 Features: test-name=librust-web-sys-dev:default
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features gpu_buffer_usage
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features gpu_buffer_usage
 Features: test-name=librust-web-sys-dev:gpu_buffer_usage
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features gpu_color_write
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features gpu_color_write
 Features: test-name=librust-web-sys-dev:gpu_color_write
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features gpu_map_mode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features gpu_map_mode
 Features: test-name=librust-web-sys-dev:gpu_map_mode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features gpu_shader_stage
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features gpu_shader_stage
 Features: test-name=librust-web-sys-dev:gpu_shader_stage
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features gpu_texture_usage
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features gpu_texture_usage
 Features: test-name=librust-web-sys-dev:gpu_texture_usage
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features
 Features: test-name=librust-web-sys-dev:
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioDestinationNode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioDestinationNode
 Features: test-name=librust-web-sys+analysernode-dev:AudioDestinationNode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioScheduledSourceNode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioScheduledSourceNode
 Features: test-name=librust-web-sys+analysernode-dev:AudioScheduledSourceNode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioWorkletNode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioWorkletNode
 Features: test-name=librust-web-sys+analysernode-dev:AudioWorkletNode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BiquadFilterNode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BiquadFilterNode
 Features: test-name=librust-web-sys+analysernode-dev:BiquadFilterNode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ChannelMergerNode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ChannelMergerNode
 Features: test-name=librust-web-sys+analysernode-dev:ChannelMergerNode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ChannelSplitterNode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ChannelSplitterNode
 Features: test-name=librust-web-sys+analysernode-dev:ChannelSplitterNode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ConvolverNode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ConvolverNode
 Features: test-name=librust-web-sys+analysernode-dev:ConvolverNode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DelayNode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DelayNode
 Features: test-name=librust-web-sys+analysernode-dev:DelayNode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DynamicsCompressorNode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DynamicsCompressorNode
 Features: test-name=librust-web-sys+analysernode-dev:DynamicsCompressorNode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GainNode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GainNode
 Features: test-name=librust-web-sys+analysernode-dev:GainNode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IirFilterNode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IirFilterNode
 Features: test-name=librust-web-sys+analysernode-dev:IirFilterNode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaElementAudioSourceNode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaElementAudioSourceNode
 Features: test-name=librust-web-sys+analysernode-dev:MediaElementAudioSourceNode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaStreamAudioDestinationNode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaStreamAudioDestinationNode
 Features: test-name=librust-web-sys+analysernode-dev:MediaStreamAudioDestinationNode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaStreamAudioSourceNode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaStreamAudioSourceNode
 Features: test-name=librust-web-sys+analysernode-dev:MediaStreamAudioSourceNode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PannerNode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PannerNode
 Features: test-name=librust-web-sys+analysernode-dev:PannerNode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ScriptProcessorNode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ScriptProcessorNode
 Features: test-name=librust-web-sys+analysernode-dev:ScriptProcessorNode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features StereoPannerNode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features StereoPannerNode
 Features: test-name=librust-web-sys+analysernode-dev:StereoPannerNode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WaveShaperNode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WaveShaperNode
 Features: test-name=librust-web-sys+analysernode-dev:WaveShaperNode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AnalyserNode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AnalyserNode
 Features: test-name=librust-web-sys+analysernode-dev:AnalyserNode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CharacterData
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CharacterData
 Features: test-name=librust-web-sys+attr-dev:CharacterData
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Document
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Document
 Features: test-name=librust-web-sys+attr-dev:Document
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DocumentFragment
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DocumentFragment
 Features: test-name=librust-web-sys+attr-dev:DocumentFragment
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DocumentType
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DocumentType
 Features: test-name=librust-web-sys+attr-dev:DocumentType
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Element
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Element
 Features: test-name=librust-web-sys+attr-dev:Element
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Attr
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Attr
 Features: test-name=librust-web-sys+attr-dev:Attr
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ConstantSourceNode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ConstantSourceNode
 Features: test-name=librust-web-sys+audiobuffersourcenode-dev:ConstantSourceNode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features OscillatorNode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features OscillatorNode
 Features: test-name=librust-web-sys+audiobuffersourcenode-dev:OscillatorNode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioBufferSourceNode
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioBufferSourceNode
 Features: test-name=librust-web-sys+audiobuffersourcenode-dev:AudioBufferSourceNode
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features OfflineAudioContext
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features OfflineAudioContext
 Features: test-name=librust-web-sys+audiocontext-dev:OfflineAudioContext
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioContext
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioContext
 Features: test-name=librust-web-sys+audiocontext-dev:AudioContext
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MediaStreamTrackGenerator
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CanvasCaptureMediaStreamTrack
+Features: test-name=librust-web-sys+audiostreamtrack-dev:CanvasCaptureMediaStreamTrack
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MediaStreamTrackGenerator
 Features: test-name=librust-web-sys+audiostreamtrack-dev:MediaStreamTrackGenerator
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VideoStreamTrack
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VideoStreamTrack
 Features: test-name=librust-web-sys+audiostreamtrack-dev:VideoStreamTrack
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features AudioStreamTrack
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features AudioStreamTrack
 Features: test-name=librust-web-sys+audiostreamtrack-dev:AudioStreamTrack
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features UsbPermissionResult
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features UsbPermissionResult
 Features: test-name=librust-web-sys+bluetoothpermissionresult-dev:UsbPermissionResult
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrPermissionStatus
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrPermissionStatus
 Features: test-name=librust-web-sys+bluetoothpermissionresult-dev:XrPermissionStatus
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features BluetoothPermissionResult
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features BluetoothPermissionResult
 Features: test-name=librust-web-sys+bluetoothpermissionresult-dev:BluetoothPermissionResult
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features LocalMediaStream
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features LocalMediaStream
 Features: test-name=librust-web-sys+canvascapturemediastream-dev:LocalMediaStream
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CanvasCaptureMediaStream
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CanvasCaptureMediaStream
 Features: test-name=librust-web-sys+canvascapturemediastream-dev:CanvasCaptureMediaStream
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CdataSection
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CdataSection
 Features: test-name=librust-web-sys+cdatasection-dev:CdataSection
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ChromeWorker
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ChromeWorker
 Features: test-name=librust-web-sys+chromeworker-dev:ChromeWorker
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ProcessingInstruction
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ProcessingInstruction
 Features: test-name=librust-web-sys+comment-dev:ProcessingInstruction
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Text
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Text
 Features: test-name=librust-web-sys+comment-dev:Text
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features Comment
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features Comment
 Features: test-name=librust-web-sys+comment-dev:Comment
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FocusEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FocusEvent
 Features: test-name=librust-web-sys+compositionevent-dev:FocusEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features InputEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features InputEvent
 Features: test-name=librust-web-sys+compositionevent-dev:InputEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features KeyboardEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features KeyboardEvent
 Features: test-name=librust-web-sys+compositionevent-dev:KeyboardEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MouseEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MouseEvent
 Features: test-name=librust-web-sys+compositionevent-dev:MouseEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ScrollAreaEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ScrollAreaEvent
 Features: test-name=librust-web-sys+compositionevent-dev:ScrollAreaEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features TouchEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features TouchEvent
 Features: test-name=librust-web-sys+compositionevent-dev:TouchEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CompositionEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CompositionEvent
 Features: test-name=librust-web-sys+compositionevent-dev:CompositionEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CssTransition
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CssTransition
 Features: test-name=librust-web-sys+cssanimation-dev:CssTransition
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CssAnimation
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CssAnimation
 Features: test-name=librust-web-sys+cssanimation-dev:CssAnimation
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CssConditionRule
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CssConditionRule
 Features: test-name=librust-web-sys+cssconditionrule-dev:CssConditionRule
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CssSupportsRule
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CssSupportsRule
 Features: test-name=librust-web-sys+cssmediarule-dev:CssSupportsRule
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features CssMediaRule
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features CssMediaRule
 Features: test-name=librust-web-sys+cssmediarule-dev:CssMediaRule
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ServiceWorkerGlobalScope
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ServiceWorkerGlobalScope
 Features: test-name=librust-web-sys+dedicatedworkerglobalscope-dev:ServiceWorkerGlobalScope
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SharedWorkerGlobalScope
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SharedWorkerGlobalScope
 Features: test-name=librust-web-sys+dedicatedworkerglobalscope-dev:SharedWorkerGlobalScope
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DedicatedWorkerGlobalScope
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DedicatedWorkerGlobalScope
 Features: test-name=librust-web-sys+dedicatedworkerglobalscope-dev:DedicatedWorkerGlobalScope
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MouseScrollEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MouseScrollEvent
 Features: test-name=librust-web-sys+dragevent-dev:MouseScrollEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PointerEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PointerEvent
 Features: test-name=librust-web-sys+dragevent-dev:PointerEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WheelEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WheelEvent
 Features: test-name=librust-web-sys+dragevent-dev:WheelEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features DragEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features DragEvent
 Features: test-name=librust-web-sys+dragevent-dev:DragEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features FetchEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features FetchEvent
 Features: test-name=librust-web-sys+extendablemessageevent-dev:FetchEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features NotificationEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features NotificationEvent
 Features: test-name=librust-web-sys+extendablemessageevent-dev:NotificationEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PushEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PushEvent
 Features: test-name=librust-web-sys+extendablemessageevent-dev:PushEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ExtendableMessageEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ExtendableMessageEvent
 Features: test-name=librust-web-sys+extendablemessageevent-dev:ExtendableMessageEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GamepadButtonEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GamepadButtonEvent
 Features: test-name=librust-web-sys+gamepadaxismoveevent-dev:GamepadButtonEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features GamepadAxisMoveEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features GamepadAxisMoveEvent
 Features: test-name=librust-web-sys+gamepadaxismoveevent-dev:GamepadAxisMoveEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlAreaElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlAreaElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlAreaElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlBaseElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlBaseElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlBaseElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlBodyElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlBodyElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlBodyElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlBrElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlBrElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlBrElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlButtonElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlButtonElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlButtonElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlCanvasElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlCanvasElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlCanvasElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlDListElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlDListElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlDListElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlDataElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlDataElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlDataElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlDataListElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlDataListElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlDataListElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlDetailsElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlDetailsElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlDetailsElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlDialogElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlDialogElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlDialogElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlDirectoryElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlDirectoryElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlDirectoryElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlDivElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlDivElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlDivElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlEmbedElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlEmbedElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlEmbedElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlFieldSetElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlFieldSetElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlFieldSetElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlFontElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlFontElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlFontElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlFormElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlFormElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlFormElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlFrameElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlFrameElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlFrameElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlFrameSetElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlFrameSetElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlFrameSetElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlHeadElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlHeadElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlHeadElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlHeadingElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlHeadingElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlHeadingElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlHrElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlHrElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlHrElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlHtmlElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlHtmlElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlHtmlElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlIFrameElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlIFrameElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlIFrameElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlImageElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlImageElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlImageElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlInputElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlInputElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlInputElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlLabelElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlLabelElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlLabelElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlLegendElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlLegendElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlLegendElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlLiElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlLiElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlLiElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlLinkElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlLinkElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlLinkElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlMapElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlMapElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlMapElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlMediaElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlMediaElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlMediaElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlMenuElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlMenuElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlMenuElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlMenuItemElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlMenuItemElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlMenuItemElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlMetaElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlMetaElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlMetaElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlMeterElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlMeterElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlMeterElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlModElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlModElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlModElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlOListElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlOListElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlOListElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlObjectElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlObjectElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlObjectElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlOptGroupElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlOptGroupElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlOptGroupElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlOptionElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlOptionElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlOptionElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlOutputElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlOutputElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlOutputElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlParagraphElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlParagraphElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlParagraphElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlParamElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlParamElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlParamElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlPictureElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlPictureElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlPictureElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlPreElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlPreElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlPreElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlProgressElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlProgressElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlProgressElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlQuoteElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlQuoteElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlQuoteElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlScriptElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlScriptElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlScriptElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlSelectElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlSelectElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlSelectElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlSlotElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlSlotElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlSlotElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlSourceElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlSourceElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlSourceElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlSpanElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlSpanElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlSpanElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlStyleElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlStyleElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlStyleElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlTableCaptionElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlTableCaptionElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlTableCaptionElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlTableCellElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlTableCellElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlTableCellElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlTableColElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlTableColElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlTableColElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlTableElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlTableElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlTableElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlTableRowElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlTableRowElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlTableRowElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlTableSectionElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlTableSectionElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlTableSectionElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlTemplateElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlTemplateElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlTemplateElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlTextAreaElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlTextAreaElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlTextAreaElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlTimeElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlTimeElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlTimeElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlTitleElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlTitleElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlTitleElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlTrackElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlTrackElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlTrackElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlUListElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlUListElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlUListElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlUnknownElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlUnknownElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlUnknownElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlAnchorElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlAnchorElement
 Features: test-name=librust-web-sys+htmlanchorelement-dev:HtmlAnchorElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlVideoElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlVideoElement
 Features: test-name=librust-web-sys+htmlaudioelement-dev:HtmlVideoElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlAudioElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlAudioElement
 Features: test-name=librust-web-sys+htmlaudioelement-dev:HtmlAudioElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XmlDocument
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XmlDocument
 Features: test-name=librust-web-sys+htmldocument-dev:XmlDocument
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlDocument
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlDocument
 Features: test-name=librust-web-sys+htmldocument-dev:HtmlDocument
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgElement
 Features: test-name=librust-web-sys+htmlelement-dev:SvgElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features HtmlElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features HtmlElement
 Features: test-name=librust-web-sys+htmlelement-dev:HtmlElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IdbFileRequest
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IdbFileRequest
 Features: test-name=librust-web-sys+idbfilerequest-dev:IdbFileRequest
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features IdbOpenDbRequest
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features IdbOpenDbRequest
 Features: test-name=librust-web-sys+idbopendbrequest-dev:IdbOpenDbRequest
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MidiOutput
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MidiOutput
 Features: test-name=librust-web-sys+midiinput-dev:MidiOutput
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features MidiInput
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features MidiInput
 Features: test-name=librust-web-sys+midiinput-dev:MidiInput
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PaymentMethodChangeEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PaymentMethodChangeEvent
 Features: test-name=librust-web-sys+paymentmethodchangeevent-dev:PaymentMethodChangeEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features PerformanceNavigationTiming
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features PerformanceNavigationTiming
 Features: test-name=librust-web-sys+performancenavigationtiming-dev:PerformanceNavigationTiming
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features ShadowRoot
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features ShadowRoot
 Features: test-name=librust-web-sys+shadowroot-dev:ShadowRoot
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SpeechSynthesisErrorEvent
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SpeechSynthesisErrorEvent
 Features: test-name=librust-web-sys+speechsynthesiserrorevent-dev:SpeechSynthesisErrorEvent
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgAnimateMotionElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgAnimateMotionElement
 Features: test-name=librust-web-sys+svganimateelement-dev:SvgAnimateMotionElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgAnimateTransformElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgAnimateTransformElement
 Features: test-name=librust-web-sys+svganimateelement-dev:SvgAnimateTransformElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgSetElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgSetElement
 Features: test-name=librust-web-sys+svganimateelement-dev:SvgSetElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgAnimateElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgAnimateElement
 Features: test-name=librust-web-sys+svganimateelement-dev:SvgAnimateElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgClipPathElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgClipPathElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgClipPathElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgComponentTransferFunctionElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgComponentTransferFunctionElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgComponentTransferFunctionElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgDescElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgDescElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgDescElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgFilterElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgFilterElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgFilterElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgGradientElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgGradientElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgGradientElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgGraphicsElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgGraphicsElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgGraphicsElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgMarkerElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgMarkerElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgMarkerElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgMaskElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgMaskElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgMaskElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgMetadataElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgMetadataElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgMetadataElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPatternElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPatternElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgPatternElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgScriptElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgScriptElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgScriptElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgStopElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgStopElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgStopElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgStyleElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgStyleElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgStyleElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgSymbolElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgSymbolElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgSymbolElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgTitleElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgTitleElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgTitleElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgViewElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgViewElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgViewElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgfeBlendElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgfeBlendElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgfeBlendElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgfeColorMatrixElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgfeColorMatrixElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgfeColorMatrixElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgfeComponentTransferElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgfeComponentTransferElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgfeComponentTransferElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgfeCompositeElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgfeCompositeElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgfeCompositeElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgfeConvolveMatrixElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgfeConvolveMatrixElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgfeConvolveMatrixElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgfeDiffuseLightingElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgfeDiffuseLightingElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgfeDiffuseLightingElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgfeDisplacementMapElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgfeDisplacementMapElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgfeDisplacementMapElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgfeDistantLightElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgfeDistantLightElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgfeDistantLightElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgfeDropShadowElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgfeDropShadowElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgfeDropShadowElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgfeFloodElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgfeFloodElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgfeFloodElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgfeGaussianBlurElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgfeGaussianBlurElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgfeGaussianBlurElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgfeImageElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgfeImageElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgfeImageElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgfeMergeElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgfeMergeElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgfeMergeElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgfeMergeNodeElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgfeMergeNodeElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgfeMergeNodeElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgfeMorphologyElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgfeMorphologyElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgfeMorphologyElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgfeOffsetElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgfeOffsetElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgfeOffsetElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgfePointLightElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgfePointLightElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgfePointLightElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgfeSpecularLightingElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgfeSpecularLightingElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgfeSpecularLightingElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgfeSpotLightElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgfeSpotLightElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgfeSpotLightElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgfeTileElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgfeTileElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgfeTileElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgfeTurbulenceElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgfeTurbulenceElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgfeTurbulenceElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgmPathElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgmPathElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgmPathElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgAnimationElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgAnimationElement
 Features: test-name=librust-web-sys+svganimationelement-dev:SvgAnimationElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgEllipseElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgEllipseElement
 Features: test-name=librust-web-sys+svgcircleelement-dev:SvgEllipseElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgLineElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgLineElement
 Features: test-name=librust-web-sys+svgcircleelement-dev:SvgLineElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPathElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPathElement
 Features: test-name=librust-web-sys+svgcircleelement-dev:SvgPathElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPolygonElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPolygonElement
 Features: test-name=librust-web-sys+svgcircleelement-dev:SvgPolygonElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgPolylineElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgPolylineElement
 Features: test-name=librust-web-sys+svgcircleelement-dev:SvgPolylineElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgRectElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgRectElement
 Features: test-name=librust-web-sys+svgcircleelement-dev:SvgRectElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgCircleElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgCircleElement
 Features: test-name=librust-web-sys+svgcircleelement-dev:SvgCircleElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgForeignObjectElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgForeignObjectElement
 Features: test-name=librust-web-sys+svgdefselement-dev:SvgForeignObjectElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgGeometryElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgGeometryElement
 Features: test-name=librust-web-sys+svgdefselement-dev:SvgGeometryElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgImageElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgImageElement
 Features: test-name=librust-web-sys+svgdefselement-dev:SvgImageElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgSwitchElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgSwitchElement
 Features: test-name=librust-web-sys+svgdefselement-dev:SvgSwitchElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgTextContentElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgTextContentElement
 Features: test-name=librust-web-sys+svgdefselement-dev:SvgTextContentElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgUseElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgUseElement
 Features: test-name=librust-web-sys+svgdefselement-dev:SvgUseElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgaElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgaElement
 Features: test-name=librust-web-sys+svgdefselement-dev:SvgaElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvggElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvggElement
 Features: test-name=librust-web-sys+svgdefselement-dev:SvggElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgsvgElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgsvgElement
 Features: test-name=librust-web-sys+svgdefselement-dev:SvgsvgElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgDefsElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgDefsElement
 Features: test-name=librust-web-sys+svgdefselement-dev:SvgDefsElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgRadialGradientElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgRadialGradientElement
 Features: test-name=librust-web-sys+svglineargradientelement-dev:SvgRadialGradientElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgLinearGradientElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgLinearGradientElement
 Features: test-name=librust-web-sys+svglineargradientelement-dev:SvgLinearGradientElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgtSpanElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgtSpanElement
 Features: test-name=librust-web-sys+svgtextelement-dev:SvgtSpanElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgTextElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgTextElement
 Features: test-name=librust-web-sys+svgtextelement-dev:SvgTextElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgTextPositioningElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgTextPositioningElement
 Features: test-name=librust-web-sys+svgtextpathelement-dev:SvgTextPositioningElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgTextPathElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgTextPathElement
 Features: test-name=librust-web-sys+svgtextpathelement-dev:SvgTextPathElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgfeFuncBElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgfeFuncBElement
 Features: test-name=librust-web-sys+svgfefuncaelement-dev:SvgfeFuncBElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgfeFuncGElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgfeFuncGElement
 Features: test-name=librust-web-sys+svgfefuncaelement-dev:SvgfeFuncGElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgfeFuncRElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgfeFuncRElement
 Features: test-name=librust-web-sys+svgfefuncaelement-dev:SvgfeFuncRElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features SvgfeFuncAElement
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features SvgfeFuncAElement
 Features: test-name=librust-web-sys+svgfefuncaelement-dev:SvgfeFuncAElement
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features VttCue
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features VttCue
 Features: test-name=librust-web-sys+vttcue-dev:VttCue
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features WebKitCssMatrix
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features WebKitCssMatrix
 Features: test-name=librust-web-sys+webkitcssmatrix-dev:WebKitCssMatrix
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XmlHttpRequestUpload
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XmlHttpRequestUpload
 Features: test-name=librust-web-sys+xmlhttprequest-dev:XmlHttpRequestUpload
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XmlHttpRequest
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XmlHttpRequest
 Features: test-name=librust-web-sys+xmlhttprequest-dev:XmlHttpRequest
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrBoundedReferenceSpace
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrBoundedReferenceSpace
 Features: test-name=librust-web-sys+xrboundedreferencespace-dev:XrBoundedReferenceSpace
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
+Restrictions: allow-stderr, skip-not-installable
+
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrReferenceSpace
+Features: test-name=librust-web-sys+xrjointspace-dev:XrReferenceSpace
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrReferenceSpace
-Features: test-name=librust-web-sys+xrreferencespace-dev:XrReferenceSpace
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrJointSpace
+Features: test-name=librust-web-sys+xrjointspace-dev:XrJointSpace
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.60 --all-targets --no-default-features --features XrWebGlLayer
+Test-Command: /usr/share/cargo/bin/cargo-auto-test web-sys 0.3.64 --all-targets --no-default-features --features XrWebGlLayer
 Features: test-name=librust-web-sys+xrwebgllayer-dev:XrWebGlLayer
-Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.33-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.33-~~), @
+Depends: dh-cargo (>= 18), librust-wasm-bindgen-futures-0.4+default-dev (>= 0.4.37-~~), librust-wasm-bindgen-test-0.3+default-dev (>= 0.3.37-~~), @
 Restrictions: allow-stderr, skip-not-installable
diff --git a/src/features/gen_AbortController.rs b/src/features/gen_AbortController.rs
index 95776f74a6772482a03d3eef7ea8d3d2b5b32efb..ff01ba37eaf660c73f4442b761137c6344394ccd 100644
--- a/src/features/gen_AbortController.rs
+++ b/src/features/gen_AbortController.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AbortSignal.rs b/src/features/gen_AbortSignal.rs
index 081fa5c49699a4732a3e87ac7ea52ca90767ba29..ecf05a7bdde211912e7b2686a5706e6914c34089 100644
--- a/src/features/gen_AbortSignal.rs
+++ b/src/features/gen_AbortSignal.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AddEventListenerOptions.rs b/src/features/gen_AddEventListenerOptions.rs
index c2de0cad6d1ee06a4efe9ac971503cb117459d58..11041cbb87f3a453e28fd03a3184e62f4277e357 100644
--- a/src/features/gen_AddEventListenerOptions.rs
+++ b/src/features/gen_AddEventListenerOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AesCbcParams.rs b/src/features/gen_AesCbcParams.rs
index 475d94981ab9a90192513a046ce97d4f871e480c..9fba20f28e54bd6a8fb2a321ec01c77798c15935 100644
--- a/src/features/gen_AesCbcParams.rs
+++ b/src/features/gen_AesCbcParams.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AesCtrParams.rs b/src/features/gen_AesCtrParams.rs
index ec60d3fd4408b284901d3685692fdb1450d3b98b..0dbaad9e1ace05b852996704a40e06e402a49927 100644
--- a/src/features/gen_AesCtrParams.rs
+++ b/src/features/gen_AesCtrParams.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AesDerivedKeyParams.rs b/src/features/gen_AesDerivedKeyParams.rs
index 46bcc59a4cc49f7c23e8cd412b9afd792b8f460e..7212fc6032881ec8f250e419201461c8140c98de 100644
--- a/src/features/gen_AesDerivedKeyParams.rs
+++ b/src/features/gen_AesDerivedKeyParams.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AesGcmParams.rs b/src/features/gen_AesGcmParams.rs
index 8f361d1f5afb3e43d18c728c312cd87c0586fe8c..55199b0971ef4779b4589e0e0c2611c404f2034a 100644
--- a/src/features/gen_AesGcmParams.rs
+++ b/src/features/gen_AesGcmParams.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AesKeyAlgorithm.rs b/src/features/gen_AesKeyAlgorithm.rs
index 380782f05ff3fb7bd8ce8a181282842f83589dd1..fd55a3a4cfb379c0315e60d1087abbef15a7ca26 100644
--- a/src/features/gen_AesKeyAlgorithm.rs
+++ b/src/features/gen_AesKeyAlgorithm.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AesKeyGenParams.rs b/src/features/gen_AesKeyGenParams.rs
index 016d2b88fd8cf5b5a0c25bcf62c3aa2d270688cc..829e6f5968b8d23201d57fb7955a0e82bcb6a1d6 100644
--- a/src/features/gen_AesKeyGenParams.rs
+++ b/src/features/gen_AesKeyGenParams.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Algorithm.rs b/src/features/gen_Algorithm.rs
index d0263e74f736fbd687712311a691730285718a22..93efed89e40424e58660cf937ad6ba903d81b043 100644
--- a/src/features/gen_Algorithm.rs
+++ b/src/features/gen_Algorithm.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AlignSetting.rs b/src/features/gen_AlignSetting.rs
index b80070997fee19ecccdc246b9c41aa65b56118df..e47fce5f02fb3d2a8b3f748885e5eedb950ae8d0 100644
--- a/src/features/gen_AlignSetting.rs
+++ b/src/features/gen_AlignSetting.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `AlignSetting` enum."]
diff --git a/src/features/gen_AllowedBluetoothDevice.rs b/src/features/gen_AllowedBluetoothDevice.rs
index 82f734e998d46f23c5bf7f02e03ffdde9f7ea670..c5d76814a2594b94fb6f1aceacc8db18892a240c 100644
--- a/src/features/gen_AllowedBluetoothDevice.rs
+++ b/src/features/gen_AllowedBluetoothDevice.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_AllowedUsbDevice.rs b/src/features/gen_AllowedUsbDevice.rs
index b4b082f13f86362e738565a660f58800a06b96f7..bb47031df436cfea42433e92831569891e5ea558 100644
--- a/src/features/gen_AllowedUsbDevice.rs
+++ b/src/features/gen_AllowedUsbDevice.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_AlphaOption.rs b/src/features/gen_AlphaOption.rs
index 1984e555e118d9b25fca990cdb11d5c0b8741ef7..82dbef2c1c10cff2f3f4ade7a7ff57df63e602b1 100644
--- a/src/features/gen_AlphaOption.rs
+++ b/src/features/gen_AlphaOption.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_AnalyserNode.rs b/src/features/gen_AnalyserNode.rs
index a659b628c9e6bd71c58cc0d199e2779bfad822ad..32c74dbc06b94a1725e7134227789838af3efa8c 100644
--- a/src/features/gen_AnalyserNode.rs
+++ b/src/features/gen_AnalyserNode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AnalyserOptions.rs b/src/features/gen_AnalyserOptions.rs
index a5a73c278b7459ae0cd399493e1fe1e9057ea425..48a2bf15393a67a2e8263accde8a432caeaf32ca 100644
--- a/src/features/gen_AnalyserOptions.rs
+++ b/src/features/gen_AnalyserOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AngleInstancedArrays.rs b/src/features/gen_AngleInstancedArrays.rs
index 2fd99e72391427dc96e29e7aa2cf5d25641efd59..930bdaa2c6b11590e162dd9a53715615af3b9bbb 100644
--- a/src/features/gen_AngleInstancedArrays.rs
+++ b/src/features/gen_AngleInstancedArrays.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Animation.rs b/src/features/gen_Animation.rs
index 9862eab321f39ef95adc28f964d541f36f518ebf..fa094471737cd545bcd473645da0f078babbca8f 100644
--- a/src/features/gen_Animation.rs
+++ b/src/features/gen_Animation.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AnimationEffect.rs b/src/features/gen_AnimationEffect.rs
index b57dc8ba42fd98d7337c19216ad45fb6d77d0117..d631907efb3589cd97260e754e7c10796f10633f 100644
--- a/src/features/gen_AnimationEffect.rs
+++ b/src/features/gen_AnimationEffect.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AnimationEvent.rs b/src/features/gen_AnimationEvent.rs
index b18d8f91a6731c1cbcf3a6312faf78c5bb2e5c9b..78a3d97c2be99fe14615d53d959c363ece2b521f 100644
--- a/src/features/gen_AnimationEvent.rs
+++ b/src/features/gen_AnimationEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AnimationEventInit.rs b/src/features/gen_AnimationEventInit.rs
index 163a55b43065aad1ae5023e045a8b7aad0d550c5..2d83b6eec70e69029856e2732e34aa6a4146c3ae 100644
--- a/src/features/gen_AnimationEventInit.rs
+++ b/src/features/gen_AnimationEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AnimationPlayState.rs b/src/features/gen_AnimationPlayState.rs
index 690e5eee324a14236ba6fd79741ca9741bd1fcce..70fc25c40cfac9f6d8a0c0f1cad34225f139a9d7 100644
--- a/src/features/gen_AnimationPlayState.rs
+++ b/src/features/gen_AnimationPlayState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `AnimationPlayState` enum."]
diff --git a/src/features/gen_AnimationPlaybackEvent.rs b/src/features/gen_AnimationPlaybackEvent.rs
index 336e49a06868a36d7d6e7277dcabd114e7bc80b8..4aa31d123d488a987aec809aa2e176824020160b 100644
--- a/src/features/gen_AnimationPlaybackEvent.rs
+++ b/src/features/gen_AnimationPlaybackEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AnimationPlaybackEventInit.rs b/src/features/gen_AnimationPlaybackEventInit.rs
index 2cdaf070286a48c3c57af21150182481267cf82b..4b6b8f99f0448c6a0bb5b972ad022d57b69cbf64 100644
--- a/src/features/gen_AnimationPlaybackEventInit.rs
+++ b/src/features/gen_AnimationPlaybackEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AnimationPropertyDetails.rs b/src/features/gen_AnimationPropertyDetails.rs
index 7cf81edd99258b02a1c2e333a023b185d06b8d61..05280ee164c46a658af7c7b8731f83fa9bd59cc8 100644
--- a/src/features/gen_AnimationPropertyDetails.rs
+++ b/src/features/gen_AnimationPropertyDetails.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AnimationPropertyValueDetails.rs b/src/features/gen_AnimationPropertyValueDetails.rs
index 71b218c377ab0ed3f95ce1db299ccbe71f06180c..6d96f6223127cc64a6b767f3a8a1e8bd13840c47 100644
--- a/src/features/gen_AnimationPropertyValueDetails.rs
+++ b/src/features/gen_AnimationPropertyValueDetails.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AnimationTimeline.rs b/src/features/gen_AnimationTimeline.rs
index 33c3fed39c510695d096bf66d2864810b0c117d5..3393334650721356b6d0123c9afbff70e4ea3924 100644
--- a/src/features/gen_AnimationTimeline.rs
+++ b/src/features/gen_AnimationTimeline.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AssignedNodesOptions.rs b/src/features/gen_AssignedNodesOptions.rs
index 69471ffaa92c64b48092037e495e43004ff24284..6c2b66d1e030d00371c2c4bdff99c164625956ac 100644
--- a/src/features/gen_AssignedNodesOptions.rs
+++ b/src/features/gen_AssignedNodesOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AttestationConveyancePreference.rs b/src/features/gen_AttestationConveyancePreference.rs
index 28ea13c469453f0ec41f186ccefd8c58d00b8cbb..268fd4ad8a7c872746df317f62ef36b2d9970918 100644
--- a/src/features/gen_AttestationConveyancePreference.rs
+++ b/src/features/gen_AttestationConveyancePreference.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `AttestationConveyancePreference` enum."]
diff --git a/src/features/gen_Attr.rs b/src/features/gen_Attr.rs
index 6948e24279de2e5922db24490a26657d4a4ebea6..5ca630569436e895bf8c93a31e6442122616afab 100644
--- a/src/features/gen_Attr.rs
+++ b/src/features/gen_Attr.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AttributeNameValue.rs b/src/features/gen_AttributeNameValue.rs
index d2088a9edd4c454f967a6b829b90833a541ea348..1f614d1d64c344cf8a2f5b7428b49a4418ec673d 100644
--- a/src/features/gen_AttributeNameValue.rs
+++ b/src/features/gen_AttributeNameValue.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AudioBuffer.rs b/src/features/gen_AudioBuffer.rs
index 5f350bc6f6486b2e6be0bfa1eef4ba3479746bee..d609a165f8ed035e62a14fe2fe35dbce109ed76c 100644
--- a/src/features/gen_AudioBuffer.rs
+++ b/src/features/gen_AudioBuffer.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AudioBufferOptions.rs b/src/features/gen_AudioBufferOptions.rs
index dfa7f46eda29d41ac92b429f374e187321455eee..7cb8132158154632d63781ec48cf66cbfceccb79 100644
--- a/src/features/gen_AudioBufferOptions.rs
+++ b/src/features/gen_AudioBufferOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AudioBufferSourceNode.rs b/src/features/gen_AudioBufferSourceNode.rs
index e6cd32e1a9608e0ee4a7ae8722dd735698f0ae8a..4ca1070115b09cd6d802169b5d2d86b32ca8e01e 100644
--- a/src/features/gen_AudioBufferSourceNode.rs
+++ b/src/features/gen_AudioBufferSourceNode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AudioBufferSourceOptions.rs b/src/features/gen_AudioBufferSourceOptions.rs
index e8a0f2f83a451b6bf56ff022d43c41084128af0e..ff42b5066c0b16b7f83b6d46a1a5fbbc47005861 100644
--- a/src/features/gen_AudioBufferSourceOptions.rs
+++ b/src/features/gen_AudioBufferSourceOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AudioConfiguration.rs b/src/features/gen_AudioConfiguration.rs
index 600464d9bc7f3af4e2b3eb8278ef153c5324082a..9d6347dee31366c56a3d1fa59c2076a2977a3340 100644
--- a/src/features/gen_AudioConfiguration.rs
+++ b/src/features/gen_AudioConfiguration.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AudioContext.rs b/src/features/gen_AudioContext.rs
index 2fc35092c65df0be5f1792d20ee0e112a40d19ce..313a03d5fefc36fc2009b22e7ed78bac1910aa44 100644
--- a/src/features/gen_AudioContext.rs
+++ b/src/features/gen_AudioContext.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AudioContextOptions.rs b/src/features/gen_AudioContextOptions.rs
index 6583853de29e19ce4b2897929cdafbf8bb854155..514973d913f5a0fad838fe13d93e927525c5f377 100644
--- a/src/features/gen_AudioContextOptions.rs
+++ b/src/features/gen_AudioContextOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AudioContextState.rs b/src/features/gen_AudioContextState.rs
index 95ab2ca1a5b5cb5afda6e8faf57ade2f8d834301..4d15fd86aec8976ac759c375216a9531e8767c14 100644
--- a/src/features/gen_AudioContextState.rs
+++ b/src/features/gen_AudioContextState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `AudioContextState` enum."]
diff --git a/src/features/gen_AudioData.rs b/src/features/gen_AudioData.rs
index 0bd91f4a938604ca074636d035797a99ce61136f..08875c779de877a5824d9e53007aa913a806e2f6 100644
--- a/src/features/gen_AudioData.rs
+++ b/src/features/gen_AudioData.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_AudioDataCopyToOptions.rs b/src/features/gen_AudioDataCopyToOptions.rs
index b1d3d8fbd44a9d2ba51c69f5f0dc2550dab23c3d..2d3132cbaace0924a8c11cb651c981cf6cd3e01f 100644
--- a/src/features/gen_AudioDataCopyToOptions.rs
+++ b/src/features/gen_AudioDataCopyToOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_AudioDataInit.rs b/src/features/gen_AudioDataInit.rs
index 8a7dc94225e85e0537eb042a0394cd9a002805da..de51e8380a0e0204c0f3f71d895a11d7bf97ebab 100644
--- a/src/features/gen_AudioDataInit.rs
+++ b/src/features/gen_AudioDataInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_AudioDecoder.rs b/src/features/gen_AudioDecoder.rs
index b448dc2f139945ed13c95e157044c3509d3488fb..709d0d1d004e3c90eced97cf9b64ab55bc8e0c05 100644
--- a/src/features/gen_AudioDecoder.rs
+++ b/src/features/gen_AudioDecoder.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_AudioDecoderConfig.rs b/src/features/gen_AudioDecoderConfig.rs
index 2ba30966fee901c0bf973d3ba2d979d51c5c4a25..83414175881f23d22628b2cb215af46ee9ff9a4c 100644
--- a/src/features/gen_AudioDecoderConfig.rs
+++ b/src/features/gen_AudioDecoderConfig.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_AudioDecoderInit.rs b/src/features/gen_AudioDecoderInit.rs
index d5149efd7a1c9c1a80e58894bf361fd11a3e2d3a..f1ee1a6017b988e84643f73ce89bb455389becd3 100644
--- a/src/features/gen_AudioDecoderInit.rs
+++ b/src/features/gen_AudioDecoderInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_AudioDecoderSupport.rs b/src/features/gen_AudioDecoderSupport.rs
index 3640403e1dfb413631bfcd54e317b99c68e1b443..2f4b969fd10e67375805059cc3b9c2c7b5b99c0c 100644
--- a/src/features/gen_AudioDecoderSupport.rs
+++ b/src/features/gen_AudioDecoderSupport.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_AudioDestinationNode.rs b/src/features/gen_AudioDestinationNode.rs
index a6f79cffcdfdd5a699dfecb97db18d925f6f2dca..ad06d3e42bb2d7b7fde1479b73cb302fee000241 100644
--- a/src/features/gen_AudioDestinationNode.rs
+++ b/src/features/gen_AudioDestinationNode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AudioEncoder.rs b/src/features/gen_AudioEncoder.rs
index 244e997070c307283e77c32d3e6e61c8a97378d7..9bd90317d7ea2aacf7d9f9f657c9989fb80aaca1 100644
--- a/src/features/gen_AudioEncoder.rs
+++ b/src/features/gen_AudioEncoder.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_AudioEncoderConfig.rs b/src/features/gen_AudioEncoderConfig.rs
index 49194678c0f9891625b8104685a9bdf2d0b60f57..5cc365558c23d259bb3d2deb6572553e6fcfbab1 100644
--- a/src/features/gen_AudioEncoderConfig.rs
+++ b/src/features/gen_AudioEncoderConfig.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_AudioEncoderInit.rs b/src/features/gen_AudioEncoderInit.rs
index dba313bb4199df2b00a3042cb2713497d334029d..074512257e33c69af14793ec1407b15117329bec 100644
--- a/src/features/gen_AudioEncoderInit.rs
+++ b/src/features/gen_AudioEncoderInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_AudioEncoderSupport.rs b/src/features/gen_AudioEncoderSupport.rs
index 0c7987bc6cee1ca23758e1c5d08824ec90fc7cc5..1ca54d133dbc2fd1aa8f4d9604123c517e2ef5f5 100644
--- a/src/features/gen_AudioEncoderSupport.rs
+++ b/src/features/gen_AudioEncoderSupport.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_AudioListener.rs b/src/features/gen_AudioListener.rs
index 1dfdfbeea01c73f3aaa4d423b18fa6873241bdd0..baaa72c9c9fa962a84fc898f5d1ee206da43dd40 100644
--- a/src/features/gen_AudioListener.rs
+++ b/src/features/gen_AudioListener.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AudioNode.rs b/src/features/gen_AudioNode.rs
index bec7aa9393e78807ce806e3367d65295744b2b89..9d1ee99cabff43b23553c1657a27fe9ea775e67e 100644
--- a/src/features/gen_AudioNode.rs
+++ b/src/features/gen_AudioNode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AudioNodeOptions.rs b/src/features/gen_AudioNodeOptions.rs
index b898ea3feee47688a57b9deae7c9df6392fc871c..369aba788f191d2e3b41e8a2db083e1b26a54c69 100644
--- a/src/features/gen_AudioNodeOptions.rs
+++ b/src/features/gen_AudioNodeOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AudioParam.rs b/src/features/gen_AudioParam.rs
index 6cd0e1cd6b79657ed0180245fa7925ba1fa9b572..3cc533d2dfa3dbb8d398b056d376b7695d0cb1bc 100644
--- a/src/features/gen_AudioParam.rs
+++ b/src/features/gen_AudioParam.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AudioParamMap.rs b/src/features/gen_AudioParamMap.rs
index 02c3953081dbd2e20c0e4f37737dca2e76e39733..9b7119878e029060788c9eddf3fc56cfdc61ff85 100644
--- a/src/features/gen_AudioParamMap.rs
+++ b/src/features/gen_AudioParamMap.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -11,4 +12,54 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `AudioParamMap`*"]
     pub type AudioParamMap;
+    # [wasm_bindgen (structural , method , getter , js_class = "AudioParamMap" , js_name = size)]
+    #[doc = "Getter for the `size` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/AudioParamMap/size)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `AudioParamMap`*"]
+    pub fn size(this: &AudioParamMap) -> u32;
+    # [wasm_bindgen (method , structural , js_class = "AudioParamMap" , js_name = entries)]
+    #[doc = "The `entries()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/AudioParamMap/entries)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `AudioParamMap`*"]
+    pub fn entries(this: &AudioParamMap) -> ::js_sys::Iterator;
+    # [wasm_bindgen (catch , method , structural , js_class = "AudioParamMap" , js_name = forEach)]
+    #[doc = "The `forEach()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/AudioParamMap/forEach)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `AudioParamMap`*"]
+    pub fn for_each(this: &AudioParamMap, callback: &::js_sys::Function) -> Result<(), JsValue>;
+    #[cfg(feature = "AudioParam")]
+    # [wasm_bindgen (method , structural , js_class = "AudioParamMap" , js_name = get)]
+    #[doc = "The `get()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/AudioParamMap/get)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `AudioParam`, `AudioParamMap`*"]
+    pub fn get(this: &AudioParamMap, key: &str) -> Option<AudioParam>;
+    # [wasm_bindgen (method , structural , js_class = "AudioParamMap" , js_name = has)]
+    #[doc = "The `has()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/AudioParamMap/has)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `AudioParamMap`*"]
+    pub fn has(this: &AudioParamMap, key: &str) -> bool;
+    # [wasm_bindgen (method , structural , js_class = "AudioParamMap" , js_name = keys)]
+    #[doc = "The `keys()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/AudioParamMap/keys)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `AudioParamMap`*"]
+    pub fn keys(this: &AudioParamMap) -> ::js_sys::Iterator;
+    # [wasm_bindgen (method , structural , js_class = "AudioParamMap" , js_name = values)]
+    #[doc = "The `values()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/AudioParamMap/values)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `AudioParamMap`*"]
+    pub fn values(this: &AudioParamMap) -> ::js_sys::Iterator;
 }
diff --git a/src/features/gen_AudioProcessingEvent.rs b/src/features/gen_AudioProcessingEvent.rs
index e1ed4bb018c88a3eeb0f63885ab8caf6d4afd81e..d9492d2b227caa67c2f151a3538c396d7f443508 100644
--- a/src/features/gen_AudioProcessingEvent.rs
+++ b/src/features/gen_AudioProcessingEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AudioSampleFormat.rs b/src/features/gen_AudioSampleFormat.rs
index 54499890495f18b2b1505948d0aa27f864424a53..6c9c0d34ff849b66e68e2ff06cb9f5a1247333e3 100644
--- a/src/features/gen_AudioSampleFormat.rs
+++ b/src/features/gen_AudioSampleFormat.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_AudioScheduledSourceNode.rs b/src/features/gen_AudioScheduledSourceNode.rs
index 5c18efeed3108fff92a577073ac7a90012986d4d..949c5853bb35012680398a8c828250439fdda128 100644
--- a/src/features/gen_AudioScheduledSourceNode.rs
+++ b/src/features/gen_AudioScheduledSourceNode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -10,9 +11,7 @@ extern "C" {
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/AudioScheduledSourceNode)"]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `AudioScheduledSourceNode`*"]
-    #[deprecated(note = "doesn't exist in Safari, use parent class methods instead")]
     pub type AudioScheduledSourceNode;
-    #[deprecated(note = "doesn't exist in Safari, use parent class methods instead")]
     # [wasm_bindgen (structural , method , getter , js_class = "AudioScheduledSourceNode" , js_name = onended)]
     #[doc = "Getter for the `onended` field of this object."]
     #[doc = ""]
@@ -20,7 +19,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `AudioScheduledSourceNode`*"]
     pub fn onended(this: &AudioScheduledSourceNode) -> Option<::js_sys::Function>;
-    #[deprecated(note = "doesn't exist in Safari, use parent class methods instead")]
     # [wasm_bindgen (structural , method , setter , js_class = "AudioScheduledSourceNode" , js_name = onended)]
     #[doc = "Setter for the `onended` field of this object."]
     #[doc = ""]
@@ -28,7 +26,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `AudioScheduledSourceNode`*"]
     pub fn set_onended(this: &AudioScheduledSourceNode, value: Option<&::js_sys::Function>);
-    #[deprecated(note = "doesn't exist in Safari, use parent class methods instead")]
     # [wasm_bindgen (catch , method , structural , js_class = "AudioScheduledSourceNode" , js_name = start)]
     #[doc = "The `start()` method."]
     #[doc = ""]
@@ -36,7 +33,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `AudioScheduledSourceNode`*"]
     pub fn start(this: &AudioScheduledSourceNode) -> Result<(), JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use parent class methods instead")]
     # [wasm_bindgen (catch , method , structural , js_class = "AudioScheduledSourceNode" , js_name = start)]
     #[doc = "The `start()` method."]
     #[doc = ""]
@@ -44,7 +40,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `AudioScheduledSourceNode`*"]
     pub fn start_with_when(this: &AudioScheduledSourceNode, when: f64) -> Result<(), JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use parent class methods instead")]
     # [wasm_bindgen (catch , method , structural , js_class = "AudioScheduledSourceNode" , js_name = stop)]
     #[doc = "The `stop()` method."]
     #[doc = ""]
@@ -52,7 +47,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `AudioScheduledSourceNode`*"]
     pub fn stop(this: &AudioScheduledSourceNode) -> Result<(), JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use parent class methods instead")]
     # [wasm_bindgen (catch , method , structural , js_class = "AudioScheduledSourceNode" , js_name = stop)]
     #[doc = "The `stop()` method."]
     #[doc = ""]
diff --git a/src/features/gen_AudioStreamTrack.rs b/src/features/gen_AudioStreamTrack.rs
index 3c6eed631028118b51aa7e780b1027c805b4158f..20308c8c71ff7acf42504456bf6523a13daac7f5 100644
--- a/src/features/gen_AudioStreamTrack.rs
+++ b/src/features/gen_AudioStreamTrack.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AudioTrack.rs b/src/features/gen_AudioTrack.rs
index 7e1c9600dc2459bead6597588f5afb7607d9bc7d..7b04ddd0c66d4a776a2b879080d15de496974951 100644
--- a/src/features/gen_AudioTrack.rs
+++ b/src/features/gen_AudioTrack.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AudioTrackList.rs b/src/features/gen_AudioTrackList.rs
index 44632432c6c7575a28ca13d8d9ba804e2b84d2ef..fa75bfbd34dfd330ba4edc6c0ed2301e983715d8 100644
--- a/src/features/gen_AudioTrackList.rs
+++ b/src/features/gen_AudioTrackList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AudioWorklet.rs b/src/features/gen_AudioWorklet.rs
index c160c5004a2d5c2aca7a08c31d07d2d584819c7b..42816b3e9ae746740d87c7500320b4b49208b7d3 100644
--- a/src/features/gen_AudioWorklet.rs
+++ b/src/features/gen_AudioWorklet.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AudioWorkletGlobalScope.rs b/src/features/gen_AudioWorkletGlobalScope.rs
index 4057aeaa10a6a165af76d69dc42d80db168d0b5e..4e899fd298b5749ef0b0aa4598ead9f12733e0fd 100644
--- a/src/features/gen_AudioWorkletGlobalScope.rs
+++ b/src/features/gen_AudioWorkletGlobalScope.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AudioWorkletNode.rs b/src/features/gen_AudioWorkletNode.rs
index 989bab54453ae2fb334e3957f08084bd414e57f2..4818289293266cb0f00cc6f175b06f41effb07d9 100644
--- a/src/features/gen_AudioWorkletNode.rs
+++ b/src/features/gen_AudioWorkletNode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AudioWorkletNodeOptions.rs b/src/features/gen_AudioWorkletNodeOptions.rs
index e97330a3628d0bce0e9c957ff8371dbcc4d23285..99db4aa1d6484d5afdd50cf05dc4eb366eba3894 100644
--- a/src/features/gen_AudioWorkletNodeOptions.rs
+++ b/src/features/gen_AudioWorkletNodeOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AudioWorkletProcessor.rs b/src/features/gen_AudioWorkletProcessor.rs
index 8a537cd1acb2f5909b38bda92d1fc72876e0cc08..eb5d971c8dff9860b911ca715f5c92c4f35839b0 100644
--- a/src/features/gen_AudioWorkletProcessor.rs
+++ b/src/features/gen_AudioWorkletProcessor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AuthenticationExtensionsClientInputs.rs b/src/features/gen_AuthenticationExtensionsClientInputs.rs
index cde43d20c473e4b3ef7d9ff9143f826daa74cff9..24237c5bbf4ff757819007b4bace2d11d15aa082 100644
--- a/src/features/gen_AuthenticationExtensionsClientInputs.rs
+++ b/src/features/gen_AuthenticationExtensionsClientInputs.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AuthenticationExtensionsClientOutputs.rs b/src/features/gen_AuthenticationExtensionsClientOutputs.rs
index 4b59b32141ddc6cda5d1e49bc0617cfb3ba2ba81..e2e038654fea01a4e0174ac8b1a021b864dbb965 100644
--- a/src/features/gen_AuthenticationExtensionsClientOutputs.rs
+++ b/src/features/gen_AuthenticationExtensionsClientOutputs.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AuthenticatorAssertionResponse.rs b/src/features/gen_AuthenticatorAssertionResponse.rs
index dd6e10e7f5fc2639a71502378819efed8778524b..0969f46bff11c96227821f9ae5f0704af9197e34 100644
--- a/src/features/gen_AuthenticatorAssertionResponse.rs
+++ b/src/features/gen_AuthenticatorAssertionResponse.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AuthenticatorAttachment.rs b/src/features/gen_AuthenticatorAttachment.rs
index f0776410d90125f94372eb932c308c03e797419f..1ba36251e4a683a1dfaf634d10dc4101b0b6c950 100644
--- a/src/features/gen_AuthenticatorAttachment.rs
+++ b/src/features/gen_AuthenticatorAttachment.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `AuthenticatorAttachment` enum."]
diff --git a/src/features/gen_AuthenticatorAttestationResponse.rs b/src/features/gen_AuthenticatorAttestationResponse.rs
index 364ebc23bd5d7c4faa7bb27bbb8077ff067ecf66..97a8261089614e0adb0c830e1dc2e331fbde14ba 100644
--- a/src/features/gen_AuthenticatorAttestationResponse.rs
+++ b/src/features/gen_AuthenticatorAttestationResponse.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AuthenticatorResponse.rs b/src/features/gen_AuthenticatorResponse.rs
index 2aa5468b2d8180c9e7271f5490f50cd22ac9b103..0144e6d965ce580db9a7ac8fa09dd571243a8108 100644
--- a/src/features/gen_AuthenticatorResponse.rs
+++ b/src/features/gen_AuthenticatorResponse.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AuthenticatorSelectionCriteria.rs b/src/features/gen_AuthenticatorSelectionCriteria.rs
index 1e4b5e9008834ce6eaf8d977553ac311892ae26a..a7bc5c5ab93eea8ab431be7556cb760be8e626f4 100644
--- a/src/features/gen_AuthenticatorSelectionCriteria.rs
+++ b/src/features/gen_AuthenticatorSelectionCriteria.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_AuthenticatorTransport.rs b/src/features/gen_AuthenticatorTransport.rs
index edafe5e11bfd9c839778b7088126ad5a8da8c1eb..2e1b2579c1c2d928a97cef899d4497ae266d62a8 100644
--- a/src/features/gen_AuthenticatorTransport.rs
+++ b/src/features/gen_AuthenticatorTransport.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `AuthenticatorTransport` enum."]
diff --git a/src/features/gen_AutoKeyword.rs b/src/features/gen_AutoKeyword.rs
index d45de7a41a1fdaf4bc139102d3c290af60b9a63f..3ee39ad33511b31134e0fd54ab62c81e27ffe1b5 100644
--- a/src/features/gen_AutoKeyword.rs
+++ b/src/features/gen_AutoKeyword.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `AutoKeyword` enum."]
diff --git a/src/features/gen_AutocompleteInfo.rs b/src/features/gen_AutocompleteInfo.rs
index 42150b51bd2ce3b53b69b05d74902b9f87458126..a87e5213e960cfe038d66cbcb4935152019465f2 100644
--- a/src/features/gen_AutocompleteInfo.rs
+++ b/src/features/gen_AutocompleteInfo.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_BarProp.rs b/src/features/gen_BarProp.rs
index de029dcbcffcc1f3470d4a7cfa99290b87bda1d0..4917e7e08c8fa29ddb978d4e8991818053a6259f 100644
--- a/src/features/gen_BarProp.rs
+++ b/src/features/gen_BarProp.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_BaseAudioContext.rs b/src/features/gen_BaseAudioContext.rs
index 4fa90216942e1b84eb5c2f86337ed3d6dbf2b69f..73fbefabbae2c2e88ebc02b98462633854ff87f7 100644
--- a/src/features/gen_BaseAudioContext.rs
+++ b/src/features/gen_BaseAudioContext.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -10,9 +11,7 @@ extern "C" {
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext)"]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `BaseAudioContext`*"]
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     pub type BaseAudioContext;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "AudioDestinationNode")]
     # [wasm_bindgen (structural , method , getter , js_class = "BaseAudioContext" , js_name = destination)]
     #[doc = "Getter for the `destination` field of this object."]
@@ -21,7 +20,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `AudioDestinationNode`, `BaseAudioContext`*"]
     pub fn destination(this: &BaseAudioContext) -> AudioDestinationNode;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     # [wasm_bindgen (structural , method , getter , js_class = "BaseAudioContext" , js_name = sampleRate)]
     #[doc = "Getter for the `sampleRate` field of this object."]
     #[doc = ""]
@@ -29,7 +27,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `BaseAudioContext`*"]
     pub fn sample_rate(this: &BaseAudioContext) -> f32;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     # [wasm_bindgen (structural , method , getter , js_class = "BaseAudioContext" , js_name = currentTime)]
     #[doc = "Getter for the `currentTime` field of this object."]
     #[doc = ""]
@@ -37,7 +34,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `BaseAudioContext`*"]
     pub fn current_time(this: &BaseAudioContext) -> f64;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "AudioListener")]
     # [wasm_bindgen (structural , method , getter , js_class = "BaseAudioContext" , js_name = listener)]
     #[doc = "Getter for the `listener` field of this object."]
@@ -46,7 +42,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `AudioListener`, `BaseAudioContext`*"]
     pub fn listener(this: &BaseAudioContext) -> AudioListener;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "AudioContextState")]
     # [wasm_bindgen (structural , method , getter , js_class = "BaseAudioContext" , js_name = state)]
     #[doc = "Getter for the `state` field of this object."]
@@ -55,7 +50,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `AudioContextState`, `BaseAudioContext`*"]
     pub fn state(this: &BaseAudioContext) -> AudioContextState;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "AudioWorklet")]
     # [wasm_bindgen (structural , catch , method , getter , js_class = "BaseAudioContext" , js_name = audioWorklet)]
     #[doc = "Getter for the `audioWorklet` field of this object."]
@@ -64,7 +58,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `AudioWorklet`, `BaseAudioContext`*"]
     pub fn audio_worklet(this: &BaseAudioContext) -> Result<AudioWorklet, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     # [wasm_bindgen (structural , method , getter , js_class = "BaseAudioContext" , js_name = onstatechange)]
     #[doc = "Getter for the `onstatechange` field of this object."]
     #[doc = ""]
@@ -72,7 +65,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `BaseAudioContext`*"]
     pub fn onstatechange(this: &BaseAudioContext) -> Option<::js_sys::Function>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     # [wasm_bindgen (structural , method , setter , js_class = "BaseAudioContext" , js_name = onstatechange)]
     #[doc = "Setter for the `onstatechange` field of this object."]
     #[doc = ""]
@@ -80,7 +72,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `BaseAudioContext`*"]
     pub fn set_onstatechange(this: &BaseAudioContext, value: Option<&::js_sys::Function>);
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "AnalyserNode")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = createAnalyser)]
     #[doc = "The `createAnalyser()` method."]
@@ -89,7 +80,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `AnalyserNode`, `BaseAudioContext`*"]
     pub fn create_analyser(this: &BaseAudioContext) -> Result<AnalyserNode, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "BiquadFilterNode")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = createBiquadFilter)]
     #[doc = "The `createBiquadFilter()` method."]
@@ -98,7 +88,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `BaseAudioContext`, `BiquadFilterNode`*"]
     pub fn create_biquad_filter(this: &BaseAudioContext) -> Result<BiquadFilterNode, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "AudioBuffer")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = createBuffer)]
     #[doc = "The `createBuffer()` method."]
@@ -112,7 +101,6 @@ extern "C" {
         length: u32,
         sample_rate: f32,
     ) -> Result<AudioBuffer, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "AudioBufferSourceNode")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = createBufferSource)]
     #[doc = "The `createBufferSource()` method."]
@@ -121,7 +109,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `AudioBufferSourceNode`, `BaseAudioContext`*"]
     pub fn create_buffer_source(this: &BaseAudioContext) -> Result<AudioBufferSourceNode, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "ChannelMergerNode")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = createChannelMerger)]
     #[doc = "The `createChannelMerger()` method."]
@@ -130,7 +117,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `BaseAudioContext`, `ChannelMergerNode`*"]
     pub fn create_channel_merger(this: &BaseAudioContext) -> Result<ChannelMergerNode, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "ChannelMergerNode")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = createChannelMerger)]
     #[doc = "The `createChannelMerger()` method."]
@@ -142,7 +128,6 @@ extern "C" {
         this: &BaseAudioContext,
         number_of_inputs: u32,
     ) -> Result<ChannelMergerNode, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "ChannelSplitterNode")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = createChannelSplitter)]
     #[doc = "The `createChannelSplitter()` method."]
@@ -152,7 +137,6 @@ extern "C" {
     #[doc = "*This API requires the following crate features to be activated: `BaseAudioContext`, `ChannelSplitterNode`*"]
     pub fn create_channel_splitter(this: &BaseAudioContext)
         -> Result<ChannelSplitterNode, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "ChannelSplitterNode")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = createChannelSplitter)]
     #[doc = "The `createChannelSplitter()` method."]
@@ -164,7 +148,6 @@ extern "C" {
         this: &BaseAudioContext,
         number_of_outputs: u32,
     ) -> Result<ChannelSplitterNode, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "ConstantSourceNode")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = createConstantSource)]
     #[doc = "The `createConstantSource()` method."]
@@ -173,7 +156,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `BaseAudioContext`, `ConstantSourceNode`*"]
     pub fn create_constant_source(this: &BaseAudioContext) -> Result<ConstantSourceNode, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "ConvolverNode")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = createConvolver)]
     #[doc = "The `createConvolver()` method."]
@@ -182,7 +164,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `BaseAudioContext`, `ConvolverNode`*"]
     pub fn create_convolver(this: &BaseAudioContext) -> Result<ConvolverNode, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "DelayNode")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = createDelay)]
     #[doc = "The `createDelay()` method."]
@@ -191,7 +172,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `BaseAudioContext`, `DelayNode`*"]
     pub fn create_delay(this: &BaseAudioContext) -> Result<DelayNode, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "DelayNode")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = createDelay)]
     #[doc = "The `createDelay()` method."]
@@ -203,7 +183,6 @@ extern "C" {
         this: &BaseAudioContext,
         max_delay_time: f64,
     ) -> Result<DelayNode, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "DynamicsCompressorNode")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = createDynamicsCompressor)]
     #[doc = "The `createDynamicsCompressor()` method."]
@@ -214,7 +193,6 @@ extern "C" {
     pub fn create_dynamics_compressor(
         this: &BaseAudioContext,
     ) -> Result<DynamicsCompressorNode, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "GainNode")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = createGain)]
     #[doc = "The `createGain()` method."]
@@ -223,7 +201,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `BaseAudioContext`, `GainNode`*"]
     pub fn create_gain(this: &BaseAudioContext) -> Result<GainNode, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "IirFilterNode")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = createIIRFilter)]
     #[doc = "The `createIIRFilter()` method."]
@@ -236,7 +213,6 @@ extern "C" {
         feedforward: &::wasm_bindgen::JsValue,
         feedback: &::wasm_bindgen::JsValue,
     ) -> Result<IirFilterNode, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "OscillatorNode")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = createOscillator)]
     #[doc = "The `createOscillator()` method."]
@@ -245,7 +221,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `BaseAudioContext`, `OscillatorNode`*"]
     pub fn create_oscillator(this: &BaseAudioContext) -> Result<OscillatorNode, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "PannerNode")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = createPanner)]
     #[doc = "The `createPanner()` method."]
@@ -254,7 +229,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `BaseAudioContext`, `PannerNode`*"]
     pub fn create_panner(this: &BaseAudioContext) -> Result<PannerNode, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "PeriodicWave")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = createPeriodicWave)]
     #[doc = "The `createPeriodicWave()` method."]
@@ -267,7 +241,6 @@ extern "C" {
         real: &mut [f32],
         imag: &mut [f32],
     ) -> Result<PeriodicWave, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(all(feature = "PeriodicWave", feature = "PeriodicWaveConstraints",))]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = createPeriodicWave)]
     #[doc = "The `createPeriodicWave()` method."]
@@ -281,7 +254,6 @@ extern "C" {
         imag: &mut [f32],
         constraints: &PeriodicWaveConstraints,
     ) -> Result<PeriodicWave, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "ScriptProcessorNode")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = createScriptProcessor)]
     #[doc = "The `createScriptProcessor()` method."]
@@ -291,7 +263,6 @@ extern "C" {
     #[doc = "*This API requires the following crate features to be activated: `BaseAudioContext`, `ScriptProcessorNode`*"]
     pub fn create_script_processor(this: &BaseAudioContext)
         -> Result<ScriptProcessorNode, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "ScriptProcessorNode")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = createScriptProcessor)]
     #[doc = "The `createScriptProcessor()` method."]
@@ -303,7 +274,6 @@ extern "C" {
         this: &BaseAudioContext,
         buffer_size: u32,
     ) -> Result<ScriptProcessorNode, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "ScriptProcessorNode")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = createScriptProcessor)]
     #[doc = "The `createScriptProcessor()` method."]
@@ -316,7 +286,6 @@ extern "C" {
         buffer_size: u32,
         number_of_input_channels: u32,
     ) -> Result<ScriptProcessorNode, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "ScriptProcessorNode")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = createScriptProcessor)]
     #[doc = "The `createScriptProcessor()` method."]
@@ -330,7 +299,6 @@ extern "C" {
         number_of_input_channels: u32,
         number_of_output_channels: u32,
     ) -> Result<ScriptProcessorNode, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "StereoPannerNode")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = createStereoPanner)]
     #[doc = "The `createStereoPanner()` method."]
@@ -339,7 +307,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `BaseAudioContext`, `StereoPannerNode`*"]
     pub fn create_stereo_panner(this: &BaseAudioContext) -> Result<StereoPannerNode, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     #[cfg(feature = "WaveShaperNode")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = createWaveShaper)]
     #[doc = "The `createWaveShaper()` method."]
@@ -348,7 +315,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `BaseAudioContext`, `WaveShaperNode`*"]
     pub fn create_wave_shaper(this: &BaseAudioContext) -> Result<WaveShaperNode, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = decodeAudioData)]
     #[doc = "The `decodeAudioData()` method."]
     #[doc = ""]
@@ -359,7 +325,6 @@ extern "C" {
         this: &BaseAudioContext,
         audio_data: &::js_sys::ArrayBuffer,
     ) -> Result<::js_sys::Promise, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = decodeAudioData)]
     #[doc = "The `decodeAudioData()` method."]
     #[doc = ""]
@@ -371,7 +336,6 @@ extern "C" {
         audio_data: &::js_sys::ArrayBuffer,
         success_callback: &::js_sys::Function,
     ) -> Result<::js_sys::Promise, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = decodeAudioData)]
     #[doc = "The `decodeAudioData()` method."]
     #[doc = ""]
@@ -384,7 +348,6 @@ extern "C" {
         success_callback: &::js_sys::Function,
         error_callback: &::js_sys::Function,
     ) -> Result<::js_sys::Promise, JsValue>;
-    #[deprecated(note = "doesn't exist in Safari, use `AudioContext` instead now")]
     # [wasm_bindgen (catch , method , structural , js_class = "BaseAudioContext" , js_name = resume)]
     #[doc = "The `resume()` method."]
     #[doc = ""]
diff --git a/src/features/gen_BaseComputedKeyframe.rs b/src/features/gen_BaseComputedKeyframe.rs
index eba64eee23beb49fec455a1dec5a2b6b5bd6efc1..8a91e92ff245383caedfe3e09e74033d24c17d46 100644
--- a/src/features/gen_BaseComputedKeyframe.rs
+++ b/src/features/gen_BaseComputedKeyframe.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_BaseKeyframe.rs b/src/features/gen_BaseKeyframe.rs
index aef90128463bdcd4f69e4f80c8dd80b2dcfc1c74..692a8fc28636cf27c8af14b6a0f18ec478b0d347 100644
--- a/src/features/gen_BaseKeyframe.rs
+++ b/src/features/gen_BaseKeyframe.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_BasePropertyIndexedKeyframe.rs b/src/features/gen_BasePropertyIndexedKeyframe.rs
index b6dbdf025e1555594fe3dbf8fe52f9fec813a76b..38eebc98161718054aa92b50c289def9f2990aac 100644
--- a/src/features/gen_BasePropertyIndexedKeyframe.rs
+++ b/src/features/gen_BasePropertyIndexedKeyframe.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_BasicCardRequest.rs b/src/features/gen_BasicCardRequest.rs
index a0e60aa8c744ae62f78bf11498b47702054fcfaa..6b029a46b90fc7daf2ab658ca8a8958b92665e27 100644
--- a/src/features/gen_BasicCardRequest.rs
+++ b/src/features/gen_BasicCardRequest.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_BasicCardResponse.rs b/src/features/gen_BasicCardResponse.rs
index b005d718c06a014964dec8fea25ffc37c0e42d78..1341341ababefbecca54f8d1b9fc05641e4db93c 100644
--- a/src/features/gen_BasicCardResponse.rs
+++ b/src/features/gen_BasicCardResponse.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_BasicCardType.rs b/src/features/gen_BasicCardType.rs
index 2a7b1c7be3e9c2a47f5f012e36d535278499a774..87d45224e9cd7ea7b0fa49e62480096479ca8147 100644
--- a/src/features/gen_BasicCardType.rs
+++ b/src/features/gen_BasicCardType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `BasicCardType` enum."]
diff --git a/src/features/gen_BatteryManager.rs b/src/features/gen_BatteryManager.rs
index 1098d5c1ff4d361c6da7922987519757175161c9..2185efb5170c97d92774329e1dad48366bb4e78a 100644
--- a/src/features/gen_BatteryManager.rs
+++ b/src/features/gen_BatteryManager.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_BeforeUnloadEvent.rs b/src/features/gen_BeforeUnloadEvent.rs
index 981323ed0ae19cb7f100ef83c15e9ff9902e2bda..c5392a6e8e3cbe4726f94e854c501bf8d58e331a 100644
--- a/src/features/gen_BeforeUnloadEvent.rs
+++ b/src/features/gen_BeforeUnloadEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_BinaryType.rs b/src/features/gen_BinaryType.rs
index d7ee13bafe1c2322ebdd895c2220414a8c5866d7..aa7ab231dc520d81c71472fac9e4d967ae995513 100644
--- a/src/features/gen_BinaryType.rs
+++ b/src/features/gen_BinaryType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `BinaryType` enum."]
diff --git a/src/features/gen_BiquadFilterNode.rs b/src/features/gen_BiquadFilterNode.rs
index 5c0dd01b70c595041834a5dff90a7a7b0b773d38..a83d8276843ce30641b82dd5016c82880e6f7c1d 100644
--- a/src/features/gen_BiquadFilterNode.rs
+++ b/src/features/gen_BiquadFilterNode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_BiquadFilterOptions.rs b/src/features/gen_BiquadFilterOptions.rs
index af051cb2cf1e76d178a424bd836b171efcaf392e..d8a4af290f0d29f31dec0a31512a816ee19d5544 100644
--- a/src/features/gen_BiquadFilterOptions.rs
+++ b/src/features/gen_BiquadFilterOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_BiquadFilterType.rs b/src/features/gen_BiquadFilterType.rs
index 21743d5f96af39d2dc9b84f39e69e788b054a4aa..fbd455d261907a6e657912f6e946c55a57f7f52a 100644
--- a/src/features/gen_BiquadFilterType.rs
+++ b/src/features/gen_BiquadFilterType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `BiquadFilterType` enum."]
diff --git a/src/features/gen_Blob.rs b/src/features/gen_Blob.rs
index 3300b57d67c02d35e1fde7e3c3822ae62deee43f..681bd089b8b0c36825a26f13e1029140590af0ba 100644
--- a/src/features/gen_Blob.rs
+++ b/src/features/gen_Blob.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_BlobEvent.rs b/src/features/gen_BlobEvent.rs
index 2274dde0eb496aa142fa2b61356d941eb2d4073b..5fc56d5d9e236dc4210e5ca56e0e4a91edf52d15 100644
--- a/src/features/gen_BlobEvent.rs
+++ b/src/features/gen_BlobEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_BlobEventInit.rs b/src/features/gen_BlobEventInit.rs
index 10d381013382a1e7aeab6fec2731e4f77e9868d1..5abb9a6fba5c183441f8f54b0bdf9458dd99e7ba 100644
--- a/src/features/gen_BlobEventInit.rs
+++ b/src/features/gen_BlobEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_BlobPropertyBag.rs b/src/features/gen_BlobPropertyBag.rs
index e7d1f6f5a5122151eca57f5f64ca54ff1239748f..80cf07ead928888d364cc8ae15de940cd47e57cb 100644
--- a/src/features/gen_BlobPropertyBag.rs
+++ b/src/features/gen_BlobPropertyBag.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_BlockParsingOptions.rs b/src/features/gen_BlockParsingOptions.rs
index 9e0e4dbee5abd2a2a65aa11b5b8cad3d103aa788..f12f036962adf504e007ab36465ebe624fb90995 100644
--- a/src/features/gen_BlockParsingOptions.rs
+++ b/src/features/gen_BlockParsingOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Bluetooth.rs b/src/features/gen_Bluetooth.rs
index 826ee01af109c9a04c57cc58c562973c65e4126c..4bd36b23e6b431f8c80bbd3625cfe0165fdb40f1 100644
--- a/src/features/gen_Bluetooth.rs
+++ b/src/features/gen_Bluetooth.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_BluetoothAdvertisingEvent.rs b/src/features/gen_BluetoothAdvertisingEvent.rs
index 5919467c2d91d32f1bcfc978c786b8aa18c54a49..1bb43d7d24e6dabfc3db5eceb68271635b1db1c1 100644
--- a/src/features/gen_BluetoothAdvertisingEvent.rs
+++ b/src/features/gen_BluetoothAdvertisingEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_BluetoothAdvertisingEventInit.rs b/src/features/gen_BluetoothAdvertisingEventInit.rs
index cee141adc214c2679f5d09c796f5eefa5182c9fc..4a1bf8b5e249624d3867ea9d5b58fa9a2aa6ccea 100644
--- a/src/features/gen_BluetoothAdvertisingEventInit.rs
+++ b/src/features/gen_BluetoothAdvertisingEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_BluetoothCharacteristicProperties.rs b/src/features/gen_BluetoothCharacteristicProperties.rs
index 0c301b0309a0808d78b7dae0269c0eea494eab06..3105c43994271fbb5fb4162af8e10e3dc6c251b0 100644
--- a/src/features/gen_BluetoothCharacteristicProperties.rs
+++ b/src/features/gen_BluetoothCharacteristicProperties.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_BluetoothDataFilterInit.rs b/src/features/gen_BluetoothDataFilterInit.rs
index e8908b1c6aa4b91af958f5a19551c2507a7202bf..d9867246790e781911359be9a0d4ea03513995fd 100644
--- a/src/features/gen_BluetoothDataFilterInit.rs
+++ b/src/features/gen_BluetoothDataFilterInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_BluetoothDevice.rs b/src/features/gen_BluetoothDevice.rs
index 95dfae1a0e9e3218e481d7714432a61933a9b816..290effe3ff4cdcb85cfd81de7aed2551a8de2486 100644
--- a/src/features/gen_BluetoothDevice.rs
+++ b/src/features/gen_BluetoothDevice.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_BluetoothLeScanFilterInit.rs b/src/features/gen_BluetoothLeScanFilterInit.rs
index 4e8a4cb2617e81ec176a23ffcc3feb6bfc3abc1e..7c75bbcdc8a3aa01fe4bc8294606622fb69f7290 100644
--- a/src/features/gen_BluetoothLeScanFilterInit.rs
+++ b/src/features/gen_BluetoothLeScanFilterInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_BluetoothManufacturerDataMap.rs b/src/features/gen_BluetoothManufacturerDataMap.rs
index db317c7dc758945c1123192cb6f355c1b67c29e3..4019b015ca78fb438f4df9ab087e154b1abf2595 100644
--- a/src/features/gen_BluetoothManufacturerDataMap.rs
+++ b/src/features/gen_BluetoothManufacturerDataMap.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
@@ -15,4 +16,84 @@ extern "C" {
     #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
     #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub type BluetoothManufacturerDataMap;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , getter , js_class = "BluetoothManufacturerDataMap" , js_name = size)]
+    #[doc = "Getter for the `size` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/BluetoothManufacturerDataMap/size)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `BluetoothManufacturerDataMap`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn size(this: &BluetoothManufacturerDataMap) -> u32;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "BluetoothManufacturerDataMap" , js_name = entries)]
+    #[doc = "The `entries()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/BluetoothManufacturerDataMap/entries)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `BluetoothManufacturerDataMap`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn entries(this: &BluetoothManufacturerDataMap) -> ::js_sys::Iterator;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (catch , method , structural , js_class = "BluetoothManufacturerDataMap" , js_name = forEach)]
+    #[doc = "The `forEach()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/BluetoothManufacturerDataMap/forEach)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `BluetoothManufacturerDataMap`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn for_each(
+        this: &BluetoothManufacturerDataMap,
+        callback: &::js_sys::Function,
+    ) -> Result<(), JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "BluetoothManufacturerDataMap" , js_name = get)]
+    #[doc = "The `get()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/BluetoothManufacturerDataMap/get)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `BluetoothManufacturerDataMap`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn get(this: &BluetoothManufacturerDataMap, key: u16) -> Option<::js_sys::DataView>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "BluetoothManufacturerDataMap" , js_name = has)]
+    #[doc = "The `has()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/BluetoothManufacturerDataMap/has)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `BluetoothManufacturerDataMap`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn has(this: &BluetoothManufacturerDataMap, key: u16) -> bool;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "BluetoothManufacturerDataMap" , js_name = keys)]
+    #[doc = "The `keys()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/BluetoothManufacturerDataMap/keys)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `BluetoothManufacturerDataMap`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn keys(this: &BluetoothManufacturerDataMap) -> ::js_sys::Iterator;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "BluetoothManufacturerDataMap" , js_name = values)]
+    #[doc = "The `values()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/BluetoothManufacturerDataMap/values)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `BluetoothManufacturerDataMap`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn values(this: &BluetoothManufacturerDataMap) -> ::js_sys::Iterator;
 }
diff --git a/src/features/gen_BluetoothPermissionDescriptor.rs b/src/features/gen_BluetoothPermissionDescriptor.rs
index 9f5f22af99ca29d4cb25cf253a6985cc67f1e4f1..9ac1d174c72fbd522322030272fc4b2d6f1d3b88 100644
--- a/src/features/gen_BluetoothPermissionDescriptor.rs
+++ b/src/features/gen_BluetoothPermissionDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_BluetoothPermissionResult.rs b/src/features/gen_BluetoothPermissionResult.rs
index 68bc1a244ae6ea0e0dd9c6a1483b872c4dfe44c5..036735a538312a238a4e8f6703174003b311997f 100644
--- a/src/features/gen_BluetoothPermissionResult.rs
+++ b/src/features/gen_BluetoothPermissionResult.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_BluetoothPermissionStorage.rs b/src/features/gen_BluetoothPermissionStorage.rs
index 28aab60d28a09f6eb893afa581b8b12b33eebb71..57190d3a914106355744f99cbe1d7a03392014b6 100644
--- a/src/features/gen_BluetoothPermissionStorage.rs
+++ b/src/features/gen_BluetoothPermissionStorage.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_BluetoothRemoteGattCharacteristic.rs b/src/features/gen_BluetoothRemoteGattCharacteristic.rs
index 7858ac35a372730995007f6beeaa2b2a3185572d..bc6164995d179d77249a4f8cfdb05ae4b15f8628 100644
--- a/src/features/gen_BluetoothRemoteGattCharacteristic.rs
+++ b/src/features/gen_BluetoothRemoteGattCharacteristic.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_BluetoothRemoteGattDescriptor.rs b/src/features/gen_BluetoothRemoteGattDescriptor.rs
index 14375523a853dd9297f915832bb28b5da94f070c..0b264457c1027127cd1d2ef891e102c6c4d1914d 100644
--- a/src/features/gen_BluetoothRemoteGattDescriptor.rs
+++ b/src/features/gen_BluetoothRemoteGattDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_BluetoothRemoteGattServer.rs b/src/features/gen_BluetoothRemoteGattServer.rs
index 76e8d833d61aa2f4a87e151078afafc23fc35176..20c8dd60457583576163f370088553f6e718565b 100644
--- a/src/features/gen_BluetoothRemoteGattServer.rs
+++ b/src/features/gen_BluetoothRemoteGattServer.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_BluetoothRemoteGattService.rs b/src/features/gen_BluetoothRemoteGattService.rs
index 852c88b1c9e475c455dedeb1fde6ed7b5797df09..15dbccb8d7375637f795b00269070dd2be6e7751 100644
--- a/src/features/gen_BluetoothRemoteGattService.rs
+++ b/src/features/gen_BluetoothRemoteGattService.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_BluetoothServiceDataMap.rs b/src/features/gen_BluetoothServiceDataMap.rs
index cb089efcc6ac43914b1471792f9d6517c27270a9..ebb91877822a426a0cfd0750886ac6b9ad7ed175 100644
--- a/src/features/gen_BluetoothServiceDataMap.rs
+++ b/src/features/gen_BluetoothServiceDataMap.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
@@ -15,4 +16,84 @@ extern "C" {
     #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
     #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub type BluetoothServiceDataMap;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , getter , js_class = "BluetoothServiceDataMap" , js_name = size)]
+    #[doc = "Getter for the `size` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/BluetoothServiceDataMap/size)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `BluetoothServiceDataMap`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn size(this: &BluetoothServiceDataMap) -> u32;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "BluetoothServiceDataMap" , js_name = entries)]
+    #[doc = "The `entries()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/BluetoothServiceDataMap/entries)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `BluetoothServiceDataMap`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn entries(this: &BluetoothServiceDataMap) -> ::js_sys::Iterator;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (catch , method , structural , js_class = "BluetoothServiceDataMap" , js_name = forEach)]
+    #[doc = "The `forEach()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/BluetoothServiceDataMap/forEach)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `BluetoothServiceDataMap`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn for_each(
+        this: &BluetoothServiceDataMap,
+        callback: &::js_sys::Function,
+    ) -> Result<(), JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "BluetoothServiceDataMap" , js_name = get)]
+    #[doc = "The `get()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/BluetoothServiceDataMap/get)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `BluetoothServiceDataMap`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn get(this: &BluetoothServiceDataMap, key: &str) -> Option<::js_sys::DataView>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "BluetoothServiceDataMap" , js_name = has)]
+    #[doc = "The `has()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/BluetoothServiceDataMap/has)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `BluetoothServiceDataMap`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn has(this: &BluetoothServiceDataMap, key: &str) -> bool;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "BluetoothServiceDataMap" , js_name = keys)]
+    #[doc = "The `keys()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/BluetoothServiceDataMap/keys)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `BluetoothServiceDataMap`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn keys(this: &BluetoothServiceDataMap) -> ::js_sys::Iterator;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "BluetoothServiceDataMap" , js_name = values)]
+    #[doc = "The `values()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/BluetoothServiceDataMap/values)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `BluetoothServiceDataMap`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn values(this: &BluetoothServiceDataMap) -> ::js_sys::Iterator;
 }
diff --git a/src/features/gen_BluetoothUuid.rs b/src/features/gen_BluetoothUuid.rs
index 65e1505356d1c42ea834721eae145b019b70b878..49e450141d999d6c8762fca3ef485f58ff0a0de5 100644
--- a/src/features/gen_BluetoothUuid.rs
+++ b/src/features/gen_BluetoothUuid.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_BoxQuadOptions.rs b/src/features/gen_BoxQuadOptions.rs
index ce23e22fb75bc252e7cf7a5dd8a1ce5f3815748e..3b54ddb7b4e4a579832658783790cf236e38e8a2 100644
--- a/src/features/gen_BoxQuadOptions.rs
+++ b/src/features/gen_BoxQuadOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_BroadcastChannel.rs b/src/features/gen_BroadcastChannel.rs
index 1706b659e4046118d8ca3900173e4e0cdfabdbac..5f607d07d82d6adf3d03d3d13b0c93d33ad56b64 100644
--- a/src/features/gen_BroadcastChannel.rs
+++ b/src/features/gen_BroadcastChannel.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_BrowserElementDownloadOptions.rs b/src/features/gen_BrowserElementDownloadOptions.rs
index 73882917b5b9f322390beb752c8e05488d4f5f74..6f91e51e4e436dbb05c60b23b58faa263bba1c76 100644
--- a/src/features/gen_BrowserElementDownloadOptions.rs
+++ b/src/features/gen_BrowserElementDownloadOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_BrowserElementExecuteScriptOptions.rs b/src/features/gen_BrowserElementExecuteScriptOptions.rs
index 358360ca4921df8117168e6f64d95c66ae3707e7..065a954ccabf668a340dcc31b049dfea6c82074a 100644
--- a/src/features/gen_BrowserElementExecuteScriptOptions.rs
+++ b/src/features/gen_BrowserElementExecuteScriptOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_BrowserFeedWriter.rs b/src/features/gen_BrowserFeedWriter.rs
index 8e0ad3646b124028ee1cf593ca607e3d69c985eb..e1fb9ec081b77215491068aba5b0484dac8c48e9 100644
--- a/src/features/gen_BrowserFeedWriter.rs
+++ b/src/features/gen_BrowserFeedWriter.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_BrowserFindCaseSensitivity.rs b/src/features/gen_BrowserFindCaseSensitivity.rs
index 8191347df370f8749153368bb935df56071fc09e..7e5ad4fddf174dd2dfbf87fb912d60546778c5de 100644
--- a/src/features/gen_BrowserFindCaseSensitivity.rs
+++ b/src/features/gen_BrowserFindCaseSensitivity.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `BrowserFindCaseSensitivity` enum."]
diff --git a/src/features/gen_BrowserFindDirection.rs b/src/features/gen_BrowserFindDirection.rs
index d5b8b4678e970a9a95b915356a0c4ab3a82493aa..a45e63cbb9194894ae65e872fc8ca5aeabe56b59 100644
--- a/src/features/gen_BrowserFindDirection.rs
+++ b/src/features/gen_BrowserFindDirection.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `BrowserFindDirection` enum."]
diff --git a/src/features/gen_ByteLengthQueuingStrategy.rs b/src/features/gen_ByteLengthQueuingStrategy.rs
index c29737f53783a3f0125c90a0fae64a53ebf8676b..a35ddad34d5a74f5e4847d5b58750df990fc3909 100644
--- a/src/features/gen_ByteLengthQueuingStrategy.rs
+++ b/src/features/gen_ByteLengthQueuingStrategy.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Cache.rs b/src/features/gen_Cache.rs
index 3526097c0f833fc38066418bc34101b018acd56d..b28809a9a93d5e817b14fbacfab97fbe4bc285a0 100644
--- a/src/features/gen_Cache.rs
+++ b/src/features/gen_Cache.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CacheBatchOperation.rs b/src/features/gen_CacheBatchOperation.rs
index 8caf881124b4fdaa95d570e22f6e7eacbfef599c..8f5a31d021e17c91ace14bc3bd7176f8ce9affeb 100644
--- a/src/features/gen_CacheBatchOperation.rs
+++ b/src/features/gen_CacheBatchOperation.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CacheQueryOptions.rs b/src/features/gen_CacheQueryOptions.rs
index 061fc496438abe8d5bb9ae3e04bf945403b267a1..527080eb2ad98ba1b56d48d9442c72116f93053d 100644
--- a/src/features/gen_CacheQueryOptions.rs
+++ b/src/features/gen_CacheQueryOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CacheStorage.rs b/src/features/gen_CacheStorage.rs
index 46e9a8b572b747ce01a3f29981efa6c10f1e850b..14a04d0341c073db25c2fdaf4ca724ef085dd1f9 100644
--- a/src/features/gen_CacheStorage.rs
+++ b/src/features/gen_CacheStorage.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CacheStorageNamespace.rs b/src/features/gen_CacheStorageNamespace.rs
index ace039c44e87f660c99cf1fbe788544360cb1886..fd3ee287435e77ae7f4c431ed5ed85a31162850a 100644
--- a/src/features/gen_CacheStorageNamespace.rs
+++ b/src/features/gen_CacheStorageNamespace.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `CacheStorageNamespace` enum."]
diff --git a/src/features/gen_CanvasCaptureMediaStream.rs b/src/features/gen_CanvasCaptureMediaStream.rs
index 050555cdafdad032c1a5d2252471edeb2dc58d27..73d0406aa6b519746a9eb3ed5c5f1a0ab110b5de 100644
--- a/src/features/gen_CanvasCaptureMediaStream.rs
+++ b/src/features/gen_CanvasCaptureMediaStream.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CanvasCaptureMediaStreamTrack.rs b/src/features/gen_CanvasCaptureMediaStreamTrack.rs
new file mode 100644
index 0000000000000000000000000000000000000000..55eb1652591278873bc20384a21466622530f5f1
--- /dev/null
+++ b/src/features/gen_CanvasCaptureMediaStreamTrack.rs
@@ -0,0 +1,30 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = MediaStreamTrack , extends = EventTarget , extends = :: js_sys :: Object , js_name = CanvasCaptureMediaStreamTrack , typescript_type = "CanvasCaptureMediaStreamTrack")]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `CanvasCaptureMediaStreamTrack` class."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CanvasCaptureMediaStreamTrack)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasCaptureMediaStreamTrack`*"]
+    pub type CanvasCaptureMediaStreamTrack;
+    #[cfg(feature = "HtmlCanvasElement")]
+    # [wasm_bindgen (structural , method , getter , js_class = "CanvasCaptureMediaStreamTrack" , js_name = canvas)]
+    #[doc = "Getter for the `canvas` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CanvasCaptureMediaStreamTrack/canvas)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasCaptureMediaStreamTrack`, `HtmlCanvasElement`*"]
+    pub fn canvas(this: &CanvasCaptureMediaStreamTrack) -> HtmlCanvasElement;
+    # [wasm_bindgen (method , structural , js_class = "CanvasCaptureMediaStreamTrack" , js_name = requestFrame)]
+    #[doc = "The `requestFrame()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CanvasCaptureMediaStreamTrack/requestFrame)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasCaptureMediaStreamTrack`*"]
+    pub fn request_frame(this: &CanvasCaptureMediaStreamTrack);
+}
diff --git a/src/features/gen_CanvasGradient.rs b/src/features/gen_CanvasGradient.rs
index 007a39b71e47ba08a2fbdacd6eb1a342130eb3bc..0450067ab460c9e3624f9acd574c85cc6df40bdb 100644
--- a/src/features/gen_CanvasGradient.rs
+++ b/src/features/gen_CanvasGradient.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CanvasPattern.rs b/src/features/gen_CanvasPattern.rs
index 5ff06e260517549037d728e6c3b810c7911bbaea..bc939b0df1786d0a83ee35e2c869bef69a0954b4 100644
--- a/src/features/gen_CanvasPattern.rs
+++ b/src/features/gen_CanvasPattern.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CanvasRenderingContext2d.rs b/src/features/gen_CanvasRenderingContext2d.rs
index 3f353b91177b3c402b1670b895ac16d062fedff4..3355768706e97a33aabceedfeccf632ccc499437 100644
--- a/src/features/gen_CanvasRenderingContext2d.rs
+++ b/src/features/gen_CanvasRenderingContext2d.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -372,6 +373,36 @@ extern "C" {
         dx: f64,
         dy: f64,
     ) -> Result<(), JsValue>;
+    #[cfg(feature = "OffscreenCanvas")]
+    # [wasm_bindgen (catch , method , structural , js_class = "CanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasRenderingContext2d`, `OffscreenCanvas`*"]
+    pub fn draw_image_with_offscreen_canvas(
+        this: &CanvasRenderingContext2d,
+        image: &OffscreenCanvas,
+        dx: f64,
+        dy: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "VideoFrame")]
+    # [wasm_bindgen (catch , method , structural , js_class = "CanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasRenderingContext2d`, `VideoFrame`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn draw_image_with_video_frame(
+        this: &CanvasRenderingContext2d,
+        image: &VideoFrame,
+        dx: f64,
+        dy: f64,
+    ) -> Result<(), JsValue>;
     #[cfg(feature = "HtmlImageElement")]
     # [wasm_bindgen (catch , method , structural , js_class = "CanvasRenderingContext2D" , js_name = drawImage)]
     #[doc = "The `drawImage()` method."]
@@ -447,6 +478,40 @@ extern "C" {
         dw: f64,
         dh: f64,
     ) -> Result<(), JsValue>;
+    #[cfg(feature = "OffscreenCanvas")]
+    # [wasm_bindgen (catch , method , structural , js_class = "CanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasRenderingContext2d`, `OffscreenCanvas`*"]
+    pub fn draw_image_with_offscreen_canvas_and_dw_and_dh(
+        this: &CanvasRenderingContext2d,
+        image: &OffscreenCanvas,
+        dx: f64,
+        dy: f64,
+        dw: f64,
+        dh: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "VideoFrame")]
+    # [wasm_bindgen (catch , method , structural , js_class = "CanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasRenderingContext2d`, `VideoFrame`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn draw_image_with_video_frame_and_dw_and_dh(
+        this: &CanvasRenderingContext2d,
+        image: &VideoFrame,
+        dx: f64,
+        dy: f64,
+        dw: f64,
+        dh: f64,
+    ) -> Result<(), JsValue>;
     #[cfg(feature = "HtmlImageElement")]
     # [wasm_bindgen (catch , method , structural , js_class = "CanvasRenderingContext2D" , js_name = drawImage)]
     #[doc = "The `drawImage()` method."]
@@ -542,6 +607,48 @@ extern "C" {
         dw: f64,
         dh: f64,
     ) -> Result<(), JsValue>;
+    #[cfg(feature = "OffscreenCanvas")]
+    # [wasm_bindgen (catch , method , structural , js_class = "CanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasRenderingContext2d`, `OffscreenCanvas`*"]
+    pub fn draw_image_with_offscreen_canvas_and_sw_and_sh_and_dx_and_dy_and_dw_and_dh(
+        this: &CanvasRenderingContext2d,
+        image: &OffscreenCanvas,
+        sx: f64,
+        sy: f64,
+        sw: f64,
+        sh: f64,
+        dx: f64,
+        dy: f64,
+        dw: f64,
+        dh: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "VideoFrame")]
+    # [wasm_bindgen (catch , method , structural , js_class = "CanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasRenderingContext2d`, `VideoFrame`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn draw_image_with_video_frame_and_sw_and_sh_and_dx_and_dy_and_dw_and_dh(
+        this: &CanvasRenderingContext2d,
+        image: &VideoFrame,
+        sx: f64,
+        sy: f64,
+        sw: f64,
+        sh: f64,
+        dx: f64,
+        dy: f64,
+        dw: f64,
+        dh: f64,
+    ) -> Result<(), JsValue>;
     # [wasm_bindgen (method , structural , js_class = "CanvasRenderingContext2D" , js_name = beginPath)]
     #[doc = "The `beginPath()` method."]
     #[doc = ""]
@@ -782,6 +889,34 @@ extern "C" {
         image: &ImageBitmap,
         repetition: &str,
     ) -> Result<Option<CanvasPattern>, JsValue>;
+    #[cfg(all(feature = "CanvasPattern", feature = "OffscreenCanvas",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "CanvasRenderingContext2D" , js_name = createPattern)]
+    #[doc = "The `createPattern()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/createPattern)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasPattern`, `CanvasRenderingContext2d`, `OffscreenCanvas`*"]
+    pub fn create_pattern_with_offscreen_canvas(
+        this: &CanvasRenderingContext2d,
+        image: &OffscreenCanvas,
+        repetition: &str,
+    ) -> Result<Option<CanvasPattern>, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(all(feature = "CanvasPattern", feature = "VideoFrame",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "CanvasRenderingContext2D" , js_name = createPattern)]
+    #[doc = "The `createPattern()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/createPattern)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasPattern`, `CanvasRenderingContext2d`, `VideoFrame`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn create_pattern_with_video_frame(
+        this: &CanvasRenderingContext2d,
+        image: &VideoFrame,
+        repetition: &str,
+    ) -> Result<Option<CanvasPattern>, JsValue>;
     #[cfg(feature = "CanvasGradient")]
     # [wasm_bindgen (catch , method , structural , js_class = "CanvasRenderingContext2D" , js_name = createRadialGradient)]
     #[doc = "The `createRadialGradient()` method."]
@@ -897,23 +1032,6 @@ extern "C" {
         dirty_width: f64,
         dirty_height: f64,
     ) -> Result<(), JsValue>;
-    # [wasm_bindgen (method , structural , js_class = "CanvasRenderingContext2D" , js_name = getLineDash)]
-    #[doc = "The `getLineDash()` method."]
-    #[doc = ""]
-    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/getLineDash)"]
-    #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `CanvasRenderingContext2d`*"]
-    pub fn get_line_dash(this: &CanvasRenderingContext2d) -> ::js_sys::Array;
-    # [wasm_bindgen (catch , method , structural , js_class = "CanvasRenderingContext2D" , js_name = setLineDash)]
-    #[doc = "The `setLineDash()` method."]
-    #[doc = ""]
-    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/setLineDash)"]
-    #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `CanvasRenderingContext2d`*"]
-    pub fn set_line_dash(
-        this: &CanvasRenderingContext2d,
-        segments: &::wasm_bindgen::JsValue,
-    ) -> Result<(), JsValue>;
     # [wasm_bindgen (catch , method , structural , js_class = "CanvasRenderingContext2D" , js_name = arc)]
     #[doc = "The `arc()` method."]
     #[doc = ""]
@@ -1040,6 +1158,93 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `CanvasRenderingContext2d`*"]
     pub fn rect(this: &CanvasRenderingContext2d, x: f64, y: f64, w: f64, h: f64);
+    # [wasm_bindgen (catch , method , structural , js_class = "CanvasRenderingContext2D" , js_name = roundRect)]
+    #[doc = "The `roundRect()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/roundRect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasRenderingContext2d`*"]
+    pub fn round_rect(
+        this: &CanvasRenderingContext2d,
+        x: f64,
+        y: f64,
+        w: f64,
+        h: f64,
+    ) -> Result<(), JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "CanvasRenderingContext2D" , js_name = roundRect)]
+    #[doc = "The `roundRect()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/roundRect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasRenderingContext2d`*"]
+    pub fn round_rect_with_f64(
+        this: &CanvasRenderingContext2d,
+        x: f64,
+        y: f64,
+        w: f64,
+        h: f64,
+        radii: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(feature = "DomPointInit")]
+    # [wasm_bindgen (catch , method , structural , js_class = "CanvasRenderingContext2D" , js_name = roundRect)]
+    #[doc = "The `roundRect()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/roundRect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasRenderingContext2d`, `DomPointInit`*"]
+    pub fn round_rect_with_dom_point_init(
+        this: &CanvasRenderingContext2d,
+        x: f64,
+        y: f64,
+        w: f64,
+        h: f64,
+        radii: &DomPointInit,
+    ) -> Result<(), JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "CanvasRenderingContext2D" , js_name = roundRect)]
+    #[doc = "The `roundRect()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/roundRect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasRenderingContext2d`*"]
+    pub fn round_rect_with_f64_sequence(
+        this: &CanvasRenderingContext2d,
+        x: f64,
+        y: f64,
+        w: f64,
+        h: f64,
+        radii: &::wasm_bindgen::JsValue,
+    ) -> Result<(), JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "CanvasRenderingContext2D" , js_name = roundRect)]
+    #[doc = "The `roundRect()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/roundRect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasRenderingContext2d`*"]
+    pub fn round_rect_with_dom_point_init_sequence(
+        this: &CanvasRenderingContext2d,
+        x: f64,
+        y: f64,
+        w: f64,
+        h: f64,
+        radii: &::wasm_bindgen::JsValue,
+    ) -> Result<(), JsValue>;
+    # [wasm_bindgen (method , structural , js_class = "CanvasRenderingContext2D" , js_name = getLineDash)]
+    #[doc = "The `getLineDash()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/getLineDash)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasRenderingContext2d`*"]
+    pub fn get_line_dash(this: &CanvasRenderingContext2d) -> ::js_sys::Array;
+    # [wasm_bindgen (catch , method , structural , js_class = "CanvasRenderingContext2D" , js_name = setLineDash)]
+    #[doc = "The `setLineDash()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/setLineDash)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasRenderingContext2d`*"]
+    pub fn set_line_dash(
+        this: &CanvasRenderingContext2d,
+        segments: &::wasm_bindgen::JsValue,
+    ) -> Result<(), JsValue>;
     # [wasm_bindgen (method , structural , js_class = "CanvasRenderingContext2D" , js_name = clearRect)]
     #[doc = "The `clearRect()` method."]
     #[doc = ""]
diff --git a/src/features/gen_CanvasWindingRule.rs b/src/features/gen_CanvasWindingRule.rs
index 35493d4d850ef304e3eb6a43830f68a72a6275b0..1ee94c14b7ec74c478a381c3c27fc3e4d8b38471 100644
--- a/src/features/gen_CanvasWindingRule.rs
+++ b/src/features/gen_CanvasWindingRule.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `CanvasWindingRule` enum."]
diff --git a/src/features/gen_CaretChangedReason.rs b/src/features/gen_CaretChangedReason.rs
index 60d24f0d32845dd21509b8f71332084bef77cd5d..1782320d0296af05be75290c43482abdda1b41d0 100644
--- a/src/features/gen_CaretChangedReason.rs
+++ b/src/features/gen_CaretChangedReason.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `CaretChangedReason` enum."]
diff --git a/src/features/gen_CaretPosition.rs b/src/features/gen_CaretPosition.rs
index c6cfba2b4b32a8f49c6f07b4d8aaddb56e50fb95..f9e558bf7bcab5848b65c4122dc7502d1a6d8936 100644
--- a/src/features/gen_CaretPosition.rs
+++ b/src/features/gen_CaretPosition.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CaretStateChangedEventInit.rs b/src/features/gen_CaretStateChangedEventInit.rs
index 7a8015b586eef3fc5d1579af318c8562fe7ebcd6..cea0ebcd8cb940c081a35d3718155bcf5e0172d3 100644
--- a/src/features/gen_CaretStateChangedEventInit.rs
+++ b/src/features/gen_CaretStateChangedEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CdataSection.rs b/src/features/gen_CdataSection.rs
index c4727466832bdb8fd2e06025951250acc6bad9ae..a9b04ea3e0d46e1e497420ff6087b3004c797285 100644
--- a/src/features/gen_CdataSection.rs
+++ b/src/features/gen_CdataSection.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ChannelCountMode.rs b/src/features/gen_ChannelCountMode.rs
index f46463452e95cf11872f37d0030602a1d4054df5..d801074006dd16847d98a6e1888b03649555dd6a 100644
--- a/src/features/gen_ChannelCountMode.rs
+++ b/src/features/gen_ChannelCountMode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `ChannelCountMode` enum."]
diff --git a/src/features/gen_ChannelInterpretation.rs b/src/features/gen_ChannelInterpretation.rs
index 2fe84632fbfe3704a2e5388228f987c55e492ad3..a45eeca27369706c49f0ce8fdf6ac68761163919 100644
--- a/src/features/gen_ChannelInterpretation.rs
+++ b/src/features/gen_ChannelInterpretation.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `ChannelInterpretation` enum."]
diff --git a/src/features/gen_ChannelMergerNode.rs b/src/features/gen_ChannelMergerNode.rs
index 0ce61ce18b4ac7a879238517bec621860fe5ecb1..3d53cc523cf0b068969519001b46280992b27f95 100644
--- a/src/features/gen_ChannelMergerNode.rs
+++ b/src/features/gen_ChannelMergerNode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ChannelMergerOptions.rs b/src/features/gen_ChannelMergerOptions.rs
index c259c8a6602841330405e0051ac71913389acdc9..314a2c24cf6fd76f727ed34f1237eb25ac75c4ef 100644
--- a/src/features/gen_ChannelMergerOptions.rs
+++ b/src/features/gen_ChannelMergerOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ChannelPixelLayout.rs b/src/features/gen_ChannelPixelLayout.rs
deleted file mode 100644
index ac5623667bb564ac56d9beaf596d15bc463a6e5a..0000000000000000000000000000000000000000
--- a/src/features/gen_ChannelPixelLayout.rs
+++ /dev/null
@@ -1,122 +0,0 @@
-#![allow(unused_imports)]
-use super::*;
-use wasm_bindgen::prelude::*;
-#[wasm_bindgen]
-extern "C" {
-    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = ChannelPixelLayout)]
-    #[derive(Debug, Clone, PartialEq, Eq)]
-    #[doc = "The `ChannelPixelLayout` dictionary."]
-    #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `ChannelPixelLayout`*"]
-    pub type ChannelPixelLayout;
-}
-impl ChannelPixelLayout {
-    #[cfg(feature = "ChannelPixelLayoutDataType")]
-    #[doc = "Construct a new `ChannelPixelLayout`."]
-    #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `ChannelPixelLayout`, `ChannelPixelLayoutDataType`*"]
-    pub fn new(
-        data_type: ChannelPixelLayoutDataType,
-        height: u32,
-        offset: u32,
-        skip: u32,
-        stride: u32,
-        width: u32,
-    ) -> Self {
-        #[allow(unused_mut)]
-        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
-        ret.data_type(data_type);
-        ret.height(height);
-        ret.offset(offset);
-        ret.skip(skip);
-        ret.stride(stride);
-        ret.width(width);
-        ret
-    }
-    #[cfg(feature = "ChannelPixelLayoutDataType")]
-    #[doc = "Change the `dataType` field of this object."]
-    #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `ChannelPixelLayout`, `ChannelPixelLayoutDataType`*"]
-    pub fn data_type(&mut self, val: ChannelPixelLayoutDataType) -> &mut Self {
-        use wasm_bindgen::JsValue;
-        let r = ::js_sys::Reflect::set(
-            self.as_ref(),
-            &JsValue::from("dataType"),
-            &JsValue::from(val),
-        );
-        debug_assert!(
-            r.is_ok(),
-            "setting properties should never fail on our dictionary objects"
-        );
-        let _ = r;
-        self
-    }
-    #[doc = "Change the `height` field of this object."]
-    #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `ChannelPixelLayout`*"]
-    pub fn height(&mut self, val: u32) -> &mut Self {
-        use wasm_bindgen::JsValue;
-        let r =
-            ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("height"), &JsValue::from(val));
-        debug_assert!(
-            r.is_ok(),
-            "setting properties should never fail on our dictionary objects"
-        );
-        let _ = r;
-        self
-    }
-    #[doc = "Change the `offset` field of this object."]
-    #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `ChannelPixelLayout`*"]
-    pub fn offset(&mut self, val: u32) -> &mut Self {
-        use wasm_bindgen::JsValue;
-        let r =
-            ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("offset"), &JsValue::from(val));
-        debug_assert!(
-            r.is_ok(),
-            "setting properties should never fail on our dictionary objects"
-        );
-        let _ = r;
-        self
-    }
-    #[doc = "Change the `skip` field of this object."]
-    #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `ChannelPixelLayout`*"]
-    pub fn skip(&mut self, val: u32) -> &mut Self {
-        use wasm_bindgen::JsValue;
-        let r = ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("skip"), &JsValue::from(val));
-        debug_assert!(
-            r.is_ok(),
-            "setting properties should never fail on our dictionary objects"
-        );
-        let _ = r;
-        self
-    }
-    #[doc = "Change the `stride` field of this object."]
-    #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `ChannelPixelLayout`*"]
-    pub fn stride(&mut self, val: u32) -> &mut Self {
-        use wasm_bindgen::JsValue;
-        let r =
-            ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("stride"), &JsValue::from(val));
-        debug_assert!(
-            r.is_ok(),
-            "setting properties should never fail on our dictionary objects"
-        );
-        let _ = r;
-        self
-    }
-    #[doc = "Change the `width` field of this object."]
-    #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `ChannelPixelLayout`*"]
-    pub fn width(&mut self, val: u32) -> &mut Self {
-        use wasm_bindgen::JsValue;
-        let r = ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("width"), &JsValue::from(val));
-        debug_assert!(
-            r.is_ok(),
-            "setting properties should never fail on our dictionary objects"
-        );
-        let _ = r;
-        self
-    }
-}
diff --git a/src/features/gen_ChannelPixelLayoutDataType.rs b/src/features/gen_ChannelPixelLayoutDataType.rs
deleted file mode 100644
index d9ddd58742a3aeeab048674a4253b9748faf9c68..0000000000000000000000000000000000000000
--- a/src/features/gen_ChannelPixelLayoutDataType.rs
+++ /dev/null
@@ -1,17 +0,0 @@
-#![allow(unused_imports)]
-use wasm_bindgen::prelude::*;
-#[wasm_bindgen]
-#[doc = "The `ChannelPixelLayoutDataType` enum."]
-#[doc = ""]
-#[doc = "*This API requires the following crate features to be activated: `ChannelPixelLayoutDataType`*"]
-#[derive(Debug, Clone, Copy, PartialEq, Eq)]
-pub enum ChannelPixelLayoutDataType {
-    Uint8 = "uint8",
-    Int8 = "int8",
-    Uint16 = "uint16",
-    Int16 = "int16",
-    Uint32 = "uint32",
-    Int32 = "int32",
-    Float32 = "float32",
-    Float64 = "float64",
-}
diff --git a/src/features/gen_ChannelSplitterNode.rs b/src/features/gen_ChannelSplitterNode.rs
index c094aac417bb84b7bc70fa07ab64e9c4e59483cf..21b52d481175ecf839563dfd7ad95cf5ac3509ca 100644
--- a/src/features/gen_ChannelSplitterNode.rs
+++ b/src/features/gen_ChannelSplitterNode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ChannelSplitterOptions.rs b/src/features/gen_ChannelSplitterOptions.rs
index 2c045ef4d0eec1adb5cef28ae4382d9dddbe9e94..2dc888453b506a558c2d70111c07cf307d38cd07 100644
--- a/src/features/gen_ChannelSplitterOptions.rs
+++ b/src/features/gen_ChannelSplitterOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CharacterData.rs b/src/features/gen_CharacterData.rs
index 133163013efe0f1251cf93e421273375c49eda80..78820080b9f307162d656ba6e4745cbaf5e271f0 100644
--- a/src/features/gen_CharacterData.rs
+++ b/src/features/gen_CharacterData.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CheckerboardReason.rs b/src/features/gen_CheckerboardReason.rs
index a978a6c9859ffccc7db6e88e910b58a83c444a25..d8cbc534e4b2cb575e58515abcc2bca8c54911e4 100644
--- a/src/features/gen_CheckerboardReason.rs
+++ b/src/features/gen_CheckerboardReason.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `CheckerboardReason` enum."]
diff --git a/src/features/gen_CheckerboardReport.rs b/src/features/gen_CheckerboardReport.rs
index a79c8d18bb9293f1c4a9f1f685063bf2b472e394..0e2f5c341124c8c464bb54e700e4df6b16902341 100644
--- a/src/features/gen_CheckerboardReport.rs
+++ b/src/features/gen_CheckerboardReport.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CheckerboardReportService.rs b/src/features/gen_CheckerboardReportService.rs
index d5abcf81c25e03ac5fced4aa232a7a44da98015d..984b0999e3a20d2d5e8a9b8eb08e23804aa187b3 100644
--- a/src/features/gen_CheckerboardReportService.rs
+++ b/src/features/gen_CheckerboardReportService.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ChromeFilePropertyBag.rs b/src/features/gen_ChromeFilePropertyBag.rs
index 0461954ca0734b92a41c92da87c02289cca52a03..234090cfd2c84e911d73604bf1c9855ed8c11d6f 100644
--- a/src/features/gen_ChromeFilePropertyBag.rs
+++ b/src/features/gen_ChromeFilePropertyBag.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ChromeWorker.rs b/src/features/gen_ChromeWorker.rs
index 736f22561c9803bfd16a69b4d2ad6debb8cd83a7..f92cebbfa3d273d251106c53824f244f3d609fc5 100644
--- a/src/features/gen_ChromeWorker.rs
+++ b/src/features/gen_ChromeWorker.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Client.rs b/src/features/gen_Client.rs
index ecf6a2aba3b4115b5c5ae5ac5af96f551b75422e..28af0c18680d66c9e11734aef3c20fefaeefbc1e 100644
--- a/src/features/gen_Client.rs
+++ b/src/features/gen_Client.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ClientQueryOptions.rs b/src/features/gen_ClientQueryOptions.rs
index 84dbc077fddcc44393cb481a19ebbc8d27076327..fdbb30dc4593465eede814d70f43e48127125728 100644
--- a/src/features/gen_ClientQueryOptions.rs
+++ b/src/features/gen_ClientQueryOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ClientRectsAndTexts.rs b/src/features/gen_ClientRectsAndTexts.rs
index e8a8fec00b42e65b6796acab74aa0380c63bffef..a063f0a56d488d86037009079c47b8e758acff1b 100644
--- a/src/features/gen_ClientRectsAndTexts.rs
+++ b/src/features/gen_ClientRectsAndTexts.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ClientType.rs b/src/features/gen_ClientType.rs
index fa617a529405048722e1af06bcd8ee174c4d4aab..43ea6b9309368c449c196d2deae523598a79a656 100644
--- a/src/features/gen_ClientType.rs
+++ b/src/features/gen_ClientType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `ClientType` enum."]
diff --git a/src/features/gen_Clients.rs b/src/features/gen_Clients.rs
index a33c001e4f0126f2b280d999ed56d969467dd0e2..30c05f499b5937ca318f36c2776a6c8f7e5ce94a 100644
--- a/src/features/gen_Clients.rs
+++ b/src/features/gen_Clients.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Clipboard.rs b/src/features/gen_Clipboard.rs
index b9029e3ad4ee6d1d075b4e25464e6a1d3c69f75b..66c456dda8056dfdafb4c40ba4a37bdefb604312 100644
--- a/src/features/gen_Clipboard.rs
+++ b/src/features/gen_Clipboard.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_ClipboardEvent.rs b/src/features/gen_ClipboardEvent.rs
index 38410d88d1ff5c3ea343572fc0450eafeeaaa268..18b46f634a71370762a13010e7971e5b986c68bc 100644
--- a/src/features/gen_ClipboardEvent.rs
+++ b/src/features/gen_ClipboardEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_ClipboardEventInit.rs b/src/features/gen_ClipboardEventInit.rs
index 74290a80f73ac1ad512347e283c75a8462e750a5..6bb0d8ab9c04618da059e8dc8852a6a49fa77b38 100644
--- a/src/features/gen_ClipboardEventInit.rs
+++ b/src/features/gen_ClipboardEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_ClipboardItem.rs b/src/features/gen_ClipboardItem.rs
index ba3761296765a20fd7b9950e721e4bda790101cf..435f1a474b3ecbd71208727d70423427f333f5c2 100644
--- a/src/features/gen_ClipboardItem.rs
+++ b/src/features/gen_ClipboardItem.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_ClipboardItemOptions.rs b/src/features/gen_ClipboardItemOptions.rs
index 00056db03007e79b4a06969cf653f612dae9b22d..c83e7ae1e6226d80bffae6a12249bc73b213a11d 100644
--- a/src/features/gen_ClipboardItemOptions.rs
+++ b/src/features/gen_ClipboardItemOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_ClipboardPermissionDescriptor.rs b/src/features/gen_ClipboardPermissionDescriptor.rs
index 32568bb889b7f10868ba16554f1570407ae69403..8028a269f1d850ce0245feeb1fdd52c12f9dc22c 100644
--- a/src/features/gen_ClipboardPermissionDescriptor.rs
+++ b/src/features/gen_ClipboardPermissionDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_CloseEvent.rs b/src/features/gen_CloseEvent.rs
index 0af95b5fb88e502d41bcff4145d93f5eb635eba3..5a4d403608f78fdccde001043c288331c7edc679 100644
--- a/src/features/gen_CloseEvent.rs
+++ b/src/features/gen_CloseEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CloseEventInit.rs b/src/features/gen_CloseEventInit.rs
index c9125973fac6650a46838a65cadceb94a1c11ba3..f32e46ac0655baa647e51b4372a1d0e338b1d8f9 100644
--- a/src/features/gen_CloseEventInit.rs
+++ b/src/features/gen_CloseEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CodecState.rs b/src/features/gen_CodecState.rs
index 76b60e259f1bb643048ba701107c315d50d892fc..7648d53d1aaec347cd12397b82c7f1a22faaf1f8 100644
--- a/src/features/gen_CodecState.rs
+++ b/src/features/gen_CodecState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_CollectedClientData.rs b/src/features/gen_CollectedClientData.rs
index 6c06dfa76fcd062166493c3b4ea0619244d41de6..19985910d9ce5d2acd84487c332acf89df8265d0 100644
--- a/src/features/gen_CollectedClientData.rs
+++ b/src/features/gen_CollectedClientData.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ColorSpaceConversion.rs b/src/features/gen_ColorSpaceConversion.rs
new file mode 100644
index 0000000000000000000000000000000000000000..91409cd3cc6135d01e35a9b912fec2e07634cd78
--- /dev/null
+++ b/src/features/gen_ColorSpaceConversion.rs
@@ -0,0 +1,12 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use wasm_bindgen::prelude::*;
+#[wasm_bindgen]
+#[doc = "The `ColorSpaceConversion` enum."]
+#[doc = ""]
+#[doc = "*This API requires the following crate features to be activated: `ColorSpaceConversion`*"]
+#[derive(Debug, Clone, Copy, PartialEq, Eq)]
+pub enum ColorSpaceConversion {
+    None = "none",
+    Default = "default",
+}
diff --git a/src/features/gen_Comment.rs b/src/features/gen_Comment.rs
index d061d99676312bd855e9bb5f7d06aade06eff323..405c23fae510eb9ddb467f1bd0a16b9f209d4f20 100644
--- a/src/features/gen_Comment.rs
+++ b/src/features/gen_Comment.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CompositeOperation.rs b/src/features/gen_CompositeOperation.rs
index 97f603f073eccea6c5bd0bd735a41834a8d13bb1..246fc95ce9b9347818fb8d9394296a744f4b3dfb 100644
--- a/src/features/gen_CompositeOperation.rs
+++ b/src/features/gen_CompositeOperation.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `CompositeOperation` enum."]
diff --git a/src/features/gen_CompositionEvent.rs b/src/features/gen_CompositionEvent.rs
index 550211e031762d6669f49bfffe709b475985690e..b68af4ec04f796d14e00f4939f4ed2e4a74b31fe 100644
--- a/src/features/gen_CompositionEvent.rs
+++ b/src/features/gen_CompositionEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CompositionEventInit.rs b/src/features/gen_CompositionEventInit.rs
index 2c45e5fb5f7e6580c224bd46099976b7b8eba6d4..d912089b04208de10078cc29c01e05987d2a84ef 100644
--- a/src/features/gen_CompositionEventInit.rs
+++ b/src/features/gen_CompositionEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ComputedEffectTiming.rs b/src/features/gen_ComputedEffectTiming.rs
index 4135405673824b8a822c4d03262d45f87aa97926..85ab85a00607e488604832466337f562f115b098 100644
--- a/src/features/gen_ComputedEffectTiming.rs
+++ b/src/features/gen_ComputedEffectTiming.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ConnStatusDict.rs b/src/features/gen_ConnStatusDict.rs
index 64f8522f30fd5a3fb841def37e685ff46d1e52a8..0a488ebb8ea3187a31c830ed4070ef3f5543cfdf 100644
--- a/src/features/gen_ConnStatusDict.rs
+++ b/src/features/gen_ConnStatusDict.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ConnectionType.rs b/src/features/gen_ConnectionType.rs
index 910915f72483e9ea52cbbac9868580f6ac2db007..559734947315b82a2e35ecdddfca9432bfec90f0 100644
--- a/src/features/gen_ConnectionType.rs
+++ b/src/features/gen_ConnectionType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `ConnectionType` enum."]
diff --git a/src/features/gen_ConsoleCounter.rs b/src/features/gen_ConsoleCounter.rs
index 84afd5df0c4fd0bf6879379441bf92d2cfd1b09f..e3a80a95ea908041f1edb0880914b50fe42d54ae 100644
--- a/src/features/gen_ConsoleCounter.rs
+++ b/src/features/gen_ConsoleCounter.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ConsoleCounterError.rs b/src/features/gen_ConsoleCounterError.rs
index bfa25ad3db0d2781a10e6ed25372fe6496e17279..91da438f7144a30e7cb7a3317c377d3ab91b9e91 100644
--- a/src/features/gen_ConsoleCounterError.rs
+++ b/src/features/gen_ConsoleCounterError.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ConsoleEvent.rs b/src/features/gen_ConsoleEvent.rs
index a30cd37941ad11c2d8ad17e3ca2ab1602e2fde2a..3f56778fcb340b4e684259567049c63973786886 100644
--- a/src/features/gen_ConsoleEvent.rs
+++ b/src/features/gen_ConsoleEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ConsoleInstance.rs b/src/features/gen_ConsoleInstance.rs
index c27a311d820a41315cf7d47993e4929513c9eb77..d50e1af1f677e1d7ab07dbd0ccbbede4d99165a6 100644
--- a/src/features/gen_ConsoleInstance.rs
+++ b/src/features/gen_ConsoleInstance.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ConsoleInstanceOptions.rs b/src/features/gen_ConsoleInstanceOptions.rs
index 6a4f129d8604ccaed33a0893603a73bba3e7f6ae..80bdfc54dfdd5511821076f541b44c2f295c8843 100644
--- a/src/features/gen_ConsoleInstanceOptions.rs
+++ b/src/features/gen_ConsoleInstanceOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ConsoleLevel.rs b/src/features/gen_ConsoleLevel.rs
index a60bbd0efdda75b64c011f71731748f6f87e37ae..fb7f6971ca5469b69ff4bdaf41d290546dfb1f8e 100644
--- a/src/features/gen_ConsoleLevel.rs
+++ b/src/features/gen_ConsoleLevel.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `ConsoleLevel` enum."]
diff --git a/src/features/gen_ConsoleLogLevel.rs b/src/features/gen_ConsoleLogLevel.rs
index 6d396e061b8eab3f968103fe7bb6c246d0481b5c..6946606d6c055ccc7ec588ba5b231c93347bd033 100644
--- a/src/features/gen_ConsoleLogLevel.rs
+++ b/src/features/gen_ConsoleLogLevel.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `ConsoleLogLevel` enum."]
diff --git a/src/features/gen_ConsoleProfileEvent.rs b/src/features/gen_ConsoleProfileEvent.rs
index d1e2674169a5b7ef03558574ccf2858f2dce082f..684c2de3ed9e52dbefbc86c90b5d840cad65872c 100644
--- a/src/features/gen_ConsoleProfileEvent.rs
+++ b/src/features/gen_ConsoleProfileEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ConsoleStackEntry.rs b/src/features/gen_ConsoleStackEntry.rs
index b63d60b3c443ca50e5f735e1811c2ee39da5949b..65fef9ecff45d749938d9fe893a40572f2830ede 100644
--- a/src/features/gen_ConsoleStackEntry.rs
+++ b/src/features/gen_ConsoleStackEntry.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ConsoleTimerError.rs b/src/features/gen_ConsoleTimerError.rs
index dacab00b7127cc83aef5a451b59cbd5f778274f7..2ad058bec3f74d7828fb0e892933471978c6f6e8 100644
--- a/src/features/gen_ConsoleTimerError.rs
+++ b/src/features/gen_ConsoleTimerError.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ConsoleTimerLogOrEnd.rs b/src/features/gen_ConsoleTimerLogOrEnd.rs
index 3784b676f2d336b9e6cf598ea87ae331ac8d5e71..471a92f7caa622302e83e9443638fa0e1c5e32d9 100644
--- a/src/features/gen_ConsoleTimerLogOrEnd.rs
+++ b/src/features/gen_ConsoleTimerLogOrEnd.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ConsoleTimerStart.rs b/src/features/gen_ConsoleTimerStart.rs
index 4e500e41047563e6dffb28adccafa9334f6ad97d..f418961908dd2901258b2454087aa4c598cb4c48 100644
--- a/src/features/gen_ConsoleTimerStart.rs
+++ b/src/features/gen_ConsoleTimerStart.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ConstantSourceNode.rs b/src/features/gen_ConstantSourceNode.rs
index 5649d044d9fb4f7be20c366fea8df42f2779b351..d4e25d9d1409a226743d2ca06ef069834eab4f8e 100644
--- a/src/features/gen_ConstantSourceNode.rs
+++ b/src/features/gen_ConstantSourceNode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ConstantSourceOptions.rs b/src/features/gen_ConstantSourceOptions.rs
index f93dcb84aa111a775ba39430b8e8c3ea4549bd92..852e2dad925f09759860152b767d66df5d3bb938 100644
--- a/src/features/gen_ConstantSourceOptions.rs
+++ b/src/features/gen_ConstantSourceOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ConstrainBooleanParameters.rs b/src/features/gen_ConstrainBooleanParameters.rs
index 17901cfa9000e05b23f33cc63fdd5452706266a9..8bffa1438821120a84a8af2d6f4d6bd6374fb34e 100644
--- a/src/features/gen_ConstrainBooleanParameters.rs
+++ b/src/features/gen_ConstrainBooleanParameters.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ConstrainDomStringParameters.rs b/src/features/gen_ConstrainDomStringParameters.rs
index 13b7a173c6a3081882aa747609a7c914bab55408..e43df4782e9f00cb7cfaa5ef52c3845c56a8a84e 100644
--- a/src/features/gen_ConstrainDomStringParameters.rs
+++ b/src/features/gen_ConstrainDomStringParameters.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ConstrainDoubleRange.rs b/src/features/gen_ConstrainDoubleRange.rs
index 446be61e78571165701c90236cdda9b9f20f2690..777a98149ce544814c57e5e7d1143d90b38c7ce4 100644
--- a/src/features/gen_ConstrainDoubleRange.rs
+++ b/src/features/gen_ConstrainDoubleRange.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ConstrainLongRange.rs b/src/features/gen_ConstrainLongRange.rs
index 668dbe338bb584fcefe4fd9197c202a844716ce9..c3a79853cd42e8698d71195aa2266d3eec0b35f7 100644
--- a/src/features/gen_ConstrainLongRange.rs
+++ b/src/features/gen_ConstrainLongRange.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ContextAttributes2d.rs b/src/features/gen_ContextAttributes2d.rs
index fd322265ab4b66f286776a4941a890856b5863ee..9bb0cf10749073f15aa4604d1cfb566407ce642b 100644
--- a/src/features/gen_ContextAttributes2d.rs
+++ b/src/features/gen_ContextAttributes2d.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ConvertCoordinateOptions.rs b/src/features/gen_ConvertCoordinateOptions.rs
index 9578f2b6b27e20585f526d48456c3eeb1fecf90d..8020dbabe7dac900885ccff6ad697f1c9d23ac01 100644
--- a/src/features/gen_ConvertCoordinateOptions.rs
+++ b/src/features/gen_ConvertCoordinateOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ConvolverNode.rs b/src/features/gen_ConvolverNode.rs
index 0974b8a6e5d14d7b302005f63af5ef7bda67998c..69e25a42ba3d9c9d08be6ffe5ba1e3494a9bde21 100644
--- a/src/features/gen_ConvolverNode.rs
+++ b/src/features/gen_ConvolverNode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ConvolverOptions.rs b/src/features/gen_ConvolverOptions.rs
index dc895baf53bfa167f4448302302eb86113166c41..77090404b452ab306b2f9423518ca017f7dbaa76 100644
--- a/src/features/gen_ConvolverOptions.rs
+++ b/src/features/gen_ConvolverOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Coordinates.rs b/src/features/gen_Coordinates.rs
index 10850a2d3ef03fbdfacde0c92504fdbf99f87d7e..ef92e0b0f3c96053b9e40379a4d7d1e541960107 100644
--- a/src/features/gen_Coordinates.rs
+++ b/src/features/gen_Coordinates.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CountQueuingStrategy.rs b/src/features/gen_CountQueuingStrategy.rs
index 779ba5b5b5ded89f2160fb9e21a25dce608432a7..2f3373e5b7d6fbdd0fad5d759954057fb753ed71 100644
--- a/src/features/gen_CountQueuingStrategy.rs
+++ b/src/features/gen_CountQueuingStrategy.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Credential.rs b/src/features/gen_Credential.rs
index 699f5eeb301e0e5a780dba15a62d690d41b37915..3df07adfc6d7455aa0fc1de4df71c279e88791c2 100644
--- a/src/features/gen_Credential.rs
+++ b/src/features/gen_Credential.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CredentialCreationOptions.rs b/src/features/gen_CredentialCreationOptions.rs
index 8c9958c144b24915b73899e82ca3938a575f43ab..d57ebd3c66c1e3e3039f251a723db8b7aadac6a8 100644
--- a/src/features/gen_CredentialCreationOptions.rs
+++ b/src/features/gen_CredentialCreationOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CredentialRequestOptions.rs b/src/features/gen_CredentialRequestOptions.rs
index 61537f7b8f76ad1f93f078d78b7593847fe079ee..cf44865e70a7d54c14aa4e457fc49bc3fc9e3966 100644
--- a/src/features/gen_CredentialRequestOptions.rs
+++ b/src/features/gen_CredentialRequestOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CredentialsContainer.rs b/src/features/gen_CredentialsContainer.rs
index fb008e96823f80d87bab01773b28a348028de3eb..13d70deeeb046a8bf68f0609b7d87ac28ce9822d 100644
--- a/src/features/gen_CredentialsContainer.rs
+++ b/src/features/gen_CredentialsContainer.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Crypto.rs b/src/features/gen_Crypto.rs
index 4c46bfd15d226b17de5ea55b964d4f9609a7a79f..723636ffc3c13242f3289145bed0a0665ffe34dd 100644
--- a/src/features/gen_Crypto.rs
+++ b/src/features/gen_Crypto.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CryptoKey.rs b/src/features/gen_CryptoKey.rs
index 7e8773eb1271bb4f543b0be411f8f349125581fd..d040b14e9e5db7814be0b09e584c7df89afa8116 100644
--- a/src/features/gen_CryptoKey.rs
+++ b/src/features/gen_CryptoKey.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CryptoKeyPair.rs b/src/features/gen_CryptoKeyPair.rs
index 5026e6398c6dfffebc2c43428cb2b2b32b3fede9..9f04bd181fe5621f35cb9cfae036fc460770f01c 100644
--- a/src/features/gen_CryptoKeyPair.rs
+++ b/src/features/gen_CryptoKeyPair.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Csp.rs b/src/features/gen_Csp.rs
index 0fbea97c99de55e40d7890586bf7757e6eea5bec..5fb46ed9cf0e5c6587729e7a3d76c433c971fddc 100644
--- a/src/features/gen_Csp.rs
+++ b/src/features/gen_Csp.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CspPolicies.rs b/src/features/gen_CspPolicies.rs
index 96d4ad5337b2e56d430134fd9007c086fc9d9642..2ee8221acf308263cb4c57f34f1c085f4e365240 100644
--- a/src/features/gen_CspPolicies.rs
+++ b/src/features/gen_CspPolicies.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CspReport.rs b/src/features/gen_CspReport.rs
index 6938a2d32fd654025f55481da8e51882676702cc..77ef67e05aa44c262c2ea188a8b523ab3fe677de 100644
--- a/src/features/gen_CspReport.rs
+++ b/src/features/gen_CspReport.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CspReportProperties.rs b/src/features/gen_CspReportProperties.rs
index c20edf21280fe85d50414a7a194af969a8b712f8..8b7cb00565bf7008305451612b7d58156c62d37b 100644
--- a/src/features/gen_CspReportProperties.rs
+++ b/src/features/gen_CspReportProperties.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CssAnimation.rs b/src/features/gen_CssAnimation.rs
index ea0df7c62962dac3c6b9bb388215d638dc0d69a5..8ea8661374427a6fecd96e1f1dc18cde8032fe85 100644
--- a/src/features/gen_CssAnimation.rs
+++ b/src/features/gen_CssAnimation.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CssBoxType.rs b/src/features/gen_CssBoxType.rs
index c72b966f21f57cf99ec385ce3d484c3ef1bfa54a..68b285f886fb591cbb074b04adb9615e5bafe3e4 100644
--- a/src/features/gen_CssBoxType.rs
+++ b/src/features/gen_CssBoxType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `CssBoxType` enum."]
diff --git a/src/features/gen_CssConditionRule.rs b/src/features/gen_CssConditionRule.rs
index a08a051d6a0759118bfe22e310179ad7f6d0f673..caf51a6bff7623e5655da06579797ffac221e21b 100644
--- a/src/features/gen_CssConditionRule.rs
+++ b/src/features/gen_CssConditionRule.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CssCounterStyleRule.rs b/src/features/gen_CssCounterStyleRule.rs
index 99a4e127c6d49799fd14c71038f90142c4ab5e83..905e57b5481f73a24924d30436ec63662468d9b0 100644
--- a/src/features/gen_CssCounterStyleRule.rs
+++ b/src/features/gen_CssCounterStyleRule.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CssFontFaceRule.rs b/src/features/gen_CssFontFaceRule.rs
index b92001157e4ee6f0c0d2a20c9bf32a1ef8e4a8f2..0492381d9df0043a6bc8979d42e34b42b2550b90 100644
--- a/src/features/gen_CssFontFaceRule.rs
+++ b/src/features/gen_CssFontFaceRule.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CssFontFeatureValuesRule.rs b/src/features/gen_CssFontFeatureValuesRule.rs
index 976e1479bb31fff06d5e62c3a410cfceb64f9f96..fdbdebb4ade34f537d79e6def5117a94b3ab28a9 100644
--- a/src/features/gen_CssFontFeatureValuesRule.rs
+++ b/src/features/gen_CssFontFeatureValuesRule.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CssGroupingRule.rs b/src/features/gen_CssGroupingRule.rs
index 9c0fe854d51aa4a1bb7ac76895d641ae1af2770c..c9a97ca1312f3a13f395b81c89da0bf840c16485 100644
--- a/src/features/gen_CssGroupingRule.rs
+++ b/src/features/gen_CssGroupingRule.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CssImportRule.rs b/src/features/gen_CssImportRule.rs
index 11ad6011d5f23de5264a3b7e1490b5b3787031aa..729cbdeb1c065f79038357e835eb918ccc0f61e9 100644
--- a/src/features/gen_CssImportRule.rs
+++ b/src/features/gen_CssImportRule.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CssKeyframeRule.rs b/src/features/gen_CssKeyframeRule.rs
index 547d97b90f631b5db0929275da18375b4fe4fd9f..3b9039e79cd6e5ff5f17745b8b5bd44b85b26989 100644
--- a/src/features/gen_CssKeyframeRule.rs
+++ b/src/features/gen_CssKeyframeRule.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CssKeyframesRule.rs b/src/features/gen_CssKeyframesRule.rs
index 27c636c8eac8ed28625c7bf74f8a738a68265ddd..f71fbc641ca55513690ef79b88f783250d0e5a7e 100644
--- a/src/features/gen_CssKeyframesRule.rs
+++ b/src/features/gen_CssKeyframesRule.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CssMediaRule.rs b/src/features/gen_CssMediaRule.rs
index fa3b215f7cc85d9abe894bf649f92d5a0f301d6c..adbab8f18ef9acaff19312b11a2c664b4ab87b03 100644
--- a/src/features/gen_CssMediaRule.rs
+++ b/src/features/gen_CssMediaRule.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CssNamespaceRule.rs b/src/features/gen_CssNamespaceRule.rs
index 3fce67660a3b40249b2350b9061eaa599f4cab17..b3b14b21c190b1e65871eeb0dd513667915f0a42 100644
--- a/src/features/gen_CssNamespaceRule.rs
+++ b/src/features/gen_CssNamespaceRule.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CssPageRule.rs b/src/features/gen_CssPageRule.rs
index d9441f512926848f91c360642e04c390ee519049..eb3a7b5502ea9ea754900d7662eff5d273d071c2 100644
--- a/src/features/gen_CssPageRule.rs
+++ b/src/features/gen_CssPageRule.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CssPseudoElement.rs b/src/features/gen_CssPseudoElement.rs
index 63b3f543e6a3550032df4b8c69cdd058fac819d6..ccd8c3a9b911c7e743bafd56a616605abd2d61d1 100644
--- a/src/features/gen_CssPseudoElement.rs
+++ b/src/features/gen_CssPseudoElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -26,4 +27,74 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `CssPseudoElement`, `Element`*"]
     pub fn parent_element(this: &CssPseudoElement) -> Element;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "Animation")]
+    # [wasm_bindgen (method , structural , js_class = "CSSPseudoElement" , js_name = animate)]
+    #[doc = "The `animate()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSPseudoElement/animate)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Animation`, `CssPseudoElement`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn animate(this: &CssPseudoElement, keyframes: Option<&::js_sys::Object>) -> Animation;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "Animation")]
+    # [wasm_bindgen (method , structural , js_class = "CSSPseudoElement" , js_name = animate)]
+    #[doc = "The `animate()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSPseudoElement/animate)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Animation`, `CssPseudoElement`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn animate_with_f64(
+        this: &CssPseudoElement,
+        keyframes: Option<&::js_sys::Object>,
+        options: f64,
+    ) -> Animation;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(all(feature = "Animation", feature = "KeyframeAnimationOptions",))]
+    # [wasm_bindgen (method , structural , js_class = "CSSPseudoElement" , js_name = animate)]
+    #[doc = "The `animate()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSPseudoElement/animate)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Animation`, `CssPseudoElement`, `KeyframeAnimationOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn animate_with_keyframe_animation_options(
+        this: &CssPseudoElement,
+        keyframes: Option<&::js_sys::Object>,
+        options: &KeyframeAnimationOptions,
+    ) -> Animation;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "CSSPseudoElement" , js_name = getAnimations)]
+    #[doc = "The `getAnimations()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSPseudoElement/getAnimations)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CssPseudoElement`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn get_animations(this: &CssPseudoElement) -> ::js_sys::Array;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "GetAnimationsOptions")]
+    # [wasm_bindgen (method , structural , js_class = "CSSPseudoElement" , js_name = getAnimations)]
+    #[doc = "The `getAnimations()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSPseudoElement/getAnimations)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CssPseudoElement`, `GetAnimationsOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn get_animations_with_options(
+        this: &CssPseudoElement,
+        options: &GetAnimationsOptions,
+    ) -> ::js_sys::Array;
 }
diff --git a/src/features/gen_CssRule.rs b/src/features/gen_CssRule.rs
index 801667eb15e272974f1e4564a8c636a9c74e7b25..07c5ac757f36bb353fa7c8b998f42f7361616573 100644
--- a/src/features/gen_CssRule.rs
+++ b/src/features/gen_CssRule.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CssRuleList.rs b/src/features/gen_CssRuleList.rs
index 1dd778fa085b997c7dfea6f14557e02bf0c34852..30c75ca7d86aa5bcadfc1ab904bb46491a13b1f1 100644
--- a/src/features/gen_CssRuleList.rs
+++ b/src/features/gen_CssRuleList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CssStyleDeclaration.rs b/src/features/gen_CssStyleDeclaration.rs
index c22016a031ee48b6f5ca8cfdc052bee1baea5e23..a951f065a26ae24cc3ab3f2d85086c75022cdf4e 100644
--- a/src/features/gen_CssStyleDeclaration.rs
+++ b/src/features/gen_CssStyleDeclaration.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CssStyleRule.rs b/src/features/gen_CssStyleRule.rs
index c244a2af79d848ebc5e27468ffaa3d310a9f52c0..09caa515165df74278f9d5b6743422357caa6725 100644
--- a/src/features/gen_CssStyleRule.rs
+++ b/src/features/gen_CssStyleRule.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CssStyleSheet.rs b/src/features/gen_CssStyleSheet.rs
index 9ffbb61bd45c352e507cc339097af527996faddf..b8a1044f5594d5658a5e73f24cf13c093a7e192b 100644
--- a/src/features/gen_CssStyleSheet.rs
+++ b/src/features/gen_CssStyleSheet.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CssStyleSheetParsingMode.rs b/src/features/gen_CssStyleSheetParsingMode.rs
index 9db3f6054c2e00e01391d703b59b95c1a9297ee6..8c721650b663de4ba13394b311d3d468dadb9425 100644
--- a/src/features/gen_CssStyleSheetParsingMode.rs
+++ b/src/features/gen_CssStyleSheetParsingMode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `CssStyleSheetParsingMode` enum."]
diff --git a/src/features/gen_CssSupportsRule.rs b/src/features/gen_CssSupportsRule.rs
index 13c879bf965fb1216301303a7c43380df08ddddd..91fad021401ce2a7e24b15235a636f3ffbe65fc4 100644
--- a/src/features/gen_CssSupportsRule.rs
+++ b/src/features/gen_CssSupportsRule.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CssTransition.rs b/src/features/gen_CssTransition.rs
index 6a222ecded83c155b387dac6f823fa8d5cb659cf..65844e9b6e2bd09a0f0e970a0220a62c9eba4e46 100644
--- a/src/features/gen_CssTransition.rs
+++ b/src/features/gen_CssTransition.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CustomElementRegistry.rs b/src/features/gen_CustomElementRegistry.rs
index 651968f7fe1c8933722d2739e941a184d58edf97..d811e6aa56f70354ef8bb410e075f06428422705 100644
--- a/src/features/gen_CustomElementRegistry.rs
+++ b/src/features/gen_CustomElementRegistry.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CustomEvent.rs b/src/features/gen_CustomEvent.rs
index 4c0c671cde291f4cd645f4e400dc9eb272201c6c..b30a095343048d757eebb29538e934333f8a29ad 100644
--- a/src/features/gen_CustomEvent.rs
+++ b/src/features/gen_CustomEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_CustomEventInit.rs b/src/features/gen_CustomEventInit.rs
index b0bbf763268428627dc79011aed175b743b36002..ced880c09b7bfe4e90eba4d0d855de6724b76b8f 100644
--- a/src/features/gen_CustomEventInit.rs
+++ b/src/features/gen_CustomEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DataTransfer.rs b/src/features/gen_DataTransfer.rs
index 9b6b7942852cb2cfa9d00b963bccbbc2cf620c88..131bba60becb7fdc0ac76581b64eba3530c8f293 100644
--- a/src/features/gen_DataTransfer.rs
+++ b/src/features/gen_DataTransfer.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DataTransferItem.rs b/src/features/gen_DataTransferItem.rs
index 0ea18263f06cb145ad7125fe13a3549a0b79a0bf..4dec7731ba1107791905a79fcdb6c75eebb4b77c 100644
--- a/src/features/gen_DataTransferItem.rs
+++ b/src/features/gen_DataTransferItem.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DataTransferItemList.rs b/src/features/gen_DataTransferItemList.rs
index c2f2efc186b2a9ede418809509ae9f8f4d3ecc1d..28710afe248bda32febca52dba6d956339965b24 100644
--- a/src/features/gen_DataTransferItemList.rs
+++ b/src/features/gen_DataTransferItemList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DateTimeValue.rs b/src/features/gen_DateTimeValue.rs
index 23a320850f689b32d2a85757a7244a89b5e6cd42..861d469e7ca3c7b200388e0d008fc2b1676b025c 100644
--- a/src/features/gen_DateTimeValue.rs
+++ b/src/features/gen_DateTimeValue.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DecoderDoctorNotification.rs b/src/features/gen_DecoderDoctorNotification.rs
index 59f4340c49bd7608529e339ed3815487c7ea42f0..c051c234892ac48b74eb099cb9009ab0307d9a34 100644
--- a/src/features/gen_DecoderDoctorNotification.rs
+++ b/src/features/gen_DecoderDoctorNotification.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DecoderDoctorNotificationType.rs b/src/features/gen_DecoderDoctorNotificationType.rs
index adec72fe3a82940f26c83f2d6a24ecc56a9fafcf..2c742b090cbceeb6958e1582b5524152e57435f1 100644
--- a/src/features/gen_DecoderDoctorNotificationType.rs
+++ b/src/features/gen_DecoderDoctorNotificationType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `DecoderDoctorNotificationType` enum."]
diff --git a/src/features/gen_DedicatedWorkerGlobalScope.rs b/src/features/gen_DedicatedWorkerGlobalScope.rs
index c16c3690d28f6b6394338ec816164fc4df02cf26..59deb0b2ef271aa7194fb4ae1cf3e9cc97c9efb2 100644
--- a/src/features/gen_DedicatedWorkerGlobalScope.rs
+++ b/src/features/gen_DedicatedWorkerGlobalScope.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -77,4 +78,24 @@ extern "C" {
         message: &::wasm_bindgen::JsValue,
         transfer: &::wasm_bindgen::JsValue,
     ) -> Result<(), JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "DedicatedWorkerGlobalScope" , js_name = cancelAnimationFrame)]
+    #[doc = "The `cancelAnimationFrame()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DedicatedWorkerGlobalScope/cancelAnimationFrame)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `DedicatedWorkerGlobalScope`*"]
+    pub fn cancel_animation_frame(
+        this: &DedicatedWorkerGlobalScope,
+        handle: i32,
+    ) -> Result<(), JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "DedicatedWorkerGlobalScope" , js_name = requestAnimationFrame)]
+    #[doc = "The `requestAnimationFrame()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DedicatedWorkerGlobalScope/requestAnimationFrame)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `DedicatedWorkerGlobalScope`*"]
+    pub fn request_animation_frame(
+        this: &DedicatedWorkerGlobalScope,
+        callback: &::js_sys::Function,
+    ) -> Result<i32, JsValue>;
 }
diff --git a/src/features/gen_DelayNode.rs b/src/features/gen_DelayNode.rs
index 4518ed3a2c2d5ac9bf864ac843bdea8767ea663e..e37d1980f29d347eacd488524f0d16576e88a34b 100644
--- a/src/features/gen_DelayNode.rs
+++ b/src/features/gen_DelayNode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DelayOptions.rs b/src/features/gen_DelayOptions.rs
index 8422b16148900f4ecf9a6acdcec36a31503beb52..a7e31dcce884ca3c2ac4254c55844e79d8bdb634 100644
--- a/src/features/gen_DelayOptions.rs
+++ b/src/features/gen_DelayOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DeviceAcceleration.rs b/src/features/gen_DeviceAcceleration.rs
index 8fbfb8b67f0124e007b1f0fcaebddc041a8adaf4..63f5dab2ec1650b0c0c45abcc3ffdb5a8feec5da 100644
--- a/src/features/gen_DeviceAcceleration.rs
+++ b/src/features/gen_DeviceAcceleration.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DeviceAccelerationInit.rs b/src/features/gen_DeviceAccelerationInit.rs
index 95c7aa20801b9ad461908ba5402241b29171d2c2..b28ecb1f0c094d48350245cc67a77060944dd73a 100644
--- a/src/features/gen_DeviceAccelerationInit.rs
+++ b/src/features/gen_DeviceAccelerationInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DeviceLightEvent.rs b/src/features/gen_DeviceLightEvent.rs
index 3908764783977213294d1ff32e30e488a3b9014f..8afd712fe6eae0ef8ebb588c2786f860537034b8 100644
--- a/src/features/gen_DeviceLightEvent.rs
+++ b/src/features/gen_DeviceLightEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DeviceLightEventInit.rs b/src/features/gen_DeviceLightEventInit.rs
index ddb30f603fcb230f1a99fd6680ec049e0dade35f..a72b40dd4b47ccf58ad693cdcd2b401df9822a6a 100644
--- a/src/features/gen_DeviceLightEventInit.rs
+++ b/src/features/gen_DeviceLightEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DeviceMotionEvent.rs b/src/features/gen_DeviceMotionEvent.rs
index 5993f726f03d164d8615ed49965f7cf3413e74b6..a83040d4a8bc75b7cc60598b601e8473711581ca 100644
--- a/src/features/gen_DeviceMotionEvent.rs
+++ b/src/features/gen_DeviceMotionEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DeviceMotionEventInit.rs b/src/features/gen_DeviceMotionEventInit.rs
index bec31205212f9639467cdc37aa7bd3254cea86cc..38dc6b76f972bd30a64f8d9f215c733cc472f793 100644
--- a/src/features/gen_DeviceMotionEventInit.rs
+++ b/src/features/gen_DeviceMotionEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DeviceOrientationEvent.rs b/src/features/gen_DeviceOrientationEvent.rs
index d7ec8c767cd366d20aeb7d90558144ee6ac7d6cc..e1908e033f4a88fd561d6ed1bd68294dc0df56dd 100644
--- a/src/features/gen_DeviceOrientationEvent.rs
+++ b/src/features/gen_DeviceOrientationEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DeviceOrientationEventInit.rs b/src/features/gen_DeviceOrientationEventInit.rs
index 70445bb19ed822cb392f0e3d2a833c0d19c54291..5aec65d23defef48b2228df540468fc25eae34e9 100644
--- a/src/features/gen_DeviceOrientationEventInit.rs
+++ b/src/features/gen_DeviceOrientationEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DeviceProximityEvent.rs b/src/features/gen_DeviceProximityEvent.rs
index c3c92ac8fc6ada5cd4eef520732468fcb0db384f..3b38d176cdf3a23ad3bf3fcfb83a82eaa2524fca 100644
--- a/src/features/gen_DeviceProximityEvent.rs
+++ b/src/features/gen_DeviceProximityEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DeviceProximityEventInit.rs b/src/features/gen_DeviceProximityEventInit.rs
index 9ff310343fd9b86b3833e2d28064b04ed7291345..ab35b2e6a2ec46ae96b478a6e6f267d10928dc52 100644
--- a/src/features/gen_DeviceProximityEventInit.rs
+++ b/src/features/gen_DeviceProximityEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DeviceRotationRate.rs b/src/features/gen_DeviceRotationRate.rs
index 73782abebc9d8e90427a658f5f64bce1bcd7e383..ee7a2e442662488b67a856932d60cfce9008d789 100644
--- a/src/features/gen_DeviceRotationRate.rs
+++ b/src/features/gen_DeviceRotationRate.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DeviceRotationRateInit.rs b/src/features/gen_DeviceRotationRateInit.rs
index fe6dcb0d2bccd532d04a62726565fe0f50dc172e..7df806bca6a013a28bc778e3109413e6c4a9f3f0 100644
--- a/src/features/gen_DeviceRotationRateInit.rs
+++ b/src/features/gen_DeviceRotationRateInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DhKeyDeriveParams.rs b/src/features/gen_DhKeyDeriveParams.rs
index 3bb1bbc3c1254d0b7691820555697eb46c2ecf39..8a0ba9da5ffc27e52e88f834a72e4318d30996e5 100644
--- a/src/features/gen_DhKeyDeriveParams.rs
+++ b/src/features/gen_DhKeyDeriveParams.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DirectionSetting.rs b/src/features/gen_DirectionSetting.rs
index 087bac82bbf31029a4a5415cdc6c330ab300aa30..d6c9a5dd394acb0121ef494c0b1eb8ac90b667b3 100644
--- a/src/features/gen_DirectionSetting.rs
+++ b/src/features/gen_DirectionSetting.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `DirectionSetting` enum."]
diff --git a/src/features/gen_Directory.rs b/src/features/gen_Directory.rs
index 6eed3203e742f832dec8dcd1ae9ada6865f48036..53d3eb022dd413bf3dd9c4213c39d9ecd7a47be6 100644
--- a/src/features/gen_Directory.rs
+++ b/src/features/gen_Directory.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DisplayMediaStreamConstraints.rs b/src/features/gen_DisplayMediaStreamConstraints.rs
index 16a5bf869be18a3225cdf0a74044326f94e6729b..9f80d9a29f38ebfaf5d8c979621bb75a678fdc0c 100644
--- a/src/features/gen_DisplayMediaStreamConstraints.rs
+++ b/src/features/gen_DisplayMediaStreamConstraints.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DisplayNameOptions.rs b/src/features/gen_DisplayNameOptions.rs
index 97d843e79a7a33403eb071347d15c5bfcf8d3b04..1dec81b9f822625ee7ab171d499f8802a8706eef 100644
--- a/src/features/gen_DisplayNameOptions.rs
+++ b/src/features/gen_DisplayNameOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DisplayNameResult.rs b/src/features/gen_DisplayNameResult.rs
index 4160474d67a69f5bbf1270670d60e274c6858462..d13291047aba438bd9aa227136d5df8636fb5774 100644
--- a/src/features/gen_DisplayNameResult.rs
+++ b/src/features/gen_DisplayNameResult.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DistanceModelType.rs b/src/features/gen_DistanceModelType.rs
index fd62878183d9bea3c696ae80bef9aa1e88291a3c..a622e7a38b0e76f32975a0a3612dea475c1e6784 100644
--- a/src/features/gen_DistanceModelType.rs
+++ b/src/features/gen_DistanceModelType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `DistanceModelType` enum."]
diff --git a/src/features/gen_DnsCacheDict.rs b/src/features/gen_DnsCacheDict.rs
index 1233264e707a1d0f24594c60b5d3545127ab1594..32cbbf5fbb9d268eb2407bc9b54fb41ede79994b 100644
--- a/src/features/gen_DnsCacheDict.rs
+++ b/src/features/gen_DnsCacheDict.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DnsCacheEntry.rs b/src/features/gen_DnsCacheEntry.rs
index f6da07e95bde564e9ec4562b43946c3b3c8c6f83..a368929bd4cf15bf13ba683ad5124f39a0a0720c 100644
--- a/src/features/gen_DnsCacheEntry.rs
+++ b/src/features/gen_DnsCacheEntry.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DnsLookupDict.rs b/src/features/gen_DnsLookupDict.rs
index 590f2998725ddb04447fe1574ebbe541a421d0a3..c9ecc81a091bdf71a17ae99bc42db689c4f27266 100644
--- a/src/features/gen_DnsLookupDict.rs
+++ b/src/features/gen_DnsLookupDict.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Document.rs b/src/features/gen_Document.rs
index 6d8cd542cb6ea2b999ea62d91b907079a599111f..d2ad9eb374f5b526d12a1f2769917234ecb42c2c 100644
--- a/src/features/gen_Document.rs
+++ b/src/features/gen_Document.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -2849,6 +2850,202 @@ extern "C" {
         nodes_6: &str,
         nodes_7: &str,
     ) -> Result<(), JsValue>;
+    # [wasm_bindgen (method , structural , variadic , js_class = "Document" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Document/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Document`*"]
+    pub fn replace_children_with_node(this: &Document, nodes: &::js_sys::Array);
+    # [wasm_bindgen (method , structural , js_class = "Document" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Document/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Document`*"]
+    pub fn replace_children_with_node_0(this: &Document);
+    # [wasm_bindgen (method , structural , js_class = "Document" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Document/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Document`*"]
+    pub fn replace_children_with_node_1(this: &Document, nodes_1: &Node);
+    # [wasm_bindgen (method , structural , js_class = "Document" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Document/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Document`*"]
+    pub fn replace_children_with_node_2(this: &Document, nodes_1: &Node, nodes_2: &Node);
+    # [wasm_bindgen (method , structural , js_class = "Document" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Document/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Document`*"]
+    pub fn replace_children_with_node_3(
+        this: &Document,
+        nodes_1: &Node,
+        nodes_2: &Node,
+        nodes_3: &Node,
+    );
+    # [wasm_bindgen (method , structural , js_class = "Document" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Document/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Document`*"]
+    pub fn replace_children_with_node_4(
+        this: &Document,
+        nodes_1: &Node,
+        nodes_2: &Node,
+        nodes_3: &Node,
+        nodes_4: &Node,
+    );
+    # [wasm_bindgen (method , structural , js_class = "Document" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Document/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Document`*"]
+    pub fn replace_children_with_node_5(
+        this: &Document,
+        nodes_1: &Node,
+        nodes_2: &Node,
+        nodes_3: &Node,
+        nodes_4: &Node,
+        nodes_5: &Node,
+    );
+    # [wasm_bindgen (method , structural , js_class = "Document" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Document/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Document`*"]
+    pub fn replace_children_with_node_6(
+        this: &Document,
+        nodes_1: &Node,
+        nodes_2: &Node,
+        nodes_3: &Node,
+        nodes_4: &Node,
+        nodes_5: &Node,
+        nodes_6: &Node,
+    );
+    # [wasm_bindgen (method , structural , js_class = "Document" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Document/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Document`*"]
+    pub fn replace_children_with_node_7(
+        this: &Document,
+        nodes_1: &Node,
+        nodes_2: &Node,
+        nodes_3: &Node,
+        nodes_4: &Node,
+        nodes_5: &Node,
+        nodes_6: &Node,
+        nodes_7: &Node,
+    );
+    # [wasm_bindgen (method , structural , variadic , js_class = "Document" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Document/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Document`*"]
+    pub fn replace_children_with_str(this: &Document, nodes: &::js_sys::Array);
+    # [wasm_bindgen (method , structural , js_class = "Document" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Document/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Document`*"]
+    pub fn replace_children_with_str_0(this: &Document);
+    # [wasm_bindgen (method , structural , js_class = "Document" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Document/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Document`*"]
+    pub fn replace_children_with_str_1(this: &Document, nodes_1: &str);
+    # [wasm_bindgen (method , structural , js_class = "Document" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Document/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Document`*"]
+    pub fn replace_children_with_str_2(this: &Document, nodes_1: &str, nodes_2: &str);
+    # [wasm_bindgen (method , structural , js_class = "Document" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Document/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Document`*"]
+    pub fn replace_children_with_str_3(
+        this: &Document,
+        nodes_1: &str,
+        nodes_2: &str,
+        nodes_3: &str,
+    );
+    # [wasm_bindgen (method , structural , js_class = "Document" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Document/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Document`*"]
+    pub fn replace_children_with_str_4(
+        this: &Document,
+        nodes_1: &str,
+        nodes_2: &str,
+        nodes_3: &str,
+        nodes_4: &str,
+    );
+    # [wasm_bindgen (method , structural , js_class = "Document" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Document/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Document`*"]
+    pub fn replace_children_with_str_5(
+        this: &Document,
+        nodes_1: &str,
+        nodes_2: &str,
+        nodes_3: &str,
+        nodes_4: &str,
+        nodes_5: &str,
+    );
+    # [wasm_bindgen (method , structural , js_class = "Document" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Document/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Document`*"]
+    pub fn replace_children_with_str_6(
+        this: &Document,
+        nodes_1: &str,
+        nodes_2: &str,
+        nodes_3: &str,
+        nodes_4: &str,
+        nodes_5: &str,
+        nodes_6: &str,
+    );
+    # [wasm_bindgen (method , structural , js_class = "Document" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Document/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Document`*"]
+    pub fn replace_children_with_str_7(
+        this: &Document,
+        nodes_1: &str,
+        nodes_2: &str,
+        nodes_3: &str,
+        nodes_4: &str,
+        nodes_5: &str,
+        nodes_6: &str,
+        nodes_7: &str,
+    );
     #[cfg(feature = "XPathExpression")]
     # [wasm_bindgen (catch , method , structural , js_class = "Document" , js_name = createExpression)]
     #[doc = "The `createExpression()` method."]
diff --git a/src/features/gen_DocumentFragment.rs b/src/features/gen_DocumentFragment.rs
index fa64d510a18796214bde89e4ed8f90a484c5274a..d21d7b374ba49bfd9cd365b30aa03a359b64adcf 100644
--- a/src/features/gen_DocumentFragment.rs
+++ b/src/features/gen_DocumentFragment.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -497,4 +498,200 @@ extern "C" {
         nodes_6: &str,
         nodes_7: &str,
     ) -> Result<(), JsValue>;
+    # [wasm_bindgen (method , structural , variadic , js_class = "DocumentFragment" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `DocumentFragment`*"]
+    pub fn replace_children_with_node(this: &DocumentFragment, nodes: &::js_sys::Array);
+    # [wasm_bindgen (method , structural , js_class = "DocumentFragment" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `DocumentFragment`*"]
+    pub fn replace_children_with_node_0(this: &DocumentFragment);
+    # [wasm_bindgen (method , structural , js_class = "DocumentFragment" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `DocumentFragment`*"]
+    pub fn replace_children_with_node_1(this: &DocumentFragment, nodes_1: &Node);
+    # [wasm_bindgen (method , structural , js_class = "DocumentFragment" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `DocumentFragment`*"]
+    pub fn replace_children_with_node_2(this: &DocumentFragment, nodes_1: &Node, nodes_2: &Node);
+    # [wasm_bindgen (method , structural , js_class = "DocumentFragment" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `DocumentFragment`*"]
+    pub fn replace_children_with_node_3(
+        this: &DocumentFragment,
+        nodes_1: &Node,
+        nodes_2: &Node,
+        nodes_3: &Node,
+    );
+    # [wasm_bindgen (method , structural , js_class = "DocumentFragment" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `DocumentFragment`*"]
+    pub fn replace_children_with_node_4(
+        this: &DocumentFragment,
+        nodes_1: &Node,
+        nodes_2: &Node,
+        nodes_3: &Node,
+        nodes_4: &Node,
+    );
+    # [wasm_bindgen (method , structural , js_class = "DocumentFragment" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `DocumentFragment`*"]
+    pub fn replace_children_with_node_5(
+        this: &DocumentFragment,
+        nodes_1: &Node,
+        nodes_2: &Node,
+        nodes_3: &Node,
+        nodes_4: &Node,
+        nodes_5: &Node,
+    );
+    # [wasm_bindgen (method , structural , js_class = "DocumentFragment" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `DocumentFragment`*"]
+    pub fn replace_children_with_node_6(
+        this: &DocumentFragment,
+        nodes_1: &Node,
+        nodes_2: &Node,
+        nodes_3: &Node,
+        nodes_4: &Node,
+        nodes_5: &Node,
+        nodes_6: &Node,
+    );
+    # [wasm_bindgen (method , structural , js_class = "DocumentFragment" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `DocumentFragment`*"]
+    pub fn replace_children_with_node_7(
+        this: &DocumentFragment,
+        nodes_1: &Node,
+        nodes_2: &Node,
+        nodes_3: &Node,
+        nodes_4: &Node,
+        nodes_5: &Node,
+        nodes_6: &Node,
+        nodes_7: &Node,
+    );
+    # [wasm_bindgen (method , structural , variadic , js_class = "DocumentFragment" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `DocumentFragment`*"]
+    pub fn replace_children_with_str(this: &DocumentFragment, nodes: &::js_sys::Array);
+    # [wasm_bindgen (method , structural , js_class = "DocumentFragment" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `DocumentFragment`*"]
+    pub fn replace_children_with_str_0(this: &DocumentFragment);
+    # [wasm_bindgen (method , structural , js_class = "DocumentFragment" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `DocumentFragment`*"]
+    pub fn replace_children_with_str_1(this: &DocumentFragment, nodes_1: &str);
+    # [wasm_bindgen (method , structural , js_class = "DocumentFragment" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `DocumentFragment`*"]
+    pub fn replace_children_with_str_2(this: &DocumentFragment, nodes_1: &str, nodes_2: &str);
+    # [wasm_bindgen (method , structural , js_class = "DocumentFragment" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `DocumentFragment`*"]
+    pub fn replace_children_with_str_3(
+        this: &DocumentFragment,
+        nodes_1: &str,
+        nodes_2: &str,
+        nodes_3: &str,
+    );
+    # [wasm_bindgen (method , structural , js_class = "DocumentFragment" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `DocumentFragment`*"]
+    pub fn replace_children_with_str_4(
+        this: &DocumentFragment,
+        nodes_1: &str,
+        nodes_2: &str,
+        nodes_3: &str,
+        nodes_4: &str,
+    );
+    # [wasm_bindgen (method , structural , js_class = "DocumentFragment" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `DocumentFragment`*"]
+    pub fn replace_children_with_str_5(
+        this: &DocumentFragment,
+        nodes_1: &str,
+        nodes_2: &str,
+        nodes_3: &str,
+        nodes_4: &str,
+        nodes_5: &str,
+    );
+    # [wasm_bindgen (method , structural , js_class = "DocumentFragment" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `DocumentFragment`*"]
+    pub fn replace_children_with_str_6(
+        this: &DocumentFragment,
+        nodes_1: &str,
+        nodes_2: &str,
+        nodes_3: &str,
+        nodes_4: &str,
+        nodes_5: &str,
+        nodes_6: &str,
+    );
+    # [wasm_bindgen (method , structural , js_class = "DocumentFragment" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `DocumentFragment`*"]
+    pub fn replace_children_with_str_7(
+        this: &DocumentFragment,
+        nodes_1: &str,
+        nodes_2: &str,
+        nodes_3: &str,
+        nodes_4: &str,
+        nodes_5: &str,
+        nodes_6: &str,
+        nodes_7: &str,
+    );
 }
diff --git a/src/features/gen_DocumentTimeline.rs b/src/features/gen_DocumentTimeline.rs
index 57247e8194066699a6ff353975017fc317313105..e5c862f9fb574985a5097bb98a1d71ff36349141 100644
--- a/src/features/gen_DocumentTimeline.rs
+++ b/src/features/gen_DocumentTimeline.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DocumentTimelineOptions.rs b/src/features/gen_DocumentTimelineOptions.rs
index 33ee6fa3c36827079c9139ebcf7417cfdd000b77..7fa2dedc2ecc918d2d4e9ef7caf9bd596cdf6376 100644
--- a/src/features/gen_DocumentTimelineOptions.rs
+++ b/src/features/gen_DocumentTimelineOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DocumentType.rs b/src/features/gen_DocumentType.rs
index 2b6280c9b2ba7e3f19068f1078220f856dbdab11..f77d3cebf8995f2f3edc1b63ef328c7b60a82b95 100644
--- a/src/features/gen_DocumentType.rs
+++ b/src/features/gen_DocumentType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DomError.rs b/src/features/gen_DomError.rs
index 33e4f49195bfac3e30600a2abfda881101b4b94a..ba94c8d15fe01d02b7b3a91b0b55aeb7f2207de1 100644
--- a/src/features/gen_DomError.rs
+++ b/src/features/gen_DomError.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DomException.rs b/src/features/gen_DomException.rs
index d7035a17069ba7a377af6a21381b1a944c24821a..760f1135099f2abd661207f6c9ea822af36455a9 100644
--- a/src/features/gen_DomException.rs
+++ b/src/features/gen_DomException.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DomImplementation.rs b/src/features/gen_DomImplementation.rs
index 3f09acc2b6e7fd4f82dd2a93bce296fbd40d4399..cb7402972fb160dad8a168e37dee49d0dd7b281d 100644
--- a/src/features/gen_DomImplementation.rs
+++ b/src/features/gen_DomImplementation.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DomMatrix.rs b/src/features/gen_DomMatrix.rs
index 3212e048f1b9f8aea1709eb9f539fc1fdc39c88e..db541f0d162a52023dbe56cecc384eaaa059075f 100644
--- a/src/features/gen_DomMatrix.rs
+++ b/src/features/gen_DomMatrix.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DomMatrixReadOnly.rs b/src/features/gen_DomMatrixReadOnly.rs
index a31e55465d2296af2972cf9efd6efb6a64a8e5b5..90bf25ed14cb04b37c406a7a8665ec2a44085a86 100644
--- a/src/features/gen_DomMatrixReadOnly.rs
+++ b/src/features/gen_DomMatrixReadOnly.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DomParser.rs b/src/features/gen_DomParser.rs
index 97385ccfef7458dab84463c58da367aad598ac01..5a926bf24e2022764f85eaa18b4ce7592852eb91 100644
--- a/src/features/gen_DomParser.rs
+++ b/src/features/gen_DomParser.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DomPoint.rs b/src/features/gen_DomPoint.rs
index 5a563cde7d10e301b25607a659c53bfa820a60c5..7e2bde1f0628ba46b81ae841bd8c0c4855f90418 100644
--- a/src/features/gen_DomPoint.rs
+++ b/src/features/gen_DomPoint.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DomPointInit.rs b/src/features/gen_DomPointInit.rs
index 51be45cc560ac0b0221c167ea6ace232ae9fcc54..b909aaf39815fb958c53eba7027e8bcaf398f3b8 100644
--- a/src/features/gen_DomPointInit.rs
+++ b/src/features/gen_DomPointInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DomPointReadOnly.rs b/src/features/gen_DomPointReadOnly.rs
index 2601722c0920636708ffe0f8d41d0c96ededcdc9..1e3e76fae32f9b5d83ff5b506b0c7e9834b3f5dc 100644
--- a/src/features/gen_DomPointReadOnly.rs
+++ b/src/features/gen_DomPointReadOnly.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DomQuad.rs b/src/features/gen_DomQuad.rs
index 26b87535eb45156384c6660c188ba935163bf4c0..679786dc3dbe59367ae227b86c791afd9fa97da4 100644
--- a/src/features/gen_DomQuad.rs
+++ b/src/features/gen_DomQuad.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DomQuadInit.rs b/src/features/gen_DomQuadInit.rs
index 3bd7d9075451897ae652833cb5685423d7e87457..b85560d8491d40286d7e710ebaa34ad26d4e31ac 100644
--- a/src/features/gen_DomQuadInit.rs
+++ b/src/features/gen_DomQuadInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DomQuadJson.rs b/src/features/gen_DomQuadJson.rs
index d3316d9751dc31286cc7e99cac0f35146f258f78..95189b208db720aca2308a4acd4a4372930fb6be 100644
--- a/src/features/gen_DomQuadJson.rs
+++ b/src/features/gen_DomQuadJson.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DomRect.rs b/src/features/gen_DomRect.rs
index 0d3a02988e992e1a9026f96c0a56d501a32e2e10..6e177351fab049995973e17ed6d9920e714d29d6 100644
--- a/src/features/gen_DomRect.rs
+++ b/src/features/gen_DomRect.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DomRectInit.rs b/src/features/gen_DomRectInit.rs
index ab4a54a2b0a96b9cc2e06c159eff5ffb8cd36337..ec514d0f6fb2499101053946cf7862bd2782a23c 100644
--- a/src/features/gen_DomRectInit.rs
+++ b/src/features/gen_DomRectInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DomRectList.rs b/src/features/gen_DomRectList.rs
index e668a84923862b1355d3d901f98464328f343832..ebb1df27d20f4c03c7cbc73510ebd70f543c7316 100644
--- a/src/features/gen_DomRectList.rs
+++ b/src/features/gen_DomRectList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DomRectReadOnly.rs b/src/features/gen_DomRectReadOnly.rs
index 1b48f02b1032010c3f45b60006b708cb257370cc..2ce9892091fe54eb6bcfb055ec7f960a4a468164 100644
--- a/src/features/gen_DomRectReadOnly.rs
+++ b/src/features/gen_DomRectReadOnly.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DomRequest.rs b/src/features/gen_DomRequest.rs
index 05e678563f5c287240fbb9ba2e358c347dc40d63..ac375ffb86af11f896e0e159c64070ed66f69770 100644
--- a/src/features/gen_DomRequest.rs
+++ b/src/features/gen_DomRequest.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DomRequestReadyState.rs b/src/features/gen_DomRequestReadyState.rs
index 179f9478e7fcde003225802b910374b912008c13..c8a8ac4f3373fd77c27dc14146953cf81c8980f1 100644
--- a/src/features/gen_DomRequestReadyState.rs
+++ b/src/features/gen_DomRequestReadyState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `DomRequestReadyState` enum."]
diff --git a/src/features/gen_DomStringList.rs b/src/features/gen_DomStringList.rs
index 1b932f2915b357c9262f82c3078604e183884bc8..9b32ed72e359ea011bff1a82e0dd8a8414ac5c58 100644
--- a/src/features/gen_DomStringList.rs
+++ b/src/features/gen_DomStringList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DomStringMap.rs b/src/features/gen_DomStringMap.rs
index c102f10850b22f2293881b0fef84a0908073cb99..533c2245ab953c545affa5d4d0b3200884507a5c 100644
--- a/src/features/gen_DomStringMap.rs
+++ b/src/features/gen_DomStringMap.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DomTokenList.rs b/src/features/gen_DomTokenList.rs
index a097863d63603dd5876fedc3e67cc641147901dc..6277b5c40684143e526e0d65dc0060854de5e8a0 100644
--- a/src/features/gen_DomTokenList.rs
+++ b/src/features/gen_DomTokenList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DomWindowResizeEventDetail.rs b/src/features/gen_DomWindowResizeEventDetail.rs
index 7bf972f04f4436a7283f86f7fc358c55b4f338f6..6e3ca6307129aff9de66837d383e35d5c9436446 100644
--- a/src/features/gen_DomWindowResizeEventDetail.rs
+++ b/src/features/gen_DomWindowResizeEventDetail.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DragEvent.rs b/src/features/gen_DragEvent.rs
index fc18b1ee5f0205c139cd7ef4e2bd5c5981680cbe..8be938eb6a50f1a6151e5a4d1cb74f17fa097b71 100644
--- a/src/features/gen_DragEvent.rs
+++ b/src/features/gen_DragEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DragEventInit.rs b/src/features/gen_DragEventInit.rs
index d28d127a986b3f1e9c5f3f7a080f7a54d6d6c9df..821a5f5ed51440b5df259b21a2d411b046f88c04 100644
--- a/src/features/gen_DragEventInit.rs
+++ b/src/features/gen_DragEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DynamicsCompressorNode.rs b/src/features/gen_DynamicsCompressorNode.rs
index 3a7c7d5f5d003f05e790e29a2e50052c41992f74..90454ea85c01fecc6fed7bcd7b65199c52874e4b 100644
--- a/src/features/gen_DynamicsCompressorNode.rs
+++ b/src/features/gen_DynamicsCompressorNode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_DynamicsCompressorOptions.rs b/src/features/gen_DynamicsCompressorOptions.rs
index ff594822fc82af03bbde266fb0cae891daf9f287..788f593548e4a1dba82bf1db8411c4905116012b 100644
--- a/src/features/gen_DynamicsCompressorOptions.rs
+++ b/src/features/gen_DynamicsCompressorOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_EcKeyAlgorithm.rs b/src/features/gen_EcKeyAlgorithm.rs
index 3d7aec6e1b5c1ba0704471591b7163d0696a3f6c..42aad21d5311767dcc73612bb72cc5124cea3f2f 100644
--- a/src/features/gen_EcKeyAlgorithm.rs
+++ b/src/features/gen_EcKeyAlgorithm.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_EcKeyGenParams.rs b/src/features/gen_EcKeyGenParams.rs
index 8b1df4070db68889ff686995f59176830410264a..05c7d2378b50725b2407976d5a60ca23079521a0 100644
--- a/src/features/gen_EcKeyGenParams.rs
+++ b/src/features/gen_EcKeyGenParams.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_EcKeyImportParams.rs b/src/features/gen_EcKeyImportParams.rs
index b6ff16b014a5da015e6f32196e09bfa16d9c7369..13615f0888f424a34b2cb4781a4d0d21e12686c4 100644
--- a/src/features/gen_EcKeyImportParams.rs
+++ b/src/features/gen_EcKeyImportParams.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_EcdhKeyDeriveParams.rs b/src/features/gen_EcdhKeyDeriveParams.rs
index 0303bb319499f3f08eb70b33468dab1ddc56b8c1..2f6c4d694b5f1e398a8dc6d455fe7decbf812b52 100644
--- a/src/features/gen_EcdhKeyDeriveParams.rs
+++ b/src/features/gen_EcdhKeyDeriveParams.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_EcdsaParams.rs b/src/features/gen_EcdsaParams.rs
index a54f84b7783d90c32db7250f7f14e759f65f6cbe..918c40523c5ef2f8526941eed9ca098e0d25538f 100644
--- a/src/features/gen_EcdsaParams.rs
+++ b/src/features/gen_EcdsaParams.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_EffectTiming.rs b/src/features/gen_EffectTiming.rs
index 07e8deeeb20e44b5ab956e3bc42a9e53abd65250..4af14f8f347815d3445533791b1a8b9292055111 100644
--- a/src/features/gen_EffectTiming.rs
+++ b/src/features/gen_EffectTiming.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Element.rs b/src/features/gen_Element.rs
index 011b65d28b7202a0e802d1a0745ad28e1e7dd4c4..4f8180e96fedc33cc1a4c50c83c611b7bda62418 100644
--- a/src/features/gen_Element.rs
+++ b/src/features/gen_Element.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -662,6 +663,76 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `Element`*"]
     pub fn webkit_matches_selector(this: &Element, selector: &str) -> Result<bool, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "Animation")]
+    # [wasm_bindgen (method , structural , js_class = "Element" , js_name = animate)]
+    #[doc = "The `animate()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/animate)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Animation`, `Element`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn animate(this: &Element, keyframes: Option<&::js_sys::Object>) -> Animation;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "Animation")]
+    # [wasm_bindgen (method , structural , js_class = "Element" , js_name = animate)]
+    #[doc = "The `animate()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/animate)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Animation`, `Element`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn animate_with_f64(
+        this: &Element,
+        keyframes: Option<&::js_sys::Object>,
+        options: f64,
+    ) -> Animation;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(all(feature = "Animation", feature = "KeyframeAnimationOptions",))]
+    # [wasm_bindgen (method , structural , js_class = "Element" , js_name = animate)]
+    #[doc = "The `animate()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/animate)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Animation`, `Element`, `KeyframeAnimationOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn animate_with_keyframe_animation_options(
+        this: &Element,
+        keyframes: Option<&::js_sys::Object>,
+        options: &KeyframeAnimationOptions,
+    ) -> Animation;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "Element" , js_name = getAnimations)]
+    #[doc = "The `getAnimations()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/getAnimations)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Element`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn get_animations(this: &Element) -> ::js_sys::Array;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "GetAnimationsOptions")]
+    # [wasm_bindgen (method , structural , js_class = "Element" , js_name = getAnimations)]
+    #[doc = "The `getAnimations()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/getAnimations)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Element`, `GetAnimationsOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn get_animations_with_options(
+        this: &Element,
+        options: &GetAnimationsOptions,
+    ) -> ::js_sys::Array;
     # [wasm_bindgen (catch , method , structural , variadic , js_class = "Element" , js_name = after)]
     #[doc = "The `after()` method."]
     #[doc = ""]
@@ -1949,4 +2020,195 @@ extern "C" {
         nodes_6: &str,
         nodes_7: &str,
     ) -> Result<(), JsValue>;
+    # [wasm_bindgen (method , structural , variadic , js_class = "Element" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Element`*"]
+    pub fn replace_children_with_node(this: &Element, nodes: &::js_sys::Array);
+    # [wasm_bindgen (method , structural , js_class = "Element" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Element`*"]
+    pub fn replace_children_with_node_0(this: &Element);
+    # [wasm_bindgen (method , structural , js_class = "Element" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Element`*"]
+    pub fn replace_children_with_node_1(this: &Element, nodes_1: &Node);
+    # [wasm_bindgen (method , structural , js_class = "Element" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Element`*"]
+    pub fn replace_children_with_node_2(this: &Element, nodes_1: &Node, nodes_2: &Node);
+    # [wasm_bindgen (method , structural , js_class = "Element" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Element`*"]
+    pub fn replace_children_with_node_3(
+        this: &Element,
+        nodes_1: &Node,
+        nodes_2: &Node,
+        nodes_3: &Node,
+    );
+    # [wasm_bindgen (method , structural , js_class = "Element" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Element`*"]
+    pub fn replace_children_with_node_4(
+        this: &Element,
+        nodes_1: &Node,
+        nodes_2: &Node,
+        nodes_3: &Node,
+        nodes_4: &Node,
+    );
+    # [wasm_bindgen (method , structural , js_class = "Element" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Element`*"]
+    pub fn replace_children_with_node_5(
+        this: &Element,
+        nodes_1: &Node,
+        nodes_2: &Node,
+        nodes_3: &Node,
+        nodes_4: &Node,
+        nodes_5: &Node,
+    );
+    # [wasm_bindgen (method , structural , js_class = "Element" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Element`*"]
+    pub fn replace_children_with_node_6(
+        this: &Element,
+        nodes_1: &Node,
+        nodes_2: &Node,
+        nodes_3: &Node,
+        nodes_4: &Node,
+        nodes_5: &Node,
+        nodes_6: &Node,
+    );
+    # [wasm_bindgen (method , structural , js_class = "Element" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Element`*"]
+    pub fn replace_children_with_node_7(
+        this: &Element,
+        nodes_1: &Node,
+        nodes_2: &Node,
+        nodes_3: &Node,
+        nodes_4: &Node,
+        nodes_5: &Node,
+        nodes_6: &Node,
+        nodes_7: &Node,
+    );
+    # [wasm_bindgen (method , structural , variadic , js_class = "Element" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Element`*"]
+    pub fn replace_children_with_str(this: &Element, nodes: &::js_sys::Array);
+    # [wasm_bindgen (method , structural , js_class = "Element" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Element`*"]
+    pub fn replace_children_with_str_0(this: &Element);
+    # [wasm_bindgen (method , structural , js_class = "Element" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Element`*"]
+    pub fn replace_children_with_str_1(this: &Element, nodes_1: &str);
+    # [wasm_bindgen (method , structural , js_class = "Element" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Element`*"]
+    pub fn replace_children_with_str_2(this: &Element, nodes_1: &str, nodes_2: &str);
+    # [wasm_bindgen (method , structural , js_class = "Element" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Element`*"]
+    pub fn replace_children_with_str_3(this: &Element, nodes_1: &str, nodes_2: &str, nodes_3: &str);
+    # [wasm_bindgen (method , structural , js_class = "Element" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Element`*"]
+    pub fn replace_children_with_str_4(
+        this: &Element,
+        nodes_1: &str,
+        nodes_2: &str,
+        nodes_3: &str,
+        nodes_4: &str,
+    );
+    # [wasm_bindgen (method , structural , js_class = "Element" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Element`*"]
+    pub fn replace_children_with_str_5(
+        this: &Element,
+        nodes_1: &str,
+        nodes_2: &str,
+        nodes_3: &str,
+        nodes_4: &str,
+        nodes_5: &str,
+    );
+    # [wasm_bindgen (method , structural , js_class = "Element" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Element`*"]
+    pub fn replace_children_with_str_6(
+        this: &Element,
+        nodes_1: &str,
+        nodes_2: &str,
+        nodes_3: &str,
+        nodes_4: &str,
+        nodes_5: &str,
+        nodes_6: &str,
+    );
+    # [wasm_bindgen (method , structural , js_class = "Element" , js_name = replaceChildren)]
+    #[doc = "The `replaceChildren()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceChildren)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Element`*"]
+    pub fn replace_children_with_str_7(
+        this: &Element,
+        nodes_1: &str,
+        nodes_2: &str,
+        nodes_3: &str,
+        nodes_4: &str,
+        nodes_5: &str,
+        nodes_6: &str,
+        nodes_7: &str,
+    );
 }
diff --git a/src/features/gen_ElementCreationOptions.rs b/src/features/gen_ElementCreationOptions.rs
index d12dd041e9057997c56b33f47d67f12dd1cdd93a..b5a76b5c074868e89da19cffbf97b16530ce269f 100644
--- a/src/features/gen_ElementCreationOptions.rs
+++ b/src/features/gen_ElementCreationOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ElementDefinitionOptions.rs b/src/features/gen_ElementDefinitionOptions.rs
index 4b9492b3b88d0b3c93275441c1ab48119cb29f1e..e53766d86481b417b8fbcd2061157bac6dd7fd19 100644
--- a/src/features/gen_ElementDefinitionOptions.rs
+++ b/src/features/gen_ElementDefinitionOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_EncodedAudioChunk.rs b/src/features/gen_EncodedAudioChunk.rs
index 93a9cd7ca06460ec4442f755aafa2a9b3fe6729f..17aed5aacfa25b72f3f2c94373f7172a6950fc75 100644
--- a/src/features/gen_EncodedAudioChunk.rs
+++ b/src/features/gen_EncodedAudioChunk.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_EncodedAudioChunkInit.rs b/src/features/gen_EncodedAudioChunkInit.rs
index c95daf55fc67d53d9ac94d39362403a9f3f06702..d5496c324e2ab0fea57b59b1b722151203ff5396 100644
--- a/src/features/gen_EncodedAudioChunkInit.rs
+++ b/src/features/gen_EncodedAudioChunkInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_EncodedAudioChunkMetadata.rs b/src/features/gen_EncodedAudioChunkMetadata.rs
index 6a43b98aa13a572e92ebd8af12ca76565eaefbf8..aeb9cd53201e80bac09df282c836cf5d5b7d4889 100644
--- a/src/features/gen_EncodedAudioChunkMetadata.rs
+++ b/src/features/gen_EncodedAudioChunkMetadata.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_EncodedAudioChunkType.rs b/src/features/gen_EncodedAudioChunkType.rs
index 5a977aeba193d301bb363479b2d096f64e379ab9..42f4dcc55d0f605213257e336492ca07471a05eb 100644
--- a/src/features/gen_EncodedAudioChunkType.rs
+++ b/src/features/gen_EncodedAudioChunkType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_EncodedVideoChunk.rs b/src/features/gen_EncodedVideoChunk.rs
index a6590c850b066e0537284486ea9731afb3309ac6..808af2cf307c30f8cc5b9b4811cb81dc590adb90 100644
--- a/src/features/gen_EncodedVideoChunk.rs
+++ b/src/features/gen_EncodedVideoChunk.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_EncodedVideoChunkInit.rs b/src/features/gen_EncodedVideoChunkInit.rs
index 6491aefd7278404b4ab3d247d439b147e2223d7e..1699fbf104ae773714e862d11f73c1f5f51619cf 100644
--- a/src/features/gen_EncodedVideoChunkInit.rs
+++ b/src/features/gen_EncodedVideoChunkInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_EncodedVideoChunkMetadata.rs b/src/features/gen_EncodedVideoChunkMetadata.rs
index 9d0e141526810b8296bd483f42aaf091dfa05041..6b81fe2e3e70497b2f6eb6199952548609edf2a4 100644
--- a/src/features/gen_EncodedVideoChunkMetadata.rs
+++ b/src/features/gen_EncodedVideoChunkMetadata.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_EncodedVideoChunkType.rs b/src/features/gen_EncodedVideoChunkType.rs
index 63537be608cab55220e81e41d8c7d9d94f8f5a59..64ce2b89ee3cfac002428de35c4e6873b9764cec 100644
--- a/src/features/gen_EncodedVideoChunkType.rs
+++ b/src/features/gen_EncodedVideoChunkType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_EndingTypes.rs b/src/features/gen_EndingTypes.rs
index 476f22965e78515e390d1379b0c9cce281c11db2..0898d8f99a65c1707ca5972e1c855a8ea0846791 100644
--- a/src/features/gen_EndingTypes.rs
+++ b/src/features/gen_EndingTypes.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `EndingTypes` enum."]
diff --git a/src/features/gen_ErrorCallback.rs b/src/features/gen_ErrorCallback.rs
index 067bd08050bdb2b620e2632ff60c50761448ebd7..4351dfc05eb107702ac681f4f215b71c42f69cf7 100644
--- a/src/features/gen_ErrorCallback.rs
+++ b/src/features/gen_ErrorCallback.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ErrorEvent.rs b/src/features/gen_ErrorEvent.rs
index b3bd7fb1efea1b574444b35e3229995827c1fcbd..e9288b4477974d59e073ac22547033f9d24b2b59 100644
--- a/src/features/gen_ErrorEvent.rs
+++ b/src/features/gen_ErrorEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ErrorEventInit.rs b/src/features/gen_ErrorEventInit.rs
index cc2d881ae07b3ef26ee7fad61aff6724cb105c24..c483439e562df6d1c299d7933524fcfa1aff6a51 100644
--- a/src/features/gen_ErrorEventInit.rs
+++ b/src/features/gen_ErrorEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Event.rs b/src/features/gen_Event.rs
index bb3c3cffcb7f5efa3fa6568c7a83faf0e215136b..d2e29c958a564398c14b122e9a88565b0c9d9c86 100644
--- a/src/features/gen_Event.rs
+++ b/src/features/gen_Event.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_EventInit.rs b/src/features/gen_EventInit.rs
index 6b44b167bcb4a9ca3b200ebcbcae4b5d2ad97093..0a6e9eb812c02ce7a4e0a9cd2e809882515136af 100644
--- a/src/features/gen_EventInit.rs
+++ b/src/features/gen_EventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_EventListener.rs b/src/features/gen_EventListener.rs
index af46e7ad6c4e4b4f786b1d5e97aef5c1b6c1d420..ab47a4273407131989b33453c725b2ef162ab880 100644
--- a/src/features/gen_EventListener.rs
+++ b/src/features/gen_EventListener.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_EventListenerOptions.rs b/src/features/gen_EventListenerOptions.rs
index 9162ee8d2e23225fdf567a33789a38a1c34beecc..4ac4ff613e565c12c18926f904ded831e7f5aa57 100644
--- a/src/features/gen_EventListenerOptions.rs
+++ b/src/features/gen_EventListenerOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_EventModifierInit.rs b/src/features/gen_EventModifierInit.rs
index 02c06addcbe5f511f3b4b7a2c79c172a4265306f..21f7c2ceb81d526b1ea9146e3e3f43e6747462e9 100644
--- a/src/features/gen_EventModifierInit.rs
+++ b/src/features/gen_EventModifierInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_EventSource.rs b/src/features/gen_EventSource.rs
index 816817f378a99604dbde5832280a8abbcc7d3a3d..3a1ecfa27bc3fb6b9db93152650ddc52835a7913 100644
--- a/src/features/gen_EventSource.rs
+++ b/src/features/gen_EventSource.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_EventSourceInit.rs b/src/features/gen_EventSourceInit.rs
index f8e5f4af48d06e5a7b4d635060e22773b54abe87..7c0f3bce2370a3fa432b2fc8b224e6f77ac1c65e 100644
--- a/src/features/gen_EventSourceInit.rs
+++ b/src/features/gen_EventSourceInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_EventTarget.rs b/src/features/gen_EventTarget.rs
index 431b5a631906ce8b70c5e9fe2c157d9213b1549b..a87f6d46f54adcb240113f438abdf726b6c802a8 100644
--- a/src/features/gen_EventTarget.rs
+++ b/src/features/gen_EventTarget.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Exception.rs b/src/features/gen_Exception.rs
index d38c6f66ee16496d8ee9dba3d3c81963fa78ec1d..d8a046ba1f9ab77c00ba6db347761aa57c580422 100644
--- a/src/features/gen_Exception.rs
+++ b/src/features/gen_Exception.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ExtBlendMinmax.rs b/src/features/gen_ExtBlendMinmax.rs
index 9e274a31074a429f6f9424632e41d8fa6bdd20f1..e352522c3c337bb15036cf4e4fadb5a93fb880d5 100644
--- a/src/features/gen_ExtBlendMinmax.rs
+++ b/src/features/gen_ExtBlendMinmax.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ExtColorBufferFloat.rs b/src/features/gen_ExtColorBufferFloat.rs
index 884e06c1627d7b879f6602fd9ba852a9bc25a46a..f5ddf436c8d40ab53f7eacd4e7939f658503313d 100644
--- a/src/features/gen_ExtColorBufferFloat.rs
+++ b/src/features/gen_ExtColorBufferFloat.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ExtColorBufferHalfFloat.rs b/src/features/gen_ExtColorBufferHalfFloat.rs
index 26ffa3c74bcfadb6bf7e06dfe6d56326cbccbd1c..c50dd77f5d97587f0a4cd4ce0124d3b38d3c0a02 100644
--- a/src/features/gen_ExtColorBufferHalfFloat.rs
+++ b/src/features/gen_ExtColorBufferHalfFloat.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ExtDisjointTimerQuery.rs b/src/features/gen_ExtDisjointTimerQuery.rs
index 1df18d754d24514a102a908ef6c9055e4f2dfa74..f1be27d7d2daf3cc84e95d0cce2c1d0c461dc6f7 100644
--- a/src/features/gen_ExtDisjointTimerQuery.rs
+++ b/src/features/gen_ExtDisjointTimerQuery.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ExtFragDepth.rs b/src/features/gen_ExtFragDepth.rs
index fd2f30f389b34de0981279482a3edf56c54d5062..53a284febb488da4364c642eb0792578b091e63f 100644
--- a/src/features/gen_ExtFragDepth.rs
+++ b/src/features/gen_ExtFragDepth.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ExtSRgb.rs b/src/features/gen_ExtSRgb.rs
index c97cde655392c1ca16840182c5333a863002f88b..2cf4e65becd94fe03f21ff5417c9df6202885c76 100644
--- a/src/features/gen_ExtSRgb.rs
+++ b/src/features/gen_ExtSRgb.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ExtShaderTextureLod.rs b/src/features/gen_ExtShaderTextureLod.rs
index daa45adb7d79836904b74d9ccae9b2d12970000e..52e5635acc3defc6caaefec439bbda0d792afd8f 100644
--- a/src/features/gen_ExtShaderTextureLod.rs
+++ b/src/features/gen_ExtShaderTextureLod.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ExtTextureFilterAnisotropic.rs b/src/features/gen_ExtTextureFilterAnisotropic.rs
index 905b2d225c39f22d9384ec4b1bc0f4784dc52187..e5d1da504278985863e0a8f8353bbae94db35a50 100644
--- a/src/features/gen_ExtTextureFilterAnisotropic.rs
+++ b/src/features/gen_ExtTextureFilterAnisotropic.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ExtTextureNorm16.rs b/src/features/gen_ExtTextureNorm16.rs
new file mode 100644
index 0000000000000000000000000000000000000000..125e3403f995562c6f4f43de6993b30b2e9f9c2f
--- /dev/null
+++ b/src/features/gen_ExtTextureNorm16.rs
@@ -0,0 +1,49 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = EXT_texture_norm16 , typescript_type = "EXT_texture_norm16")]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `ExtTextureNorm16` class."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/EXT_texture_norm16)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ExtTextureNorm16`*"]
+    pub type ExtTextureNorm16;
+}
+impl ExtTextureNorm16 {
+    #[doc = "The `EXT_texture_norm16.R16_EXT` const."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ExtTextureNorm16`*"]
+    pub const R16_EXT: u32 = 33322u64 as u32;
+    #[doc = "The `EXT_texture_norm16.RG16_EXT` const."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ExtTextureNorm16`*"]
+    pub const RG16_EXT: u32 = 33324u64 as u32;
+    #[doc = "The `EXT_texture_norm16.RGB16_EXT` const."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ExtTextureNorm16`*"]
+    pub const RGB16_EXT: u32 = 32852u64 as u32;
+    #[doc = "The `EXT_texture_norm16.RGBA16_EXT` const."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ExtTextureNorm16`*"]
+    pub const RGBA16_EXT: u32 = 32859u64 as u32;
+    #[doc = "The `EXT_texture_norm16.R16_SNORM_EXT` const."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ExtTextureNorm16`*"]
+    pub const R16_SNORM_EXT: u32 = 36760u64 as u32;
+    #[doc = "The `EXT_texture_norm16.RG16_SNORM_EXT` const."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ExtTextureNorm16`*"]
+    pub const RG16_SNORM_EXT: u32 = 36761u64 as u32;
+    #[doc = "The `EXT_texture_norm16.RGB16_SNORM_EXT` const."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ExtTextureNorm16`*"]
+    pub const RGB16_SNORM_EXT: u32 = 36762u64 as u32;
+    #[doc = "The `EXT_texture_norm16.RGBA16_SNORM_EXT` const."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ExtTextureNorm16`*"]
+    pub const RGBA16_SNORM_EXT: u32 = 36763u64 as u32;
+}
diff --git a/src/features/gen_ExtendableEvent.rs b/src/features/gen_ExtendableEvent.rs
index d3c14235aad8276c08d72defe48861d276f90f70..5b9b54067f0c82e64a33c28a9ed2566659df8eb2 100644
--- a/src/features/gen_ExtendableEvent.rs
+++ b/src/features/gen_ExtendableEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ExtendableEventInit.rs b/src/features/gen_ExtendableEventInit.rs
index 6bdb395c355f10def32ff04bdceb16743bb27ae2..c990714268d5560321a3545f08b22315da0db938 100644
--- a/src/features/gen_ExtendableEventInit.rs
+++ b/src/features/gen_ExtendableEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ExtendableMessageEvent.rs b/src/features/gen_ExtendableMessageEvent.rs
index fdbb3a2bee2e8e15603521c908355eb154ec87f6..a660231a1de60a01ae0ad60b48e03de3b3948d81 100644
--- a/src/features/gen_ExtendableMessageEvent.rs
+++ b/src/features/gen_ExtendableMessageEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ExtendableMessageEventInit.rs b/src/features/gen_ExtendableMessageEventInit.rs
index 13577af828343574280b1f7400cb9166c92c0957..9be6c91c360531a2eb165e86203845cba28fa01c 100644
--- a/src/features/gen_ExtendableMessageEventInit.rs
+++ b/src/features/gen_ExtendableMessageEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_External.rs b/src/features/gen_External.rs
index bc58c96019ccba12e45788215ffe93a8ad1f49a9..66974fd4da9306cf16e8374057b2c360d51cd9f6 100644
--- a/src/features/gen_External.rs
+++ b/src/features/gen_External.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FakePluginMimeEntry.rs b/src/features/gen_FakePluginMimeEntry.rs
index 9a02492943904b78ec3a368f79cdfe472c892680..fbae627901c276066c4c42ce35907511a5502f52 100644
--- a/src/features/gen_FakePluginMimeEntry.rs
+++ b/src/features/gen_FakePluginMimeEntry.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FakePluginTagInit.rs b/src/features/gen_FakePluginTagInit.rs
index ce81b452df3ceb625089ce9937290bb32129fcb3..a1b4ac8a3f49da35fb783f0f9c6aecc68479c719 100644
--- a/src/features/gen_FakePluginTagInit.rs
+++ b/src/features/gen_FakePluginTagInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FetchEvent.rs b/src/features/gen_FetchEvent.rs
index 70f378fe4c25cd07e5c0c069345f79cecdb3faee..c3aa140c988ec8e783015d5a6874bc3842ca259b 100644
--- a/src/features/gen_FetchEvent.rs
+++ b/src/features/gen_FetchEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FetchEventInit.rs b/src/features/gen_FetchEventInit.rs
index baeace312f6797c2a89102338195cc4256ee5633..d199cc656abb59c3daebf594af08ef1bf566229b 100644
--- a/src/features/gen_FetchEventInit.rs
+++ b/src/features/gen_FetchEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FetchObserver.rs b/src/features/gen_FetchObserver.rs
index e08d9341c1440138dcd49a0974eae16bacaf0ba0..264c14ee0ebff39c04f6b2f3de0737b1f83b417e 100644
--- a/src/features/gen_FetchObserver.rs
+++ b/src/features/gen_FetchObserver.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FetchReadableStreamReadDataArray.rs b/src/features/gen_FetchReadableStreamReadDataArray.rs
index 8e5fa2c3ec5687c8b9ea17a6d91330f83426ac66..42499f45b3128e26d1a2b13181b9e55212150d8d 100644
--- a/src/features/gen_FetchReadableStreamReadDataArray.rs
+++ b/src/features/gen_FetchReadableStreamReadDataArray.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FetchReadableStreamReadDataDone.rs b/src/features/gen_FetchReadableStreamReadDataDone.rs
index c3f81924c3fbd53b3404c682e3cdd5c3fdc320b3..2bbfebba908eadb7c5787204efe3c119a13d7c8c 100644
--- a/src/features/gen_FetchReadableStreamReadDataDone.rs
+++ b/src/features/gen_FetchReadableStreamReadDataDone.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FetchState.rs b/src/features/gen_FetchState.rs
index 84ff3c6bb57577369cbc5f6ea27c439862045578..e3adc4aed2dcae45b5fb1da057640c0b8b232d8c 100644
--- a/src/features/gen_FetchState.rs
+++ b/src/features/gen_FetchState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `FetchState` enum."]
diff --git a/src/features/gen_File.rs b/src/features/gen_File.rs
index d22c7495a060f4b5ae327edee59efd2a4944b20f..bd97907da7e804f8f78ba4a789fd02c413a4ca7a 100644
--- a/src/features/gen_File.rs
+++ b/src/features/gen_File.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FileCallback.rs b/src/features/gen_FileCallback.rs
index fd46ab2290f9e4c0b34ebca2f35fc3198b6bdc62..46e03df228dd0e449734191c65eef70730a6cfa4 100644
--- a/src/features/gen_FileCallback.rs
+++ b/src/features/gen_FileCallback.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FileList.rs b/src/features/gen_FileList.rs
index 5e6132dc306af9d586abc1cb3d229c99c8c33ae9..6e59e87e0ad3a106b584681e1df96dde67f0d5ff 100644
--- a/src/features/gen_FileList.rs
+++ b/src/features/gen_FileList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FilePropertyBag.rs b/src/features/gen_FilePropertyBag.rs
index 594aea9bbf845381e646a082b9265d8c0fee2f15..f98a68c4fc6ee34ddb4003c53f9604860146ba00 100644
--- a/src/features/gen_FilePropertyBag.rs
+++ b/src/features/gen_FilePropertyBag.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FileReader.rs b/src/features/gen_FileReader.rs
index 5263af6817d14d9728b983fb089e47c59aadd3fe..6ecf1165da0cfdb7529f377bb513f47b1c394372 100644
--- a/src/features/gen_FileReader.rs
+++ b/src/features/gen_FileReader.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FileReaderSync.rs b/src/features/gen_FileReaderSync.rs
index c8ec2a66444ce5a34756e9d053fba862ea906ce5..97987b4c7d15d7256dc507a3ad7a9c14fcbb309f 100644
--- a/src/features/gen_FileReaderSync.rs
+++ b/src/features/gen_FileReaderSync.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FileSystem.rs b/src/features/gen_FileSystem.rs
index 09f217e0e001fba0a315ff002abc33b058f3c168..15eb5af88898564006122e4d127d119a95b535ac 100644
--- a/src/features/gen_FileSystem.rs
+++ b/src/features/gen_FileSystem.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FileSystemCreateWritableOptions.rs b/src/features/gen_FileSystemCreateWritableOptions.rs
new file mode 100644
index 0000000000000000000000000000000000000000..76ebad998376c53a596c0152627ce635a08e8ff6
--- /dev/null
+++ b/src/features/gen_FileSystemCreateWritableOptions.rs
@@ -0,0 +1,58 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = FileSystemCreateWritableOptions)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `FileSystemCreateWritableOptions` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemCreateWritableOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type FileSystemCreateWritableOptions;
+}
+#[cfg(web_sys_unstable_apis)]
+impl FileSystemCreateWritableOptions {
+    #[doc = "Construct a new `FileSystemCreateWritableOptions`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemCreateWritableOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `keepExistingData` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemCreateWritableOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn keep_existing_data(&mut self, val: bool) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("keepExistingData"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+#[cfg(web_sys_unstable_apis)]
+impl Default for FileSystemCreateWritableOptions {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_FileSystemDirectoryEntry.rs b/src/features/gen_FileSystemDirectoryEntry.rs
index 1a291e441243891b57aaed9f8aa0d3cab2e79bed..7e81017552606c55f856f81aaa625c68f135d818 100644
--- a/src/features/gen_FileSystemDirectoryEntry.rs
+++ b/src/features/gen_FileSystemDirectoryEntry.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FileSystemDirectoryHandle.rs b/src/features/gen_FileSystemDirectoryHandle.rs
new file mode 100644
index 0000000000000000000000000000000000000000..9487482f35b328c24e693ae6655cb24c2c2a2698
--- /dev/null
+++ b/src/features/gen_FileSystemDirectoryHandle.rs
@@ -0,0 +1,114 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = FileSystemHandle , extends = :: js_sys :: Object , js_name = FileSystemDirectoryHandle , typescript_type = "FileSystemDirectoryHandle")]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `FileSystemDirectoryHandle` class."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemDirectoryHandle)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemDirectoryHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type FileSystemDirectoryHandle;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "FileSystemDirectoryHandle" , js_name = getDirectoryHandle)]
+    #[doc = "The `getDirectoryHandle()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemDirectoryHandle/getDirectoryHandle)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemDirectoryHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn get_directory_handle(this: &FileSystemDirectoryHandle, name: &str) -> ::js_sys::Promise;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "FileSystemGetDirectoryOptions")]
+    # [wasm_bindgen (method , structural , js_class = "FileSystemDirectoryHandle" , js_name = getDirectoryHandle)]
+    #[doc = "The `getDirectoryHandle()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemDirectoryHandle/getDirectoryHandle)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemDirectoryHandle`, `FileSystemGetDirectoryOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn get_directory_handle_with_options(
+        this: &FileSystemDirectoryHandle,
+        name: &str,
+        options: &FileSystemGetDirectoryOptions,
+    ) -> ::js_sys::Promise;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "FileSystemDirectoryHandle" , js_name = getFileHandle)]
+    #[doc = "The `getFileHandle()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemDirectoryHandle/getFileHandle)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemDirectoryHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn get_file_handle(this: &FileSystemDirectoryHandle, name: &str) -> ::js_sys::Promise;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "FileSystemGetFileOptions")]
+    # [wasm_bindgen (method , structural , js_class = "FileSystemDirectoryHandle" , js_name = getFileHandle)]
+    #[doc = "The `getFileHandle()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemDirectoryHandle/getFileHandle)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemDirectoryHandle`, `FileSystemGetFileOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn get_file_handle_with_options(
+        this: &FileSystemDirectoryHandle,
+        name: &str,
+        options: &FileSystemGetFileOptions,
+    ) -> ::js_sys::Promise;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "FileSystemDirectoryHandle" , js_name = removeEntry)]
+    #[doc = "The `removeEntry()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemDirectoryHandle/removeEntry)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemDirectoryHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn remove_entry(this: &FileSystemDirectoryHandle, name: &str) -> ::js_sys::Promise;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "FileSystemRemoveOptions")]
+    # [wasm_bindgen (method , structural , js_class = "FileSystemDirectoryHandle" , js_name = removeEntry)]
+    #[doc = "The `removeEntry()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemDirectoryHandle/removeEntry)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemDirectoryHandle`, `FileSystemRemoveOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn remove_entry_with_options(
+        this: &FileSystemDirectoryHandle,
+        name: &str,
+        options: &FileSystemRemoveOptions,
+    ) -> ::js_sys::Promise;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "FileSystemDirectoryHandle" , js_name = resolve)]
+    #[doc = "The `resolve()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemDirectoryHandle/resolve)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemDirectoryHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn resolve(
+        this: &FileSystemDirectoryHandle,
+        possible_descendant: &FileSystemHandle,
+    ) -> ::js_sys::Promise;
+}
diff --git a/src/features/gen_FileSystemDirectoryReader.rs b/src/features/gen_FileSystemDirectoryReader.rs
index 4d6a922b8505063be0fb1e5cd1d5e3b1ef6d76cb..0723db298eeded08259af7efbeaf00f9e70aa92f 100644
--- a/src/features/gen_FileSystemDirectoryReader.rs
+++ b/src/features/gen_FileSystemDirectoryReader.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FileSystemEntriesCallback.rs b/src/features/gen_FileSystemEntriesCallback.rs
index f8ef26903b5b7649c0340d45f8d34b37c239184b..1909296d86438db8261749e039f37e7efac68b8e 100644
--- a/src/features/gen_FileSystemEntriesCallback.rs
+++ b/src/features/gen_FileSystemEntriesCallback.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FileSystemEntry.rs b/src/features/gen_FileSystemEntry.rs
index 7834d6868ef1261a28f6a9a241b0bc0d635ec2e1..885bf591573e372381cb30d9f03032931e2d8926 100644
--- a/src/features/gen_FileSystemEntry.rs
+++ b/src/features/gen_FileSystemEntry.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FileSystemEntryCallback.rs b/src/features/gen_FileSystemEntryCallback.rs
index 38f4306e3b3f4f2bd82c7abd0852cf8390ef050b..c9162d911bf4cd5c00dc63d7dd5b815cc1713981 100644
--- a/src/features/gen_FileSystemEntryCallback.rs
+++ b/src/features/gen_FileSystemEntryCallback.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FileSystemFileEntry.rs b/src/features/gen_FileSystemFileEntry.rs
index 84dc290ab82f77902ab11487b9fa46608978b59a..8e4011817c827c9aff7c11eaf7cbe179966fe436 100644
--- a/src/features/gen_FileSystemFileEntry.rs
+++ b/src/features/gen_FileSystemFileEntry.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FileSystemFileHandle.rs b/src/features/gen_FileSystemFileHandle.rs
new file mode 100644
index 0000000000000000000000000000000000000000..c11c88e59b461c21ce456c665777245b5bd8efc5
--- /dev/null
+++ b/src/features/gen_FileSystemFileHandle.rs
@@ -0,0 +1,67 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = FileSystemHandle , extends = :: js_sys :: Object , js_name = FileSystemFileHandle , typescript_type = "FileSystemFileHandle")]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `FileSystemFileHandle` class."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemFileHandle)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemFileHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type FileSystemFileHandle;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "FileSystemFileHandle" , js_name = createSyncAccessHandle)]
+    #[doc = "The `createSyncAccessHandle()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemFileHandle/createSyncAccessHandle)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemFileHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn create_sync_access_handle(this: &FileSystemFileHandle) -> ::js_sys::Promise;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "FileSystemFileHandle" , js_name = createWritable)]
+    #[doc = "The `createWritable()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemFileHandle/createWritable)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemFileHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn create_writable(this: &FileSystemFileHandle) -> ::js_sys::Promise;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "FileSystemCreateWritableOptions")]
+    # [wasm_bindgen (method , structural , js_class = "FileSystemFileHandle" , js_name = createWritable)]
+    #[doc = "The `createWritable()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemFileHandle/createWritable)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemCreateWritableOptions`, `FileSystemFileHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn create_writable_with_options(
+        this: &FileSystemFileHandle,
+        options: &FileSystemCreateWritableOptions,
+    ) -> ::js_sys::Promise;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "FileSystemFileHandle" , js_name = getFile)]
+    #[doc = "The `getFile()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemFileHandle/getFile)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemFileHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn get_file(this: &FileSystemFileHandle) -> ::js_sys::Promise;
+}
diff --git a/src/features/gen_FileSystemFlags.rs b/src/features/gen_FileSystemFlags.rs
index 3faa152473bc9fa17a08ecc2e3fe1ebe39d54a5a..d71c57355fd4d29efdcf8a68659f1ef5dab271d5 100644
--- a/src/features/gen_FileSystemFlags.rs
+++ b/src/features/gen_FileSystemFlags.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FileSystemGetDirectoryOptions.rs b/src/features/gen_FileSystemGetDirectoryOptions.rs
new file mode 100644
index 0000000000000000000000000000000000000000..a26ba73562c28d531ea353e1aaed60f6374b9e75
--- /dev/null
+++ b/src/features/gen_FileSystemGetDirectoryOptions.rs
@@ -0,0 +1,55 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = FileSystemGetDirectoryOptions)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `FileSystemGetDirectoryOptions` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemGetDirectoryOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type FileSystemGetDirectoryOptions;
+}
+#[cfg(web_sys_unstable_apis)]
+impl FileSystemGetDirectoryOptions {
+    #[doc = "Construct a new `FileSystemGetDirectoryOptions`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemGetDirectoryOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `create` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemGetDirectoryOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn create(&mut self, val: bool) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r =
+            ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("create"), &JsValue::from(val));
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+#[cfg(web_sys_unstable_apis)]
+impl Default for FileSystemGetDirectoryOptions {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_FileSystemGetFileOptions.rs b/src/features/gen_FileSystemGetFileOptions.rs
new file mode 100644
index 0000000000000000000000000000000000000000..08dbf37c6dda983285bbd443e15872753b72a589
--- /dev/null
+++ b/src/features/gen_FileSystemGetFileOptions.rs
@@ -0,0 +1,55 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = FileSystemGetFileOptions)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `FileSystemGetFileOptions` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemGetFileOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type FileSystemGetFileOptions;
+}
+#[cfg(web_sys_unstable_apis)]
+impl FileSystemGetFileOptions {
+    #[doc = "Construct a new `FileSystemGetFileOptions`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemGetFileOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `create` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemGetFileOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn create(&mut self, val: bool) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r =
+            ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("create"), &JsValue::from(val));
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+#[cfg(web_sys_unstable_apis)]
+impl Default for FileSystemGetFileOptions {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_FileSystemHandle.rs b/src/features/gen_FileSystemHandle.rs
new file mode 100644
index 0000000000000000000000000000000000000000..35e9b66bb2b1219b17b52d0b174e09b03311aa15
--- /dev/null
+++ b/src/features/gen_FileSystemHandle.rs
@@ -0,0 +1,53 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = FileSystemHandle , typescript_type = "FileSystemHandle")]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `FileSystemHandle` class."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemHandle)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type FileSystemHandle;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "FileSystemHandleKind")]
+    # [wasm_bindgen (structural , method , getter , js_class = "FileSystemHandle" , js_name = kind)]
+    #[doc = "Getter for the `kind` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemHandle/kind)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemHandle`, `FileSystemHandleKind`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn kind(this: &FileSystemHandle) -> FileSystemHandleKind;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , getter , js_class = "FileSystemHandle" , js_name = name)]
+    #[doc = "Getter for the `name` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemHandle/name)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn name(this: &FileSystemHandle) -> String;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "FileSystemHandle" , js_name = isSameEntry)]
+    #[doc = "The `isSameEntry()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemHandle/isSameEntry)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn is_same_entry(this: &FileSystemHandle, other: &FileSystemHandle) -> ::js_sys::Promise;
+}
diff --git a/src/features/gen_FileSystemHandleKind.rs b/src/features/gen_FileSystemHandleKind.rs
new file mode 100644
index 0000000000000000000000000000000000000000..8dfa38a30d1a2c020bfc360515347f8a93f775fa
--- /dev/null
+++ b/src/features/gen_FileSystemHandleKind.rs
@@ -0,0 +1,16 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+#[doc = "The `FileSystemHandleKind` enum."]
+#[doc = ""]
+#[doc = "*This API requires the following crate features to be activated: `FileSystemHandleKind`*"]
+#[doc = ""]
+#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+#[derive(Debug, Clone, Copy, PartialEq, Eq)]
+pub enum FileSystemHandleKind {
+    File = "file",
+    Directory = "directory",
+}
diff --git a/src/features/gen_FileSystemReadWriteOptions.rs b/src/features/gen_FileSystemReadWriteOptions.rs
new file mode 100644
index 0000000000000000000000000000000000000000..1188a945f1e6409586db320c9fe50a50568a2157
--- /dev/null
+++ b/src/features/gen_FileSystemReadWriteOptions.rs
@@ -0,0 +1,54 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = FileSystemReadWriteOptions)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `FileSystemReadWriteOptions` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemReadWriteOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type FileSystemReadWriteOptions;
+}
+#[cfg(web_sys_unstable_apis)]
+impl FileSystemReadWriteOptions {
+    #[doc = "Construct a new `FileSystemReadWriteOptions`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemReadWriteOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `at` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemReadWriteOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn at(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("at"), &JsValue::from(val));
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+#[cfg(web_sys_unstable_apis)]
+impl Default for FileSystemReadWriteOptions {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_FileSystemRemoveOptions.rs b/src/features/gen_FileSystemRemoveOptions.rs
new file mode 100644
index 0000000000000000000000000000000000000000..a0e895dfce3f04e1a35481a371582cfcdcd6fcf0
--- /dev/null
+++ b/src/features/gen_FileSystemRemoveOptions.rs
@@ -0,0 +1,58 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = FileSystemRemoveOptions)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `FileSystemRemoveOptions` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemRemoveOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type FileSystemRemoveOptions;
+}
+#[cfg(web_sys_unstable_apis)]
+impl FileSystemRemoveOptions {
+    #[doc = "Construct a new `FileSystemRemoveOptions`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemRemoveOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `recursive` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemRemoveOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn recursive(&mut self, val: bool) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("recursive"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+#[cfg(web_sys_unstable_apis)]
+impl Default for FileSystemRemoveOptions {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_FileSystemSyncAccessHandle.rs b/src/features/gen_FileSystemSyncAccessHandle.rs
new file mode 100644
index 0000000000000000000000000000000000000000..30d81b46b83bced729a54db943ce61e27f7726a9
--- /dev/null
+++ b/src/features/gen_FileSystemSyncAccessHandle.rs
@@ -0,0 +1,200 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = FileSystemSyncAccessHandle , typescript_type = "FileSystemSyncAccessHandle")]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `FileSystemSyncAccessHandle` class."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemSyncAccessHandle)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemSyncAccessHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type FileSystemSyncAccessHandle;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "FileSystemSyncAccessHandle" , js_name = close)]
+    #[doc = "The `close()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemSyncAccessHandle/close)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemSyncAccessHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn close(this: &FileSystemSyncAccessHandle);
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (catch , method , structural , js_class = "FileSystemSyncAccessHandle" , js_name = flush)]
+    #[doc = "The `flush()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemSyncAccessHandle/flush)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemSyncAccessHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn flush(this: &FileSystemSyncAccessHandle) -> Result<(), JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (catch , method , structural , js_class = "FileSystemSyncAccessHandle" , js_name = getSize)]
+    #[doc = "The `getSize()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemSyncAccessHandle/getSize)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemSyncAccessHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn get_size(this: &FileSystemSyncAccessHandle) -> Result<f64, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (catch , method , structural , js_class = "FileSystemSyncAccessHandle" , js_name = read)]
+    #[doc = "The `read()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemSyncAccessHandle/read)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemSyncAccessHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn read_with_buffer_source(
+        this: &FileSystemSyncAccessHandle,
+        buffer: &::js_sys::Object,
+    ) -> Result<f64, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (catch , method , structural , js_class = "FileSystemSyncAccessHandle" , js_name = read)]
+    #[doc = "The `read()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemSyncAccessHandle/read)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemSyncAccessHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn read_with_u8_array(
+        this: &FileSystemSyncAccessHandle,
+        buffer: &mut [u8],
+    ) -> Result<f64, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "FileSystemReadWriteOptions")]
+    # [wasm_bindgen (catch , method , structural , js_class = "FileSystemSyncAccessHandle" , js_name = read)]
+    #[doc = "The `read()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemSyncAccessHandle/read)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemReadWriteOptions`, `FileSystemSyncAccessHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn read_with_buffer_source_and_options(
+        this: &FileSystemSyncAccessHandle,
+        buffer: &::js_sys::Object,
+        options: &FileSystemReadWriteOptions,
+    ) -> Result<f64, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "FileSystemReadWriteOptions")]
+    # [wasm_bindgen (catch , method , structural , js_class = "FileSystemSyncAccessHandle" , js_name = read)]
+    #[doc = "The `read()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemSyncAccessHandle/read)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemReadWriteOptions`, `FileSystemSyncAccessHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn read_with_u8_array_and_options(
+        this: &FileSystemSyncAccessHandle,
+        buffer: &mut [u8],
+        options: &FileSystemReadWriteOptions,
+    ) -> Result<f64, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (catch , method , structural , js_class = "FileSystemSyncAccessHandle" , js_name = truncate)]
+    #[doc = "The `truncate()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemSyncAccessHandle/truncate)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemSyncAccessHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn truncate_with_u32(
+        this: &FileSystemSyncAccessHandle,
+        new_size: u32,
+    ) -> Result<(), JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (catch , method , structural , js_class = "FileSystemSyncAccessHandle" , js_name = truncate)]
+    #[doc = "The `truncate()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemSyncAccessHandle/truncate)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemSyncAccessHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn truncate_with_f64(
+        this: &FileSystemSyncAccessHandle,
+        new_size: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (catch , method , structural , js_class = "FileSystemSyncAccessHandle" , js_name = write)]
+    #[doc = "The `write()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemSyncAccessHandle/write)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemSyncAccessHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn write_with_buffer_source(
+        this: &FileSystemSyncAccessHandle,
+        buffer: &::js_sys::Object,
+    ) -> Result<f64, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (catch , method , structural , js_class = "FileSystemSyncAccessHandle" , js_name = write)]
+    #[doc = "The `write()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemSyncAccessHandle/write)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemSyncAccessHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn write_with_u8_array(
+        this: &FileSystemSyncAccessHandle,
+        buffer: &mut [u8],
+    ) -> Result<f64, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "FileSystemReadWriteOptions")]
+    # [wasm_bindgen (catch , method , structural , js_class = "FileSystemSyncAccessHandle" , js_name = write)]
+    #[doc = "The `write()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemSyncAccessHandle/write)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemReadWriteOptions`, `FileSystemSyncAccessHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn write_with_buffer_source_and_options(
+        this: &FileSystemSyncAccessHandle,
+        buffer: &::js_sys::Object,
+        options: &FileSystemReadWriteOptions,
+    ) -> Result<f64, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "FileSystemReadWriteOptions")]
+    # [wasm_bindgen (catch , method , structural , js_class = "FileSystemSyncAccessHandle" , js_name = write)]
+    #[doc = "The `write()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemSyncAccessHandle/write)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemReadWriteOptions`, `FileSystemSyncAccessHandle`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn write_with_u8_array_and_options(
+        this: &FileSystemSyncAccessHandle,
+        buffer: &mut [u8],
+        options: &FileSystemReadWriteOptions,
+    ) -> Result<f64, JsValue>;
+}
diff --git a/src/features/gen_FileSystemWritableFileStream.rs b/src/features/gen_FileSystemWritableFileStream.rs
new file mode 100644
index 0000000000000000000000000000000000000000..c3698228340848c16586ab6d7ae827cddd43901d
--- /dev/null
+++ b/src/features/gen_FileSystemWritableFileStream.rs
@@ -0,0 +1,147 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = WritableStream , extends = :: js_sys :: Object , js_name = FileSystemWritableFileStream , typescript_type = "FileSystemWritableFileStream")]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `FileSystemWritableFileStream` class."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemWritableFileStream)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemWritableFileStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type FileSystemWritableFileStream;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (catch , method , structural , js_class = "FileSystemWritableFileStream" , js_name = seek)]
+    #[doc = "The `seek()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemWritableFileStream/seek)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemWritableFileStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn seek_with_u32(
+        this: &FileSystemWritableFileStream,
+        position: u32,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (catch , method , structural , js_class = "FileSystemWritableFileStream" , js_name = seek)]
+    #[doc = "The `seek()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemWritableFileStream/seek)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemWritableFileStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn seek_with_f64(
+        this: &FileSystemWritableFileStream,
+        position: f64,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (catch , method , structural , js_class = "FileSystemWritableFileStream" , js_name = truncate)]
+    #[doc = "The `truncate()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemWritableFileStream/truncate)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemWritableFileStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn truncate_with_u32(
+        this: &FileSystemWritableFileStream,
+        size: u32,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (catch , method , structural , js_class = "FileSystemWritableFileStream" , js_name = truncate)]
+    #[doc = "The `truncate()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemWritableFileStream/truncate)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemWritableFileStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn truncate_with_f64(
+        this: &FileSystemWritableFileStream,
+        size: f64,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (catch , method , structural , js_class = "FileSystemWritableFileStream" , js_name = write)]
+    #[doc = "The `write()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemWritableFileStream/write)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemWritableFileStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn write_with_buffer_source(
+        this: &FileSystemWritableFileStream,
+        data: &::js_sys::Object,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (catch , method , structural , js_class = "FileSystemWritableFileStream" , js_name = write)]
+    #[doc = "The `write()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemWritableFileStream/write)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemWritableFileStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn write_with_u8_array(
+        this: &FileSystemWritableFileStream,
+        data: &mut [u8],
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "Blob")]
+    # [wasm_bindgen (catch , method , structural , js_class = "FileSystemWritableFileStream" , js_name = write)]
+    #[doc = "The `write()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemWritableFileStream/write)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Blob`, `FileSystemWritableFileStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn write_with_blob(
+        this: &FileSystemWritableFileStream,
+        data: &Blob,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (catch , method , structural , js_class = "FileSystemWritableFileStream" , js_name = write)]
+    #[doc = "The `write()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemWritableFileStream/write)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemWritableFileStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn write_with_str(
+        this: &FileSystemWritableFileStream,
+        data: &str,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "WriteParams")]
+    # [wasm_bindgen (catch , method , structural , js_class = "FileSystemWritableFileStream" , js_name = write)]
+    #[doc = "The `write()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemWritableFileStream/write)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FileSystemWritableFileStream`, `WriteParams`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn write_with_write_params(
+        this: &FileSystemWritableFileStream,
+        data: &WriteParams,
+    ) -> Result<::js_sys::Promise, JsValue>;
+}
diff --git a/src/features/gen_FillMode.rs b/src/features/gen_FillMode.rs
index 1e1001a68607cb94c6997b7d21c0dbae69f26e36..8897bde8524837b740e79e962662cf7add6b7541 100644
--- a/src/features/gen_FillMode.rs
+++ b/src/features/gen_FillMode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `FillMode` enum."]
diff --git a/src/features/gen_FlashClassification.rs b/src/features/gen_FlashClassification.rs
index eecf9f8f65c9f486b9612d8eca889579a2850504..08e526915ffce17d0f90803d1ba0d88292e37ee7 100644
--- a/src/features/gen_FlashClassification.rs
+++ b/src/features/gen_FlashClassification.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `FlashClassification` enum."]
diff --git a/src/features/gen_FlexLineGrowthState.rs b/src/features/gen_FlexLineGrowthState.rs
index ee937531214da6fbe496b4b24018127eb1396f5a..8b4bd3fd985690936d47cf86d44fb2a2ccb15a54 100644
--- a/src/features/gen_FlexLineGrowthState.rs
+++ b/src/features/gen_FlexLineGrowthState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `FlexLineGrowthState` enum."]
diff --git a/src/features/gen_FlowControlType.rs b/src/features/gen_FlowControlType.rs
new file mode 100644
index 0000000000000000000000000000000000000000..0b9f4c5e999f55059a16e939b73eb32e80be3152
--- /dev/null
+++ b/src/features/gen_FlowControlType.rs
@@ -0,0 +1,16 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+#[doc = "The `FlowControlType` enum."]
+#[doc = ""]
+#[doc = "*This API requires the following crate features to be activated: `FlowControlType`*"]
+#[doc = ""]
+#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+#[derive(Debug, Clone, Copy, PartialEq, Eq)]
+pub enum FlowControlType {
+    None = "none",
+    Hardware = "hardware",
+}
diff --git a/src/features/gen_FocusEvent.rs b/src/features/gen_FocusEvent.rs
index d50c0dca39dff42ce139472a4ef1b79571e663cf..90f7c679b1aa36b416eb3cecac02d8cc495c7ee0 100644
--- a/src/features/gen_FocusEvent.rs
+++ b/src/features/gen_FocusEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FocusEventInit.rs b/src/features/gen_FocusEventInit.rs
index b58db20764eff2a0516ee4851ffaa33e7c191d21..04077403e791acb015bb0d9e9f6b14e8faeb78f5 100644
--- a/src/features/gen_FocusEventInit.rs
+++ b/src/features/gen_FocusEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FontData.rs b/src/features/gen_FontData.rs
new file mode 100644
index 0000000000000000000000000000000000000000..c1bebfa28a26bed24ac884e813a2dc61db48c1ff
--- /dev/null
+++ b/src/features/gen_FontData.rs
@@ -0,0 +1,74 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = FontData , typescript_type = "FontData")]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `FontData` class."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FontData)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FontData`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type FontData;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , getter , js_class = "FontData" , js_name = postscriptName)]
+    #[doc = "Getter for the `postscriptName` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FontData/postscriptName)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FontData`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn postscript_name(this: &FontData) -> String;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , getter , js_class = "FontData" , js_name = fullName)]
+    #[doc = "Getter for the `fullName` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FontData/fullName)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FontData`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn full_name(this: &FontData) -> String;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , getter , js_class = "FontData" , js_name = family)]
+    #[doc = "Getter for the `family` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FontData/family)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FontData`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn family(this: &FontData) -> String;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , getter , js_class = "FontData" , js_name = style)]
+    #[doc = "Getter for the `style` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FontData/style)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FontData`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn style(this: &FontData) -> String;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "FontData" , js_name = blob)]
+    #[doc = "The `blob()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/FontData/blob)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FontData`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn blob(this: &FontData) -> ::js_sys::Promise;
+}
diff --git a/src/features/gen_FontFace.rs b/src/features/gen_FontFace.rs
index b1c93184a97667ca6d524027b4696629051860f0..529713b2de03fd4deeeeb7541edfa38d59ea69b4 100644
--- a/src/features/gen_FontFace.rs
+++ b/src/features/gen_FontFace.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FontFaceDescriptors.rs b/src/features/gen_FontFaceDescriptors.rs
index 080792fc1ba9b9523e9cd7f9b1d2f6fc99ef27e9..d83466e85333fd7d79694e46e269a25f0ad269e2 100644
--- a/src/features/gen_FontFaceDescriptors.rs
+++ b/src/features/gen_FontFaceDescriptors.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FontFaceLoadStatus.rs b/src/features/gen_FontFaceLoadStatus.rs
index f029f8cf1579500a4a1c3ebfdc955cd7cfb2ae0e..2d86cda84cb4f12ecae2293e9a815329b5aa002f 100644
--- a/src/features/gen_FontFaceLoadStatus.rs
+++ b/src/features/gen_FontFaceLoadStatus.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `FontFaceLoadStatus` enum."]
diff --git a/src/features/gen_FontFaceSet.rs b/src/features/gen_FontFaceSet.rs
index 99c8a1f0846f3658e47788e92c6bae12593e361f..75a23e3d0a98dc6fea0b622c7d3ac7f769ef2bf1 100644
--- a/src/features/gen_FontFaceSet.rs
+++ b/src/features/gen_FontFaceSet.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FontFaceSetIterator.rs b/src/features/gen_FontFaceSetIterator.rs
index 8191f5d102f5c05167fd589e3fb26cf0d2031bbe..fe0d8069bb2e869cfd4c25075167f3122f347c9c 100644
--- a/src/features/gen_FontFaceSetIterator.rs
+++ b/src/features/gen_FontFaceSetIterator.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FontFaceSetIteratorResult.rs b/src/features/gen_FontFaceSetIteratorResult.rs
index 5b9bcf3768392b92bc1f8c6c911aac153abaa5f0..6046ac078a8240f429005f3157b113a03c3807d2 100644
--- a/src/features/gen_FontFaceSetIteratorResult.rs
+++ b/src/features/gen_FontFaceSetIteratorResult.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FontFaceSetLoadEvent.rs b/src/features/gen_FontFaceSetLoadEvent.rs
index 800102f8fc0ed58f55592c8217ee4a34d3dd5659..a8bd6a68dd1c3939580b4697b292dd545d743400 100644
--- a/src/features/gen_FontFaceSetLoadEvent.rs
+++ b/src/features/gen_FontFaceSetLoadEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FontFaceSetLoadEventInit.rs b/src/features/gen_FontFaceSetLoadEventInit.rs
index 34570f4cb6c63a5971181b989bf36dd62b6bf89b..154e3a30cad7e91b118d3c179c08a4c04a57955d 100644
--- a/src/features/gen_FontFaceSetLoadEventInit.rs
+++ b/src/features/gen_FontFaceSetLoadEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FontFaceSetLoadStatus.rs b/src/features/gen_FontFaceSetLoadStatus.rs
index a97a1cefd7e884f2afcfbe5816c7df5e1e714d02..ab61481eafb1617f9c49463a7bb9ac8796a94fef 100644
--- a/src/features/gen_FontFaceSetLoadStatus.rs
+++ b/src/features/gen_FontFaceSetLoadStatus.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `FontFaceSetLoadStatus` enum."]
diff --git a/src/features/gen_FormData.rs b/src/features/gen_FormData.rs
index e60528529aebf684ca8dfe1cd204528ab6833571..a75c95b008d5f1646aceedcbb9afd85db003f97f 100644
--- a/src/features/gen_FormData.rs
+++ b/src/features/gen_FormData.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_FrameType.rs b/src/features/gen_FrameType.rs
index 2e3753426968dcad15c773e471321ad25d16e359..fd18caca04ed64385bb4effb5fd3eeb41921e004 100644
--- a/src/features/gen_FrameType.rs
+++ b/src/features/gen_FrameType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `FrameType` enum."]
diff --git a/src/features/gen_FuzzingFunctions.rs b/src/features/gen_FuzzingFunctions.rs
index f3a6d7fcac48e5ba5764f25112249faf0b39407c..76505ea380e01357386a1e92d81cd5649384c884 100644
--- a/src/features/gen_FuzzingFunctions.rs
+++ b/src/features/gen_FuzzingFunctions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_GainNode.rs b/src/features/gen_GainNode.rs
index fe5d28d70ca439b394fcf65586cb276062b43602..fc96a098e1d3cfa14f565990a46e55826613bf23 100644
--- a/src/features/gen_GainNode.rs
+++ b/src/features/gen_GainNode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_GainOptions.rs b/src/features/gen_GainOptions.rs
index 9fc6b7605eaa138310ac0cf65df215f54aa1f340..fdafdf807e12d0744bbacbbe1aec0f1b719b0e0a 100644
--- a/src/features/gen_GainOptions.rs
+++ b/src/features/gen_GainOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Gamepad.rs b/src/features/gen_Gamepad.rs
index 7545cec16fcc8ac69d9494f7bd65bc5c202d5b7c..c9cd0e7919183ecc62ab0448549a50891c825fa2 100644
--- a/src/features/gen_Gamepad.rs
+++ b/src/features/gen_Gamepad.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_GamepadAxisMoveEvent.rs b/src/features/gen_GamepadAxisMoveEvent.rs
index 479cf3e4c696247594f5e5b20ccd2ace50755463..4ab18a1eb7d93a96daeb2970073c860f7d9ad801 100644
--- a/src/features/gen_GamepadAxisMoveEvent.rs
+++ b/src/features/gen_GamepadAxisMoveEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_GamepadAxisMoveEventInit.rs b/src/features/gen_GamepadAxisMoveEventInit.rs
index 4118c3e7a1de48e4dda429e813df3d744283e18a..6f9b9995c64eaf64d2fcebec621d7135544353d6 100644
--- a/src/features/gen_GamepadAxisMoveEventInit.rs
+++ b/src/features/gen_GamepadAxisMoveEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_GamepadButton.rs b/src/features/gen_GamepadButton.rs
index f06e3ec7d817898eaf9d7d6b8830dbeee6e36fc4..93dacc17b82b684317c92efa3304fc6ebb76ba6c 100644
--- a/src/features/gen_GamepadButton.rs
+++ b/src/features/gen_GamepadButton.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_GamepadButtonEvent.rs b/src/features/gen_GamepadButtonEvent.rs
index c04f7249673e90dcedfe9fad323151fdfaf2f17c..4226214840081559a4024eff9802a70555672e66 100644
--- a/src/features/gen_GamepadButtonEvent.rs
+++ b/src/features/gen_GamepadButtonEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_GamepadButtonEventInit.rs b/src/features/gen_GamepadButtonEventInit.rs
index 3882908c985f28ccbb55a023f56ef1d88172d718..5714242483a59179796b68a932447c2ca4d42706 100644
--- a/src/features/gen_GamepadButtonEventInit.rs
+++ b/src/features/gen_GamepadButtonEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_GamepadEvent.rs b/src/features/gen_GamepadEvent.rs
index 22988feac8763650be23c89bd38c06e7d7bcc9bc..aee274f3d6cb6a680b156f739a0c5f54d9101642 100644
--- a/src/features/gen_GamepadEvent.rs
+++ b/src/features/gen_GamepadEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_GamepadEventInit.rs b/src/features/gen_GamepadEventInit.rs
index 67d67ad7b32b5a069255a88387213dd912d48362..8ffd29284dc74703e89eca9d68073e85e89e2543 100644
--- a/src/features/gen_GamepadEventInit.rs
+++ b/src/features/gen_GamepadEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_GamepadHand.rs b/src/features/gen_GamepadHand.rs
index 88650f3cb9491f060f065bb9c0a30484c7f91b3e..191aff88effe46b564b0005ee9c2c2fd7adedcb9 100644
--- a/src/features/gen_GamepadHand.rs
+++ b/src/features/gen_GamepadHand.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `GamepadHand` enum."]
diff --git a/src/features/gen_GamepadHapticActuator.rs b/src/features/gen_GamepadHapticActuator.rs
index 98c01912ef6b48f5d25f7148726afcbed9e9261d..8a6737528c698fb88bc0426d0267413208624e6b 100644
--- a/src/features/gen_GamepadHapticActuator.rs
+++ b/src/features/gen_GamepadHapticActuator.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_GamepadHapticActuatorType.rs b/src/features/gen_GamepadHapticActuatorType.rs
index cc6bf0441fefdcec6c2935e92e9d57929a7c0873..7fb9239ed948484dad06ea7028bdbfa4f7917175 100644
--- a/src/features/gen_GamepadHapticActuatorType.rs
+++ b/src/features/gen_GamepadHapticActuatorType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `GamepadHapticActuatorType` enum."]
diff --git a/src/features/gen_GamepadMappingType.rs b/src/features/gen_GamepadMappingType.rs
index 14b69f24b067d15ab7e6b468f4e082d4b6c129cc..00873cf87d21520210d1106b88f9f67c21325798 100644
--- a/src/features/gen_GamepadMappingType.rs
+++ b/src/features/gen_GamepadMappingType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `GamepadMappingType` enum."]
diff --git a/src/features/gen_GamepadPose.rs b/src/features/gen_GamepadPose.rs
index a8980c3f7776289629df414bd6f9eae8ade40faa..923f1b47e6bfe3a8af6ce9aa509f776a56472b1d 100644
--- a/src/features/gen_GamepadPose.rs
+++ b/src/features/gen_GamepadPose.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_GamepadServiceTest.rs b/src/features/gen_GamepadServiceTest.rs
index 93db833318535897048c4b71ab966fcb56ef7b2b..a8cd86aef9567209f5a8e093efe82af625168d38 100644
--- a/src/features/gen_GamepadServiceTest.rs
+++ b/src/features/gen_GamepadServiceTest.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Geolocation.rs b/src/features/gen_Geolocation.rs
index 896b7ffb90a847a8a6f3ea441cc0c1af871d340e..26b3d62479a691aaced124bbac8eb28ea70c214e 100644
--- a/src/features/gen_Geolocation.rs
+++ b/src/features/gen_Geolocation.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_GetAnimationsOptions.rs b/src/features/gen_GetAnimationsOptions.rs
new file mode 100644
index 0000000000000000000000000000000000000000..ec5f36532fc6e26ae0e2b778c2851d502f2cdac2
--- /dev/null
+++ b/src/features/gen_GetAnimationsOptions.rs
@@ -0,0 +1,58 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = GetAnimationsOptions)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `GetAnimationsOptions` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `GetAnimationsOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type GetAnimationsOptions;
+}
+#[cfg(web_sys_unstable_apis)]
+impl GetAnimationsOptions {
+    #[doc = "Construct a new `GetAnimationsOptions`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `GetAnimationsOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `subtree` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `GetAnimationsOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn subtree(&mut self, val: bool) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("subtree"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+#[cfg(web_sys_unstable_apis)]
+impl Default for GetAnimationsOptions {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_GetNotificationOptions.rs b/src/features/gen_GetNotificationOptions.rs
index 3dc3788f707f67b7e4d72dc8547055ff647cf2cb..ac6589dd67a3d9cbea95d0a1cae037f677af61e9 100644
--- a/src/features/gen_GetNotificationOptions.rs
+++ b/src/features/gen_GetNotificationOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_GetRootNodeOptions.rs b/src/features/gen_GetRootNodeOptions.rs
index 41a8cc3db7f3b919d5a0aacf6b5b126d455f0d90..9539c52a7f7d2a06991919a78b263405ac2d7264 100644
--- a/src/features/gen_GetRootNodeOptions.rs
+++ b/src/features/gen_GetRootNodeOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_GetUserMediaRequest.rs b/src/features/gen_GetUserMediaRequest.rs
index da4a744cb208112131159bf79542223a5f857dd5..64718909a3bf4bdfea33f33f4ea9485b68cb1cc7 100644
--- a/src/features/gen_GetUserMediaRequest.rs
+++ b/src/features/gen_GetUserMediaRequest.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Gpu.rs b/src/features/gen_Gpu.rs
index 6515bdab3bcbf513ec35c3fc80bafd555ee7c16c..1001f2aa8a43929d4bfdfe4363a972e2165b1e80 100644
--- a/src/features/gen_Gpu.rs
+++ b/src/features/gen_Gpu.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuAdapter.rs b/src/features/gen_GpuAdapter.rs
index ee64df54afe2e9262a99eeb7c25d271efa21d9c4..47d9b96b1065e96c85bb664718a54d364e2fd1b0 100644
--- a/src/features/gen_GpuAdapter.rs
+++ b/src/features/gen_GpuAdapter.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuAdapterInfo.rs b/src/features/gen_GpuAdapterInfo.rs
index 2e5609c56eac3d5d4428b95360ec938f7f3f3bed..b2f41510943550fc1b066a2473887c5802416580 100644
--- a/src/features/gen_GpuAdapterInfo.rs
+++ b/src/features/gen_GpuAdapterInfo.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuAddressMode.rs b/src/features/gen_GpuAddressMode.rs
index b607dc093b82831775b0e82012b6c9e9e7cfbd68..c0710da06cf33c39215468e7917874663049a9eb 100644
--- a/src/features/gen_GpuAddressMode.rs
+++ b/src/features/gen_GpuAddressMode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuAutoLayoutMode.rs b/src/features/gen_GpuAutoLayoutMode.rs
index 95258c4bbcd6bbc560e294dc3966034f2f907578..8b56987a9ac2ddec348363b9feb31ec95151b665 100644
--- a/src/features/gen_GpuAutoLayoutMode.rs
+++ b/src/features/gen_GpuAutoLayoutMode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuBindGroup.rs b/src/features/gen_GpuBindGroup.rs
index 1bef0471783bf34e6dbc5f6f0a99a8c982832f09..149b5191dea982c0ebd4d5e899fc1ab808fa0946 100644
--- a/src/features/gen_GpuBindGroup.rs
+++ b/src/features/gen_GpuBindGroup.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuBindGroupDescriptor.rs b/src/features/gen_GpuBindGroupDescriptor.rs
index 528a40a46e6c69a7982f47bcedc4aab6e1b7af9a..fa5a21d2c7ba2a45e800ec2fae5aa527162caedb 100644
--- a/src/features/gen_GpuBindGroupDescriptor.rs
+++ b/src/features/gen_GpuBindGroupDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuBindGroupEntry.rs b/src/features/gen_GpuBindGroupEntry.rs
index 72c7de2ac6a500a5e761825a0cab6a091eabcaa3..e4dce4d27626ae6f1891dafede548b508233907f 100644
--- a/src/features/gen_GpuBindGroupEntry.rs
+++ b/src/features/gen_GpuBindGroupEntry.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuBindGroupLayout.rs b/src/features/gen_GpuBindGroupLayout.rs
index 0e4604fb1959b57203485eb815895af375122286..40e00c0f1422b0d21b44f55a8a2cfd85b98570f1 100644
--- a/src/features/gen_GpuBindGroupLayout.rs
+++ b/src/features/gen_GpuBindGroupLayout.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuBindGroupLayoutDescriptor.rs b/src/features/gen_GpuBindGroupLayoutDescriptor.rs
index 0a67dc1bded2afa164295babaa9e83da45bb80c7..5faf64dc6d2662638bf555aeefe517e4675a88cf 100644
--- a/src/features/gen_GpuBindGroupLayoutDescriptor.rs
+++ b/src/features/gen_GpuBindGroupLayoutDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuBindGroupLayoutEntry.rs b/src/features/gen_GpuBindGroupLayoutEntry.rs
index 94e04dc429b1ac9093965de27a4032da5932c665..b072d01e18daeae168799e36be42c94262fa59df 100644
--- a/src/features/gen_GpuBindGroupLayoutEntry.rs
+++ b/src/features/gen_GpuBindGroupLayoutEntry.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuBlendComponent.rs b/src/features/gen_GpuBlendComponent.rs
index ed62e7dcbf4be5e54302be6dde5d0916f454a905..6449482751d346b6ee5b7c3cc6625dd32c5f0160 100644
--- a/src/features/gen_GpuBlendComponent.rs
+++ b/src/features/gen_GpuBlendComponent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuBlendFactor.rs b/src/features/gen_GpuBlendFactor.rs
index 77aed0f3ecb6bf06d4133d3e626f31f54d629743..a8de869f3a764b8a17b154f34a978ccc0d18e249 100644
--- a/src/features/gen_GpuBlendFactor.rs
+++ b/src/features/gen_GpuBlendFactor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuBlendOperation.rs b/src/features/gen_GpuBlendOperation.rs
index 69ae1f0ac9055a07d6db8891e32bad6122dab95c..ad66d0a51f551b5ca6257ab52b2f8eb7a5a386e7 100644
--- a/src/features/gen_GpuBlendOperation.rs
+++ b/src/features/gen_GpuBlendOperation.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuBlendState.rs b/src/features/gen_GpuBlendState.rs
index 3d9204ae7e0536bc60dfa6963618e3b4d2dbd144..70b2833a7095ad308158a116bf5e33b9046a6ee4 100644
--- a/src/features/gen_GpuBlendState.rs
+++ b/src/features/gen_GpuBlendState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuBuffer.rs b/src/features/gen_GpuBuffer.rs
index ce58b85dfd18785d8362ff21992db310a51dca8c..436ba800c97854fa4e094e22c30026c446d0a4a6 100644
--- a/src/features/gen_GpuBuffer.rs
+++ b/src/features/gen_GpuBuffer.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuBufferBinding.rs b/src/features/gen_GpuBufferBinding.rs
index 0e0c8904746014a0eb2a3835dc0e373ed4f5acab..9181923a5f0cbd04944c6eb96535a318bee977ab 100644
--- a/src/features/gen_GpuBufferBinding.rs
+++ b/src/features/gen_GpuBufferBinding.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuBufferBindingLayout.rs b/src/features/gen_GpuBufferBindingLayout.rs
index e722860d62035df0c27e9d391b46185b55bdaca6..3ce28b46bc31a969490fdbe5e30fc17dcfa02388 100644
--- a/src/features/gen_GpuBufferBindingLayout.rs
+++ b/src/features/gen_GpuBufferBindingLayout.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuBufferBindingType.rs b/src/features/gen_GpuBufferBindingType.rs
index 8be5d8fe774d477c091b9bc2263a64a0149447d4..d297f54b43b4957c67c5fe2335ed45b893de1f6b 100644
--- a/src/features/gen_GpuBufferBindingType.rs
+++ b/src/features/gen_GpuBufferBindingType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuBufferDescriptor.rs b/src/features/gen_GpuBufferDescriptor.rs
index cc677ecb5e93d4f91f07794ba7d9dc5e6abdbcd8..adb1ae3160c47d90a76c150c3a0a857adaafe65b 100644
--- a/src/features/gen_GpuBufferDescriptor.rs
+++ b/src/features/gen_GpuBufferDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuBufferMapState.rs b/src/features/gen_GpuBufferMapState.rs
index 26bb64a842d7a64021fd9809342b5f0d61a4591d..3e6049ffdd55cdb6b69254e8fcf5452b07ee0273 100644
--- a/src/features/gen_GpuBufferMapState.rs
+++ b/src/features/gen_GpuBufferMapState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuCanvasAlphaMode.rs b/src/features/gen_GpuCanvasAlphaMode.rs
index d823caa4706a2a13a582382dece57f61a74dbaf5..96d11c720b7c1a4edcadc496111e5cb78be82998 100644
--- a/src/features/gen_GpuCanvasAlphaMode.rs
+++ b/src/features/gen_GpuCanvasAlphaMode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuCanvasConfiguration.rs b/src/features/gen_GpuCanvasConfiguration.rs
index 883efb4b13cbc84937c8e5bc544ae5ae1b17b1cb..84c5ca43738f536142d8cbb4449f9af51f24c186 100644
--- a/src/features/gen_GpuCanvasConfiguration.rs
+++ b/src/features/gen_GpuCanvasConfiguration.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuCanvasContext.rs b/src/features/gen_GpuCanvasContext.rs
index 797cfe0b2e73f072f74c6d5dc331c65bccae3cc0..c5f50dd5a5b5387247409d3720a08bb322e7beeb 100644
--- a/src/features/gen_GpuCanvasContext.rs
+++ b/src/features/gen_GpuCanvasContext.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuColorDict.rs b/src/features/gen_GpuColorDict.rs
index de5420ee5a11e8da74124146232d3667e857d49d..51d4be5888dc2d099150c59ce313c6eadf7293d0 100644
--- a/src/features/gen_GpuColorDict.rs
+++ b/src/features/gen_GpuColorDict.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuColorTargetState.rs b/src/features/gen_GpuColorTargetState.rs
index 2e910d7b6cbe2b72f124877f30cb18c52a39de79..d239a26827466b8bd84699b5677c7624eb4a9143 100644
--- a/src/features/gen_GpuColorTargetState.rs
+++ b/src/features/gen_GpuColorTargetState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuCommandBuffer.rs b/src/features/gen_GpuCommandBuffer.rs
index 445d05b0e7c4271b537b46d0af0e692bdaf2c849..d7054cece23f92fbf2a08465c339d11527dad0f5 100644
--- a/src/features/gen_GpuCommandBuffer.rs
+++ b/src/features/gen_GpuCommandBuffer.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuCommandBufferDescriptor.rs b/src/features/gen_GpuCommandBufferDescriptor.rs
index c5fec9f8cf1f8174efa840b4602e59fa68f42383..34036b2c850855d5724bf6af9366658b655fc8b0 100644
--- a/src/features/gen_GpuCommandBufferDescriptor.rs
+++ b/src/features/gen_GpuCommandBufferDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuCommandEncoder.rs b/src/features/gen_GpuCommandEncoder.rs
index c4ae2dc744b03d878ede607ba8c2e2f480edb9bd..bc9e5860e8e3f8a28b6f6ae58d9dc4daeacf318d 100644
--- a/src/features/gen_GpuCommandEncoder.rs
+++ b/src/features/gen_GpuCommandEncoder.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuCommandEncoderDescriptor.rs b/src/features/gen_GpuCommandEncoderDescriptor.rs
index 2a858a294e873efbe136d03625ebe88604d9e6ef..08a08d44f13972a7a128d898aabcb6891eb83e95 100644
--- a/src/features/gen_GpuCommandEncoderDescriptor.rs
+++ b/src/features/gen_GpuCommandEncoderDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuCompareFunction.rs b/src/features/gen_GpuCompareFunction.rs
index cdbeaae6b044eb5c73a993cb138573e0c37c10af..8e01e1903dc60ffe4ea388fe2a96885d400581e6 100644
--- a/src/features/gen_GpuCompareFunction.rs
+++ b/src/features/gen_GpuCompareFunction.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuCompilationInfo.rs b/src/features/gen_GpuCompilationInfo.rs
index 02974b615637403eca98d87be35c1241987953fe..c8785939ea94cd703f8dc52264dd0a390275da2d 100644
--- a/src/features/gen_GpuCompilationInfo.rs
+++ b/src/features/gen_GpuCompilationInfo.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuCompilationMessage.rs b/src/features/gen_GpuCompilationMessage.rs
index 927a3c5459d2f7ce4390cb12344d6513b2453fa5..227fa2314d624d4de8149d4919416adcb157885a 100644
--- a/src/features/gen_GpuCompilationMessage.rs
+++ b/src/features/gen_GpuCompilationMessage.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuCompilationMessageType.rs b/src/features/gen_GpuCompilationMessageType.rs
index 6f11081414b0af629730b850881a314009828064..74780e3d56a98ac7ca9fac79ae5841540ef26366 100644
--- a/src/features/gen_GpuCompilationMessageType.rs
+++ b/src/features/gen_GpuCompilationMessageType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuComputePassDescriptor.rs b/src/features/gen_GpuComputePassDescriptor.rs
index b708dc67eff378194fc48620ff6639d92c2183b7..475c0acbf2c64a1c146275adeec2e7e2cc632a18 100644
--- a/src/features/gen_GpuComputePassDescriptor.rs
+++ b/src/features/gen_GpuComputePassDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuComputePassEncoder.rs b/src/features/gen_GpuComputePassEncoder.rs
index a4b9e292c1fef8aa60767d6e7ed1dac03f4b84aa..63141169069af284f2440be5dfdcdab6ed5ea269 100644
--- a/src/features/gen_GpuComputePassEncoder.rs
+++ b/src/features/gen_GpuComputePassEncoder.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuComputePassTimestampLocation.rs b/src/features/gen_GpuComputePassTimestampLocation.rs
index 72142d1310b7a06f8276548e4e22b40fd5faac08..488991565891a96496bf7b78a445d6aac32c3f67 100644
--- a/src/features/gen_GpuComputePassTimestampLocation.rs
+++ b/src/features/gen_GpuComputePassTimestampLocation.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuComputePassTimestampWrite.rs b/src/features/gen_GpuComputePassTimestampWrite.rs
index 0d6c36da023991ff0e6c9b36af56a4dd457b3f1b..189b759ce3ea83d5f33c1199c51b92ef027a0e80 100644
--- a/src/features/gen_GpuComputePassTimestampWrite.rs
+++ b/src/features/gen_GpuComputePassTimestampWrite.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuComputePipeline.rs b/src/features/gen_GpuComputePipeline.rs
index e47a232b209412ea5e33e77018cde84af57feaf3..cb6d17283441402f57bf714e7621dc66477bd34e 100644
--- a/src/features/gen_GpuComputePipeline.rs
+++ b/src/features/gen_GpuComputePipeline.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuComputePipelineDescriptor.rs b/src/features/gen_GpuComputePipelineDescriptor.rs
index 33ff02f8408bcfb6a0fb86b9596f02ba08cb3189..22a28382229238df7e0efb8bf02c428e56e2a860 100644
--- a/src/features/gen_GpuComputePipelineDescriptor.rs
+++ b/src/features/gen_GpuComputePipelineDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuCullMode.rs b/src/features/gen_GpuCullMode.rs
index 4c53e8e880b7349b9fea2cacc13cd3b90cf35a3b..f17ba15111e5675d615f9af218bf2bd9666f0405 100644
--- a/src/features/gen_GpuCullMode.rs
+++ b/src/features/gen_GpuCullMode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuDepthStencilState.rs b/src/features/gen_GpuDepthStencilState.rs
index cad23eadf68a37d40f7254b636b2fd417e1d895e..8869e1ce38718f0330562bdc26e60810353944b4 100644
--- a/src/features/gen_GpuDepthStencilState.rs
+++ b/src/features/gen_GpuDepthStencilState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuDevice.rs b/src/features/gen_GpuDevice.rs
index 05382204e38949c507d8e7cdd21a91172413e3f8..4ee8647c8e4c637b5634d51eee142756138a8ce4 100644
--- a/src/features/gen_GpuDevice.rs
+++ b/src/features/gen_GpuDevice.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuDeviceDescriptor.rs b/src/features/gen_GpuDeviceDescriptor.rs
index d29661fdc299cf02195e553e808c352f97cd6cb2..e414b2d649a5b1fad779d8de427f0234f6735dc1 100644
--- a/src/features/gen_GpuDeviceDescriptor.rs
+++ b/src/features/gen_GpuDeviceDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuDeviceLostInfo.rs b/src/features/gen_GpuDeviceLostInfo.rs
index bcc59f58ebc947bf6bc49daf5ce49aeaca54903c..00d88cd05f7e3686f1361e538f5c22b1f6a6d1bc 100644
--- a/src/features/gen_GpuDeviceLostInfo.rs
+++ b/src/features/gen_GpuDeviceLostInfo.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuDeviceLostReason.rs b/src/features/gen_GpuDeviceLostReason.rs
index 1317793dc5f6e9ecbfbd086e27a1ff464cf0adfa..3a8f6d89c791fe5fc0ec246ea3182395589a83bb 100644
--- a/src/features/gen_GpuDeviceLostReason.rs
+++ b/src/features/gen_GpuDeviceLostReason.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuError.rs b/src/features/gen_GpuError.rs
index dd91c879ff05f7d4338152846565106d17b0e418..1d0894215912526e5cbd5d14e06f80e7c76b997a 100644
--- a/src/features/gen_GpuError.rs
+++ b/src/features/gen_GpuError.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuErrorFilter.rs b/src/features/gen_GpuErrorFilter.rs
index 36244a057e1509fe80fe6fed2003353a47abe690..070f8e98499fdf5bd540ed1accbdb87ae49bc6d1 100644
--- a/src/features/gen_GpuErrorFilter.rs
+++ b/src/features/gen_GpuErrorFilter.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuExtent3dDict.rs b/src/features/gen_GpuExtent3dDict.rs
index 5d0c8aafa0cedc6da4f8d79b3c2462984a82a523..b99cac13faa90c085a833adb87383ab278ba1257 100644
--- a/src/features/gen_GpuExtent3dDict.rs
+++ b/src/features/gen_GpuExtent3dDict.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuExternalTexture.rs b/src/features/gen_GpuExternalTexture.rs
index e04f4776e50673b69c047fef34b8f9d1dcd199b1..f3fb9ac19503a7933c869462015458ed465a6337 100644
--- a/src/features/gen_GpuExternalTexture.rs
+++ b/src/features/gen_GpuExternalTexture.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuExternalTextureBindingLayout.rs b/src/features/gen_GpuExternalTextureBindingLayout.rs
index d9d6071ca050412145632e81ddb6c06d22bb20f4..334427d0ec39285919196332c57ae9c1a4f460fc 100644
--- a/src/features/gen_GpuExternalTextureBindingLayout.rs
+++ b/src/features/gen_GpuExternalTextureBindingLayout.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuExternalTextureDescriptor.rs b/src/features/gen_GpuExternalTextureDescriptor.rs
index 623b0649398e11b10be520ca36de58977141ada3..f6a11bc00927dcf91fd25953773d2d3119bdf71b 100644
--- a/src/features/gen_GpuExternalTextureDescriptor.rs
+++ b/src/features/gen_GpuExternalTextureDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuFeatureName.rs b/src/features/gen_GpuFeatureName.rs
index 9a34268bee13565a459a952942fa272331e471ef..4bb8a433b5c3c49d6d9af731022cefee5e45d7f6 100644
--- a/src/features/gen_GpuFeatureName.rs
+++ b/src/features/gen_GpuFeatureName.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuFilterMode.rs b/src/features/gen_GpuFilterMode.rs
index b1a7f1d1805bc7533feab49f80f3d914e75245d9..7edd76b6c062395aa1b6ff4933c59a81433e4cb3 100644
--- a/src/features/gen_GpuFilterMode.rs
+++ b/src/features/gen_GpuFilterMode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuFragmentState.rs b/src/features/gen_GpuFragmentState.rs
index 395df4ffdd3313249b67feb6c3ed4b7e26d5427b..01045694c41796715766907eab874a6f66f21759 100644
--- a/src/features/gen_GpuFragmentState.rs
+++ b/src/features/gen_GpuFragmentState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuFrontFace.rs b/src/features/gen_GpuFrontFace.rs
index 04eac273cc436399d18c107670814f7047be5cf9..af1f79c3e12dff8551e50622f5bc30acd50f661b 100644
--- a/src/features/gen_GpuFrontFace.rs
+++ b/src/features/gen_GpuFrontFace.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuImageCopyBuffer.rs b/src/features/gen_GpuImageCopyBuffer.rs
index 150bc9dcd39424ceab37037e9820ee18d2fbcde8..20ca5f341fe75dc090200bb5244795f8659388fb 100644
--- a/src/features/gen_GpuImageCopyBuffer.rs
+++ b/src/features/gen_GpuImageCopyBuffer.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuImageCopyExternalImage.rs b/src/features/gen_GpuImageCopyExternalImage.rs
index 03d1f9c376bcc45a2d49991a48d897fd605c0750..acd0d531718a979f75b9fe96efe2dd5f49e919fa 100644
--- a/src/features/gen_GpuImageCopyExternalImage.rs
+++ b/src/features/gen_GpuImageCopyExternalImage.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuImageCopyTexture.rs b/src/features/gen_GpuImageCopyTexture.rs
index 0e55fc2ccd1303596d27061bbbce8c8ac4aad516..4b727effa12b6aa430d3918cd0449314add5c8c1 100644
--- a/src/features/gen_GpuImageCopyTexture.rs
+++ b/src/features/gen_GpuImageCopyTexture.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuImageCopyTextureTagged.rs b/src/features/gen_GpuImageCopyTextureTagged.rs
index 8d69dbe30d910c68c163b2c6df756f2193ccdf19..64d38a7c2704efdf2788e56037ae55326814fbb0 100644
--- a/src/features/gen_GpuImageCopyTextureTagged.rs
+++ b/src/features/gen_GpuImageCopyTextureTagged.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuImageDataLayout.rs b/src/features/gen_GpuImageDataLayout.rs
index 80be6b0798889770a44ebeb573175c3e64f236b4..25895ed4ea35d8fac78970f385904acaf18f1d37 100644
--- a/src/features/gen_GpuImageDataLayout.rs
+++ b/src/features/gen_GpuImageDataLayout.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuIndexFormat.rs b/src/features/gen_GpuIndexFormat.rs
index ffc65c10b65fbbe69ca9ea3acae580804b12609b..6812c5c52cd97a07c43702e796b94d77faf85171 100644
--- a/src/features/gen_GpuIndexFormat.rs
+++ b/src/features/gen_GpuIndexFormat.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuInternalError.rs b/src/features/gen_GpuInternalError.rs
index 3625b54dda98823e3b300c296dbb4b6c17d1f041..ed26c9ae09454291b585d7cc71993ce1d0aca28f 100644
--- a/src/features/gen_GpuInternalError.rs
+++ b/src/features/gen_GpuInternalError.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuLoadOp.rs b/src/features/gen_GpuLoadOp.rs
index 7812306cd63cee1527b32e36fdbeefe2d8b2b964..e7baab63bab14bfa819a637d4241c99bdf13b402 100644
--- a/src/features/gen_GpuLoadOp.rs
+++ b/src/features/gen_GpuLoadOp.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuMipmapFilterMode.rs b/src/features/gen_GpuMipmapFilterMode.rs
index 65718e9a4c13d60b76fb6e8ed8a0fb65d6971fa3..ec34e9a6d6bfb0ad76cb4408a7adda9b3d41b99c 100644
--- a/src/features/gen_GpuMipmapFilterMode.rs
+++ b/src/features/gen_GpuMipmapFilterMode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuMultisampleState.rs b/src/features/gen_GpuMultisampleState.rs
index 1cb538ded9a988250f2aea16e3bcf3f35a087511..e9bf783dbfbbaac01e896e6833dc63df05e3b0e0 100644
--- a/src/features/gen_GpuMultisampleState.rs
+++ b/src/features/gen_GpuMultisampleState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuObjectDescriptorBase.rs b/src/features/gen_GpuObjectDescriptorBase.rs
index a8fe684452558ca736c59b8eabc4501f9737f687..5757b09e91740abb114b4c9b9469cfed158b3dd6 100644
--- a/src/features/gen_GpuObjectDescriptorBase.rs
+++ b/src/features/gen_GpuObjectDescriptorBase.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuOrigin2dDict.rs b/src/features/gen_GpuOrigin2dDict.rs
index 7e608ca1047d234a00bfcfc5abf703e6dc435b31..17076b5e186ac0661299e4706c9cac4aa10f1aba 100644
--- a/src/features/gen_GpuOrigin2dDict.rs
+++ b/src/features/gen_GpuOrigin2dDict.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuOrigin3dDict.rs b/src/features/gen_GpuOrigin3dDict.rs
index 6bc5fb63bd855036dc6b2649a060033fd297e7bb..046991140b84019cae4715cc1230a04a69943944 100644
--- a/src/features/gen_GpuOrigin3dDict.rs
+++ b/src/features/gen_GpuOrigin3dDict.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuOutOfMemoryError.rs b/src/features/gen_GpuOutOfMemoryError.rs
index 91a6059151a3fa0dee53ae5f5e54abdc7b87738b..039b3936cc13a43017588d729cb024b8fc354ebf 100644
--- a/src/features/gen_GpuOutOfMemoryError.rs
+++ b/src/features/gen_GpuOutOfMemoryError.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuPipelineDescriptorBase.rs b/src/features/gen_GpuPipelineDescriptorBase.rs
index f88b58b028eae51a43e26ecf380941d6fb1251f7..6b09d65430f504d903a85b1d7531a6b27edfd288 100644
--- a/src/features/gen_GpuPipelineDescriptorBase.rs
+++ b/src/features/gen_GpuPipelineDescriptorBase.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuPipelineLayout.rs b/src/features/gen_GpuPipelineLayout.rs
index 85978241f80b62a1486b636b69eb748bd7655e45..b2ca2d974d4ff55f067da149dcf58ba992dbd13d 100644
--- a/src/features/gen_GpuPipelineLayout.rs
+++ b/src/features/gen_GpuPipelineLayout.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuPipelineLayoutDescriptor.rs b/src/features/gen_GpuPipelineLayoutDescriptor.rs
index 4e9b55e5f9c0a6eb61a32b802bc9813deebdac73..40fd2d3e60375f72b0cc2c649ef208ca1bdd5553 100644
--- a/src/features/gen_GpuPipelineLayoutDescriptor.rs
+++ b/src/features/gen_GpuPipelineLayoutDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuPowerPreference.rs b/src/features/gen_GpuPowerPreference.rs
index 1bf7015f2b31fc556e3d4c6664e986f257c89be3..41c15a84d88996f6ca8a4f3482dfc87a048b40ea 100644
--- a/src/features/gen_GpuPowerPreference.rs
+++ b/src/features/gen_GpuPowerPreference.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuPrimitiveState.rs b/src/features/gen_GpuPrimitiveState.rs
index ff82fb1e0fac5acd1b6f77ee0546107e12403d95..a7e63b3cc37d0c48e8b87f77f4e18bd616d68d39 100644
--- a/src/features/gen_GpuPrimitiveState.rs
+++ b/src/features/gen_GpuPrimitiveState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuPrimitiveTopology.rs b/src/features/gen_GpuPrimitiveTopology.rs
index 341611a1961b23c928137de47b127a2df2d2bfb6..848b4c3e18c94b6a311c05e2837cd113075c86c3 100644
--- a/src/features/gen_GpuPrimitiveTopology.rs
+++ b/src/features/gen_GpuPrimitiveTopology.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuProgrammableStage.rs b/src/features/gen_GpuProgrammableStage.rs
index cf569c1e4eaa502b0115cfb1a4a9d2a6013c63ab..c36ee597e270cb1fed2b130ab095df7a039d5eac 100644
--- a/src/features/gen_GpuProgrammableStage.rs
+++ b/src/features/gen_GpuProgrammableStage.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuQuerySet.rs b/src/features/gen_GpuQuerySet.rs
index 802057965f18d16a25073ffee1a12ed106baff56..6bce0840c9934e5193c81f8c2f5db88e219d8462 100644
--- a/src/features/gen_GpuQuerySet.rs
+++ b/src/features/gen_GpuQuerySet.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuQuerySetDescriptor.rs b/src/features/gen_GpuQuerySetDescriptor.rs
index be7fbda545ebe1e810318d2e7dd29e183a43dffc..7dcddb12d6e6bae3cc9cedb23594addc84ec1728 100644
--- a/src/features/gen_GpuQuerySetDescriptor.rs
+++ b/src/features/gen_GpuQuerySetDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuQueryType.rs b/src/features/gen_GpuQueryType.rs
index 5fa437b6a9b84e9b2ea6161fe19de4e0623e1eae..4e115a98709537b7ad4c97610b56bee9303b49c1 100644
--- a/src/features/gen_GpuQueryType.rs
+++ b/src/features/gen_GpuQueryType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuQueue.rs b/src/features/gen_GpuQueue.rs
index 45b0bfeb8227fc5f1d99cb965ac1ab0f5db412c1..f1c02321b81c8b62ee589d980effdaac3ca2fcdf 100644
--- a/src/features/gen_GpuQueue.rs
+++ b/src/features/gen_GpuQueue.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuQueueDescriptor.rs b/src/features/gen_GpuQueueDescriptor.rs
index 26f6e28d3d97ffb60f27ac24c075d7d7bfc81fc3..8f4412ccfdeca889d8149f07f6d30693eec4cf95 100644
--- a/src/features/gen_GpuQueueDescriptor.rs
+++ b/src/features/gen_GpuQueueDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuRenderBundle.rs b/src/features/gen_GpuRenderBundle.rs
index 2fba3c333dccf46ceb2a7c08f65fe95e8d7a26c5..ff40728a67d29203b8352d039bbf18a23be6bce3 100644
--- a/src/features/gen_GpuRenderBundle.rs
+++ b/src/features/gen_GpuRenderBundle.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuRenderBundleDescriptor.rs b/src/features/gen_GpuRenderBundleDescriptor.rs
index 22ef82ce85407ca12f41bdbccafc58eb65e8b7d4..df29fdacca44974cfe3ba6c374bb5c46311e3cf6 100644
--- a/src/features/gen_GpuRenderBundleDescriptor.rs
+++ b/src/features/gen_GpuRenderBundleDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuRenderBundleEncoder.rs b/src/features/gen_GpuRenderBundleEncoder.rs
index c2222f67a40a415708821f9ca5bd29a056ec1f0b..7c3728cc3a48a6fa7da1d53ffe360ba082691e4e 100644
--- a/src/features/gen_GpuRenderBundleEncoder.rs
+++ b/src/features/gen_GpuRenderBundleEncoder.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuRenderBundleEncoderDescriptor.rs b/src/features/gen_GpuRenderBundleEncoderDescriptor.rs
index d120becc516a281a73821cf43c8cfc916841a6b8..c7857f88baa91aa40f5bea057023d758c8d0b005 100644
--- a/src/features/gen_GpuRenderBundleEncoderDescriptor.rs
+++ b/src/features/gen_GpuRenderBundleEncoderDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuRenderPassColorAttachment.rs b/src/features/gen_GpuRenderPassColorAttachment.rs
index 9945950ebfcd4a050090f3d6e979e5ee808107ce..e02f53ad52902da01297b3958847a3ddf001ea11 100644
--- a/src/features/gen_GpuRenderPassColorAttachment.rs
+++ b/src/features/gen_GpuRenderPassColorAttachment.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuRenderPassDepthStencilAttachment.rs b/src/features/gen_GpuRenderPassDepthStencilAttachment.rs
index 86117851bb865595f72e457959563a06224cd43e..f08e15ee6443af248a8f6ec441b63f66d6b890a6 100644
--- a/src/features/gen_GpuRenderPassDepthStencilAttachment.rs
+++ b/src/features/gen_GpuRenderPassDepthStencilAttachment.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuRenderPassDescriptor.rs b/src/features/gen_GpuRenderPassDescriptor.rs
index bb7592999e35ce1360ca189e447dca684b44867f..d7ef54d525fec27d5ba5d099b9aadd26a3e23ff5 100644
--- a/src/features/gen_GpuRenderPassDescriptor.rs
+++ b/src/features/gen_GpuRenderPassDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuRenderPassEncoder.rs b/src/features/gen_GpuRenderPassEncoder.rs
index ba680dfcaf0cc1820f68485078d2c1b73f1a8294..57ab7b212f5222531e50de1a448398bcdd79e40d 100644
--- a/src/features/gen_GpuRenderPassEncoder.rs
+++ b/src/features/gen_GpuRenderPassEncoder.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuRenderPassLayout.rs b/src/features/gen_GpuRenderPassLayout.rs
index f583d10b341c372b0228ee4362f69d8f6177646a..b056eb51cbfd187acf9bc8b63d985efd852ac359 100644
--- a/src/features/gen_GpuRenderPassLayout.rs
+++ b/src/features/gen_GpuRenderPassLayout.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuRenderPassTimestampLocation.rs b/src/features/gen_GpuRenderPassTimestampLocation.rs
index 449d1264bc0e4598e6ef4059fe2420887bc95a76..23e531ba3351f51f08beeb204028989aa7e0b0e0 100644
--- a/src/features/gen_GpuRenderPassTimestampLocation.rs
+++ b/src/features/gen_GpuRenderPassTimestampLocation.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuRenderPassTimestampWrite.rs b/src/features/gen_GpuRenderPassTimestampWrite.rs
index fa35942a6429893545f3b26c35c0de95eb41f1ea..f1aa587e2830ff3be8df51946409d9129e9590ef 100644
--- a/src/features/gen_GpuRenderPassTimestampWrite.rs
+++ b/src/features/gen_GpuRenderPassTimestampWrite.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuRenderPipeline.rs b/src/features/gen_GpuRenderPipeline.rs
index 5655855ca7f619ee1f5a1d4198c9b6244bd747b8..b4f94c5e69d8456d41d4bda11a053cfeee684960 100644
--- a/src/features/gen_GpuRenderPipeline.rs
+++ b/src/features/gen_GpuRenderPipeline.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuRenderPipelineDescriptor.rs b/src/features/gen_GpuRenderPipelineDescriptor.rs
index b7ede7f58fab63e7ff8230ef9434e7e835b7f35a..13f705a5b28435dc89820c76e8d8ef92309a2035 100644
--- a/src/features/gen_GpuRenderPipelineDescriptor.rs
+++ b/src/features/gen_GpuRenderPipelineDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuRequestAdapterOptions.rs b/src/features/gen_GpuRequestAdapterOptions.rs
index 43019647d524b207e661049a91cf8d0223141d00..843122598e4be727574a0f82dda148b734232e7a 100644
--- a/src/features/gen_GpuRequestAdapterOptions.rs
+++ b/src/features/gen_GpuRequestAdapterOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuSampler.rs b/src/features/gen_GpuSampler.rs
index e98b3864297fe66bb84bb19e3d14c5f7025952fa..c332f4deca78bbb1ad7882d59d1b47cc525df275 100644
--- a/src/features/gen_GpuSampler.rs
+++ b/src/features/gen_GpuSampler.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuSamplerBindingLayout.rs b/src/features/gen_GpuSamplerBindingLayout.rs
index aba8ea665c27668d97ef0fd18af85f791c1f6740..3112b75339ae9806a7f72a61ac6454cec1582a8f 100644
--- a/src/features/gen_GpuSamplerBindingLayout.rs
+++ b/src/features/gen_GpuSamplerBindingLayout.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuSamplerBindingType.rs b/src/features/gen_GpuSamplerBindingType.rs
index ea4a3c446ddcc4b5ca4cbaed9ce711aefeb907a3..0b406c0d30ef1198845aefb0a259e8393a780652 100644
--- a/src/features/gen_GpuSamplerBindingType.rs
+++ b/src/features/gen_GpuSamplerBindingType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuSamplerDescriptor.rs b/src/features/gen_GpuSamplerDescriptor.rs
index 431414b80db4b35db66d42581d42ac80350c802a..5ac008aee9587dff67a341966f507547b1df10d0 100644
--- a/src/features/gen_GpuSamplerDescriptor.rs
+++ b/src/features/gen_GpuSamplerDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuShaderModule.rs b/src/features/gen_GpuShaderModule.rs
index 18b78c1a460578cb31ec900572a3ace3d85d2d4f..082c3af82613dd1eefb00a3b05ce575866445467 100644
--- a/src/features/gen_GpuShaderModule.rs
+++ b/src/features/gen_GpuShaderModule.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuShaderModuleCompilationHint.rs b/src/features/gen_GpuShaderModuleCompilationHint.rs
index 729bf0bd1eca998ad63cc66f333e38b31b23eab5..f33ce1b1db42320f43a157af64d17ddbe234b507 100644
--- a/src/features/gen_GpuShaderModuleCompilationHint.rs
+++ b/src/features/gen_GpuShaderModuleCompilationHint.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuShaderModuleDescriptor.rs b/src/features/gen_GpuShaderModuleDescriptor.rs
index fcf1c978412cfe8812fc33bb4effb241637314a6..73fe9f040ee2fe4b01c1ec933635ab1ef0b6e814 100644
--- a/src/features/gen_GpuShaderModuleDescriptor.rs
+++ b/src/features/gen_GpuShaderModuleDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuStencilFaceState.rs b/src/features/gen_GpuStencilFaceState.rs
index 80b4e521203b3c22da181cf76a30916355663904..4c4eebc4704ce76476971479f67afcad6bb36501 100644
--- a/src/features/gen_GpuStencilFaceState.rs
+++ b/src/features/gen_GpuStencilFaceState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuStencilOperation.rs b/src/features/gen_GpuStencilOperation.rs
index 6b9573f7217520b94aeedbf293ce27a9eb566668..6206b66c55dd8f07750ae834086128dcc0218cd1 100644
--- a/src/features/gen_GpuStencilOperation.rs
+++ b/src/features/gen_GpuStencilOperation.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuStorageTextureAccess.rs b/src/features/gen_GpuStorageTextureAccess.rs
index e5dd0af1097c36b95a138e4e18556d9ab25a2003..e68ce7b3ca902bb741216dd8b7f040e20b15680e 100644
--- a/src/features/gen_GpuStorageTextureAccess.rs
+++ b/src/features/gen_GpuStorageTextureAccess.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuStorageTextureBindingLayout.rs b/src/features/gen_GpuStorageTextureBindingLayout.rs
index 90555a09b36e89b75538fd69cd642ad04888621b..1d3f5ff145a89d9accb6cdf086037d72d3aa8c2d 100644
--- a/src/features/gen_GpuStorageTextureBindingLayout.rs
+++ b/src/features/gen_GpuStorageTextureBindingLayout.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuStoreOp.rs b/src/features/gen_GpuStoreOp.rs
index d1e178498858012d38c5dbb766dbcff66a43b6eb..fc01989a1e655e427acf0fc9e375e4b319949ca5 100644
--- a/src/features/gen_GpuStoreOp.rs
+++ b/src/features/gen_GpuStoreOp.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuSupportedFeatures.rs b/src/features/gen_GpuSupportedFeatures.rs
index da11a61c5cdc80839afe49497732f5a440202d4c..0f14c56a4600db8b08a48275408ff42beb6649c8 100644
--- a/src/features/gen_GpuSupportedFeatures.rs
+++ b/src/features/gen_GpuSupportedFeatures.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
@@ -15,4 +16,73 @@ extern "C" {
     #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
     #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub type GpuSupportedFeatures;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , getter , js_class = "GPUSupportedFeatures" , js_name = size)]
+    #[doc = "Getter for the `size` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/GPUSupportedFeatures/size)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `GpuSupportedFeatures`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn size(this: &GpuSupportedFeatures) -> u32;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "GPUSupportedFeatures" , js_name = entries)]
+    #[doc = "The `entries()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/GPUSupportedFeatures/entries)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `GpuSupportedFeatures`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn entries(this: &GpuSupportedFeatures) -> ::js_sys::Iterator;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (catch , method , structural , js_class = "GPUSupportedFeatures" , js_name = forEach)]
+    #[doc = "The `forEach()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/GPUSupportedFeatures/forEach)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `GpuSupportedFeatures`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn for_each(
+        this: &GpuSupportedFeatures,
+        callback: &::js_sys::Function,
+    ) -> Result<(), JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "GPUSupportedFeatures" , js_name = has)]
+    #[doc = "The `has()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/GPUSupportedFeatures/has)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `GpuSupportedFeatures`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn has(this: &GpuSupportedFeatures, value: &str) -> bool;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "GPUSupportedFeatures" , js_name = keys)]
+    #[doc = "The `keys()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/GPUSupportedFeatures/keys)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `GpuSupportedFeatures`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn keys(this: &GpuSupportedFeatures) -> ::js_sys::Iterator;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "GPUSupportedFeatures" , js_name = values)]
+    #[doc = "The `values()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/GPUSupportedFeatures/values)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `GpuSupportedFeatures`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn values(this: &GpuSupportedFeatures) -> ::js_sys::Iterator;
 }
diff --git a/src/features/gen_GpuSupportedLimits.rs b/src/features/gen_GpuSupportedLimits.rs
index 4751a20211e0dad2b37c9b3fc33aad69c8cc659a..4abf9d913ecdd5eb06b763df60ec0d9770bfa1df 100644
--- a/src/features/gen_GpuSupportedLimits.rs
+++ b/src/features/gen_GpuSupportedLimits.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuTexture.rs b/src/features/gen_GpuTexture.rs
index acd4ffb11617329b38aaf124ab1cdd83735e883c..0e7fc68ed8b7256a3225a872f61dee1d73f02f35 100644
--- a/src/features/gen_GpuTexture.rs
+++ b/src/features/gen_GpuTexture.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuTextureAspect.rs b/src/features/gen_GpuTextureAspect.rs
index 0a0742d5397f678fa124ee987401e7340f9d32d9..21216c326f60bd1b16135505d12dd81b2ab64925 100644
--- a/src/features/gen_GpuTextureAspect.rs
+++ b/src/features/gen_GpuTextureAspect.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuTextureBindingLayout.rs b/src/features/gen_GpuTextureBindingLayout.rs
index 621e6d23b654520f35ededb7d5bccbdcf4d11b11..65551e9ac137c9722017f0565ba6cffe4db163c3 100644
--- a/src/features/gen_GpuTextureBindingLayout.rs
+++ b/src/features/gen_GpuTextureBindingLayout.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuTextureDescriptor.rs b/src/features/gen_GpuTextureDescriptor.rs
index d4087b3f63415d7cba158b9d9f82a1bdb68b6d62..f7cb4f66849dfe61db67af03f4011e6eafddd7e2 100644
--- a/src/features/gen_GpuTextureDescriptor.rs
+++ b/src/features/gen_GpuTextureDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuTextureDimension.rs b/src/features/gen_GpuTextureDimension.rs
index 363675117173f9c762b8399af0bc039737667e7e..a9676ac30fc44c23a15f4bfa3a4474cb944e0b65 100644
--- a/src/features/gen_GpuTextureDimension.rs
+++ b/src/features/gen_GpuTextureDimension.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuTextureFormat.rs b/src/features/gen_GpuTextureFormat.rs
index 7f2772bb00a75c8a9d6a073eec22ffea8fba7512..cc2be609a2990738895618c0af6e96b5ecfedb3c 100644
--- a/src/features/gen_GpuTextureFormat.rs
+++ b/src/features/gen_GpuTextureFormat.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuTextureSampleType.rs b/src/features/gen_GpuTextureSampleType.rs
index 6007e61c1bab640f3a4e3851887f059511da9013..8c5a8f963cc615a96f7363a5a141ffd026b7a54a 100644
--- a/src/features/gen_GpuTextureSampleType.rs
+++ b/src/features/gen_GpuTextureSampleType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuTextureView.rs b/src/features/gen_GpuTextureView.rs
index 4ab52473ebd851b15eeb8c488a67893320ca0c29..c15f9650457eafb19b81c7d9472d7779363db8be 100644
--- a/src/features/gen_GpuTextureView.rs
+++ b/src/features/gen_GpuTextureView.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuTextureViewDescriptor.rs b/src/features/gen_GpuTextureViewDescriptor.rs
index acc8216ff5f18d1db241d9ff8299733fc458fb52..30b8fc31c76619a87eb359f6d388f0b22b82f5cb 100644
--- a/src/features/gen_GpuTextureViewDescriptor.rs
+++ b/src/features/gen_GpuTextureViewDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuTextureViewDimension.rs b/src/features/gen_GpuTextureViewDimension.rs
index 77d8e5d1b0113285c60c09af2166e05e165dbb90..8e341635f755fd8b785fa07fdc0e07d3abfea1f2 100644
--- a/src/features/gen_GpuTextureViewDimension.rs
+++ b/src/features/gen_GpuTextureViewDimension.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuUncapturedErrorEvent.rs b/src/features/gen_GpuUncapturedErrorEvent.rs
index 07f10daa5a3789b87f63b191dfe413a1f07885dd..37c29a020556e00a10ca459c3aa94c2d5dc97601 100644
--- a/src/features/gen_GpuUncapturedErrorEvent.rs
+++ b/src/features/gen_GpuUncapturedErrorEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuUncapturedErrorEventInit.rs b/src/features/gen_GpuUncapturedErrorEventInit.rs
index 986dd50483b6b11f60b52c2d28a2b3e7caf45143..8674ca879fd9dd628d6521b84785f07778423010 100644
--- a/src/features/gen_GpuUncapturedErrorEventInit.rs
+++ b/src/features/gen_GpuUncapturedErrorEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuValidationError.rs b/src/features/gen_GpuValidationError.rs
index 7b6b0d7db9c029b761af0abd3ee579ef62209b11..596f96d4f73c5bad05a5276b7bfa35adb6678375 100644
--- a/src/features/gen_GpuValidationError.rs
+++ b/src/features/gen_GpuValidationError.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuVertexAttribute.rs b/src/features/gen_GpuVertexAttribute.rs
index 2fde6d181ddc4ebb11241af9053cb77068decc92..f70761628ac1d24c59e4dd75196f5d970a74e4d9 100644
--- a/src/features/gen_GpuVertexAttribute.rs
+++ b/src/features/gen_GpuVertexAttribute.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuVertexBufferLayout.rs b/src/features/gen_GpuVertexBufferLayout.rs
index e8843020fa2261e7e07facf1a070f49e0ffa6e4c..18a3dc0f5adc1e7532d318a406b96293e7e6b3a7 100644
--- a/src/features/gen_GpuVertexBufferLayout.rs
+++ b/src/features/gen_GpuVertexBufferLayout.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuVertexFormat.rs b/src/features/gen_GpuVertexFormat.rs
index 07e4d22b587744be823a130067c656e57dd6410c..509357ff20c91d8cdc0298f685cd7cf861c06b43 100644
--- a/src/features/gen_GpuVertexFormat.rs
+++ b/src/features/gen_GpuVertexFormat.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GpuVertexState.rs b/src/features/gen_GpuVertexState.rs
index 4086fe436a43ec52ee93477a9e8b7c2c25c3e856..a551e1c49a377fce5eaa2195bd0864338ecb1cef 100644
--- a/src/features/gen_GpuVertexState.rs
+++ b/src/features/gen_GpuVertexState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_GpuVertexStepMode.rs b/src/features/gen_GpuVertexStepMode.rs
index 49140a4b8443df70d002482a5db2921e232409ad..16552bbabea55eb459ceb2b34c9b123ede7e8d8d 100644
--- a/src/features/gen_GpuVertexStepMode.rs
+++ b/src/features/gen_GpuVertexStepMode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_GridDeclaration.rs b/src/features/gen_GridDeclaration.rs
index 325ac2bbc42818c2a4e1dc65acd721e562fd89e8..c01e2adba502ea406d2d79d8c0a8d329b9a00b65 100644
--- a/src/features/gen_GridDeclaration.rs
+++ b/src/features/gen_GridDeclaration.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `GridDeclaration` enum."]
diff --git a/src/features/gen_GridTrackState.rs b/src/features/gen_GridTrackState.rs
index 0ff0ee27ecbad798ff2d7725d0a25c889a8a7a0c..c3c43cf55645d53a1819ca20e487935cf1fe5fab 100644
--- a/src/features/gen_GridTrackState.rs
+++ b/src/features/gen_GridTrackState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `GridTrackState` enum."]
diff --git a/src/features/gen_GroupedHistoryEventInit.rs b/src/features/gen_GroupedHistoryEventInit.rs
index c0e2441e7d463bfe5b56c8b4fb0749d061b1ba6d..b543871515eee7bf15ac9798b2e52eb62fe07769 100644
--- a/src/features/gen_GroupedHistoryEventInit.rs
+++ b/src/features/gen_GroupedHistoryEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HalfOpenInfoDict.rs b/src/features/gen_HalfOpenInfoDict.rs
index 6cef66fd8fc0d397cee1d2efe3e826376c12c581..e3c566c2b98f83b4d75a0a9e12cb86d88882720f 100644
--- a/src/features/gen_HalfOpenInfoDict.rs
+++ b/src/features/gen_HalfOpenInfoDict.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HardwareAcceleration.rs b/src/features/gen_HardwareAcceleration.rs
index 6ca41d5b6ad8de0b4b925e0b476ff01c133c63b2..35320b3609ac1d2ec5734dada603a04cb2e6174d 100644
--- a/src/features/gen_HardwareAcceleration.rs
+++ b/src/features/gen_HardwareAcceleration.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_HashChangeEvent.rs b/src/features/gen_HashChangeEvent.rs
index 9623ed3338f0981d175476c4e765f9f6c6f9cafa..a697b2bd9bf456c5f34da50bd90af627626ea315 100644
--- a/src/features/gen_HashChangeEvent.rs
+++ b/src/features/gen_HashChangeEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HashChangeEventInit.rs b/src/features/gen_HashChangeEventInit.rs
index 75e3f7f5cda8d7d527cdafb591d13a5f21561edf..879339a1321d81cacf75ee6a3a9a163b3d61d54d 100644
--- a/src/features/gen_HashChangeEventInit.rs
+++ b/src/features/gen_HashChangeEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Headers.rs b/src/features/gen_Headers.rs
index 47e0261ff01b85091e2464378226672d878124ec..143f68a63da82c06944afcb383fb34251fa9f7fd 100644
--- a/src/features/gen_Headers.rs
+++ b/src/features/gen_Headers.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HeadersGuardEnum.rs b/src/features/gen_HeadersGuardEnum.rs
index 0f5c714e4bcbbd82faed4a9e1b53e6fdcc751410..130118979ecba074b3c6e4a4abf7d9eca9c764e5 100644
--- a/src/features/gen_HeadersGuardEnum.rs
+++ b/src/features/gen_HeadersGuardEnum.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `HeadersGuardEnum` enum."]
diff --git a/src/features/gen_Hid.rs b/src/features/gen_Hid.rs
index 1980c6d6523d5c638f287259fa921b368b1016c2..0b9e97cb3ec3a317df69dada1c79af8c64f5417c 100644
--- a/src/features/gen_Hid.rs
+++ b/src/features/gen_Hid.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_HidCollectionInfo.rs b/src/features/gen_HidCollectionInfo.rs
index 41af4f16c17544593bf337490259dc163c091cf0..5bf395ad0c284f31566c6bab29111dbcbf4c419f 100644
--- a/src/features/gen_HidCollectionInfo.rs
+++ b/src/features/gen_HidCollectionInfo.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_HidConnectionEvent.rs b/src/features/gen_HidConnectionEvent.rs
index 87dae4e4b4c5a9c5ffc71b69e7810ac3c914f39c..f6fd89401058674e6bb31d754468cdacfca9eb78 100644
--- a/src/features/gen_HidConnectionEvent.rs
+++ b/src/features/gen_HidConnectionEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_HidConnectionEventInit.rs b/src/features/gen_HidConnectionEventInit.rs
index 09e6261d37b2fad3a426e04063e10e4a70043da6..5b01844210a071ffd242c27aa808b16be2b1d63e 100644
--- a/src/features/gen_HidConnectionEventInit.rs
+++ b/src/features/gen_HidConnectionEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_HidDevice.rs b/src/features/gen_HidDevice.rs
index 5416e544d0cf371ae952c0e4cc24b0f8e16b06ff..3a24d5d9607ab01aa4804f4cc5e805ef04223194 100644
--- a/src/features/gen_HidDevice.rs
+++ b/src/features/gen_HidDevice.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_HidDeviceFilter.rs b/src/features/gen_HidDeviceFilter.rs
index 48b756484ea135286488329d47eb923f53ae971c..f82a205389f661b7da255e22185c07aabeb261f0 100644
--- a/src/features/gen_HidDeviceFilter.rs
+++ b/src/features/gen_HidDeviceFilter.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_HidDeviceRequestOptions.rs b/src/features/gen_HidDeviceRequestOptions.rs
index 0dfe5999b61a0063171db4eaa64feb363b6068ac..2193db4d3bb700764215022d0dcbad8360e83b7d 100644
--- a/src/features/gen_HidDeviceRequestOptions.rs
+++ b/src/features/gen_HidDeviceRequestOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_HidInputReportEvent.rs b/src/features/gen_HidInputReportEvent.rs
index 95e57da6aa8e3b08e7992f4d11559edc51c82cdf..43119f8e2f86d77fc69f5a30ac78bd55d610d515 100644
--- a/src/features/gen_HidInputReportEvent.rs
+++ b/src/features/gen_HidInputReportEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_HidInputReportEventInit.rs b/src/features/gen_HidInputReportEventInit.rs
index 7b0c9b54d5eba43b5b7148a10c2f44a676110220..c31c86886c2c1dffe3990220aeff7bf85c5b4bdd 100644
--- a/src/features/gen_HidInputReportEventInit.rs
+++ b/src/features/gen_HidInputReportEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_HidReportInfo.rs b/src/features/gen_HidReportInfo.rs
index 660093a8855d4f843ba63928a6a214e6c8739035..d68a9a07d09e8eb3c88dbecf6bf25288436d6c8e 100644
--- a/src/features/gen_HidReportInfo.rs
+++ b/src/features/gen_HidReportInfo.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_HidReportItem.rs b/src/features/gen_HidReportItem.rs
index 51af5203b7036ad664d6c6a90d760b801b8bd6b9..72c07abb77136afd131062d35802086531b10182 100644
--- a/src/features/gen_HidReportItem.rs
+++ b/src/features/gen_HidReportItem.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_HidUnitSystem.rs b/src/features/gen_HidUnitSystem.rs
index 866d3053648fb8ac265ffe105fb6bfec806b1aa0..4f9e39c5c5e6fc0d028ba39e01ff678faa24297f 100644
--- a/src/features/gen_HidUnitSystem.rs
+++ b/src/features/gen_HidUnitSystem.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_HiddenPluginEventInit.rs b/src/features/gen_HiddenPluginEventInit.rs
index 5ed75adecaf54076dc29d50bf1e1b2a8d2036cc2..c7f692f2cba79e281da4fd57491489b6f4c3d690 100644
--- a/src/features/gen_HiddenPluginEventInit.rs
+++ b/src/features/gen_HiddenPluginEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_History.rs b/src/features/gen_History.rs
index 50d9b9ad0d120ad4f2c41b2c3f77024c2826f579..5a950c140a7910f8f8b9d94110f2077359222c98 100644
--- a/src/features/gen_History.rs
+++ b/src/features/gen_History.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HitRegionOptions.rs b/src/features/gen_HitRegionOptions.rs
index a065409906f0062351e74b6f7ba50def03bbb2c7..8a3a3aaee6444ecd5811749a24c754e842e2d005 100644
--- a/src/features/gen_HitRegionOptions.rs
+++ b/src/features/gen_HitRegionOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HkdfParams.rs b/src/features/gen_HkdfParams.rs
index 059bbe356980f5bf1af8f657fe68199527b222bf..3354ef77697cc4f53043ac7d208a5422e1359673 100644
--- a/src/features/gen_HkdfParams.rs
+++ b/src/features/gen_HkdfParams.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HmacDerivedKeyParams.rs b/src/features/gen_HmacDerivedKeyParams.rs
index b1708bcff53a5e5cbcdae6e9e249cbbdd9f50751..49e33e0e5fd00cd831186b49fc0f2f0c2b05b885 100644
--- a/src/features/gen_HmacDerivedKeyParams.rs
+++ b/src/features/gen_HmacDerivedKeyParams.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HmacImportParams.rs b/src/features/gen_HmacImportParams.rs
index eb9489c059b539e2b85cd92fe40558b9bed1bb7b..750c2ae51a43bf071419c233815c523cd664c1a9 100644
--- a/src/features/gen_HmacImportParams.rs
+++ b/src/features/gen_HmacImportParams.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HmacKeyAlgorithm.rs b/src/features/gen_HmacKeyAlgorithm.rs
index 5910552e3371cd9507a3276412f9032ba971c712..86dcaeceab9eebfe485e00de57092ae128b8272c 100644
--- a/src/features/gen_HmacKeyAlgorithm.rs
+++ b/src/features/gen_HmacKeyAlgorithm.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HmacKeyGenParams.rs b/src/features/gen_HmacKeyGenParams.rs
index 3903d71a727b95c27f7ae072bd537630bd12007c..a443aa342836e683c1ed7f88d1f1fb996509e213 100644
--- a/src/features/gen_HmacKeyGenParams.rs
+++ b/src/features/gen_HmacKeyGenParams.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlAllCollection.rs b/src/features/gen_HtmlAllCollection.rs
index 8510f7f4cf00b3653ec5058e243695ab93b74dd4..264f7ee5ad4419bc29e1427659af9925b95f206b 100644
--- a/src/features/gen_HtmlAllCollection.rs
+++ b/src/features/gen_HtmlAllCollection.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlAnchorElement.rs b/src/features/gen_HtmlAnchorElement.rs
index 0b953108c1f60dd859e4c9bbf9b7224004c2cf93..03fb3e54d41e1e11d93f1bfaff7091c247328b4d 100644
--- a/src/features/gen_HtmlAnchorElement.rs
+++ b/src/features/gen_HtmlAnchorElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlAreaElement.rs b/src/features/gen_HtmlAreaElement.rs
index 23a9ae2c757c56317fb052e934a905a84d414fc2..4b8560faf6598809a9a3284bea84619512c6f831 100644
--- a/src/features/gen_HtmlAreaElement.rs
+++ b/src/features/gen_HtmlAreaElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlAudioElement.rs b/src/features/gen_HtmlAudioElement.rs
index 03ea58ccf05312d31b340161f9ac3d41bbef81b6..0c8f44abd0cdcbcce3f4df74c87f2b4aca43a4ee 100644
--- a/src/features/gen_HtmlAudioElement.rs
+++ b/src/features/gen_HtmlAudioElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlBaseElement.rs b/src/features/gen_HtmlBaseElement.rs
index d521cabb7d37927840702f13c3b37ca55a363b64..7c495bd1ab946ea3de5a31b8104794900a4fc4a0 100644
--- a/src/features/gen_HtmlBaseElement.rs
+++ b/src/features/gen_HtmlBaseElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlBodyElement.rs b/src/features/gen_HtmlBodyElement.rs
index f7355c4c3351ff0dacdc4d5df53917eeb5a901e9..c7870c9af2743f574257d3f0134422a357697c83 100644
--- a/src/features/gen_HtmlBodyElement.rs
+++ b/src/features/gen_HtmlBodyElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlBrElement.rs b/src/features/gen_HtmlBrElement.rs
index aa332a90a5c64242c58b7029a75d83b34b070c0e..0c239d02f6f96788e6bba7cf56854012390fac41 100644
--- a/src/features/gen_HtmlBrElement.rs
+++ b/src/features/gen_HtmlBrElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlButtonElement.rs b/src/features/gen_HtmlButtonElement.rs
index e8958b145f11c2734a85fc92e65d17538f83b1ef..08d5fb91dee97e575511476c1a610a782b661e01 100644
--- a/src/features/gen_HtmlButtonElement.rs
+++ b/src/features/gen_HtmlButtonElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlCanvasElement.rs b/src/features/gen_HtmlCanvasElement.rs
index ff8ab7e2dceac8be7d15ce52d49932d9c6559918..5b35060ab53cdd234f9e47401516d131b418bafa 100644
--- a/src/features/gen_HtmlCanvasElement.rs
+++ b/src/features/gen_HtmlCanvasElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -39,6 +40,25 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `HtmlCanvasElement`*"]
     pub fn set_height(this: &HtmlCanvasElement, value: u32);
+    #[cfg(feature = "MediaStream")]
+    # [wasm_bindgen (catch , method , structural , js_class = "HTMLCanvasElement" , js_name = captureStream)]
+    #[doc = "The `captureStream()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/captureStream)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlCanvasElement`, `MediaStream`*"]
+    pub fn capture_stream(this: &HtmlCanvasElement) -> Result<MediaStream, JsValue>;
+    #[cfg(feature = "MediaStream")]
+    # [wasm_bindgen (catch , method , structural , js_class = "HTMLCanvasElement" , js_name = captureStream)]
+    #[doc = "The `captureStream()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/captureStream)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlCanvasElement`, `MediaStream`*"]
+    pub fn capture_stream_with_frame_request_rate(
+        this: &HtmlCanvasElement,
+        frame_request_rate: f64,
+    ) -> Result<MediaStream, JsValue>;
     # [wasm_bindgen (catch , method , structural , js_class = "HTMLCanvasElement" , js_name = getContext)]
     #[doc = "The `getContext()` method."]
     #[doc = ""]
diff --git a/src/features/gen_HtmlCollection.rs b/src/features/gen_HtmlCollection.rs
index cf3ff4fbea6644b8c40eb777fcd195e2ad6c0aa8..63589be0c55aff42ab2c11b75e950f7d4ea21adc 100644
--- a/src/features/gen_HtmlCollection.rs
+++ b/src/features/gen_HtmlCollection.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlDListElement.rs b/src/features/gen_HtmlDListElement.rs
index 74fab306a267c7a8a5949fe5f3b1bd24c4dff3b7..6b54efdfba05a12fb3f0901832cad7a379b24b95 100644
--- a/src/features/gen_HtmlDListElement.rs
+++ b/src/features/gen_HtmlDListElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlDataElement.rs b/src/features/gen_HtmlDataElement.rs
index f43586af65f39420112b55e543c9871fb7c8c06a..07d7b8b800a669c356ed108989ae6cef1b2d1141 100644
--- a/src/features/gen_HtmlDataElement.rs
+++ b/src/features/gen_HtmlDataElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlDataListElement.rs b/src/features/gen_HtmlDataListElement.rs
index b19b0c19e984a061c72772dabe2ef38edeccf221..6b7ce7a541f8e14d8f932ee5c6e6161e261791f7 100644
--- a/src/features/gen_HtmlDataListElement.rs
+++ b/src/features/gen_HtmlDataListElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlDetailsElement.rs b/src/features/gen_HtmlDetailsElement.rs
index a816f04e7ca10b4154be5e1cda52cd2771849992..80f5eef0c3ebdeb5f751a499daa71d7c2af48f2d 100644
--- a/src/features/gen_HtmlDetailsElement.rs
+++ b/src/features/gen_HtmlDetailsElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlDialogElement.rs b/src/features/gen_HtmlDialogElement.rs
index 9fda1ac7d15e8dc582b75b08245c1da32ad3cc1c..3df7370519061310de859b1697f44762c3b6d5dd 100644
--- a/src/features/gen_HtmlDialogElement.rs
+++ b/src/features/gen_HtmlDialogElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlDirectoryElement.rs b/src/features/gen_HtmlDirectoryElement.rs
index 5302969c2b0f39cedd21218ce259b01e3a61b193..66ec50f04460b4bd11f73a5401f837a23f6b1983 100644
--- a/src/features/gen_HtmlDirectoryElement.rs
+++ b/src/features/gen_HtmlDirectoryElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlDivElement.rs b/src/features/gen_HtmlDivElement.rs
index eadb4fb7db325763a8dfe4988277e11b47a91c5d..e293b01448c024c3e47302504d0a5dee7ea8e96f 100644
--- a/src/features/gen_HtmlDivElement.rs
+++ b/src/features/gen_HtmlDivElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlDocument.rs b/src/features/gen_HtmlDocument.rs
index 94c2d0cdbb6033b1ba2197bf1fd7c53e6dd486f4..5dce0e0561138f1b6bf818d834815afc07bc5fcf 100644
--- a/src/features/gen_HtmlDocument.rs
+++ b/src/features/gen_HtmlDocument.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlElement.rs b/src/features/gen_HtmlElement.rs
index b7850a6fce34c2a69aa1bd45e45ade266132ff59..91b027780d41022b773ec60423ba803a4bed7f0c 100644
--- a/src/features/gen_HtmlElement.rs
+++ b/src/features/gen_HtmlElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlEmbedElement.rs b/src/features/gen_HtmlEmbedElement.rs
index 704b7d1257c983ce51ba9266c499cdee03a9304f..ab89c6e318033c9d091086712c1d786309884897 100644
--- a/src/features/gen_HtmlEmbedElement.rs
+++ b/src/features/gen_HtmlEmbedElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlFieldSetElement.rs b/src/features/gen_HtmlFieldSetElement.rs
index 8c32c0171187f32a0ba4158db6cb3ee276a85bed..45ca9d2c1f6ca256768250d3784816d6663a1479 100644
--- a/src/features/gen_HtmlFieldSetElement.rs
+++ b/src/features/gen_HtmlFieldSetElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlFontElement.rs b/src/features/gen_HtmlFontElement.rs
index d12ce40cceb246d371859337e3b0853183133857..bd7fe7161429deb7ff69cd16bc707c0e9addf50e 100644
--- a/src/features/gen_HtmlFontElement.rs
+++ b/src/features/gen_HtmlFontElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlFormControlsCollection.rs b/src/features/gen_HtmlFormControlsCollection.rs
index 1972cc54b0f303ebaeef361188ccf9b58f434539..1f5c8cfb3cf5f5dea0df40d646ef6dff8a19a33b 100644
--- a/src/features/gen_HtmlFormControlsCollection.rs
+++ b/src/features/gen_HtmlFormControlsCollection.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlFormElement.rs b/src/features/gen_HtmlFormElement.rs
index 0b8e49735aba3752e8b6b88ec0d87581f0daa491..d9381ab955ae300517ea057a67939eb40296dbd2 100644
--- a/src/features/gen_HtmlFormElement.rs
+++ b/src/features/gen_HtmlFormElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlFrameElement.rs b/src/features/gen_HtmlFrameElement.rs
index 6f7b5afc4304177b6035333fea1e3f7d064e30e2..2fc4d2e982d211e37f836262e7de86df7f403488 100644
--- a/src/features/gen_HtmlFrameElement.rs
+++ b/src/features/gen_HtmlFrameElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlFrameSetElement.rs b/src/features/gen_HtmlFrameSetElement.rs
index eeda63cfabb8c352dcc2b27b51002d7d74bfa68a..85458a0d80f5d3a5b638b3b5754f57f92b6ef58d 100644
--- a/src/features/gen_HtmlFrameSetElement.rs
+++ b/src/features/gen_HtmlFrameSetElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlHeadElement.rs b/src/features/gen_HtmlHeadElement.rs
index 23fbca796fb995f58b8ff9765e310afaf103bfec..c0557b061974813ecff2b6e6372a8cdd04bdfcca 100644
--- a/src/features/gen_HtmlHeadElement.rs
+++ b/src/features/gen_HtmlHeadElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlHeadingElement.rs b/src/features/gen_HtmlHeadingElement.rs
index 0819e7dd80e226534af7a46a9795a143e46038b3..2890078215766609d5d2ecf174f66145fc62b66c 100644
--- a/src/features/gen_HtmlHeadingElement.rs
+++ b/src/features/gen_HtmlHeadingElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlHrElement.rs b/src/features/gen_HtmlHrElement.rs
index 90b7b9b352325cf5cda567c7a9cf3a21ece9023c..911e385f59e66d418d3d6f76dc3465c7222c1d18 100644
--- a/src/features/gen_HtmlHrElement.rs
+++ b/src/features/gen_HtmlHrElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlHtmlElement.rs b/src/features/gen_HtmlHtmlElement.rs
index f3f8c63e35d1e4f48fab46c9fad885e8b406d905..57a0f68fba29111311bf277d0a1dd47fed89c904 100644
--- a/src/features/gen_HtmlHtmlElement.rs
+++ b/src/features/gen_HtmlHtmlElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlIFrameElement.rs b/src/features/gen_HtmlIFrameElement.rs
index 5a284529311c2e5c5eb77ab132cfa9a932e4d36c..8d0eab984cd339d3af6bf349def909312b396bb8 100644
--- a/src/features/gen_HtmlIFrameElement.rs
+++ b/src/features/gen_HtmlIFrameElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlImageElement.rs b/src/features/gen_HtmlImageElement.rs
index 692dc64b63bf77d89234fc42d8f70c477449c9c8..ca486278d603258c1293b4b7dcff92dee8fa1a78 100644
--- a/src/features/gen_HtmlImageElement.rs
+++ b/src/features/gen_HtmlImageElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlInputElement.rs b/src/features/gen_HtmlInputElement.rs
index 4c51bf220a61de9b2a8227032014fb8e9d507d59..bb780650a59cdeb5beeb3080a38faf3df87ac19f 100644
--- a/src/features/gen_HtmlInputElement.rs
+++ b/src/features/gen_HtmlInputElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -675,6 +676,20 @@ extern "C" {
         start: u32,
         end: u32,
     ) -> Result<(), JsValue>;
+    #[cfg(feature = "SelectionMode")]
+    # [wasm_bindgen (catch , method , structural , js_class = "HTMLInputElement" , js_name = setRangeText)]
+    #[doc = "The `setRangeText()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/setRangeText)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlInputElement`, `SelectionMode`*"]
+    pub fn set_range_text_with_start_and_end_and_selection_mode(
+        this: &HtmlInputElement,
+        replacement: &str,
+        start: u32,
+        end: u32,
+        selection_mode: SelectionMode,
+    ) -> Result<(), JsValue>;
     # [wasm_bindgen (catch , method , structural , js_class = "HTMLInputElement" , js_name = setSelectionRange)]
     #[doc = "The `setSelectionRange()` method."]
     #[doc = ""]
@@ -698,4 +713,11 @@ extern "C" {
         end: u32,
         direction: &str,
     ) -> Result<(), JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "HTMLInputElement" , js_name = showPicker)]
+    #[doc = "The `showPicker()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/showPicker)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlInputElement`*"]
+    pub fn show_picker(this: &HtmlInputElement) -> Result<(), JsValue>;
 }
diff --git a/src/features/gen_HtmlLabelElement.rs b/src/features/gen_HtmlLabelElement.rs
index 184ce648f6d37f9b14d1378527deb44b059ed5e8..bde3c7fba6e4f3c9b1f7e1bcad8db4b6658e4683 100644
--- a/src/features/gen_HtmlLabelElement.rs
+++ b/src/features/gen_HtmlLabelElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlLegendElement.rs b/src/features/gen_HtmlLegendElement.rs
index 36ce3bda0014657abcf8e1e2921694a016c5e2c8..76b9bb70773b9fb9cec36bd97a22758afd51e3c1 100644
--- a/src/features/gen_HtmlLegendElement.rs
+++ b/src/features/gen_HtmlLegendElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlLiElement.rs b/src/features/gen_HtmlLiElement.rs
index 3a5db06c89d7a8f575a005101baa5cc261fdd5c5..07056913c1ad56fec54fd44357ae5917269f66c4 100644
--- a/src/features/gen_HtmlLiElement.rs
+++ b/src/features/gen_HtmlLiElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlLinkElement.rs b/src/features/gen_HtmlLinkElement.rs
index c947f16c05961797aabaacd685867ce3144fe84b..8e3ab52258b1e45d1d493fc74a194b0133b55b45 100644
--- a/src/features/gen_HtmlLinkElement.rs
+++ b/src/features/gen_HtmlLinkElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlMapElement.rs b/src/features/gen_HtmlMapElement.rs
index f7dcc17ce476ab91e4a6818e8533c7088085f3de..f1bf09509669e7596f2ff7fcb22c7057281e63d9 100644
--- a/src/features/gen_HtmlMapElement.rs
+++ b/src/features/gen_HtmlMapElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlMediaElement.rs b/src/features/gen_HtmlMediaElement.rs
index 8fba170edf2e386fdd80264ae62a381ad0351988..51746c49fe4cd00fafd95d11986204df8001f666 100644
--- a/src/features/gen_HtmlMediaElement.rs
+++ b/src/features/gen_HtmlMediaElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlMenuElement.rs b/src/features/gen_HtmlMenuElement.rs
index a271be1fa9911ddaeaec0b64dd02320e35e39fab..083cdf453cdf603a3b736dc640e2252f887ad942 100644
--- a/src/features/gen_HtmlMenuElement.rs
+++ b/src/features/gen_HtmlMenuElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlMenuItemElement.rs b/src/features/gen_HtmlMenuItemElement.rs
index 87a7753745d798e9aacf677ae9709232c5d588bd..dd1f4d83267d935360ebc8801adcb3179e7de187 100644
--- a/src/features/gen_HtmlMenuItemElement.rs
+++ b/src/features/gen_HtmlMenuItemElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -10,7 +11,9 @@ extern "C" {
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMenuItemElement)"]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `HtmlMenuItemElement`*"]
+    #[deprecated(note = "Absent in all major browsers")]
     pub type HtmlMenuItemElement;
+    #[deprecated(note = "Absent in all major browsers")]
     # [wasm_bindgen (structural , method , getter , js_class = "HTMLMenuItemElement" , js_name = type)]
     #[doc = "Getter for the `type` field of this object."]
     #[doc = ""]
@@ -18,6 +21,7 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `HtmlMenuItemElement`*"]
     pub fn type_(this: &HtmlMenuItemElement) -> String;
+    #[deprecated(note = "Absent in all major browsers")]
     # [wasm_bindgen (structural , method , setter , js_class = "HTMLMenuItemElement" , js_name = type)]
     #[doc = "Setter for the `type` field of this object."]
     #[doc = ""]
@@ -25,6 +29,7 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `HtmlMenuItemElement`*"]
     pub fn set_type(this: &HtmlMenuItemElement, value: &str);
+    #[deprecated(note = "Absent in all major browsers")]
     # [wasm_bindgen (structural , method , getter , js_class = "HTMLMenuItemElement" , js_name = label)]
     #[doc = "Getter for the `label` field of this object."]
     #[doc = ""]
@@ -32,6 +37,7 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `HtmlMenuItemElement`*"]
     pub fn label(this: &HtmlMenuItemElement) -> String;
+    #[deprecated(note = "Absent in all major browsers")]
     # [wasm_bindgen (structural , method , setter , js_class = "HTMLMenuItemElement" , js_name = label)]
     #[doc = "Setter for the `label` field of this object."]
     #[doc = ""]
@@ -39,6 +45,7 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `HtmlMenuItemElement`*"]
     pub fn set_label(this: &HtmlMenuItemElement, value: &str);
+    #[deprecated(note = "Absent in all major browsers")]
     # [wasm_bindgen (structural , method , getter , js_class = "HTMLMenuItemElement" , js_name = icon)]
     #[doc = "Getter for the `icon` field of this object."]
     #[doc = ""]
@@ -46,6 +53,7 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `HtmlMenuItemElement`*"]
     pub fn icon(this: &HtmlMenuItemElement) -> String;
+    #[deprecated(note = "Absent in all major browsers")]
     # [wasm_bindgen (structural , method , setter , js_class = "HTMLMenuItemElement" , js_name = icon)]
     #[doc = "Setter for the `icon` field of this object."]
     #[doc = ""]
@@ -53,6 +61,7 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `HtmlMenuItemElement`*"]
     pub fn set_icon(this: &HtmlMenuItemElement, value: &str);
+    #[deprecated(note = "Absent in all major browsers")]
     # [wasm_bindgen (structural , method , getter , js_class = "HTMLMenuItemElement" , js_name = disabled)]
     #[doc = "Getter for the `disabled` field of this object."]
     #[doc = ""]
@@ -60,6 +69,7 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `HtmlMenuItemElement`*"]
     pub fn disabled(this: &HtmlMenuItemElement) -> bool;
+    #[deprecated(note = "Absent in all major browsers")]
     # [wasm_bindgen (structural , method , setter , js_class = "HTMLMenuItemElement" , js_name = disabled)]
     #[doc = "Setter for the `disabled` field of this object."]
     #[doc = ""]
@@ -67,6 +77,7 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `HtmlMenuItemElement`*"]
     pub fn set_disabled(this: &HtmlMenuItemElement, value: bool);
+    #[deprecated(note = "Absent in all major browsers")]
     # [wasm_bindgen (structural , method , getter , js_class = "HTMLMenuItemElement" , js_name = checked)]
     #[doc = "Getter for the `checked` field of this object."]
     #[doc = ""]
@@ -74,6 +85,7 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `HtmlMenuItemElement`*"]
     pub fn checked(this: &HtmlMenuItemElement) -> bool;
+    #[deprecated(note = "Absent in all major browsers")]
     # [wasm_bindgen (structural , method , setter , js_class = "HTMLMenuItemElement" , js_name = checked)]
     #[doc = "Setter for the `checked` field of this object."]
     #[doc = ""]
@@ -81,6 +93,7 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `HtmlMenuItemElement`*"]
     pub fn set_checked(this: &HtmlMenuItemElement, value: bool);
+    #[deprecated(note = "Absent in all major browsers")]
     # [wasm_bindgen (structural , method , getter , js_class = "HTMLMenuItemElement" , js_name = radiogroup)]
     #[doc = "Getter for the `radiogroup` field of this object."]
     #[doc = ""]
@@ -88,6 +101,7 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `HtmlMenuItemElement`*"]
     pub fn radiogroup(this: &HtmlMenuItemElement) -> String;
+    #[deprecated(note = "Absent in all major browsers")]
     # [wasm_bindgen (structural , method , setter , js_class = "HTMLMenuItemElement" , js_name = radiogroup)]
     #[doc = "Setter for the `radiogroup` field of this object."]
     #[doc = ""]
@@ -95,6 +109,7 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `HtmlMenuItemElement`*"]
     pub fn set_radiogroup(this: &HtmlMenuItemElement, value: &str);
+    #[deprecated(note = "Absent in all major browsers")]
     # [wasm_bindgen (structural , method , getter , js_class = "HTMLMenuItemElement" , js_name = defaultChecked)]
     #[doc = "Getter for the `defaultChecked` field of this object."]
     #[doc = ""]
@@ -102,6 +117,7 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `HtmlMenuItemElement`*"]
     pub fn default_checked(this: &HtmlMenuItemElement) -> bool;
+    #[deprecated(note = "Absent in all major browsers")]
     # [wasm_bindgen (structural , method , setter , js_class = "HTMLMenuItemElement" , js_name = defaultChecked)]
     #[doc = "Setter for the `defaultChecked` field of this object."]
     #[doc = ""]
diff --git a/src/features/gen_HtmlMetaElement.rs b/src/features/gen_HtmlMetaElement.rs
index 5a1d570ea1d9c5f3293e7f279de8c167565a640f..db16bee0f69bcc79cfd386e2a2d4829e6afcef4f 100644
--- a/src/features/gen_HtmlMetaElement.rs
+++ b/src/features/gen_HtmlMetaElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlMeterElement.rs b/src/features/gen_HtmlMeterElement.rs
index 997245636212e8733ede936822b6ff101117075c..0ec35cce9cd58b16efc318d761bc42fe3986deb0 100644
--- a/src/features/gen_HtmlMeterElement.rs
+++ b/src/features/gen_HtmlMeterElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlModElement.rs b/src/features/gen_HtmlModElement.rs
index 7ce1087a24b28c126e3591611d0ed0b313f2ce13..e47d87a7bbd16c6b2c943e6dcaf285c686006b0d 100644
--- a/src/features/gen_HtmlModElement.rs
+++ b/src/features/gen_HtmlModElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlOListElement.rs b/src/features/gen_HtmlOListElement.rs
index d57eb9a357830bfcfe59cca486727e0cb7984b86..380f753c8322477bfe27caff8f3af691e4f7afa5 100644
--- a/src/features/gen_HtmlOListElement.rs
+++ b/src/features/gen_HtmlOListElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlObjectElement.rs b/src/features/gen_HtmlObjectElement.rs
index 8ef2219a708dbcdf2d4c9bd8c471e0a31b896456..bc5dfbd9c2fb6dbb03e4f3c4a319fd95aa129759 100644
--- a/src/features/gen_HtmlObjectElement.rs
+++ b/src/features/gen_HtmlObjectElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlOptGroupElement.rs b/src/features/gen_HtmlOptGroupElement.rs
index a6510ff5be7fc8941f01946701023ee30e667cd1..0f90bd36dbbef59798ca0f9644a920c4f3f7de90 100644
--- a/src/features/gen_HtmlOptGroupElement.rs
+++ b/src/features/gen_HtmlOptGroupElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlOptionElement.rs b/src/features/gen_HtmlOptionElement.rs
index 5d34d0dc25a6dc6c1677e58fcd19ac326d681fef..d87adc273cbc9f7ec2b4323598cf9351fae80b42 100644
--- a/src/features/gen_HtmlOptionElement.rs
+++ b/src/features/gen_HtmlOptionElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlOptionsCollection.rs b/src/features/gen_HtmlOptionsCollection.rs
index 2dca06380a6352062af8119c4b5e6d9c0854b95b..ac40077770315eecfba6fefc2f61328e811399ae 100644
--- a/src/features/gen_HtmlOptionsCollection.rs
+++ b/src/features/gen_HtmlOptionsCollection.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlOutputElement.rs b/src/features/gen_HtmlOutputElement.rs
index 8cb898080019092311e4378b1e28019bd2705b7d..90f162967cde8c74a8b4e6958307febec0c22696 100644
--- a/src/features/gen_HtmlOutputElement.rs
+++ b/src/features/gen_HtmlOutputElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlParagraphElement.rs b/src/features/gen_HtmlParagraphElement.rs
index 51e139c1c5946247eebea392b57ca3ca2dd8de8f..25f7c05010693bcb734a427e6c3369f2b8173a33 100644
--- a/src/features/gen_HtmlParagraphElement.rs
+++ b/src/features/gen_HtmlParagraphElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlParamElement.rs b/src/features/gen_HtmlParamElement.rs
index a6ea0d411182685b6b0d9ca70046a5b7fb300e24..00cee244ff20e59c91860597e5f2ec7e1cd2f85b 100644
--- a/src/features/gen_HtmlParamElement.rs
+++ b/src/features/gen_HtmlParamElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlPictureElement.rs b/src/features/gen_HtmlPictureElement.rs
index 26112ae99ad274e6be123507a233df250ba72979..f3ae3e0b33bae2f37f42ffa60d1fdc7e8c3a35f7 100644
--- a/src/features/gen_HtmlPictureElement.rs
+++ b/src/features/gen_HtmlPictureElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlPreElement.rs b/src/features/gen_HtmlPreElement.rs
index 5ce97ef3f1c2a35999e140c9b4e5760e672b1808..74f8f0d70cdb3c8727199279a9764a1a4be1f78e 100644
--- a/src/features/gen_HtmlPreElement.rs
+++ b/src/features/gen_HtmlPreElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlProgressElement.rs b/src/features/gen_HtmlProgressElement.rs
index ba5c6a7caf047708a4ca1888a9693d94a4154bd6..a6fdc916ba385bce7673ffe09c3c31c3aabbe18f 100644
--- a/src/features/gen_HtmlProgressElement.rs
+++ b/src/features/gen_HtmlProgressElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlQuoteElement.rs b/src/features/gen_HtmlQuoteElement.rs
index 9d18e13826e18f062f7c1da72d346da30f651e92..723bc2582b48d98e1c477be334b25a319dc95db8 100644
--- a/src/features/gen_HtmlQuoteElement.rs
+++ b/src/features/gen_HtmlQuoteElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlScriptElement.rs b/src/features/gen_HtmlScriptElement.rs
index 21198eb79495edcdabcf4b4d03a2c7fd4a098366..ce910c2419463333f5a23f395940e70b540d96b4 100644
--- a/src/features/gen_HtmlScriptElement.rs
+++ b/src/features/gen_HtmlScriptElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlSelectElement.rs b/src/features/gen_HtmlSelectElement.rs
index 87f3ddd7abd47a6c9a3aeaac342eb9d01baa8cc7..f15b0347125c3239cf007139eefb51dd878eca14 100644
--- a/src/features/gen_HtmlSelectElement.rs
+++ b/src/features/gen_HtmlSelectElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlSlotElement.rs b/src/features/gen_HtmlSlotElement.rs
index c822a2ee4cff91e5bc08ddaf93d854b016523703..04b96da24fd13e9e0afaca23b3fa1ce8985ffb5f 100644
--- a/src/features/gen_HtmlSlotElement.rs
+++ b/src/features/gen_HtmlSlotElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlSourceElement.rs b/src/features/gen_HtmlSourceElement.rs
index fd01150d9a243bd4a01a125ddead2cfe7973c47a..8fb7dee9dea357a0b78886920793c3e47200a548 100644
--- a/src/features/gen_HtmlSourceElement.rs
+++ b/src/features/gen_HtmlSourceElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlSpanElement.rs b/src/features/gen_HtmlSpanElement.rs
index fee20cc82feb0e309e206ed2522e910b97d15fba..e050b625da3a9afb3ca2ae4ed956cb0205b1946e 100644
--- a/src/features/gen_HtmlSpanElement.rs
+++ b/src/features/gen_HtmlSpanElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlStyleElement.rs b/src/features/gen_HtmlStyleElement.rs
index a8082b11cdbcbf5d701099995803c84a963b756c..e7ca11f0d9ed243c79c314ec06d0968962d47818 100644
--- a/src/features/gen_HtmlStyleElement.rs
+++ b/src/features/gen_HtmlStyleElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlTableCaptionElement.rs b/src/features/gen_HtmlTableCaptionElement.rs
index a3051b715b3e82de11f94d218cef703528190315..7a19986f7ee077e0aaee206077db0a7811ceaa13 100644
--- a/src/features/gen_HtmlTableCaptionElement.rs
+++ b/src/features/gen_HtmlTableCaptionElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlTableCellElement.rs b/src/features/gen_HtmlTableCellElement.rs
index 343b94349d15034d15902e1fb96902f7674e0a75..0398abfdda0eaac7139b32682b1433031f2b3cd2 100644
--- a/src/features/gen_HtmlTableCellElement.rs
+++ b/src/features/gen_HtmlTableCellElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlTableColElement.rs b/src/features/gen_HtmlTableColElement.rs
index d2e4e771ae1080a1ac4677a84840ba05dec06e99..91febc5a80bb2442b1d76d87c7af2aa4e65a7ac6 100644
--- a/src/features/gen_HtmlTableColElement.rs
+++ b/src/features/gen_HtmlTableColElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlTableElement.rs b/src/features/gen_HtmlTableElement.rs
index 036e2ab88c2cc166166a6f2e3b683e0638d422fe..2a63f76da977173e13d8dea83241775dd7bebad0 100644
--- a/src/features/gen_HtmlTableElement.rs
+++ b/src/features/gen_HtmlTableElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlTableRowElement.rs b/src/features/gen_HtmlTableRowElement.rs
index 222d7b0df84a0c80e69d74be0ede047298cb8b72..287cdcc53e75d2b10161d613a20ed13b7e591b14 100644
--- a/src/features/gen_HtmlTableRowElement.rs
+++ b/src/features/gen_HtmlTableRowElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlTableSectionElement.rs b/src/features/gen_HtmlTableSectionElement.rs
index 503f2245ed974cf28b54d96f7a72d578f75a88c0..ee7cfa136c68436b792ba093430339da6c863f0c 100644
--- a/src/features/gen_HtmlTableSectionElement.rs
+++ b/src/features/gen_HtmlTableSectionElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlTemplateElement.rs b/src/features/gen_HtmlTemplateElement.rs
index dba10b0c044a5e3fc795a37b5a8668139b47d22c..b8b153eef240a213b5aabdd49403f7aa31cc7ab1 100644
--- a/src/features/gen_HtmlTemplateElement.rs
+++ b/src/features/gen_HtmlTemplateElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlTextAreaElement.rs b/src/features/gen_HtmlTextAreaElement.rs
index b21d4758a52048348c83b92601bc0891108a0dbc..343281e153e7b0d84a452606a0070f242488afc8 100644
--- a/src/features/gen_HtmlTextAreaElement.rs
+++ b/src/features/gen_HtmlTextAreaElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -355,6 +356,19 @@ extern "C" {
         start: u32,
         end: u32,
     ) -> Result<(), JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "HTMLTextAreaElement" , js_name = setRangeText)]
+    #[doc = "The `setRangeText()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTextAreaElement/setRangeText)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlTextAreaElement`*"]
+    pub fn set_range_text_with_start_and_end_and_mode(
+        this: &HtmlTextAreaElement,
+        replacement: &str,
+        start: u32,
+        end: u32,
+        mode: &str,
+    ) -> Result<(), JsValue>;
     # [wasm_bindgen (catch , method , structural , js_class = "HTMLTextAreaElement" , js_name = setSelectionRange)]
     #[doc = "The `setSelectionRange()` method."]
     #[doc = ""]
diff --git a/src/features/gen_HtmlTimeElement.rs b/src/features/gen_HtmlTimeElement.rs
index 58b916fb69213be37a32f6ec6a956753512b0498..bb83d28e15f1f2a1dd62ae16d37b1db3c1f9c000 100644
--- a/src/features/gen_HtmlTimeElement.rs
+++ b/src/features/gen_HtmlTimeElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlTitleElement.rs b/src/features/gen_HtmlTitleElement.rs
index 7c3f6e78bb1c8dd00ce7418250da0f75008df305..5d515078e50872e1a3091baafa01eeb5f149d63a 100644
--- a/src/features/gen_HtmlTitleElement.rs
+++ b/src/features/gen_HtmlTitleElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlTrackElement.rs b/src/features/gen_HtmlTrackElement.rs
index e1dbf4b5ab07c05dad26f595d5827fa47dfddc68..0d388db953cb09f7fb8289c200fe83eaa03686e1 100644
--- a/src/features/gen_HtmlTrackElement.rs
+++ b/src/features/gen_HtmlTrackElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlUListElement.rs b/src/features/gen_HtmlUListElement.rs
index 484925a6c46237c734fc42acedec6f4b772d0e6a..aae4b944ae838d2c305b7c63d73bfd8c7a65e139 100644
--- a/src/features/gen_HtmlUListElement.rs
+++ b/src/features/gen_HtmlUListElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlUnknownElement.rs b/src/features/gen_HtmlUnknownElement.rs
index 63a86e4e5328ec980368896ca3b1a7fcbd96a347..2405844f5c836a4dabc30db8eabfd5e04a8a0c9a 100644
--- a/src/features/gen_HtmlUnknownElement.rs
+++ b/src/features/gen_HtmlUnknownElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HtmlVideoElement.rs b/src/features/gen_HtmlVideoElement.rs
index 3301d64f5825f9b8907374e3ed0af1b16e876ea5..c76989ab1b717a388e6e8523a7ab4d4076f72502 100644
--- a/src/features/gen_HtmlVideoElement.rs
+++ b/src/features/gen_HtmlVideoElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HttpConnDict.rs b/src/features/gen_HttpConnDict.rs
index 87eea9edc9ab55b9cd547fd73641cd73d70b5cf0..213a86caa210c0266ddc0cf7c4e673845d1215f0 100644
--- a/src/features/gen_HttpConnDict.rs
+++ b/src/features/gen_HttpConnDict.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HttpConnInfo.rs b/src/features/gen_HttpConnInfo.rs
index 987420ebc1b842779fb043a3477a5bb88220397b..d914956024bbad0ab61e83af64c20b4e1ff574d9 100644
--- a/src/features/gen_HttpConnInfo.rs
+++ b/src/features/gen_HttpConnInfo.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_HttpConnectionElement.rs b/src/features/gen_HttpConnectionElement.rs
index 5fef1331ae648da98e9698f0c93befcf166ef058..ecb934db52f48e0be2327d019061b60db30b1fbd 100644
--- a/src/features/gen_HttpConnectionElement.rs
+++ b/src/features/gen_HttpConnectionElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IdbCursor.rs b/src/features/gen_IdbCursor.rs
index f7d124d03e7af646b62de19f572f45d52bdf1f57..bf8d235434a87787fc2543238e7bbe5658bbf5e8 100644
--- a/src/features/gen_IdbCursor.rs
+++ b/src/features/gen_IdbCursor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IdbCursorDirection.rs b/src/features/gen_IdbCursorDirection.rs
index c01fef471f04dfccbb1418cd63d5e04b30337486..1013cf5db2d7dc90e129faf37770ca5b989178ab 100644
--- a/src/features/gen_IdbCursorDirection.rs
+++ b/src/features/gen_IdbCursorDirection.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `IdbCursorDirection` enum."]
diff --git a/src/features/gen_IdbCursorWithValue.rs b/src/features/gen_IdbCursorWithValue.rs
index 2f66c5a93aa0edb5643220cba26cdc9cfe36514b..b337692eb001c184cbcb2910bd99b3c04f574882 100644
--- a/src/features/gen_IdbCursorWithValue.rs
+++ b/src/features/gen_IdbCursorWithValue.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IdbDatabase.rs b/src/features/gen_IdbDatabase.rs
index ebcb2f62757656de3df1e94fd83920a58043bde8..0773882097148a69c57200a1f57859dd45ca4f6f 100644
--- a/src/features/gen_IdbDatabase.rs
+++ b/src/features/gen_IdbDatabase.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IdbFactory.rs b/src/features/gen_IdbFactory.rs
index 30fac16d7a08da25aa2b481be889eb2500461927..573493931cebc9edb84e8067d12f8879eaab93b6 100644
--- a/src/features/gen_IdbFactory.rs
+++ b/src/features/gen_IdbFactory.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IdbFileHandle.rs b/src/features/gen_IdbFileHandle.rs
index 0e395303bf5e1b672f2e4ed19893f1fd741de5b1..91ce76a42443ccdf0c98b4c3227deed5ced65742 100644
--- a/src/features/gen_IdbFileHandle.rs
+++ b/src/features/gen_IdbFileHandle.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IdbFileMetadataParameters.rs b/src/features/gen_IdbFileMetadataParameters.rs
index 48e322cf1821fb85780a0763a10a411140a3f8d9..bbaeb94248786e9a49bcf6884120d1ec1a19e22d 100644
--- a/src/features/gen_IdbFileMetadataParameters.rs
+++ b/src/features/gen_IdbFileMetadataParameters.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IdbFileRequest.rs b/src/features/gen_IdbFileRequest.rs
index e228c1a79d9579914c25111ac20fc0ca8fc678f8..67d8a4c1cbba83d560bf52a188af1c86ca9051e1 100644
--- a/src/features/gen_IdbFileRequest.rs
+++ b/src/features/gen_IdbFileRequest.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IdbIndex.rs b/src/features/gen_IdbIndex.rs
index 98a76e657e8dfacf21fc041b0b3e776e66667943..675da44ef8986fed203a68b5c1242bd284cac7c7 100644
--- a/src/features/gen_IdbIndex.rs
+++ b/src/features/gen_IdbIndex.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IdbIndexParameters.rs b/src/features/gen_IdbIndexParameters.rs
index 7da00bccfc4e1ff289937f0e9cfe7e84114c126d..2162121cfa86e67083306b75234e63874900f59b 100644
--- a/src/features/gen_IdbIndexParameters.rs
+++ b/src/features/gen_IdbIndexParameters.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IdbKeyRange.rs b/src/features/gen_IdbKeyRange.rs
index 6a9841624e106707a63fb2acccee5bf27d0f3da0..c24650ba916e657634924d516387401967ee9adf 100644
--- a/src/features/gen_IdbKeyRange.rs
+++ b/src/features/gen_IdbKeyRange.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IdbLocaleAwareKeyRange.rs b/src/features/gen_IdbLocaleAwareKeyRange.rs
index 09420bd3bf0526a37b2105ba85b435f3c85fd432..6e23edbe07386af456bff4813e63fd7621817c6a 100644
--- a/src/features/gen_IdbLocaleAwareKeyRange.rs
+++ b/src/features/gen_IdbLocaleAwareKeyRange.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IdbMutableFile.rs b/src/features/gen_IdbMutableFile.rs
index 47284d121411859c9e821be04781ad80ccc3a32e..6b44144743099feec4c568b381994531ca5c9300 100644
--- a/src/features/gen_IdbMutableFile.rs
+++ b/src/features/gen_IdbMutableFile.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IdbObjectStore.rs b/src/features/gen_IdbObjectStore.rs
index b662f01fb4af0989a7fe82e70fe80d76d1c22949..7916454a842499f9373ed4884b35ecfe2475ad06 100644
--- a/src/features/gen_IdbObjectStore.rs
+++ b/src/features/gen_IdbObjectStore.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IdbObjectStoreParameters.rs b/src/features/gen_IdbObjectStoreParameters.rs
index d151ccc213fd12c110004b607a6787148b51e7c1..71689ac147ef59e0fc450bac8c33735b480e01b1 100644
--- a/src/features/gen_IdbObjectStoreParameters.rs
+++ b/src/features/gen_IdbObjectStoreParameters.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IdbOpenDbOptions.rs b/src/features/gen_IdbOpenDbOptions.rs
index 57ded3a72f8fcecf6749c1cc71a17733699491d4..0a7caecc9f1f1282200c87af61a15ee67d2f7681 100644
--- a/src/features/gen_IdbOpenDbOptions.rs
+++ b/src/features/gen_IdbOpenDbOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IdbOpenDbRequest.rs b/src/features/gen_IdbOpenDbRequest.rs
index 2810085daff8710747388a8e67f4c18ba968172a..5be55d72d71503fcfe42fa79a22dfb753cab53a2 100644
--- a/src/features/gen_IdbOpenDbRequest.rs
+++ b/src/features/gen_IdbOpenDbRequest.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IdbRequest.rs b/src/features/gen_IdbRequest.rs
index e6f54e2ea847ea863f9d4f0c9a59d1920a5a1f6e..34007389821eebbf47f4fe29bdb0c89ee10f9589 100644
--- a/src/features/gen_IdbRequest.rs
+++ b/src/features/gen_IdbRequest.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IdbRequestReadyState.rs b/src/features/gen_IdbRequestReadyState.rs
index bd5a50e69f898053ca1c690d32d43cf7b485ba4d..49644e6e6ba110c2c69a7ab0ebd2578dd8aaf913 100644
--- a/src/features/gen_IdbRequestReadyState.rs
+++ b/src/features/gen_IdbRequestReadyState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `IdbRequestReadyState` enum."]
diff --git a/src/features/gen_IdbTransaction.rs b/src/features/gen_IdbTransaction.rs
index 9e10c9295d1f68755c2d2bcdc83d6c1e296a655f..70a8620df789f2c4a7daf6065d9b174571e06a0c 100644
--- a/src/features/gen_IdbTransaction.rs
+++ b/src/features/gen_IdbTransaction.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IdbTransactionMode.rs b/src/features/gen_IdbTransactionMode.rs
index 8f0eb76476ddcdd0a40e04d7303b54003ea61e92..8115b39d2db5213c000762f8234099185f91837e 100644
--- a/src/features/gen_IdbTransactionMode.rs
+++ b/src/features/gen_IdbTransactionMode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `IdbTransactionMode` enum."]
diff --git a/src/features/gen_IdbVersionChangeEvent.rs b/src/features/gen_IdbVersionChangeEvent.rs
index 32348fce7f466b12a33e50230527ed2d9408a8cc..7e6892ab25089a1e93168009633c5cdb588aedbe 100644
--- a/src/features/gen_IdbVersionChangeEvent.rs
+++ b/src/features/gen_IdbVersionChangeEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IdbVersionChangeEventInit.rs b/src/features/gen_IdbVersionChangeEventInit.rs
index 5ec7d76eb5c736d8574c3a6d4f5b73a1f37583b3..8e2cdd7878abee2fedc64bb95065cf520c2e6b18 100644
--- a/src/features/gen_IdbVersionChangeEventInit.rs
+++ b/src/features/gen_IdbVersionChangeEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IdleDeadline.rs b/src/features/gen_IdleDeadline.rs
index d79f9ae5e984034e23753436469c14ce342f97f4..6776e6b1ebc80f33f8a350ec2f6641a939a97657 100644
--- a/src/features/gen_IdleDeadline.rs
+++ b/src/features/gen_IdleDeadline.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IdleRequestOptions.rs b/src/features/gen_IdleRequestOptions.rs
index 06abc336e72d05850271b9aa4f361c906b402f1d..61dfe10438478625bc5705246c7e56d758aa4253 100644
--- a/src/features/gen_IdleRequestOptions.rs
+++ b/src/features/gen_IdleRequestOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IirFilterNode.rs b/src/features/gen_IirFilterNode.rs
index 833bd3073c3b45c921f7fb6b9a19be0d3e567b4e..b84c9f12f023b3d5ae179a673204959bd4fcc71b 100644
--- a/src/features/gen_IirFilterNode.rs
+++ b/src/features/gen_IirFilterNode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IirFilterOptions.rs b/src/features/gen_IirFilterOptions.rs
index 2961ffc0c8124c80d48ed06f5e3b48d36519085a..d21e80ccf4e6e95928ce1e747d6aba0d63f81be5 100644
--- a/src/features/gen_IirFilterOptions.rs
+++ b/src/features/gen_IirFilterOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ImageBitmap.rs b/src/features/gen_ImageBitmap.rs
index c400d2f813dbc09e76d778dace03ec5f81cb768e..4a08e980d6c8861304ebb304e8d657a67a0df5b0 100644
--- a/src/features/gen_ImageBitmap.rs
+++ b/src/features/gen_ImageBitmap.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -32,60 +33,4 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `ImageBitmap`*"]
     pub fn close(this: &ImageBitmap);
-    #[cfg(feature = "ImageBitmapFormat")]
-    # [wasm_bindgen (catch , method , structural , js_class = "ImageBitmap" , js_name = findOptimalFormat)]
-    #[doc = "The `findOptimalFormat()` method."]
-    #[doc = ""]
-    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/ImageBitmap/findOptimalFormat)"]
-    #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `ImageBitmap`, `ImageBitmapFormat`*"]
-    pub fn find_optimal_format(this: &ImageBitmap) -> Result<ImageBitmapFormat, JsValue>;
-    #[cfg(feature = "ImageBitmapFormat")]
-    # [wasm_bindgen (catch , method , structural , js_class = "ImageBitmap" , js_name = findOptimalFormat)]
-    #[doc = "The `findOptimalFormat()` method."]
-    #[doc = ""]
-    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/ImageBitmap/findOptimalFormat)"]
-    #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `ImageBitmap`, `ImageBitmapFormat`*"]
-    pub fn find_optimal_format_with_a_possible_formats(
-        this: &ImageBitmap,
-        a_possible_formats: &::wasm_bindgen::JsValue,
-    ) -> Result<ImageBitmapFormat, JsValue>;
-    #[cfg(feature = "ImageBitmapFormat")]
-    # [wasm_bindgen (catch , method , structural , js_class = "ImageBitmap" , js_name = mapDataInto)]
-    #[doc = "The `mapDataInto()` method."]
-    #[doc = ""]
-    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/ImageBitmap/mapDataInto)"]
-    #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `ImageBitmap`, `ImageBitmapFormat`*"]
-    pub fn map_data_into_with_buffer_source(
-        this: &ImageBitmap,
-        a_format: ImageBitmapFormat,
-        a_buffer: &::js_sys::Object,
-        a_offset: i32,
-    ) -> Result<::js_sys::Promise, JsValue>;
-    #[cfg(feature = "ImageBitmapFormat")]
-    # [wasm_bindgen (catch , method , structural , js_class = "ImageBitmap" , js_name = mapDataInto)]
-    #[doc = "The `mapDataInto()` method."]
-    #[doc = ""]
-    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/ImageBitmap/mapDataInto)"]
-    #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `ImageBitmap`, `ImageBitmapFormat`*"]
-    pub fn map_data_into_with_u8_array(
-        this: &ImageBitmap,
-        a_format: ImageBitmapFormat,
-        a_buffer: &mut [u8],
-        a_offset: i32,
-    ) -> Result<::js_sys::Promise, JsValue>;
-    #[cfg(feature = "ImageBitmapFormat")]
-    # [wasm_bindgen (catch , method , structural , js_class = "ImageBitmap" , js_name = mappedDataLength)]
-    #[doc = "The `mappedDataLength()` method."]
-    #[doc = ""]
-    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/ImageBitmap/mappedDataLength)"]
-    #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `ImageBitmap`, `ImageBitmapFormat`*"]
-    pub fn mapped_data_length(
-        this: &ImageBitmap,
-        a_format: ImageBitmapFormat,
-    ) -> Result<i32, JsValue>;
 }
diff --git a/src/features/gen_ImageBitmapFormat.rs b/src/features/gen_ImageBitmapFormat.rs
deleted file mode 100644
index e3d63c573762ab966f79d59569a4904801dad482..0000000000000000000000000000000000000000
--- a/src/features/gen_ImageBitmapFormat.rs
+++ /dev/null
@@ -1,22 +0,0 @@
-#![allow(unused_imports)]
-use wasm_bindgen::prelude::*;
-#[wasm_bindgen]
-#[doc = "The `ImageBitmapFormat` enum."]
-#[doc = ""]
-#[doc = "*This API requires the following crate features to be activated: `ImageBitmapFormat`*"]
-#[derive(Debug, Clone, Copy, PartialEq, Eq)]
-pub enum ImageBitmapFormat {
-    Rgba32 = "RGBA32",
-    Bgra32 = "BGRA32",
-    Rgb24 = "RGB24",
-    Bgr24 = "BGR24",
-    Gray8 = "GRAY8",
-    Yuv444p = "YUV444P",
-    Yuv422p = "YUV422P",
-    Yuv420p = "YUV420P",
-    Yuv420spNv12 = "YUV420SP_NV12",
-    Yuv420spNv21 = "YUV420SP_NV21",
-    Hsv = "HSV",
-    Lab = "Lab",
-    Depth = "DEPTH",
-}
diff --git a/src/features/gen_ImageBitmapOptions.rs b/src/features/gen_ImageBitmapOptions.rs
new file mode 100644
index 0000000000000000000000000000000000000000..bda518acf21381a59906ffff92368e34ac29c67e
--- /dev/null
+++ b/src/features/gen_ImageBitmapOptions.rs
@@ -0,0 +1,134 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = ImageBitmapOptions)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `ImageBitmapOptions` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmapOptions`*"]
+    pub type ImageBitmapOptions;
+}
+impl ImageBitmapOptions {
+    #[doc = "Construct a new `ImageBitmapOptions`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmapOptions`*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(feature = "ColorSpaceConversion")]
+    #[doc = "Change the `colorSpaceConversion` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ColorSpaceConversion`, `ImageBitmapOptions`*"]
+    pub fn color_space_conversion(&mut self, val: ColorSpaceConversion) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("colorSpaceConversion"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(feature = "ImageOrientation")]
+    #[doc = "Change the `imageOrientation` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmapOptions`, `ImageOrientation`*"]
+    pub fn image_orientation(&mut self, val: ImageOrientation) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("imageOrientation"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(feature = "PremultiplyAlpha")]
+    #[doc = "Change the `premultiplyAlpha` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmapOptions`, `PremultiplyAlpha`*"]
+    pub fn premultiply_alpha(&mut self, val: PremultiplyAlpha) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("premultiplyAlpha"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[doc = "Change the `resizeHeight` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmapOptions`*"]
+    pub fn resize_height(&mut self, val: u32) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("resizeHeight"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(feature = "ResizeQuality")]
+    #[doc = "Change the `resizeQuality` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmapOptions`, `ResizeQuality`*"]
+    pub fn resize_quality(&mut self, val: ResizeQuality) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("resizeQuality"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[doc = "Change the `resizeWidth` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmapOptions`*"]
+    pub fn resize_width(&mut self, val: u32) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("resizeWidth"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+impl Default for ImageBitmapOptions {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_ImageBitmapRenderingContext.rs b/src/features/gen_ImageBitmapRenderingContext.rs
index 33cc46f029fc0000cc30d413f350726425763f4a..b0aeb6174c9123ecf47d17b6866c5c85beea09fb 100644
--- a/src/features/gen_ImageBitmapRenderingContext.rs
+++ b/src/features/gen_ImageBitmapRenderingContext.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ImageCapture.rs b/src/features/gen_ImageCapture.rs
index 4bf2d71ccabe2c2849450d1e028eedd84c67e031..d435c4c457133cb90992e4291c482bc8e4e2aa54 100644
--- a/src/features/gen_ImageCapture.rs
+++ b/src/features/gen_ImageCapture.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_ImageCaptureError.rs b/src/features/gen_ImageCaptureError.rs
index e04c915d1c73737e244ac1bdb27e3acf4fd28460..1147848898f5acdd19b0d17e5b5e398315834624 100644
--- a/src/features/gen_ImageCaptureError.rs
+++ b/src/features/gen_ImageCaptureError.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ImageCaptureErrorEvent.rs b/src/features/gen_ImageCaptureErrorEvent.rs
index d51297ae9cfdff2d814bb196f5d97b215885622a..b873e01bbb83a805159b7c8cc889f7262c786407 100644
--- a/src/features/gen_ImageCaptureErrorEvent.rs
+++ b/src/features/gen_ImageCaptureErrorEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ImageCaptureErrorEventInit.rs b/src/features/gen_ImageCaptureErrorEventInit.rs
index b6287188b8ed71c9f5a12b47375cb893a3ecbc7b..b7299dc414922ebd27ca5ae6744382221e78a811 100644
--- a/src/features/gen_ImageCaptureErrorEventInit.rs
+++ b/src/features/gen_ImageCaptureErrorEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ImageData.rs b/src/features/gen_ImageData.rs
index 60b95675d38819533eeea84664bdde9955fdb83c..a7d624a75a61083662f0e6104f60a38b52eb2a24 100644
--- a/src/features/gen_ImageData.rs
+++ b/src/features/gen_ImageData.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ImageDecodeOptions.rs b/src/features/gen_ImageDecodeOptions.rs
index b23963c2a972d4de6739b5d12a40e2900982ac55..b19a2ff5e6046b8a0ff8e582767ad56a26f0a7f2 100644
--- a/src/features/gen_ImageDecodeOptions.rs
+++ b/src/features/gen_ImageDecodeOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_ImageDecodeResult.rs b/src/features/gen_ImageDecodeResult.rs
index 2af1bf5b98362880b9f33649c606d7972ef438e5..deccede5ab18baab3ab1d9b56154f5dc6443f046 100644
--- a/src/features/gen_ImageDecodeResult.rs
+++ b/src/features/gen_ImageDecodeResult.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_ImageDecoder.rs b/src/features/gen_ImageDecoder.rs
index 2dae3f0514b6aca6c36decf000abcad0de4aa8a2..39eab52545b9b7f991c42bf3ff810f66e029fc00 100644
--- a/src/features/gen_ImageDecoder.rs
+++ b/src/features/gen_ImageDecoder.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_ImageDecoderInit.rs b/src/features/gen_ImageDecoderInit.rs
index 87bd70c957b812469d4b86ba620ec943e47391a3..165473031b8767b28aebd60436778c2b1dd8c856 100644
--- a/src/features/gen_ImageDecoderInit.rs
+++ b/src/features/gen_ImageDecoderInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
@@ -30,6 +31,28 @@ impl ImageDecoderInit {
         ret
     }
     #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "ColorSpaceConversion")]
+    #[doc = "Change the `colorSpaceConversion` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ColorSpaceConversion`, `ImageDecoderInit`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn color_space_conversion(&mut self, val: ColorSpaceConversion) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("colorSpaceConversion"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
     #[doc = "Change the `data` field of this object."]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `ImageDecoderInit`*"]
@@ -110,6 +133,28 @@ impl ImageDecoderInit {
         self
     }
     #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "PremultiplyAlpha")]
+    #[doc = "Change the `premultiplyAlpha` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageDecoderInit`, `PremultiplyAlpha`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn premultiply_alpha(&mut self, val: PremultiplyAlpha) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("premultiplyAlpha"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
     #[doc = "Change the `type` field of this object."]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `ImageDecoderInit`*"]
diff --git a/src/features/gen_ImageEncodeOptions.rs b/src/features/gen_ImageEncodeOptions.rs
new file mode 100644
index 0000000000000000000000000000000000000000..d3b492287d30b60d2e3522cb3d30f327b6debb01
--- /dev/null
+++ b/src/features/gen_ImageEncodeOptions.rs
@@ -0,0 +1,58 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = ImageEncodeOptions)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `ImageEncodeOptions` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageEncodeOptions`*"]
+    pub type ImageEncodeOptions;
+}
+impl ImageEncodeOptions {
+    #[doc = "Construct a new `ImageEncodeOptions`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageEncodeOptions`*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[doc = "Change the `quality` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageEncodeOptions`*"]
+    pub fn quality(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("quality"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[doc = "Change the `type` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageEncodeOptions`*"]
+    pub fn type_(&mut self, val: &str) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("type"), &JsValue::from(val));
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+impl Default for ImageEncodeOptions {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_ImageOrientation.rs b/src/features/gen_ImageOrientation.rs
new file mode 100644
index 0000000000000000000000000000000000000000..1fe8d731f7f815c164c7249bac997d151b8942fd
--- /dev/null
+++ b/src/features/gen_ImageOrientation.rs
@@ -0,0 +1,12 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use wasm_bindgen::prelude::*;
+#[wasm_bindgen]
+#[doc = "The `ImageOrientation` enum."]
+#[doc = ""]
+#[doc = "*This API requires the following crate features to be activated: `ImageOrientation`*"]
+#[derive(Debug, Clone, Copy, PartialEq, Eq)]
+pub enum ImageOrientation {
+    FromImage = "from-image",
+    FlipY = "flipY",
+}
diff --git a/src/features/gen_ImageTrack.rs b/src/features/gen_ImageTrack.rs
index a710c4776ecd7cec1e0a912e1b7ab58e8d23b467..66aa5ac4c9b6d177281f202c0fe626e0de36d0e2 100644
--- a/src/features/gen_ImageTrack.rs
+++ b/src/features/gen_ImageTrack.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_ImageTrackList.rs b/src/features/gen_ImageTrackList.rs
index 9ddf49af0b04497b01f725b4992130014e486a17..b0c3aa8ce4ebecb7bdd47044a87a1f3315da284e 100644
--- a/src/features/gen_ImageTrackList.rs
+++ b/src/features/gen_ImageTrackList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_InputEvent.rs b/src/features/gen_InputEvent.rs
index cdf501b4db99a4873de5f3a54403b92b0cf13ada..dddf6af13030516c8906a38d371c51b81436bda7 100644
--- a/src/features/gen_InputEvent.rs
+++ b/src/features/gen_InputEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_InputEventInit.rs b/src/features/gen_InputEventInit.rs
index 1ddd034d14be89814b5b52e4d2dee763969b7737..58790f2b3467b620f83c4f91976f7544590065a0 100644
--- a/src/features/gen_InputEventInit.rs
+++ b/src/features/gen_InputEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_InstallTriggerData.rs b/src/features/gen_InstallTriggerData.rs
index bb84c53068a9d2758286166131e9f789a3a05856..44c494c56d9cca37a863b2b6d852d9a26e46db20 100644
--- a/src/features/gen_InstallTriggerData.rs
+++ b/src/features/gen_InstallTriggerData.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IntersectionObserver.rs b/src/features/gen_IntersectionObserver.rs
index bf4a27b726c272c545256ad40ce6c30286208562..8cd9ae34abe501aaf5dd17ebfa77620868f9bc94 100644
--- a/src/features/gen_IntersectionObserver.rs
+++ b/src/features/gen_IntersectionObserver.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IntersectionObserverEntry.rs b/src/features/gen_IntersectionObserverEntry.rs
index 6caedd2f874ecb990007c471596e82c10ac99577..e79c6a1dfacc8845a00069055758716563510d9b 100644
--- a/src/features/gen_IntersectionObserverEntry.rs
+++ b/src/features/gen_IntersectionObserverEntry.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IntersectionObserverEntryInit.rs b/src/features/gen_IntersectionObserverEntryInit.rs
index cbdd61fa1b4212612d9510f48bc44f43d6a1d85e..b1f228792e4f57f3b5c5108cd54f9ac545761838 100644
--- a/src/features/gen_IntersectionObserverEntryInit.rs
+++ b/src/features/gen_IntersectionObserverEntryInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IntersectionObserverInit.rs b/src/features/gen_IntersectionObserverInit.rs
index 33115b50ef14e2546341098d2e3aa8a6c5478af7..b861cc013d39f646821abec6943e9e8e0e614704 100644
--- a/src/features/gen_IntersectionObserverInit.rs
+++ b/src/features/gen_IntersectionObserverInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IntlUtils.rs b/src/features/gen_IntlUtils.rs
index 751ce53e9a679a1c92b050bdb9695580b354b17a..3d128e71d6c132ddba74edc38fffa1bc9a6893e7 100644
--- a/src/features/gen_IntlUtils.rs
+++ b/src/features/gen_IntlUtils.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IterableKeyAndValueResult.rs b/src/features/gen_IterableKeyAndValueResult.rs
index c88d7cc1d417e325e20199c24ccb5cf0baa572e6..03fb25fc633e8a1721cd116fc8fe945fa1ae3c6f 100644
--- a/src/features/gen_IterableKeyAndValueResult.rs
+++ b/src/features/gen_IterableKeyAndValueResult.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IterableKeyOrValueResult.rs b/src/features/gen_IterableKeyOrValueResult.rs
index 7dd96ba8c71835e12b0f17f2233df4a036309bfd..eb0862894f6ea30e153a4517390ed4ba37839d96 100644
--- a/src/features/gen_IterableKeyOrValueResult.rs
+++ b/src/features/gen_IterableKeyOrValueResult.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_IterationCompositeOperation.rs b/src/features/gen_IterationCompositeOperation.rs
index b4aa9f6cce0633aefbdd33573b9f89398ca348bf..d87ccf88585ff8a238510f529e3513010800ae5c 100644
--- a/src/features/gen_IterationCompositeOperation.rs
+++ b/src/features/gen_IterationCompositeOperation.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `IterationCompositeOperation` enum."]
diff --git a/src/features/gen_JsonWebKey.rs b/src/features/gen_JsonWebKey.rs
index b377c19c8f4df8ce7167c622a0cdbf2db044a86b..ac0a1d172e614fdcc1f4bbe39a49dee2773e68bf 100644
--- a/src/features/gen_JsonWebKey.rs
+++ b/src/features/gen_JsonWebKey.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_KeyAlgorithm.rs b/src/features/gen_KeyAlgorithm.rs
index 556fdb0112d6459e5c54a69c4e2aa6cd047d1e11..ba180ae7d1f9b9530543dd125a8f16d5949c8dcf 100644
--- a/src/features/gen_KeyAlgorithm.rs
+++ b/src/features/gen_KeyAlgorithm.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_KeyEvent.rs b/src/features/gen_KeyEvent.rs
index 997fa81014dd89839b86e65e6aa0a807944c4476..6d834cb8553cecd34390ea24763fd62ed59143fc 100644
--- a/src/features/gen_KeyEvent.rs
+++ b/src/features/gen_KeyEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_KeyIdsInitData.rs b/src/features/gen_KeyIdsInitData.rs
index 02c02c1241e13328ced7b277a23bdf9c68c4a802..5076c6835e48bc81a09be2457ed62584bcb75ce9 100644
--- a/src/features/gen_KeyIdsInitData.rs
+++ b/src/features/gen_KeyIdsInitData.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_KeyboardEvent.rs b/src/features/gen_KeyboardEvent.rs
index 4bb5b0f2a1ec0b6e5c8da14e8b97d5bf84d0909c..fbd208213660567908ba0275996efad98b74ffdb 100644
--- a/src/features/gen_KeyboardEvent.rs
+++ b/src/features/gen_KeyboardEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_KeyboardEventInit.rs b/src/features/gen_KeyboardEventInit.rs
index a1ec1ae2e13bc655609e4ab1b53c2c77b4917bc7..f09608394a679ae2f4981dc7cdd6e27c45a1fc77 100644
--- a/src/features/gen_KeyboardEventInit.rs
+++ b/src/features/gen_KeyboardEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_KeyframeAnimationOptions.rs b/src/features/gen_KeyframeAnimationOptions.rs
new file mode 100644
index 0000000000000000000000000000000000000000..430b5e5865d10e44921bd6abe330f19d01539eaf
--- /dev/null
+++ b/src/features/gen_KeyframeAnimationOptions.rs
@@ -0,0 +1,279 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = KeyframeAnimationOptions)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `KeyframeAnimationOptions` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `KeyframeAnimationOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type KeyframeAnimationOptions;
+}
+#[cfg(web_sys_unstable_apis)]
+impl KeyframeAnimationOptions {
+    #[doc = "Construct a new `KeyframeAnimationOptions`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `KeyframeAnimationOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `delay` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `KeyframeAnimationOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn delay(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("delay"), &JsValue::from(val));
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "PlaybackDirection")]
+    #[doc = "Change the `direction` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `KeyframeAnimationOptions`, `PlaybackDirection`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn direction(&mut self, val: PlaybackDirection) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("direction"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `duration` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `KeyframeAnimationOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn duration(&mut self, val: &::wasm_bindgen::JsValue) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("duration"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `easing` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `KeyframeAnimationOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn easing(&mut self, val: &str) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r =
+            ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("easing"), &JsValue::from(val));
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `endDelay` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `KeyframeAnimationOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn end_delay(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("endDelay"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "FillMode")]
+    #[doc = "Change the `fill` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FillMode`, `KeyframeAnimationOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn fill(&mut self, val: FillMode) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("fill"), &JsValue::from(val));
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `iterationStart` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `KeyframeAnimationOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn iteration_start(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("iterationStart"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `iterations` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `KeyframeAnimationOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn iterations(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("iterations"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "CompositeOperation")]
+    #[doc = "Change the `composite` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CompositeOperation`, `KeyframeAnimationOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn composite(&mut self, val: CompositeOperation) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("composite"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "IterationCompositeOperation")]
+    #[doc = "Change the `iterationComposite` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `IterationCompositeOperation`, `KeyframeAnimationOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn iteration_composite(&mut self, val: IterationCompositeOperation) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("iterationComposite"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `id` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `KeyframeAnimationOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn id(&mut self, val: &str) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("id"), &JsValue::from(val));
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "AnimationTimeline")]
+    #[doc = "Change the `timeline` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `AnimationTimeline`, `KeyframeAnimationOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn timeline(&mut self, val: Option<&AnimationTimeline>) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("timeline"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+#[cfg(web_sys_unstable_apis)]
+impl Default for KeyframeAnimationOptions {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_KeyframeEffect.rs b/src/features/gen_KeyframeEffect.rs
index 08bdbd7325405f905963639a8d4c54162c0c559f..5492193500d59f47e9a7038d140dd5d735400d3e 100644
--- a/src/features/gen_KeyframeEffect.rs
+++ b/src/features/gen_KeyframeEffect.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_KeyframeEffectOptions.rs b/src/features/gen_KeyframeEffectOptions.rs
index 0aad56b7ec3e2af06fb402eee48f3a8dc48554f0..222ba75f32f429f4f77251cff9301a481d7f6c0b 100644
--- a/src/features/gen_KeyframeEffectOptions.rs
+++ b/src/features/gen_KeyframeEffectOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_L10nElement.rs b/src/features/gen_L10nElement.rs
index 7bdb10b95e21c689efb4b7f5587939309fa8ed5d..63b3829276825ffaa9039742b12e535858777dc2 100644
--- a/src/features/gen_L10nElement.rs
+++ b/src/features/gen_L10nElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_L10nValue.rs b/src/features/gen_L10nValue.rs
index 964afcccd45d699eb558d38dc6440a158a9116e9..e5dc9f315f27553f0b32ef6239056711af884397 100644
--- a/src/features/gen_L10nValue.rs
+++ b/src/features/gen_L10nValue.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_LatencyMode.rs b/src/features/gen_LatencyMode.rs
index 6179b28493efebc001154d396cfa159a8d35f906..aa53e603fbaea28966869034e2ecbe0c7fad7831 100644
--- a/src/features/gen_LatencyMode.rs
+++ b/src/features/gen_LatencyMode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_LifecycleCallbacks.rs b/src/features/gen_LifecycleCallbacks.rs
index bb95ad3c06ead849a62fa2ae2cc17a0ff8ed58bb..c6ce99e144efe3455673efe167fe2e4e24cf33b6 100644
--- a/src/features/gen_LifecycleCallbacks.rs
+++ b/src/features/gen_LifecycleCallbacks.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_LineAlignSetting.rs b/src/features/gen_LineAlignSetting.rs
index a8c4e0110143518f4f34e6e1769d63a8a72d075f..eb1cf3d60574cbb6e074d5f8cce267ddd1456585 100644
--- a/src/features/gen_LineAlignSetting.rs
+++ b/src/features/gen_LineAlignSetting.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `LineAlignSetting` enum."]
diff --git a/src/features/gen_ListBoxObject.rs b/src/features/gen_ListBoxObject.rs
index 09bc45de50a687eab17341249d1ebb043d7203d1..2a13c9f1fb5bfa2337f8580c8bfad05cab0a7496 100644
--- a/src/features/gen_ListBoxObject.rs
+++ b/src/features/gen_ListBoxObject.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_LocalMediaStream.rs b/src/features/gen_LocalMediaStream.rs
index f6eb15437731ad6aa54660958026ee4beb0dfbc1..5529e8dbd735dae373549cf1078e852106120712 100644
--- a/src/features/gen_LocalMediaStream.rs
+++ b/src/features/gen_LocalMediaStream.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_LocaleInfo.rs b/src/features/gen_LocaleInfo.rs
index 75842e8400c023ebd66eeff1d9986a3c7ba0a26c..f6debf39470cf7a1b17d64cd24aeba464b06d272 100644
--- a/src/features/gen_LocaleInfo.rs
+++ b/src/features/gen_LocaleInfo.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Location.rs b/src/features/gen_Location.rs
index f75f2bd4832e1daf148ac57fcea87a625bcbf7b2..f33f7471481595566969e549fabfb3e87bcd9e1d 100644
--- a/src/features/gen_Location.rs
+++ b/src/features/gen_Location.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaCapabilities.rs b/src/features/gen_MediaCapabilities.rs
index 1169339b6a87f46e423b16a59a71d42d885a85db..e2fb0ad531ae79a93a4c783981124c7025e01b9a 100644
--- a/src/features/gen_MediaCapabilities.rs
+++ b/src/features/gen_MediaCapabilities.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaCapabilitiesInfo.rs b/src/features/gen_MediaCapabilitiesInfo.rs
index 2f36d5d1c2580f65541a4ed18bf5850ff5da5836..b35b38eed831b8dcf567e3dcc0cf6084f4eb206e 100644
--- a/src/features/gen_MediaCapabilitiesInfo.rs
+++ b/src/features/gen_MediaCapabilitiesInfo.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaConfiguration.rs b/src/features/gen_MediaConfiguration.rs
index d56d370446517840e0d80c15a23108ef3094bcc3..0f1170f28fc3d7b4d5686636f838a0ba756ada21 100644
--- a/src/features/gen_MediaConfiguration.rs
+++ b/src/features/gen_MediaConfiguration.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaDecodingConfiguration.rs b/src/features/gen_MediaDecodingConfiguration.rs
index ef23b597fc8edc1370956843431a274ab6f3cc25..ffa9292dec542817fd8d424c7200edf8002ef938 100644
--- a/src/features/gen_MediaDecodingConfiguration.rs
+++ b/src/features/gen_MediaDecodingConfiguration.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaDecodingType.rs b/src/features/gen_MediaDecodingType.rs
index 79ae5f89203fbf62cdb17d62e0d2d1643803a7af..865462b8a51f72b9581735f0aa5ebe90d405b974 100644
--- a/src/features/gen_MediaDecodingType.rs
+++ b/src/features/gen_MediaDecodingType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `MediaDecodingType` enum."]
diff --git a/src/features/gen_MediaDeviceInfo.rs b/src/features/gen_MediaDeviceInfo.rs
index c3f9af20ef0c115e076efba32d00fdd5b5461116..e108c87544bd4a91d5dcde564fd84edcc5b4c444 100644
--- a/src/features/gen_MediaDeviceInfo.rs
+++ b/src/features/gen_MediaDeviceInfo.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaDeviceKind.rs b/src/features/gen_MediaDeviceKind.rs
index ff9873c265ac27f37a6659810b82a20128cacb7e..69c6ed8ce9be41f2e9dc3eb83aeaa3df54c20924 100644
--- a/src/features/gen_MediaDeviceKind.rs
+++ b/src/features/gen_MediaDeviceKind.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `MediaDeviceKind` enum."]
diff --git a/src/features/gen_MediaDevices.rs b/src/features/gen_MediaDevices.rs
index d8a76c67fe4b3a86b1237902730f80d239909240..d491e87d8d392c38a1f6295cad9ddbfb36b81fb4 100644
--- a/src/features/gen_MediaDevices.rs
+++ b/src/features/gen_MediaDevices.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaElementAudioSourceNode.rs b/src/features/gen_MediaElementAudioSourceNode.rs
index 4b5507167da192336def22766c1c4763f137fe33..94023c0462a10693742fcb3626254f80f98431cc 100644
--- a/src/features/gen_MediaElementAudioSourceNode.rs
+++ b/src/features/gen_MediaElementAudioSourceNode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaElementAudioSourceOptions.rs b/src/features/gen_MediaElementAudioSourceOptions.rs
index 6db428e58941b3cb0611d8f31cbc0d76f0db896a..8a8bb78ab40e70550e7ae79302ffca086531cf6d 100644
--- a/src/features/gen_MediaElementAudioSourceOptions.rs
+++ b/src/features/gen_MediaElementAudioSourceOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaEncodingConfiguration.rs b/src/features/gen_MediaEncodingConfiguration.rs
index a52fe6a76679207a0162e009009f3277a3299316..d08e4ef3b6ff56022d5781f0e7e3e4f031695538 100644
--- a/src/features/gen_MediaEncodingConfiguration.rs
+++ b/src/features/gen_MediaEncodingConfiguration.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaEncodingType.rs b/src/features/gen_MediaEncodingType.rs
index e478627cb7dcfc1c4ad156242e1347a32d9ff172..84d8bba8c8f17e4b70020eef45de976053b5958e 100644
--- a/src/features/gen_MediaEncodingType.rs
+++ b/src/features/gen_MediaEncodingType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `MediaEncodingType` enum."]
diff --git a/src/features/gen_MediaEncryptedEvent.rs b/src/features/gen_MediaEncryptedEvent.rs
index 07eab6308ea4c3359ba6373e6178801a0aef9200..296da0e21a1b5af026747c97e9b89a2827bcb421 100644
--- a/src/features/gen_MediaEncryptedEvent.rs
+++ b/src/features/gen_MediaEncryptedEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaError.rs b/src/features/gen_MediaError.rs
index 538ed20da3be1366930beb5731c02e3762ad8988..e9427d21241932bc8d9f72c688a55209c8f78cfc 100644
--- a/src/features/gen_MediaError.rs
+++ b/src/features/gen_MediaError.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaImage.rs b/src/features/gen_MediaImage.rs
index 5a58a88bc4a57051e7e2aaf54383ab93b15c74d4..2eb3a955cb938d4cbc50ef35db6900eefe64c512 100644
--- a/src/features/gen_MediaImage.rs
+++ b/src/features/gen_MediaImage.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_MediaKeyError.rs b/src/features/gen_MediaKeyError.rs
index 3d9306c9f86f9ab900877b12d71082576135621e..5ceee0e5f777e74845fe5dd9c97056b0d681d822 100644
--- a/src/features/gen_MediaKeyError.rs
+++ b/src/features/gen_MediaKeyError.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaKeyMessageEvent.rs b/src/features/gen_MediaKeyMessageEvent.rs
index bfc16e9cd8feac44eace2921ed40c288ee13d505..ee33562001dfd0e02fb9dcd195486364fb2ec236 100644
--- a/src/features/gen_MediaKeyMessageEvent.rs
+++ b/src/features/gen_MediaKeyMessageEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaKeyMessageEventInit.rs b/src/features/gen_MediaKeyMessageEventInit.rs
index a741832a288b31f0a801120ff104478076c6ce9f..9e48fad217db488b19b8c58f2a1b9c768943a219 100644
--- a/src/features/gen_MediaKeyMessageEventInit.rs
+++ b/src/features/gen_MediaKeyMessageEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaKeyMessageType.rs b/src/features/gen_MediaKeyMessageType.rs
index b101fb7ec2b93877610b673916f183bfeb5c3f34..c4251b25a7a166b5a29dd491631f495e06587ecf 100644
--- a/src/features/gen_MediaKeyMessageType.rs
+++ b/src/features/gen_MediaKeyMessageType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `MediaKeyMessageType` enum."]
diff --git a/src/features/gen_MediaKeyNeededEventInit.rs b/src/features/gen_MediaKeyNeededEventInit.rs
index 5dc1067f38e6b0634134786beb8892bcc5cb8b69..96041fcbb25b627aaa9c7fc640a5bd75e1246afa 100644
--- a/src/features/gen_MediaKeyNeededEventInit.rs
+++ b/src/features/gen_MediaKeyNeededEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaKeySession.rs b/src/features/gen_MediaKeySession.rs
index df29983ca6aec1def9172093fb94c964d5ffab8d..8f639f8a6fdbd3b43508030c7c1a15b1475e4474 100644
--- a/src/features/gen_MediaKeySession.rs
+++ b/src/features/gen_MediaKeySession.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaKeySessionType.rs b/src/features/gen_MediaKeySessionType.rs
index c50b308c039a33cf0b43d5de1eebe0203b2dda7a..0f131bcccb91ed0ff6dec3c86a166292bc87c8c3 100644
--- a/src/features/gen_MediaKeySessionType.rs
+++ b/src/features/gen_MediaKeySessionType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `MediaKeySessionType` enum."]
diff --git a/src/features/gen_MediaKeyStatus.rs b/src/features/gen_MediaKeyStatus.rs
index 7e24d37aba701843d6f31da9a350e849d613f8a7..8016cdeb2ff1116a6cba2edd1ec72b5377e68cc2 100644
--- a/src/features/gen_MediaKeyStatus.rs
+++ b/src/features/gen_MediaKeyStatus.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `MediaKeyStatus` enum."]
diff --git a/src/features/gen_MediaKeyStatusMap.rs b/src/features/gen_MediaKeyStatusMap.rs
index ee2b22c9d3bc6cdf6bf17b9d101d76619e1a93c0..ea2a4aef6760f78f9ce0f505d29124c7d8349e57 100644
--- a/src/features/gen_MediaKeyStatusMap.rs
+++ b/src/features/gen_MediaKeyStatusMap.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaKeySystemAccess.rs b/src/features/gen_MediaKeySystemAccess.rs
index 544a59a8701bb124482773b88a468e453b154f18..fd61076c4acf97cddcf4b8d60f3a20f4a7081214 100644
--- a/src/features/gen_MediaKeySystemAccess.rs
+++ b/src/features/gen_MediaKeySystemAccess.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaKeySystemConfiguration.rs b/src/features/gen_MediaKeySystemConfiguration.rs
index c565cf98ffb7887c03fa0e78ce322f610ddd2cbe..2491b941a9763aaec53ffdac6b3acc378214ee8a 100644
--- a/src/features/gen_MediaKeySystemConfiguration.rs
+++ b/src/features/gen_MediaKeySystemConfiguration.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaKeySystemMediaCapability.rs b/src/features/gen_MediaKeySystemMediaCapability.rs
index b3def21e2cb4b36891bab52898401c585bb37776..fab9118893590d64b591b5c54799b0eb1b851ace 100644
--- a/src/features/gen_MediaKeySystemMediaCapability.rs
+++ b/src/features/gen_MediaKeySystemMediaCapability.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaKeySystemStatus.rs b/src/features/gen_MediaKeySystemStatus.rs
index eaf627da5101474780f121c2f91dd7e4a256e6ae..fee902ec516afb85f401cd363edf32e5ba401272 100644
--- a/src/features/gen_MediaKeySystemStatus.rs
+++ b/src/features/gen_MediaKeySystemStatus.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `MediaKeySystemStatus` enum."]
diff --git a/src/features/gen_MediaKeys.rs b/src/features/gen_MediaKeys.rs
index ecf90c11eb251cf552e61e99f69c2912feb44ac6..6386a769ae8451b7d0a142772aa9540200a9847e 100644
--- a/src/features/gen_MediaKeys.rs
+++ b/src/features/gen_MediaKeys.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaKeysPolicy.rs b/src/features/gen_MediaKeysPolicy.rs
index df5fefbe9546359301eb8e52e817b63c5e4e2c80..079ed4567885ee7535becb5c4bae2cb0157db2aa 100644
--- a/src/features/gen_MediaKeysPolicy.rs
+++ b/src/features/gen_MediaKeysPolicy.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaKeysRequirement.rs b/src/features/gen_MediaKeysRequirement.rs
index 8703cbe660c6f9b20fe0be98b4312271db41f3e8..e1f3bb08cecee91c06c2338431f31b00c160c829 100644
--- a/src/features/gen_MediaKeysRequirement.rs
+++ b/src/features/gen_MediaKeysRequirement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `MediaKeysRequirement` enum."]
diff --git a/src/features/gen_MediaList.rs b/src/features/gen_MediaList.rs
index 89b8f383fed3e9cf36c0476a1de935c52c2d4713..b74a1f68013105530585a00c48dee64625ead386 100644
--- a/src/features/gen_MediaList.rs
+++ b/src/features/gen_MediaList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaMetadata.rs b/src/features/gen_MediaMetadata.rs
index 6911f663cebf9db8dbe03164c82d499f001a7936..57174ef7c5f0cc0803259c45db3d2c54e4ae1114 100644
--- a/src/features/gen_MediaMetadata.rs
+++ b/src/features/gen_MediaMetadata.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_MediaMetadataInit.rs b/src/features/gen_MediaMetadataInit.rs
index 4551618b5857f491f60fc9bbe5087cb865fc6f62..7ec33aa1467b8b922e4cb3ffe28c650b72caf94e 100644
--- a/src/features/gen_MediaMetadataInit.rs
+++ b/src/features/gen_MediaMetadataInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_MediaPositionState.rs b/src/features/gen_MediaPositionState.rs
index 452f445cede343ac94fa7489a97d8c91ab32bca5..b8ac6fa5f9b0c0f2997dc4dc9ba76dea6ac48b45 100644
--- a/src/features/gen_MediaPositionState.rs
+++ b/src/features/gen_MediaPositionState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_MediaQueryList.rs b/src/features/gen_MediaQueryList.rs
index 24faf3a316dc2287821c263fd60ca63a8d72f9ba..9465c38278bed22e70148a3c641ba4072110a4bb 100644
--- a/src/features/gen_MediaQueryList.rs
+++ b/src/features/gen_MediaQueryList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaQueryListEvent.rs b/src/features/gen_MediaQueryListEvent.rs
index ceca733f1fca0fbf33b32beafb29d189ea2ec87a..8733d985bd29df04d028584b4f1f270a69555acf 100644
--- a/src/features/gen_MediaQueryListEvent.rs
+++ b/src/features/gen_MediaQueryListEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaQueryListEventInit.rs b/src/features/gen_MediaQueryListEventInit.rs
index 5546b6ed5a7a9138f6024d3dc94c1814b6fa37da..b792f8ec2478fa4bf8a31489e3ac011556e42d1e 100644
--- a/src/features/gen_MediaQueryListEventInit.rs
+++ b/src/features/gen_MediaQueryListEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaRecorder.rs b/src/features/gen_MediaRecorder.rs
index 1153152da4bf2c214c4be9113a06e913a6e6384e..acd57cb2766160d80e026120600be95be7ea3bb6 100644
--- a/src/features/gen_MediaRecorder.rs
+++ b/src/features/gen_MediaRecorder.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaRecorderErrorEvent.rs b/src/features/gen_MediaRecorderErrorEvent.rs
index 5a00bb630d2a6345c0871ff8831e280e53bf5cd2..c4bd916edda15f4bf24c09b6724a0aa9657d7a35 100644
--- a/src/features/gen_MediaRecorderErrorEvent.rs
+++ b/src/features/gen_MediaRecorderErrorEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaRecorderErrorEventInit.rs b/src/features/gen_MediaRecorderErrorEventInit.rs
index 834785822cd4bb630e99f683ce7c5276bae29025..41ca06922ec86a4676490caf25b7a80a66fc33a5 100644
--- a/src/features/gen_MediaRecorderErrorEventInit.rs
+++ b/src/features/gen_MediaRecorderErrorEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaRecorderOptions.rs b/src/features/gen_MediaRecorderOptions.rs
index 756be77b7517d9f6bb6d5aeadb3e4b5bc7d42931..8a5fc951d7a7ea4092f953b844d48a8d2614e8be 100644
--- a/src/features/gen_MediaRecorderOptions.rs
+++ b/src/features/gen_MediaRecorderOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaSession.rs b/src/features/gen_MediaSession.rs
index 5f50eec8c4d37d1a3cebf45e978c2a853b0d2b06..54f0f3ff1c61ee12cc9692a25e60c543009c2177 100644
--- a/src/features/gen_MediaSession.rs
+++ b/src/features/gen_MediaSession.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_MediaSessionAction.rs b/src/features/gen_MediaSessionAction.rs
index b25bf3065e235a63843a533bb48619f9e665aefc..20f74a59aa77187eac98f0dc2774884249b2901c 100644
--- a/src/features/gen_MediaSessionAction.rs
+++ b/src/features/gen_MediaSessionAction.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaSessionActionDetails.rs b/src/features/gen_MediaSessionActionDetails.rs
index f530e8f985f59a44029d7b7a3c583fd2b689155a..a9803decfa1ccef8ec5bae9267f2cb180f02913d 100644
--- a/src/features/gen_MediaSessionActionDetails.rs
+++ b/src/features/gen_MediaSessionActionDetails.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_MediaSessionPlaybackState.rs b/src/features/gen_MediaSessionPlaybackState.rs
index 77ea9df5904a3997ff3c12f65001852bd8a0f7d5..a1e12dc79a3037014e050454663048083d139061 100644
--- a/src/features/gen_MediaSessionPlaybackState.rs
+++ b/src/features/gen_MediaSessionPlaybackState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaSource.rs b/src/features/gen_MediaSource.rs
index 1edd2c3c5800e362d311798bc954cb0227ac271f..d2eea445d0079172ee9a793e2bda88820de36fa2 100644
--- a/src/features/gen_MediaSource.rs
+++ b/src/features/gen_MediaSource.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaSourceEndOfStreamError.rs b/src/features/gen_MediaSourceEndOfStreamError.rs
index 76edf0e6d45c427d8e3914221a302cc30727e734..ca6827210fef2054989083628a2292b689de79c9 100644
--- a/src/features/gen_MediaSourceEndOfStreamError.rs
+++ b/src/features/gen_MediaSourceEndOfStreamError.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `MediaSourceEndOfStreamError` enum."]
diff --git a/src/features/gen_MediaSourceEnum.rs b/src/features/gen_MediaSourceEnum.rs
index a3d8326ee38b93804d84145c7695a33f1e2b1cde..b10fe7e1b4a61a9773d2a317db2ef8e7a92239a9 100644
--- a/src/features/gen_MediaSourceEnum.rs
+++ b/src/features/gen_MediaSourceEnum.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `MediaSourceEnum` enum."]
diff --git a/src/features/gen_MediaSourceReadyState.rs b/src/features/gen_MediaSourceReadyState.rs
index b0033cbc58e4c6853ca039616d768bcf912a74f6..1b8e06a096588a4775416ce60e24868bce6ce180 100644
--- a/src/features/gen_MediaSourceReadyState.rs
+++ b/src/features/gen_MediaSourceReadyState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `MediaSourceReadyState` enum."]
diff --git a/src/features/gen_MediaStream.rs b/src/features/gen_MediaStream.rs
index 75d5f21a926451dc51bca41376c8df5a2377151e..9e78ed0784835b18df43d1c9071cb9ce8e0e555a 100644
--- a/src/features/gen_MediaStream.rs
+++ b/src/features/gen_MediaStream.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaStreamAudioDestinationNode.rs b/src/features/gen_MediaStreamAudioDestinationNode.rs
index 8446484598553e0f207602d755a3f12df20e6160..5c32916b0bdaad6676ac41238535c04b17ccb606 100644
--- a/src/features/gen_MediaStreamAudioDestinationNode.rs
+++ b/src/features/gen_MediaStreamAudioDestinationNode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaStreamAudioSourceNode.rs b/src/features/gen_MediaStreamAudioSourceNode.rs
index 0c206a44cfc0fbbe9e3ba6b0d6762b289aea9a61..b7f56c617c4f758431f49507078a6eab64d7209b 100644
--- a/src/features/gen_MediaStreamAudioSourceNode.rs
+++ b/src/features/gen_MediaStreamAudioSourceNode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaStreamAudioSourceOptions.rs b/src/features/gen_MediaStreamAudioSourceOptions.rs
index 8f72c319a850d8c100f9cd6b86786440273cd087..215d5e0049ba30d85fb36cff47f68598be2ce573 100644
--- a/src/features/gen_MediaStreamAudioSourceOptions.rs
+++ b/src/features/gen_MediaStreamAudioSourceOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaStreamConstraints.rs b/src/features/gen_MediaStreamConstraints.rs
index 9950c1844f177b3abcc3f8d06e3839da3399316a..ef0d435e3d2cc077f08c55aa3084c699a081402c 100644
--- a/src/features/gen_MediaStreamConstraints.rs
+++ b/src/features/gen_MediaStreamConstraints.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaStreamError.rs b/src/features/gen_MediaStreamError.rs
index b18996d425b324815dcd3b04484144d53245e3ee..7c4a544d89c56e85170a26402604eb5defcebc42 100644
--- a/src/features/gen_MediaStreamError.rs
+++ b/src/features/gen_MediaStreamError.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaStreamEvent.rs b/src/features/gen_MediaStreamEvent.rs
index d562649b4a14539f4bbb46895865cbd7919eea45..60996204cd8692d72fcb5d3209fb306c95d23cff 100644
--- a/src/features/gen_MediaStreamEvent.rs
+++ b/src/features/gen_MediaStreamEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaStreamEventInit.rs b/src/features/gen_MediaStreamEventInit.rs
index eb3d2956474c44ed8b9a4f5aec9c71785fef2ea4..ee276698f7f72b72fa49b0de060e12499b6fc893 100644
--- a/src/features/gen_MediaStreamEventInit.rs
+++ b/src/features/gen_MediaStreamEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaStreamTrack.rs b/src/features/gen_MediaStreamTrack.rs
index 113d02887fbf9adcbdbba76e9f33f693f01d3ad9..1e7007ffc23e47f7a8168806c1f5b9ac7752058a 100644
--- a/src/features/gen_MediaStreamTrack.rs
+++ b/src/features/gen_MediaStreamTrack.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaStreamTrackEvent.rs b/src/features/gen_MediaStreamTrackEvent.rs
index 30884b9ec4a363f13344dce06345fd2441d6121f..b819e87fd4c26e6559f1662ea0fd0b7b246e55a7 100644
--- a/src/features/gen_MediaStreamTrackEvent.rs
+++ b/src/features/gen_MediaStreamTrackEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaStreamTrackEventInit.rs b/src/features/gen_MediaStreamTrackEventInit.rs
index 4657ef56bf779287eabf2f00ac58b8aedeb2ace5..6f0d79afc89234d18305ed68401aa28d4e5e8f48 100644
--- a/src/features/gen_MediaStreamTrackEventInit.rs
+++ b/src/features/gen_MediaStreamTrackEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaStreamTrackGenerator.rs b/src/features/gen_MediaStreamTrackGenerator.rs
index eed765756f2cfd9457dff556d9fd4e17d2de40ca..7a83f7e1d895b6734f66c5d19ffac93542c72e68 100644
--- a/src/features/gen_MediaStreamTrackGenerator.rs
+++ b/src/features/gen_MediaStreamTrackGenerator.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_MediaStreamTrackGeneratorInit.rs b/src/features/gen_MediaStreamTrackGeneratorInit.rs
index fc666fd7b850b96ae0f7716b20678aeb62495772..752f668854b57c4e30e3f138a76eb8a248122f9b 100644
--- a/src/features/gen_MediaStreamTrackGeneratorInit.rs
+++ b/src/features/gen_MediaStreamTrackGeneratorInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_MediaStreamTrackProcessor.rs b/src/features/gen_MediaStreamTrackProcessor.rs
index 8f3b04980cba9f94fa738c1ff6df43ec8df3cb6b..599afdc90935ad8ebfacad56e401ac0bafa4673a 100644
--- a/src/features/gen_MediaStreamTrackProcessor.rs
+++ b/src/features/gen_MediaStreamTrackProcessor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_MediaStreamTrackProcessorInit.rs b/src/features/gen_MediaStreamTrackProcessorInit.rs
index 8ce1dff7adc0a5bdbc253d811cf336472dbb9e5d..bbf2078e8bc493ec79d0e599f80a2ee9f8c679f2 100644
--- a/src/features/gen_MediaStreamTrackProcessorInit.rs
+++ b/src/features/gen_MediaStreamTrackProcessorInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_MediaStreamTrackState.rs b/src/features/gen_MediaStreamTrackState.rs
index 66d23902aca7c8a9369db139d0000f274e6b4333..854efb4614125110b9974f0107f0207be80ca655 100644
--- a/src/features/gen_MediaStreamTrackState.rs
+++ b/src/features/gen_MediaStreamTrackState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `MediaStreamTrackState` enum."]
diff --git a/src/features/gen_MediaTrackConstraintSet.rs b/src/features/gen_MediaTrackConstraintSet.rs
index f89ab83c1c70b57cab4ef509f30b13537c706887..3c5212071b07f35b0b8c9ba894ed8b00b7dddc54 100644
--- a/src/features/gen_MediaTrackConstraintSet.rs
+++ b/src/features/gen_MediaTrackConstraintSet.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaTrackConstraints.rs b/src/features/gen_MediaTrackConstraints.rs
index 8f76b79644af607a217a3a70ff43c4cd44079830..dbd4cfd9af5014ecab0b8d7f49082db842d31e71 100644
--- a/src/features/gen_MediaTrackConstraints.rs
+++ b/src/features/gen_MediaTrackConstraints.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaTrackSettings.rs b/src/features/gen_MediaTrackSettings.rs
index e279a5595e159ed29139f35044354dec8773dd24..6a4493dccb2194ecc60bcae29069b6fe748349e3 100644
--- a/src/features/gen_MediaTrackSettings.rs
+++ b/src/features/gen_MediaTrackSettings.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MediaTrackSupportedConstraints.rs b/src/features/gen_MediaTrackSupportedConstraints.rs
index 068ae203e2304dc5b6d2ab6ce7249be2b5f8214c..aa47b5f021846cd164f985cb6a1f60a4d776b04a 100644
--- a/src/features/gen_MediaTrackSupportedConstraints.rs
+++ b/src/features/gen_MediaTrackSupportedConstraints.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MemoryAttribution.rs b/src/features/gen_MemoryAttribution.rs
new file mode 100644
index 0000000000000000000000000000000000000000..16d6c70567fcf95085d136939db1018d91b7d67c
--- /dev/null
+++ b/src/features/gen_MemoryAttribution.rs
@@ -0,0 +1,93 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = MemoryAttribution)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `MemoryAttribution` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MemoryAttribution`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type MemoryAttribution;
+}
+#[cfg(web_sys_unstable_apis)]
+impl MemoryAttribution {
+    #[doc = "Construct a new `MemoryAttribution`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MemoryAttribution`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "MemoryAttributionContainer")]
+    #[doc = "Change the `container` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MemoryAttribution`, `MemoryAttributionContainer`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn container(&mut self, val: &MemoryAttributionContainer) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("container"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `scope` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MemoryAttribution`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn scope(&mut self, val: &str) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("scope"), &JsValue::from(val));
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `url` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MemoryAttribution`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn url(&mut self, val: &str) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("url"), &JsValue::from(val));
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+#[cfg(web_sys_unstable_apis)]
+impl Default for MemoryAttribution {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_MemoryAttributionContainer.rs b/src/features/gen_MemoryAttributionContainer.rs
new file mode 100644
index 0000000000000000000000000000000000000000..7365be8b9fe5dd856bf0334a130fd2e75a4feef8
--- /dev/null
+++ b/src/features/gen_MemoryAttributionContainer.rs
@@ -0,0 +1,71 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = MemoryAttributionContainer)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `MemoryAttributionContainer` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MemoryAttributionContainer`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type MemoryAttributionContainer;
+}
+#[cfg(web_sys_unstable_apis)]
+impl MemoryAttributionContainer {
+    #[doc = "Construct a new `MemoryAttributionContainer`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MemoryAttributionContainer`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `id` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MemoryAttributionContainer`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn id(&mut self, val: &str) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("id"), &JsValue::from(val));
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `src` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MemoryAttributionContainer`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn src(&mut self, val: &str) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("src"), &JsValue::from(val));
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+#[cfg(web_sys_unstable_apis)]
+impl Default for MemoryAttributionContainer {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_MemoryBreakdownEntry.rs b/src/features/gen_MemoryBreakdownEntry.rs
new file mode 100644
index 0000000000000000000000000000000000000000..0588e44af03c6922b3c7eedce3acb909fe7157fc
--- /dev/null
+++ b/src/features/gen_MemoryBreakdownEntry.rs
@@ -0,0 +1,92 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = MemoryBreakdownEntry)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `MemoryBreakdownEntry` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MemoryBreakdownEntry`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type MemoryBreakdownEntry;
+}
+#[cfg(web_sys_unstable_apis)]
+impl MemoryBreakdownEntry {
+    #[doc = "Construct a new `MemoryBreakdownEntry`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MemoryBreakdownEntry`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `attribution` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MemoryBreakdownEntry`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn attribution(&mut self, val: &::wasm_bindgen::JsValue) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("attribution"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `bytes` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MemoryBreakdownEntry`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn bytes(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("bytes"), &JsValue::from(val));
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `types` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MemoryBreakdownEntry`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn types(&mut self, val: &::wasm_bindgen::JsValue) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("types"), &JsValue::from(val));
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+#[cfg(web_sys_unstable_apis)]
+impl Default for MemoryBreakdownEntry {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_MemoryMeasurement.rs b/src/features/gen_MemoryMeasurement.rs
new file mode 100644
index 0000000000000000000000000000000000000000..db9b2b695cccfc55d2020cf127316648b5081591
--- /dev/null
+++ b/src/features/gen_MemoryMeasurement.rs
@@ -0,0 +1,75 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = MemoryMeasurement)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `MemoryMeasurement` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MemoryMeasurement`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type MemoryMeasurement;
+}
+#[cfg(web_sys_unstable_apis)]
+impl MemoryMeasurement {
+    #[doc = "Construct a new `MemoryMeasurement`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MemoryMeasurement`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `breakdown` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MemoryMeasurement`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn breakdown(&mut self, val: &::wasm_bindgen::JsValue) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("breakdown"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `bytes` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MemoryMeasurement`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn bytes(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("bytes"), &JsValue::from(val));
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+#[cfg(web_sys_unstable_apis)]
+impl Default for MemoryMeasurement {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_MessageChannel.rs b/src/features/gen_MessageChannel.rs
index 4422c14af5d2708198d106295d534a5aa2d085b7..10c61420bb8d6eecdb0f660de8bf72f86fc11188 100644
--- a/src/features/gen_MessageChannel.rs
+++ b/src/features/gen_MessageChannel.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MessageEvent.rs b/src/features/gen_MessageEvent.rs
index 89df39942804eb0b434698a21178a58e237ef59d..38843a95b19601fbcee60cf877907386ef413b7b 100644
--- a/src/features/gen_MessageEvent.rs
+++ b/src/features/gen_MessageEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MessageEventInit.rs b/src/features/gen_MessageEventInit.rs
index 86092746ebaf22bb9e021de27d2f7ac44935764e..2a098bee6dd4a5410391fe99be5f53db141bed4e 100644
--- a/src/features/gen_MessageEventInit.rs
+++ b/src/features/gen_MessageEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MessagePort.rs b/src/features/gen_MessagePort.rs
index 2eaf463d003818c827336438b61283d4096399fd..3e77303b1cfbf4880e9f265f98e3b7bbf73e3f27 100644
--- a/src/features/gen_MessagePort.rs
+++ b/src/features/gen_MessagePort.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MidiAccess.rs b/src/features/gen_MidiAccess.rs
index 4c0db7544e8f0655078fbf09cfc7f4b7bf04d7ae..e6a9c4e4f26c675c4428a26c5b4bcbd6aa782f70 100644
--- a/src/features/gen_MidiAccess.rs
+++ b/src/features/gen_MidiAccess.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MidiConnectionEvent.rs b/src/features/gen_MidiConnectionEvent.rs
index 03adeb7d649eab16f51390abb8b27af43f9877c9..71503ee7452e48b44aa38c33511c5282e4cc9b25 100644
--- a/src/features/gen_MidiConnectionEvent.rs
+++ b/src/features/gen_MidiConnectionEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MidiConnectionEventInit.rs b/src/features/gen_MidiConnectionEventInit.rs
index 3b863c8cbc9510d571be36590ea12c6ff4c465da..125b7476de2542a75859b334bc80f813dd4f9788 100644
--- a/src/features/gen_MidiConnectionEventInit.rs
+++ b/src/features/gen_MidiConnectionEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MidiInput.rs b/src/features/gen_MidiInput.rs
index d481aa2e9a523d0c3fcc7567f84e882c2f3b0846..7d57ce959d09373db101c17edac0e399978f9788 100644
--- a/src/features/gen_MidiInput.rs
+++ b/src/features/gen_MidiInput.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MidiInputMap.rs b/src/features/gen_MidiInputMap.rs
index 7a682bdad007711f344874798b859b96264c378d..f477f0cd4be6b47b364b72b6f4ed75aa93421a94 100644
--- a/src/features/gen_MidiInputMap.rs
+++ b/src/features/gen_MidiInputMap.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -11,4 +12,54 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `MidiInputMap`*"]
     pub type MidiInputMap;
+    # [wasm_bindgen (structural , method , getter , js_class = "MIDIInputMap" , js_name = size)]
+    #[doc = "Getter for the `size` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MIDIInputMap/size)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MidiInputMap`*"]
+    pub fn size(this: &MidiInputMap) -> u32;
+    # [wasm_bindgen (method , structural , js_class = "MIDIInputMap" , js_name = entries)]
+    #[doc = "The `entries()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MIDIInputMap/entries)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MidiInputMap`*"]
+    pub fn entries(this: &MidiInputMap) -> ::js_sys::Iterator;
+    # [wasm_bindgen (catch , method , structural , js_class = "MIDIInputMap" , js_name = forEach)]
+    #[doc = "The `forEach()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MIDIInputMap/forEach)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MidiInputMap`*"]
+    pub fn for_each(this: &MidiInputMap, callback: &::js_sys::Function) -> Result<(), JsValue>;
+    #[cfg(feature = "MidiInput")]
+    # [wasm_bindgen (method , structural , js_class = "MIDIInputMap" , js_name = get)]
+    #[doc = "The `get()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MIDIInputMap/get)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MidiInput`, `MidiInputMap`*"]
+    pub fn get(this: &MidiInputMap, key: &str) -> Option<MidiInput>;
+    # [wasm_bindgen (method , structural , js_class = "MIDIInputMap" , js_name = has)]
+    #[doc = "The `has()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MIDIInputMap/has)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MidiInputMap`*"]
+    pub fn has(this: &MidiInputMap, key: &str) -> bool;
+    # [wasm_bindgen (method , structural , js_class = "MIDIInputMap" , js_name = keys)]
+    #[doc = "The `keys()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MIDIInputMap/keys)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MidiInputMap`*"]
+    pub fn keys(this: &MidiInputMap) -> ::js_sys::Iterator;
+    # [wasm_bindgen (method , structural , js_class = "MIDIInputMap" , js_name = values)]
+    #[doc = "The `values()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MIDIInputMap/values)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MidiInputMap`*"]
+    pub fn values(this: &MidiInputMap) -> ::js_sys::Iterator;
 }
diff --git a/src/features/gen_MidiMessageEvent.rs b/src/features/gen_MidiMessageEvent.rs
index f4462faf74312e09dadba22ec1daa19ef0f028a8..9b19e305d18b4a05ff3d981ae70d35c3ded138b4 100644
--- a/src/features/gen_MidiMessageEvent.rs
+++ b/src/features/gen_MidiMessageEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MidiMessageEventInit.rs b/src/features/gen_MidiMessageEventInit.rs
index b1c6e943e9f0e476811dd39b9b37713e16b725c3..4002e71c68e361f0563576e7db17a27fc41402dd 100644
--- a/src/features/gen_MidiMessageEventInit.rs
+++ b/src/features/gen_MidiMessageEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MidiOptions.rs b/src/features/gen_MidiOptions.rs
index d1e320d782961d9bfc2a173825fdd82ad76ed680..482e5427c5786b8dfb1be96e721abdbe003409ae 100644
--- a/src/features/gen_MidiOptions.rs
+++ b/src/features/gen_MidiOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MidiOutput.rs b/src/features/gen_MidiOutput.rs
index 8dc8a7aaeebce86ed9638b986286bd5be780ca8a..7f1e806daacf8340d8c8d6458861e122f93754e4 100644
--- a/src/features/gen_MidiOutput.rs
+++ b/src/features/gen_MidiOutput.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MidiOutputMap.rs b/src/features/gen_MidiOutputMap.rs
index d20f434544b3fd55f285fa40dfb8aec41ae5e4ff..872306acd19b383c2896d92e64427cbf757f0d8b 100644
--- a/src/features/gen_MidiOutputMap.rs
+++ b/src/features/gen_MidiOutputMap.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -11,4 +12,54 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `MidiOutputMap`*"]
     pub type MidiOutputMap;
+    # [wasm_bindgen (structural , method , getter , js_class = "MIDIOutputMap" , js_name = size)]
+    #[doc = "Getter for the `size` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MIDIOutputMap/size)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MidiOutputMap`*"]
+    pub fn size(this: &MidiOutputMap) -> u32;
+    # [wasm_bindgen (method , structural , js_class = "MIDIOutputMap" , js_name = entries)]
+    #[doc = "The `entries()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MIDIOutputMap/entries)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MidiOutputMap`*"]
+    pub fn entries(this: &MidiOutputMap) -> ::js_sys::Iterator;
+    # [wasm_bindgen (catch , method , structural , js_class = "MIDIOutputMap" , js_name = forEach)]
+    #[doc = "The `forEach()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MIDIOutputMap/forEach)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MidiOutputMap`*"]
+    pub fn for_each(this: &MidiOutputMap, callback: &::js_sys::Function) -> Result<(), JsValue>;
+    #[cfg(feature = "MidiOutput")]
+    # [wasm_bindgen (method , structural , js_class = "MIDIOutputMap" , js_name = get)]
+    #[doc = "The `get()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MIDIOutputMap/get)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MidiOutput`, `MidiOutputMap`*"]
+    pub fn get(this: &MidiOutputMap, key: &str) -> Option<MidiOutput>;
+    # [wasm_bindgen (method , structural , js_class = "MIDIOutputMap" , js_name = has)]
+    #[doc = "The `has()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MIDIOutputMap/has)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MidiOutputMap`*"]
+    pub fn has(this: &MidiOutputMap, key: &str) -> bool;
+    # [wasm_bindgen (method , structural , js_class = "MIDIOutputMap" , js_name = keys)]
+    #[doc = "The `keys()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MIDIOutputMap/keys)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MidiOutputMap`*"]
+    pub fn keys(this: &MidiOutputMap) -> ::js_sys::Iterator;
+    # [wasm_bindgen (method , structural , js_class = "MIDIOutputMap" , js_name = values)]
+    #[doc = "The `values()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MIDIOutputMap/values)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `MidiOutputMap`*"]
+    pub fn values(this: &MidiOutputMap) -> ::js_sys::Iterator;
 }
diff --git a/src/features/gen_MidiPort.rs b/src/features/gen_MidiPort.rs
index c69a4ee0afe372c144586f6c27a79de8f2b2a9e5..e34ef80680c188928f98004686974e87523dcf26 100644
--- a/src/features/gen_MidiPort.rs
+++ b/src/features/gen_MidiPort.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MidiPortConnectionState.rs b/src/features/gen_MidiPortConnectionState.rs
index ae25b7e457260029fb3ceacac3942e0c06f1b857..e0389280ebc56ef2696cd4283195c33516be65ba 100644
--- a/src/features/gen_MidiPortConnectionState.rs
+++ b/src/features/gen_MidiPortConnectionState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `MidiPortConnectionState` enum."]
diff --git a/src/features/gen_MidiPortDeviceState.rs b/src/features/gen_MidiPortDeviceState.rs
index c443c64edf51f82ba26b26d28ff95f6ca058411f..f1bd843f5f1f06e2f9c208c91d5ceb3fd70aa179 100644
--- a/src/features/gen_MidiPortDeviceState.rs
+++ b/src/features/gen_MidiPortDeviceState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `MidiPortDeviceState` enum."]
diff --git a/src/features/gen_MidiPortType.rs b/src/features/gen_MidiPortType.rs
index d987ea7b42f04c65cc4af864928f9a9ab09c4799..507c37d92ff58a0678f23832698033ebc52574b9 100644
--- a/src/features/gen_MidiPortType.rs
+++ b/src/features/gen_MidiPortType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `MidiPortType` enum."]
diff --git a/src/features/gen_MimeType.rs b/src/features/gen_MimeType.rs
index 1588cb14a8a1b0b789eb104b1f4927a4db06afe0..02abadddd176766e06535cf9b7b5cd49cbb0a287 100644
--- a/src/features/gen_MimeType.rs
+++ b/src/features/gen_MimeType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MimeTypeArray.rs b/src/features/gen_MimeTypeArray.rs
index 79fe54a74a1090329391827eac623da2e90f111b..eb6ea2c6ee61d6b2abd43c6eb402ead12e00242b 100644
--- a/src/features/gen_MimeTypeArray.rs
+++ b/src/features/gen_MimeTypeArray.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MouseEvent.rs b/src/features/gen_MouseEvent.rs
index 3a44e137e7ab2b58a34f6a17b6fbdc0d166fc790..ad7826a20d4b33b832f67b9e82f282525cdef7be 100644
--- a/src/features/gen_MouseEvent.rs
+++ b/src/features/gen_MouseEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MouseEventInit.rs b/src/features/gen_MouseEventInit.rs
index def45c9f43bd9c000c5ac71bd6c551d0ad3b1c9e..61c5bb518c16cddea4a8cd837ee9647173569ddb 100644
--- a/src/features/gen_MouseEventInit.rs
+++ b/src/features/gen_MouseEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MouseScrollEvent.rs b/src/features/gen_MouseScrollEvent.rs
index 01d2970113bc4403db940d5c6aa92c7a0f9847af..9bed2d61768c4ac3254190112304f53cda12d799 100644
--- a/src/features/gen_MouseScrollEvent.rs
+++ b/src/features/gen_MouseScrollEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MozDebug.rs b/src/features/gen_MozDebug.rs
index 6d83c97f3a2f8a21c93dc31f27417c6b2b26e988..7fd1c91d31d0ce0f5cd90ad33d3e5ef188013ea9 100644
--- a/src/features/gen_MozDebug.rs
+++ b/src/features/gen_MozDebug.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MutationEvent.rs b/src/features/gen_MutationEvent.rs
index 72f7bc9ad181bbf2da75fb1015ca970dcba6f6a2..b21ae79eefc375c0912b84ac1b6c88638ba5d7ca 100644
--- a/src/features/gen_MutationEvent.rs
+++ b/src/features/gen_MutationEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MutationObserver.rs b/src/features/gen_MutationObserver.rs
index c9ce64ea260d966d67a231b28adff326c4ee184e..58ba233c1700ab440ef64e7612cecc3fb2033cbd 100644
--- a/src/features/gen_MutationObserver.rs
+++ b/src/features/gen_MutationObserver.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MutationObserverInit.rs b/src/features/gen_MutationObserverInit.rs
index fb3aac8010e065d880fe8dcfbd807efee2818367..736ea70929dcd74f7ed4a8cb8d56efec1b5bb642 100644
--- a/src/features/gen_MutationObserverInit.rs
+++ b/src/features/gen_MutationObserverInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MutationObservingInfo.rs b/src/features/gen_MutationObservingInfo.rs
index 96178ea3ade8ad6e8afe2586229312ae69c6b299..38d26e33323ddb63428047a340e9245f79e1b5cc 100644
--- a/src/features/gen_MutationObservingInfo.rs
+++ b/src/features/gen_MutationObservingInfo.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_MutationRecord.rs b/src/features/gen_MutationRecord.rs
index 2a9e4c36511212e021578b5a9eba67feb1bed39c..3d6ca83da948058b4a293023effaadd3b4850f61 100644
--- a/src/features/gen_MutationRecord.rs
+++ b/src/features/gen_MutationRecord.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_NamedNodeMap.rs b/src/features/gen_NamedNodeMap.rs
index ee2d2e0435c493ce2fd206131bce113d34c4df64..d30cb719431a948edc8315cf485cfaf04a2e3317 100644
--- a/src/features/gen_NamedNodeMap.rs
+++ b/src/features/gen_NamedNodeMap.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_NativeOsFileReadOptions.rs b/src/features/gen_NativeOsFileReadOptions.rs
index 1c1354d2200db7f10ec8568584bc78795b0e8e24..d50a70e44b1c9d7678ec49546dd17abbfbe7c7f2 100644
--- a/src/features/gen_NativeOsFileReadOptions.rs
+++ b/src/features/gen_NativeOsFileReadOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_NativeOsFileWriteAtomicOptions.rs b/src/features/gen_NativeOsFileWriteAtomicOptions.rs
index a06f19128cb94354b823d0219d0c8dae0efb4fcb..3e3c2fd082b28e7779040a0d4583fecc2a2eb72f 100644
--- a/src/features/gen_NativeOsFileWriteAtomicOptions.rs
+++ b/src/features/gen_NativeOsFileWriteAtomicOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_NavigationType.rs b/src/features/gen_NavigationType.rs
index 0ec80186f8fb23e95d8cacf26533ee01caea4f80..8f82bdd2866aaefbd3ae0047a48a7b97d3bf68f8 100644
--- a/src/features/gen_NavigationType.rs
+++ b/src/features/gen_NavigationType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `NavigationType` enum."]
diff --git a/src/features/gen_Navigator.rs b/src/features/gen_Navigator.rs
index 902d8816f81566e7961a9b75bcab9a4043d8dc74..7bb30670ff344e365c4c2e13779751ab565499ef 100644
--- a/src/features/gen_Navigator.rs
+++ b/src/features/gen_Navigator.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -165,6 +166,18 @@ extern "C" {
     #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub fn hid(this: &Navigator) -> Hid;
     #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "Serial")]
+    # [wasm_bindgen (structural , method , getter , js_class = "Navigator" , js_name = serial)]
+    #[doc = "Getter for the `serial` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/serial)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Navigator`, `Serial`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn serial(this: &Navigator) -> Serial;
+    #[cfg(web_sys_unstable_apis)]
     #[cfg(feature = "Usb")]
     # [wasm_bindgen (structural , method , getter , js_class = "Navigator" , js_name = usb)]
     #[doc = "Getter for the `usb` field of this object."]
diff --git a/src/features/gen_NavigatorAutomationInformation.rs b/src/features/gen_NavigatorAutomationInformation.rs
index c1fbff681af80c0d03cfa7bb800c22e007243176..730e71295ec22b976c0f465dd1675379472ccad7 100644
--- a/src/features/gen_NavigatorAutomationInformation.rs
+++ b/src/features/gen_NavigatorAutomationInformation.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_NetworkCommandOptions.rs b/src/features/gen_NetworkCommandOptions.rs
index dbf06652e5d7675560421fe0a31cc5cf336aad22..a50203b5aae72bf2bc12ead4d610b96ca2f878c3 100644
--- a/src/features/gen_NetworkCommandOptions.rs
+++ b/src/features/gen_NetworkCommandOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_NetworkInformation.rs b/src/features/gen_NetworkInformation.rs
index 3669e4c774bfff0607091458c8e93ff5470e7e1e..f46232b2c158e0f148f2a55e888622e920394eb1 100644
--- a/src/features/gen_NetworkInformation.rs
+++ b/src/features/gen_NetworkInformation.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_NetworkResultOptions.rs b/src/features/gen_NetworkResultOptions.rs
index 8e21219814d348b568fdbca9c4bad85d4c9d56a0..44acd57ae2e97def1b80f5631b4f671c439037d6 100644
--- a/src/features/gen_NetworkResultOptions.rs
+++ b/src/features/gen_NetworkResultOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Node.rs b/src/features/gen_Node.rs
index f9acb1f9f8a0f113907fed0e8123fc2d8113ccad..32c5b8d7b2586726b89a4c443ab1f436dd13be86 100644
--- a/src/features/gen_Node.rs
+++ b/src/features/gen_Node.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_NodeFilter.rs b/src/features/gen_NodeFilter.rs
index 7a1d400c12edc131220769d7a0a0986e3c1de399..f5838a1518101dbdc642923dcd8f700a3a82d3ef 100644
--- a/src/features/gen_NodeFilter.rs
+++ b/src/features/gen_NodeFilter.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_NodeIterator.rs b/src/features/gen_NodeIterator.rs
index 1e32cc05f1be47ded45f67b22d8bb2796011ab34..d6f90a5c29f9d757b5f4ec21601ed11d8cf344b7 100644
--- a/src/features/gen_NodeIterator.rs
+++ b/src/features/gen_NodeIterator.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_NodeList.rs b/src/features/gen_NodeList.rs
index b3bf91ef51511b8a8debe270c55a37d4ecc675cd..bf453d7a7b324b98a4e6f8dc4bbadc5b8cac2ccb 100644
--- a/src/features/gen_NodeList.rs
+++ b/src/features/gen_NodeList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Notification.rs b/src/features/gen_Notification.rs
index 2d3c7717d660e462f16dab4c0af22400ddb0de2d..857ad0089c5b78491578925ec90bba4a3a98b58e 100644
--- a/src/features/gen_Notification.rs
+++ b/src/features/gen_Notification.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_NotificationBehavior.rs b/src/features/gen_NotificationBehavior.rs
index bfd54b22e8bc0c9c267242722686ae6f27509a54..0f11b7e4055068a19161e27c575f5073b575c354 100644
--- a/src/features/gen_NotificationBehavior.rs
+++ b/src/features/gen_NotificationBehavior.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_NotificationDirection.rs b/src/features/gen_NotificationDirection.rs
index 6af832627b794c63617e6ff5c8d4721e8c264a5e..861eadfe8fefeb535ec4ce75773cc4caf278258f 100644
--- a/src/features/gen_NotificationDirection.rs
+++ b/src/features/gen_NotificationDirection.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `NotificationDirection` enum."]
diff --git a/src/features/gen_NotificationEvent.rs b/src/features/gen_NotificationEvent.rs
index d3c962d87e4dd4cf481d514625f6d024292e5010..99d8ea1455451efc6244ae7f6b2502b494bf2611 100644
--- a/src/features/gen_NotificationEvent.rs
+++ b/src/features/gen_NotificationEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_NotificationEventInit.rs b/src/features/gen_NotificationEventInit.rs
index 270f9fd52bfd18725c8801e26c26db52ba9475a7..1f0e3f068c8ce9d4e563c9e7fb622c820afc4b7d 100644
--- a/src/features/gen_NotificationEventInit.rs
+++ b/src/features/gen_NotificationEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_NotificationOptions.rs b/src/features/gen_NotificationOptions.rs
index 97d49a302964f6dd69311ba5267cc5e04df12429..31d504db7448033a6ab541db035572f76a328614 100644
--- a/src/features/gen_NotificationOptions.rs
+++ b/src/features/gen_NotificationOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_NotificationPermission.rs b/src/features/gen_NotificationPermission.rs
index 33530560e1e20a478b798ba227b58d2241213478..35a4b8a59c5941f59a4a7ec3f3af585e9a56c6c3 100644
--- a/src/features/gen_NotificationPermission.rs
+++ b/src/features/gen_NotificationPermission.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `NotificationPermission` enum."]
diff --git a/src/features/gen_ObserverCallback.rs b/src/features/gen_ObserverCallback.rs
index cdcc82dd9dec058cb4d608dd64c5c3bb16c32f2b..6845b0ffd6d9b4f774e0b73a6eb2955d0868d23d 100644
--- a/src/features/gen_ObserverCallback.rs
+++ b/src/features/gen_ObserverCallback.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_OesElementIndexUint.rs b/src/features/gen_OesElementIndexUint.rs
index aebb731715a31b118640cbd807a0b09590acbb25..c7af2019b4f986ac5fd350251b4f93a93472cf6e 100644
--- a/src/features/gen_OesElementIndexUint.rs
+++ b/src/features/gen_OesElementIndexUint.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_OesStandardDerivatives.rs b/src/features/gen_OesStandardDerivatives.rs
index 8b1324e149e0d66d9b1ff530c87d2bfbb1ee41b9..51beb6438f2dd8f2e3bc7bac5e5b7b2f20cdcbce 100644
--- a/src/features/gen_OesStandardDerivatives.rs
+++ b/src/features/gen_OesStandardDerivatives.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_OesTextureFloat.rs b/src/features/gen_OesTextureFloat.rs
index d30aa42d4b25ad43b70e2628e8a0ace51a77741e..767a3e32f1b02114fdf463caf17070503d9e8dc4 100644
--- a/src/features/gen_OesTextureFloat.rs
+++ b/src/features/gen_OesTextureFloat.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_OesTextureFloatLinear.rs b/src/features/gen_OesTextureFloatLinear.rs
index 61763001ecc5f201c11c35bfc06060309cafc16e..ab2fc0668dc92ed5da502957388ab349ef3a3bf9 100644
--- a/src/features/gen_OesTextureFloatLinear.rs
+++ b/src/features/gen_OesTextureFloatLinear.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_OesTextureHalfFloat.rs b/src/features/gen_OesTextureHalfFloat.rs
index ae24073a45cc312a0a95d195ebf87a55c05cc668..13b33fc94eb31f9146ab1c2df34785c0d53d080f 100644
--- a/src/features/gen_OesTextureHalfFloat.rs
+++ b/src/features/gen_OesTextureHalfFloat.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_OesTextureHalfFloatLinear.rs b/src/features/gen_OesTextureHalfFloatLinear.rs
index b96e67ef26041ed56a0b3ba408610af8d92f2954..00b9fb70a644192cb42d78ac46fad1ffee6de3b5 100644
--- a/src/features/gen_OesTextureHalfFloatLinear.rs
+++ b/src/features/gen_OesTextureHalfFloatLinear.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_OesVertexArrayObject.rs b/src/features/gen_OesVertexArrayObject.rs
index 0aec22fef97c08085383dc60c0b108ea9e5832e5..57130833e19f8e9ff727c84b939bb467fac81907 100644
--- a/src/features/gen_OesVertexArrayObject.rs
+++ b/src/features/gen_OesVertexArrayObject.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_OfflineAudioCompletionEvent.rs b/src/features/gen_OfflineAudioCompletionEvent.rs
index b4a36f31280cc67fa7df130f8a8358f7896fd8cb..0da6735f58e8921e0720aaed818592b26c1219be 100644
--- a/src/features/gen_OfflineAudioCompletionEvent.rs
+++ b/src/features/gen_OfflineAudioCompletionEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_OfflineAudioCompletionEventInit.rs b/src/features/gen_OfflineAudioCompletionEventInit.rs
index e3d202129bbb2e4cb7c65466f9519edbe3f7849c..b69f605943b45b8b03d943b9deaceea84f22cb47 100644
--- a/src/features/gen_OfflineAudioCompletionEventInit.rs
+++ b/src/features/gen_OfflineAudioCompletionEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_OfflineAudioContext.rs b/src/features/gen_OfflineAudioContext.rs
index ecaba2102c3372339056ee8965249ee6960d7169..52e392a76fdd8631b5da8bea38d0b02728d61e80 100644
--- a/src/features/gen_OfflineAudioContext.rs
+++ b/src/features/gen_OfflineAudioContext.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_OfflineAudioContextOptions.rs b/src/features/gen_OfflineAudioContextOptions.rs
index ab1cf57dfbfa98fabc403f6f609c4d8c3269ed44..433659505c0f3512360d857d81ce93ef62fc96a2 100644
--- a/src/features/gen_OfflineAudioContextOptions.rs
+++ b/src/features/gen_OfflineAudioContextOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_OfflineResourceList.rs b/src/features/gen_OfflineResourceList.rs
index e3ccd3732fe0cf0aa072b29cb97c829cf06f44df..adf60ce9c21540f1e54fd80fc0964f7297c0fbc6 100644
--- a/src/features/gen_OfflineResourceList.rs
+++ b/src/features/gen_OfflineResourceList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_OffscreenCanvas.rs b/src/features/gen_OffscreenCanvas.rs
index bcf85992191604af0df9e3d2f94d393f25a7835b..e925b0e12944318ae3d0b18365a346b45a9fa2e9 100644
--- a/src/features/gen_OffscreenCanvas.rs
+++ b/src/features/gen_OffscreenCanvas.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -46,6 +47,24 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvas`*"]
     pub fn new(width: u32, height: u32) -> Result<OffscreenCanvas, JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvas" , js_name = convertToBlob)]
+    #[doc = "The `convertToBlob()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas/convertToBlob)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvas`*"]
+    pub fn convert_to_blob(this: &OffscreenCanvas) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(feature = "ImageEncodeOptions")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvas" , js_name = convertToBlob)]
+    #[doc = "The `convertToBlob()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas/convertToBlob)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageEncodeOptions`, `OffscreenCanvas`*"]
+    pub fn convert_to_blob_with_options(
+        this: &OffscreenCanvas,
+        options: &ImageEncodeOptions,
+    ) -> Result<::js_sys::Promise, JsValue>;
     # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvas" , js_name = getContext)]
     #[doc = "The `getContext()` method."]
     #[doc = ""]
@@ -67,34 +86,6 @@ extern "C" {
         context_id: &str,
         context_options: &::wasm_bindgen::JsValue,
     ) -> Result<Option<::js_sys::Object>, JsValue>;
-    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvas" , js_name = toBlob)]
-    #[doc = "The `toBlob()` method."]
-    #[doc = ""]
-    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas/toBlob)"]
-    #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvas`*"]
-    pub fn to_blob(this: &OffscreenCanvas) -> Result<::js_sys::Promise, JsValue>;
-    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvas" , js_name = toBlob)]
-    #[doc = "The `toBlob()` method."]
-    #[doc = ""]
-    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas/toBlob)"]
-    #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvas`*"]
-    pub fn to_blob_with_type(
-        this: &OffscreenCanvas,
-        type_: &str,
-    ) -> Result<::js_sys::Promise, JsValue>;
-    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvas" , js_name = toBlob)]
-    #[doc = "The `toBlob()` method."]
-    #[doc = ""]
-    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas/toBlob)"]
-    #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvas`*"]
-    pub fn to_blob_with_type_and_encoder_options(
-        this: &OffscreenCanvas,
-        type_: &str,
-        encoder_options: &::wasm_bindgen::JsValue,
-    ) -> Result<::js_sys::Promise, JsValue>;
     #[cfg(feature = "ImageBitmap")]
     # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvas" , js_name = transferToImageBitmap)]
     #[doc = "The `transferToImageBitmap()` method."]
diff --git a/src/features/gen_OffscreenCanvasRenderingContext2d.rs b/src/features/gen_OffscreenCanvasRenderingContext2d.rs
new file mode 100644
index 0000000000000000000000000000000000000000..ef40e59a5a32146b965e94be5da9f4788193e936
--- /dev/null
+++ b/src/features/gen_OffscreenCanvasRenderingContext2d.rs
@@ -0,0 +1,1370 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = OffscreenCanvasRenderingContext2D , typescript_type = "OffscreenCanvasRenderingContext2D")]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `OffscreenCanvasRenderingContext2d` class."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub type OffscreenCanvasRenderingContext2d;
+    #[cfg(feature = "OffscreenCanvas")]
+    # [wasm_bindgen (structural , method , getter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = canvas)]
+    #[doc = "Getter for the `canvas` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/canvas)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvas`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn canvas(this: &OffscreenCanvasRenderingContext2d) -> OffscreenCanvas;
+    # [wasm_bindgen (structural , method , getter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = globalAlpha)]
+    #[doc = "Getter for the `globalAlpha` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/globalAlpha)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn global_alpha(this: &OffscreenCanvasRenderingContext2d) -> f64;
+    # [wasm_bindgen (structural , method , setter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = globalAlpha)]
+    #[doc = "Setter for the `globalAlpha` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/globalAlpha)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn set_global_alpha(this: &OffscreenCanvasRenderingContext2d, value: f64);
+    # [wasm_bindgen (structural , catch , method , getter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = globalCompositeOperation)]
+    #[doc = "Getter for the `globalCompositeOperation` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/globalCompositeOperation)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn global_composite_operation(
+        this: &OffscreenCanvasRenderingContext2d,
+    ) -> Result<String, JsValue>;
+    # [wasm_bindgen (structural , catch , method , setter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = globalCompositeOperation)]
+    #[doc = "Setter for the `globalCompositeOperation` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/globalCompositeOperation)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn set_global_composite_operation(
+        this: &OffscreenCanvasRenderingContext2d,
+        value: &str,
+    ) -> Result<(), JsValue>;
+    # [wasm_bindgen (structural , method , getter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = strokeStyle)]
+    #[doc = "Getter for the `strokeStyle` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/strokeStyle)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn stroke_style(this: &OffscreenCanvasRenderingContext2d) -> ::wasm_bindgen::JsValue;
+    # [wasm_bindgen (structural , method , setter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = strokeStyle)]
+    #[doc = "Setter for the `strokeStyle` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/strokeStyle)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn set_stroke_style(
+        this: &OffscreenCanvasRenderingContext2d,
+        value: &::wasm_bindgen::JsValue,
+    );
+    # [wasm_bindgen (structural , method , getter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = fillStyle)]
+    #[doc = "Getter for the `fillStyle` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/fillStyle)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn fill_style(this: &OffscreenCanvasRenderingContext2d) -> ::wasm_bindgen::JsValue;
+    # [wasm_bindgen (structural , method , setter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = fillStyle)]
+    #[doc = "Setter for the `fillStyle` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/fillStyle)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn set_fill_style(
+        this: &OffscreenCanvasRenderingContext2d,
+        value: &::wasm_bindgen::JsValue,
+    );
+    # [wasm_bindgen (structural , method , getter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = filter)]
+    #[doc = "Getter for the `filter` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/filter)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn filter(this: &OffscreenCanvasRenderingContext2d) -> String;
+    # [wasm_bindgen (structural , method , setter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = filter)]
+    #[doc = "Setter for the `filter` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/filter)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn set_filter(this: &OffscreenCanvasRenderingContext2d, value: &str);
+    # [wasm_bindgen (structural , method , getter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = imageSmoothingEnabled)]
+    #[doc = "Getter for the `imageSmoothingEnabled` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/imageSmoothingEnabled)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn image_smoothing_enabled(this: &OffscreenCanvasRenderingContext2d) -> bool;
+    # [wasm_bindgen (structural , method , setter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = imageSmoothingEnabled)]
+    #[doc = "Setter for the `imageSmoothingEnabled` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/imageSmoothingEnabled)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn set_image_smoothing_enabled(this: &OffscreenCanvasRenderingContext2d, value: bool);
+    # [wasm_bindgen (structural , method , getter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = lineWidth)]
+    #[doc = "Getter for the `lineWidth` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/lineWidth)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn line_width(this: &OffscreenCanvasRenderingContext2d) -> f64;
+    # [wasm_bindgen (structural , method , setter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = lineWidth)]
+    #[doc = "Setter for the `lineWidth` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/lineWidth)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn set_line_width(this: &OffscreenCanvasRenderingContext2d, value: f64);
+    # [wasm_bindgen (structural , method , getter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = lineCap)]
+    #[doc = "Getter for the `lineCap` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/lineCap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn line_cap(this: &OffscreenCanvasRenderingContext2d) -> String;
+    # [wasm_bindgen (structural , method , setter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = lineCap)]
+    #[doc = "Setter for the `lineCap` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/lineCap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn set_line_cap(this: &OffscreenCanvasRenderingContext2d, value: &str);
+    # [wasm_bindgen (structural , method , getter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = lineJoin)]
+    #[doc = "Getter for the `lineJoin` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/lineJoin)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn line_join(this: &OffscreenCanvasRenderingContext2d) -> String;
+    # [wasm_bindgen (structural , method , setter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = lineJoin)]
+    #[doc = "Setter for the `lineJoin` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/lineJoin)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn set_line_join(this: &OffscreenCanvasRenderingContext2d, value: &str);
+    # [wasm_bindgen (structural , method , getter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = miterLimit)]
+    #[doc = "Getter for the `miterLimit` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/miterLimit)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn miter_limit(this: &OffscreenCanvasRenderingContext2d) -> f64;
+    # [wasm_bindgen (structural , method , setter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = miterLimit)]
+    #[doc = "Setter for the `miterLimit` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/miterLimit)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn set_miter_limit(this: &OffscreenCanvasRenderingContext2d, value: f64);
+    # [wasm_bindgen (structural , method , getter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = lineDashOffset)]
+    #[doc = "Getter for the `lineDashOffset` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/lineDashOffset)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn line_dash_offset(this: &OffscreenCanvasRenderingContext2d) -> f64;
+    # [wasm_bindgen (structural , method , setter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = lineDashOffset)]
+    #[doc = "Setter for the `lineDashOffset` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/lineDashOffset)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn set_line_dash_offset(this: &OffscreenCanvasRenderingContext2d, value: f64);
+    # [wasm_bindgen (structural , method , getter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = shadowOffsetX)]
+    #[doc = "Getter for the `shadowOffsetX` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/shadowOffsetX)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn shadow_offset_x(this: &OffscreenCanvasRenderingContext2d) -> f64;
+    # [wasm_bindgen (structural , method , setter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = shadowOffsetX)]
+    #[doc = "Setter for the `shadowOffsetX` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/shadowOffsetX)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn set_shadow_offset_x(this: &OffscreenCanvasRenderingContext2d, value: f64);
+    # [wasm_bindgen (structural , method , getter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = shadowOffsetY)]
+    #[doc = "Getter for the `shadowOffsetY` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/shadowOffsetY)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn shadow_offset_y(this: &OffscreenCanvasRenderingContext2d) -> f64;
+    # [wasm_bindgen (structural , method , setter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = shadowOffsetY)]
+    #[doc = "Setter for the `shadowOffsetY` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/shadowOffsetY)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn set_shadow_offset_y(this: &OffscreenCanvasRenderingContext2d, value: f64);
+    # [wasm_bindgen (structural , method , getter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = shadowBlur)]
+    #[doc = "Getter for the `shadowBlur` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/shadowBlur)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn shadow_blur(this: &OffscreenCanvasRenderingContext2d) -> f64;
+    # [wasm_bindgen (structural , method , setter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = shadowBlur)]
+    #[doc = "Setter for the `shadowBlur` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/shadowBlur)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn set_shadow_blur(this: &OffscreenCanvasRenderingContext2d, value: f64);
+    # [wasm_bindgen (structural , method , getter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = shadowColor)]
+    #[doc = "Getter for the `shadowColor` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/shadowColor)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn shadow_color(this: &OffscreenCanvasRenderingContext2d) -> String;
+    # [wasm_bindgen (structural , method , setter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = shadowColor)]
+    #[doc = "Setter for the `shadowColor` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/shadowColor)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn set_shadow_color(this: &OffscreenCanvasRenderingContext2d, value: &str);
+    # [wasm_bindgen (structural , method , getter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = font)]
+    #[doc = "Getter for the `font` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/font)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn font(this: &OffscreenCanvasRenderingContext2d) -> String;
+    # [wasm_bindgen (structural , method , setter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = font)]
+    #[doc = "Setter for the `font` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/font)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn set_font(this: &OffscreenCanvasRenderingContext2d, value: &str);
+    # [wasm_bindgen (structural , method , getter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = textAlign)]
+    #[doc = "Getter for the `textAlign` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/textAlign)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn text_align(this: &OffscreenCanvasRenderingContext2d) -> String;
+    # [wasm_bindgen (structural , method , setter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = textAlign)]
+    #[doc = "Setter for the `textAlign` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/textAlign)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn set_text_align(this: &OffscreenCanvasRenderingContext2d, value: &str);
+    # [wasm_bindgen (structural , method , getter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = textBaseline)]
+    #[doc = "Getter for the `textBaseline` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/textBaseline)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn text_baseline(this: &OffscreenCanvasRenderingContext2d) -> String;
+    # [wasm_bindgen (structural , method , setter , js_class = "OffscreenCanvasRenderingContext2D" , js_name = textBaseline)]
+    #[doc = "Setter for the `textBaseline` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/textBaseline)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn set_text_baseline(this: &OffscreenCanvasRenderingContext2d, value: &str);
+    #[cfg(feature = "HtmlImageElement")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlImageElement`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn draw_image_with_html_image_element(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &HtmlImageElement,
+        dx: f64,
+        dy: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(feature = "SvgImageElement")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`, `SvgImageElement`*"]
+    pub fn draw_image_with_svg_image_element(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &SvgImageElement,
+        dx: f64,
+        dy: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(feature = "HtmlCanvasElement")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlCanvasElement`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn draw_image_with_html_canvas_element(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &HtmlCanvasElement,
+        dx: f64,
+        dy: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(feature = "HtmlVideoElement")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlVideoElement`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn draw_image_with_html_video_element(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &HtmlVideoElement,
+        dx: f64,
+        dy: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(feature = "ImageBitmap")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmap`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn draw_image_with_image_bitmap(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &ImageBitmap,
+        dx: f64,
+        dy: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(feature = "OffscreenCanvas")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvas`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn draw_image_with_offscreen_canvas(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &OffscreenCanvas,
+        dx: f64,
+        dy: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "VideoFrame")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`, `VideoFrame`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn draw_image_with_video_frame(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &VideoFrame,
+        dx: f64,
+        dy: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(feature = "HtmlImageElement")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlImageElement`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn draw_image_with_html_image_element_and_dw_and_dh(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &HtmlImageElement,
+        dx: f64,
+        dy: f64,
+        dw: f64,
+        dh: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(feature = "SvgImageElement")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`, `SvgImageElement`*"]
+    pub fn draw_image_with_svg_image_element_and_dw_and_dh(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &SvgImageElement,
+        dx: f64,
+        dy: f64,
+        dw: f64,
+        dh: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(feature = "HtmlCanvasElement")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlCanvasElement`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn draw_image_with_html_canvas_element_and_dw_and_dh(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &HtmlCanvasElement,
+        dx: f64,
+        dy: f64,
+        dw: f64,
+        dh: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(feature = "HtmlVideoElement")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlVideoElement`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn draw_image_with_html_video_element_and_dw_and_dh(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &HtmlVideoElement,
+        dx: f64,
+        dy: f64,
+        dw: f64,
+        dh: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(feature = "ImageBitmap")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmap`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn draw_image_with_image_bitmap_and_dw_and_dh(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &ImageBitmap,
+        dx: f64,
+        dy: f64,
+        dw: f64,
+        dh: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(feature = "OffscreenCanvas")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvas`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn draw_image_with_offscreen_canvas_and_dw_and_dh(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &OffscreenCanvas,
+        dx: f64,
+        dy: f64,
+        dw: f64,
+        dh: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "VideoFrame")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`, `VideoFrame`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn draw_image_with_video_frame_and_dw_and_dh(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &VideoFrame,
+        dx: f64,
+        dy: f64,
+        dw: f64,
+        dh: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(feature = "HtmlImageElement")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlImageElement`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn draw_image_with_html_image_element_and_sw_and_sh_and_dx_and_dy_and_dw_and_dh(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &HtmlImageElement,
+        sx: f64,
+        sy: f64,
+        sw: f64,
+        sh: f64,
+        dx: f64,
+        dy: f64,
+        dw: f64,
+        dh: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(feature = "SvgImageElement")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`, `SvgImageElement`*"]
+    pub fn draw_image_with_svg_image_element_and_sw_and_sh_and_dx_and_dy_and_dw_and_dh(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &SvgImageElement,
+        sx: f64,
+        sy: f64,
+        sw: f64,
+        sh: f64,
+        dx: f64,
+        dy: f64,
+        dw: f64,
+        dh: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(feature = "HtmlCanvasElement")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlCanvasElement`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn draw_image_with_html_canvas_element_and_sw_and_sh_and_dx_and_dy_and_dw_and_dh(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &HtmlCanvasElement,
+        sx: f64,
+        sy: f64,
+        sw: f64,
+        sh: f64,
+        dx: f64,
+        dy: f64,
+        dw: f64,
+        dh: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(feature = "HtmlVideoElement")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlVideoElement`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn draw_image_with_html_video_element_and_sw_and_sh_and_dx_and_dy_and_dw_and_dh(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &HtmlVideoElement,
+        sx: f64,
+        sy: f64,
+        sw: f64,
+        sh: f64,
+        dx: f64,
+        dy: f64,
+        dw: f64,
+        dh: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(feature = "ImageBitmap")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmap`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn draw_image_with_image_bitmap_and_sw_and_sh_and_dx_and_dy_and_dw_and_dh(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &ImageBitmap,
+        sx: f64,
+        sy: f64,
+        sw: f64,
+        sh: f64,
+        dx: f64,
+        dy: f64,
+        dw: f64,
+        dh: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(feature = "OffscreenCanvas")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvas`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn draw_image_with_offscreen_canvas_and_sw_and_sh_and_dx_and_dy_and_dw_and_dh(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &OffscreenCanvas,
+        sx: f64,
+        sy: f64,
+        sw: f64,
+        sh: f64,
+        dx: f64,
+        dy: f64,
+        dw: f64,
+        dh: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "VideoFrame")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = drawImage)]
+    #[doc = "The `drawImage()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/drawImage)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`, `VideoFrame`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn draw_image_with_video_frame_and_sw_and_sh_and_dx_and_dy_and_dw_and_dh(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &VideoFrame,
+        sx: f64,
+        sy: f64,
+        sw: f64,
+        sh: f64,
+        dx: f64,
+        dy: f64,
+        dw: f64,
+        dh: f64,
+    ) -> Result<(), JsValue>;
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = beginPath)]
+    #[doc = "The `beginPath()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/beginPath)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn begin_path(this: &OffscreenCanvasRenderingContext2d);
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = clip)]
+    #[doc = "The `clip()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/clip)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn clip(this: &OffscreenCanvasRenderingContext2d);
+    #[cfg(feature = "CanvasWindingRule")]
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = clip)]
+    #[doc = "The `clip()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/clip)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasWindingRule`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn clip_with_canvas_winding_rule(
+        this: &OffscreenCanvasRenderingContext2d,
+        winding: CanvasWindingRule,
+    );
+    #[cfg(feature = "Path2d")]
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = clip)]
+    #[doc = "The `clip()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/clip)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`, `Path2d`*"]
+    pub fn clip_with_path_2d(this: &OffscreenCanvasRenderingContext2d, path: &Path2d);
+    #[cfg(all(feature = "CanvasWindingRule", feature = "Path2d",))]
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = clip)]
+    #[doc = "The `clip()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/clip)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasWindingRule`, `OffscreenCanvasRenderingContext2d`, `Path2d`*"]
+    pub fn clip_with_path_2d_and_winding(
+        this: &OffscreenCanvasRenderingContext2d,
+        path: &Path2d,
+        winding: CanvasWindingRule,
+    );
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = fill)]
+    #[doc = "The `fill()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/fill)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn fill(this: &OffscreenCanvasRenderingContext2d);
+    #[cfg(feature = "CanvasWindingRule")]
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = fill)]
+    #[doc = "The `fill()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/fill)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasWindingRule`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn fill_with_canvas_winding_rule(
+        this: &OffscreenCanvasRenderingContext2d,
+        winding: CanvasWindingRule,
+    );
+    #[cfg(feature = "Path2d")]
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = fill)]
+    #[doc = "The `fill()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/fill)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`, `Path2d`*"]
+    pub fn fill_with_path_2d(this: &OffscreenCanvasRenderingContext2d, path: &Path2d);
+    #[cfg(all(feature = "CanvasWindingRule", feature = "Path2d",))]
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = fill)]
+    #[doc = "The `fill()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/fill)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasWindingRule`, `OffscreenCanvasRenderingContext2d`, `Path2d`*"]
+    pub fn fill_with_path_2d_and_winding(
+        this: &OffscreenCanvasRenderingContext2d,
+        path: &Path2d,
+        winding: CanvasWindingRule,
+    );
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = isPointInPath)]
+    #[doc = "The `isPointInPath()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/isPointInPath)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn is_point_in_path_with_f64(
+        this: &OffscreenCanvasRenderingContext2d,
+        x: f64,
+        y: f64,
+    ) -> bool;
+    #[cfg(feature = "CanvasWindingRule")]
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = isPointInPath)]
+    #[doc = "The `isPointInPath()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/isPointInPath)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasWindingRule`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn is_point_in_path_with_f64_and_canvas_winding_rule(
+        this: &OffscreenCanvasRenderingContext2d,
+        x: f64,
+        y: f64,
+        winding: CanvasWindingRule,
+    ) -> bool;
+    #[cfg(feature = "Path2d")]
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = isPointInPath)]
+    #[doc = "The `isPointInPath()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/isPointInPath)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`, `Path2d`*"]
+    pub fn is_point_in_path_with_path_2d_and_f64(
+        this: &OffscreenCanvasRenderingContext2d,
+        path: &Path2d,
+        x: f64,
+        y: f64,
+    ) -> bool;
+    #[cfg(all(feature = "CanvasWindingRule", feature = "Path2d",))]
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = isPointInPath)]
+    #[doc = "The `isPointInPath()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/isPointInPath)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasWindingRule`, `OffscreenCanvasRenderingContext2d`, `Path2d`*"]
+    pub fn is_point_in_path_with_path_2d_and_f64_and_winding(
+        this: &OffscreenCanvasRenderingContext2d,
+        path: &Path2d,
+        x: f64,
+        y: f64,
+        winding: CanvasWindingRule,
+    ) -> bool;
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = isPointInStroke)]
+    #[doc = "The `isPointInStroke()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/isPointInStroke)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn is_point_in_stroke_with_x_and_y(
+        this: &OffscreenCanvasRenderingContext2d,
+        x: f64,
+        y: f64,
+    ) -> bool;
+    #[cfg(feature = "Path2d")]
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = isPointInStroke)]
+    #[doc = "The `isPointInStroke()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/isPointInStroke)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`, `Path2d`*"]
+    pub fn is_point_in_stroke_with_path_and_x_and_y(
+        this: &OffscreenCanvasRenderingContext2d,
+        path: &Path2d,
+        x: f64,
+        y: f64,
+    ) -> bool;
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = stroke)]
+    #[doc = "The `stroke()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/stroke)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn stroke(this: &OffscreenCanvasRenderingContext2d);
+    #[cfg(feature = "Path2d")]
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = stroke)]
+    #[doc = "The `stroke()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/stroke)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`, `Path2d`*"]
+    pub fn stroke_with_path(this: &OffscreenCanvasRenderingContext2d, path: &Path2d);
+    #[cfg(feature = "CanvasGradient")]
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = createLinearGradient)]
+    #[doc = "The `createLinearGradient()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/createLinearGradient)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasGradient`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn create_linear_gradient(
+        this: &OffscreenCanvasRenderingContext2d,
+        x0: f64,
+        y0: f64,
+        x1: f64,
+        y1: f64,
+    ) -> CanvasGradient;
+    #[cfg(all(feature = "CanvasPattern", feature = "HtmlImageElement",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = createPattern)]
+    #[doc = "The `createPattern()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/createPattern)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasPattern`, `HtmlImageElement`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn create_pattern_with_html_image_element(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &HtmlImageElement,
+        repetition: &str,
+    ) -> Result<Option<CanvasPattern>, JsValue>;
+    #[cfg(all(feature = "CanvasPattern", feature = "SvgImageElement",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = createPattern)]
+    #[doc = "The `createPattern()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/createPattern)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasPattern`, `OffscreenCanvasRenderingContext2d`, `SvgImageElement`*"]
+    pub fn create_pattern_with_svg_image_element(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &SvgImageElement,
+        repetition: &str,
+    ) -> Result<Option<CanvasPattern>, JsValue>;
+    #[cfg(all(feature = "CanvasPattern", feature = "HtmlCanvasElement",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = createPattern)]
+    #[doc = "The `createPattern()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/createPattern)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasPattern`, `HtmlCanvasElement`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn create_pattern_with_html_canvas_element(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &HtmlCanvasElement,
+        repetition: &str,
+    ) -> Result<Option<CanvasPattern>, JsValue>;
+    #[cfg(all(feature = "CanvasPattern", feature = "HtmlVideoElement",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = createPattern)]
+    #[doc = "The `createPattern()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/createPattern)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasPattern`, `HtmlVideoElement`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn create_pattern_with_html_video_element(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &HtmlVideoElement,
+        repetition: &str,
+    ) -> Result<Option<CanvasPattern>, JsValue>;
+    #[cfg(all(feature = "CanvasPattern", feature = "ImageBitmap",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = createPattern)]
+    #[doc = "The `createPattern()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/createPattern)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasPattern`, `ImageBitmap`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn create_pattern_with_image_bitmap(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &ImageBitmap,
+        repetition: &str,
+    ) -> Result<Option<CanvasPattern>, JsValue>;
+    #[cfg(all(feature = "CanvasPattern", feature = "OffscreenCanvas",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = createPattern)]
+    #[doc = "The `createPattern()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/createPattern)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasPattern`, `OffscreenCanvas`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn create_pattern_with_offscreen_canvas(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &OffscreenCanvas,
+        repetition: &str,
+    ) -> Result<Option<CanvasPattern>, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(all(feature = "CanvasPattern", feature = "VideoFrame",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = createPattern)]
+    #[doc = "The `createPattern()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/createPattern)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasPattern`, `OffscreenCanvasRenderingContext2d`, `VideoFrame`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn create_pattern_with_video_frame(
+        this: &OffscreenCanvasRenderingContext2d,
+        image: &VideoFrame,
+        repetition: &str,
+    ) -> Result<Option<CanvasPattern>, JsValue>;
+    #[cfg(feature = "CanvasGradient")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = createRadialGradient)]
+    #[doc = "The `createRadialGradient()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/createRadialGradient)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `CanvasGradient`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn create_radial_gradient(
+        this: &OffscreenCanvasRenderingContext2d,
+        x0: f64,
+        y0: f64,
+        r0: f64,
+        x1: f64,
+        y1: f64,
+        r1: f64,
+    ) -> Result<CanvasGradient, JsValue>;
+    #[cfg(feature = "ImageData")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = createImageData)]
+    #[doc = "The `createImageData()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/createImageData)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageData`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn create_image_data_with_sw_and_sh(
+        this: &OffscreenCanvasRenderingContext2d,
+        sw: f64,
+        sh: f64,
+    ) -> Result<ImageData, JsValue>;
+    #[cfg(feature = "ImageData")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = createImageData)]
+    #[doc = "The `createImageData()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/createImageData)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageData`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn create_image_data_with_imagedata(
+        this: &OffscreenCanvasRenderingContext2d,
+        imagedata: &ImageData,
+    ) -> Result<ImageData, JsValue>;
+    #[cfg(feature = "ImageData")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = getImageData)]
+    #[doc = "The `getImageData()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/getImageData)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageData`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn get_image_data(
+        this: &OffscreenCanvasRenderingContext2d,
+        sx: f64,
+        sy: f64,
+        sw: f64,
+        sh: f64,
+    ) -> Result<ImageData, JsValue>;
+    #[cfg(feature = "ImageData")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = putImageData)]
+    #[doc = "The `putImageData()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/putImageData)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageData`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn put_image_data(
+        this: &OffscreenCanvasRenderingContext2d,
+        imagedata: &ImageData,
+        dx: f64,
+        dy: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(feature = "ImageData")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = putImageData)]
+    #[doc = "The `putImageData()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/putImageData)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageData`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn put_image_data_with_dirty_x_and_dirty_y_and_dirty_width_and_dirty_height(
+        this: &OffscreenCanvasRenderingContext2d,
+        imagedata: &ImageData,
+        dx: f64,
+        dy: f64,
+        dirty_x: f64,
+        dirty_y: f64,
+        dirty_width: f64,
+        dirty_height: f64,
+    ) -> Result<(), JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = arc)]
+    #[doc = "The `arc()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/arc)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn arc(
+        this: &OffscreenCanvasRenderingContext2d,
+        x: f64,
+        y: f64,
+        radius: f64,
+        start_angle: f64,
+        end_angle: f64,
+    ) -> Result<(), JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = arc)]
+    #[doc = "The `arc()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/arc)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn arc_with_anticlockwise(
+        this: &OffscreenCanvasRenderingContext2d,
+        x: f64,
+        y: f64,
+        radius: f64,
+        start_angle: f64,
+        end_angle: f64,
+        anticlockwise: bool,
+    ) -> Result<(), JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = arcTo)]
+    #[doc = "The `arcTo()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/arcTo)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn arc_to(
+        this: &OffscreenCanvasRenderingContext2d,
+        x1: f64,
+        y1: f64,
+        x2: f64,
+        y2: f64,
+        radius: f64,
+    ) -> Result<(), JsValue>;
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = bezierCurveTo)]
+    #[doc = "The `bezierCurveTo()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/bezierCurveTo)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn bezier_curve_to(
+        this: &OffscreenCanvasRenderingContext2d,
+        cp1x: f64,
+        cp1y: f64,
+        cp2x: f64,
+        cp2y: f64,
+        x: f64,
+        y: f64,
+    );
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = closePath)]
+    #[doc = "The `closePath()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/closePath)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn close_path(this: &OffscreenCanvasRenderingContext2d);
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = ellipse)]
+    #[doc = "The `ellipse()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/ellipse)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn ellipse(
+        this: &OffscreenCanvasRenderingContext2d,
+        x: f64,
+        y: f64,
+        radius_x: f64,
+        radius_y: f64,
+        rotation: f64,
+        start_angle: f64,
+        end_angle: f64,
+    ) -> Result<(), JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = ellipse)]
+    #[doc = "The `ellipse()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/ellipse)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn ellipse_with_anticlockwise(
+        this: &OffscreenCanvasRenderingContext2d,
+        x: f64,
+        y: f64,
+        radius_x: f64,
+        radius_y: f64,
+        rotation: f64,
+        start_angle: f64,
+        end_angle: f64,
+        anticlockwise: bool,
+    ) -> Result<(), JsValue>;
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = lineTo)]
+    #[doc = "The `lineTo()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/lineTo)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn line_to(this: &OffscreenCanvasRenderingContext2d, x: f64, y: f64);
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = moveTo)]
+    #[doc = "The `moveTo()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/moveTo)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn move_to(this: &OffscreenCanvasRenderingContext2d, x: f64, y: f64);
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = quadraticCurveTo)]
+    #[doc = "The `quadraticCurveTo()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/quadraticCurveTo)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn quadratic_curve_to(
+        this: &OffscreenCanvasRenderingContext2d,
+        cpx: f64,
+        cpy: f64,
+        x: f64,
+        y: f64,
+    );
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = rect)]
+    #[doc = "The `rect()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/rect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn rect(this: &OffscreenCanvasRenderingContext2d, x: f64, y: f64, w: f64, h: f64);
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = roundRect)]
+    #[doc = "The `roundRect()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/roundRect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn round_rect(
+        this: &OffscreenCanvasRenderingContext2d,
+        x: f64,
+        y: f64,
+        w: f64,
+        h: f64,
+    ) -> Result<(), JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = roundRect)]
+    #[doc = "The `roundRect()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/roundRect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn round_rect_with_f64(
+        this: &OffscreenCanvasRenderingContext2d,
+        x: f64,
+        y: f64,
+        w: f64,
+        h: f64,
+        radii: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(feature = "DomPointInit")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = roundRect)]
+    #[doc = "The `roundRect()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/roundRect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `DomPointInit`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn round_rect_with_dom_point_init(
+        this: &OffscreenCanvasRenderingContext2d,
+        x: f64,
+        y: f64,
+        w: f64,
+        h: f64,
+        radii: &DomPointInit,
+    ) -> Result<(), JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = roundRect)]
+    #[doc = "The `roundRect()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/roundRect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn round_rect_with_f64_sequence(
+        this: &OffscreenCanvasRenderingContext2d,
+        x: f64,
+        y: f64,
+        w: f64,
+        h: f64,
+        radii: &::wasm_bindgen::JsValue,
+    ) -> Result<(), JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = roundRect)]
+    #[doc = "The `roundRect()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/roundRect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn round_rect_with_dom_point_init_sequence(
+        this: &OffscreenCanvasRenderingContext2d,
+        x: f64,
+        y: f64,
+        w: f64,
+        h: f64,
+        radii: &::wasm_bindgen::JsValue,
+    ) -> Result<(), JsValue>;
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = getLineDash)]
+    #[doc = "The `getLineDash()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/getLineDash)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn get_line_dash(this: &OffscreenCanvasRenderingContext2d) -> ::js_sys::Array;
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = setLineDash)]
+    #[doc = "The `setLineDash()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/setLineDash)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn set_line_dash(
+        this: &OffscreenCanvasRenderingContext2d,
+        segments: &::wasm_bindgen::JsValue,
+    ) -> Result<(), JsValue>;
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = clearRect)]
+    #[doc = "The `clearRect()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/clearRect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn clear_rect(this: &OffscreenCanvasRenderingContext2d, x: f64, y: f64, w: f64, h: f64);
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = fillRect)]
+    #[doc = "The `fillRect()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/fillRect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn fill_rect(this: &OffscreenCanvasRenderingContext2d, x: f64, y: f64, w: f64, h: f64);
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = strokeRect)]
+    #[doc = "The `strokeRect()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/strokeRect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn stroke_rect(this: &OffscreenCanvasRenderingContext2d, x: f64, y: f64, w: f64, h: f64);
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = restore)]
+    #[doc = "The `restore()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/restore)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn restore(this: &OffscreenCanvasRenderingContext2d);
+    # [wasm_bindgen (method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = save)]
+    #[doc = "The `save()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/save)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn save(this: &OffscreenCanvasRenderingContext2d);
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = fillText)]
+    #[doc = "The `fillText()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/fillText)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn fill_text(
+        this: &OffscreenCanvasRenderingContext2d,
+        text: &str,
+        x: f64,
+        y: f64,
+    ) -> Result<(), JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = fillText)]
+    #[doc = "The `fillText()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/fillText)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn fill_text_with_max_width(
+        this: &OffscreenCanvasRenderingContext2d,
+        text: &str,
+        x: f64,
+        y: f64,
+        max_width: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(feature = "TextMetrics")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = measureText)]
+    #[doc = "The `measureText()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/measureText)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`, `TextMetrics`*"]
+    pub fn measure_text(
+        this: &OffscreenCanvasRenderingContext2d,
+        text: &str,
+    ) -> Result<TextMetrics, JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = strokeText)]
+    #[doc = "The `strokeText()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/strokeText)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn stroke_text(
+        this: &OffscreenCanvasRenderingContext2d,
+        text: &str,
+        x: f64,
+        y: f64,
+    ) -> Result<(), JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = strokeText)]
+    #[doc = "The `strokeText()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/strokeText)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn stroke_text_with_max_width(
+        this: &OffscreenCanvasRenderingContext2d,
+        text: &str,
+        x: f64,
+        y: f64,
+        max_width: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(feature = "DomMatrix")]
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = getTransform)]
+    #[doc = "The `getTransform()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/getTransform)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `DomMatrix`, `OffscreenCanvasRenderingContext2d`*"]
+    pub fn get_transform(this: &OffscreenCanvasRenderingContext2d) -> Result<DomMatrix, JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = resetTransform)]
+    #[doc = "The `resetTransform()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/resetTransform)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn reset_transform(this: &OffscreenCanvasRenderingContext2d) -> Result<(), JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = rotate)]
+    #[doc = "The `rotate()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/rotate)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn rotate(this: &OffscreenCanvasRenderingContext2d, angle: f64) -> Result<(), JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = scale)]
+    #[doc = "The `scale()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/scale)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn scale(this: &OffscreenCanvasRenderingContext2d, x: f64, y: f64) -> Result<(), JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = setTransform)]
+    #[doc = "The `setTransform()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/setTransform)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn set_transform(
+        this: &OffscreenCanvasRenderingContext2d,
+        a: f64,
+        b: f64,
+        c: f64,
+        d: f64,
+        e: f64,
+        f: f64,
+    ) -> Result<(), JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = transform)]
+    #[doc = "The `transform()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/transform)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn transform(
+        this: &OffscreenCanvasRenderingContext2d,
+        a: f64,
+        b: f64,
+        c: f64,
+        d: f64,
+        e: f64,
+        f: f64,
+    ) -> Result<(), JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "OffscreenCanvasRenderingContext2D" , js_name = translate)]
+    #[doc = "The `translate()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/translate)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvasRenderingContext2d`*"]
+    pub fn translate(
+        this: &OffscreenCanvasRenderingContext2d,
+        x: f64,
+        y: f64,
+    ) -> Result<(), JsValue>;
+}
diff --git a/src/features/gen_OpenWindowEventDetail.rs b/src/features/gen_OpenWindowEventDetail.rs
index 278e2f8a317d0a9afe31145cb30fad56eef09a65..2c13e8bd999bd31a8348da2f43a0073ddf4bbc10 100644
--- a/src/features/gen_OpenWindowEventDetail.rs
+++ b/src/features/gen_OpenWindowEventDetail.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_OptionalEffectTiming.rs b/src/features/gen_OptionalEffectTiming.rs
index 5838e3205de8f8bfd1ae8e170fe332f326cd131c..6f7514341621edf2d9b3d500f618f6461fdf1e6d 100644
--- a/src/features/gen_OptionalEffectTiming.rs
+++ b/src/features/gen_OptionalEffectTiming.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_OrientationLockType.rs b/src/features/gen_OrientationLockType.rs
index fd5c86e801ba0186106a2c23fbe9efd4246326f7..a87f9e7aaf711588cf258be21b024c1a36a13321 100644
--- a/src/features/gen_OrientationLockType.rs
+++ b/src/features/gen_OrientationLockType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `OrientationLockType` enum."]
diff --git a/src/features/gen_OrientationType.rs b/src/features/gen_OrientationType.rs
index 15ecbc59aeabff1e081a1d668389d4857e01ab1a..21b96131a8c27a8bcccf52f7ac14812b8b22775b 100644
--- a/src/features/gen_OrientationType.rs
+++ b/src/features/gen_OrientationType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `OrientationType` enum."]
diff --git a/src/features/gen_OscillatorNode.rs b/src/features/gen_OscillatorNode.rs
index b72525ea4a1114e455f14f0ab246eff63c484a07..2e87a03aaae688c1b856b835bc0ac4c1368f7462 100644
--- a/src/features/gen_OscillatorNode.rs
+++ b/src/features/gen_OscillatorNode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_OscillatorOptions.rs b/src/features/gen_OscillatorOptions.rs
index becbba03395e11c972c830a8309755900ed7866e..b03f091503ce953adba79229ed0925124f892fd6 100644
--- a/src/features/gen_OscillatorOptions.rs
+++ b/src/features/gen_OscillatorOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_OscillatorType.rs b/src/features/gen_OscillatorType.rs
index 49272cf55b3c853a567472c003b3056cad30fa7e..af4f43180fec8fb7760bd6d1941bf8cff9ec931c 100644
--- a/src/features/gen_OscillatorType.rs
+++ b/src/features/gen_OscillatorType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `OscillatorType` enum."]
diff --git a/src/features/gen_OverSampleType.rs b/src/features/gen_OverSampleType.rs
index bbedb3db6ed53c37e8e15f064e8708aadb5e90e4..3f36eea4ca891afa59e91de81f858cd6cd1a34fe 100644
--- a/src/features/gen_OverSampleType.rs
+++ b/src/features/gen_OverSampleType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `OverSampleType` enum."]
diff --git a/src/features/gen_OvrMultiview2.rs b/src/features/gen_OvrMultiview2.rs
index 5015902f05a09f7a76f600ecf19becbddf718e54..d5ecd0f60d02426a91c3f4f79bf9692a4a19a96b 100644
--- a/src/features/gen_OvrMultiview2.rs
+++ b/src/features/gen_OvrMultiview2.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PageTransitionEvent.rs b/src/features/gen_PageTransitionEvent.rs
index 2fed4a4d02ae34e67913f0e73ce2afec4ba08b1e..3939c3222623af2c8da96ab6e0b3a74a9598344d 100644
--- a/src/features/gen_PageTransitionEvent.rs
+++ b/src/features/gen_PageTransitionEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PageTransitionEventInit.rs b/src/features/gen_PageTransitionEventInit.rs
index 460c6fdcfcebff4b812af5617d20e0e9ce59cb2e..bcee3d8362ff3b4ef0eb25d4dfa488bb446e45ac 100644
--- a/src/features/gen_PageTransitionEventInit.rs
+++ b/src/features/gen_PageTransitionEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PaintRequest.rs b/src/features/gen_PaintRequest.rs
index 393bfe116fa39235df212a326a51cabdeb04e805..e4fa793de3bc673f13216f4488debfa00653fdf7 100644
--- a/src/features/gen_PaintRequest.rs
+++ b/src/features/gen_PaintRequest.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PaintRequestList.rs b/src/features/gen_PaintRequestList.rs
index 25bf3d56c119aec2e7b3790001ae31ee750d917c..c62d0277121bb97ce5d319b91dc85b02e980d9de 100644
--- a/src/features/gen_PaintRequestList.rs
+++ b/src/features/gen_PaintRequestList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PaintWorkletGlobalScope.rs b/src/features/gen_PaintWorkletGlobalScope.rs
index d022a7e2cb082f86dc89ec6f6af5706b7dfd8912..dccd6d22455d6f15e985aa4d573eb8e2c5366a14 100644
--- a/src/features/gen_PaintWorkletGlobalScope.rs
+++ b/src/features/gen_PaintWorkletGlobalScope.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PannerNode.rs b/src/features/gen_PannerNode.rs
index 47787d29026600981dc9bfae7dbf9dcd5018a548..58d1fd2a23b59ac1ebb0016e2514d511e2a7d840 100644
--- a/src/features/gen_PannerNode.rs
+++ b/src/features/gen_PannerNode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PannerOptions.rs b/src/features/gen_PannerOptions.rs
index 343ad89ca708c8d43cb41a32df8667a2a9a0011d..42aceaa07f34e820a0c05675f0653d5b9f239f28 100644
--- a/src/features/gen_PannerOptions.rs
+++ b/src/features/gen_PannerOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PanningModelType.rs b/src/features/gen_PanningModelType.rs
index bdee90bcea661817a4f1c96de329c24e3254fab2..e6a7ca2c8c01aa9d4a3c26f8f9b9488fc7770610 100644
--- a/src/features/gen_PanningModelType.rs
+++ b/src/features/gen_PanningModelType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `PanningModelType` enum."]
diff --git a/src/features/gen_ParityType.rs b/src/features/gen_ParityType.rs
new file mode 100644
index 0000000000000000000000000000000000000000..f1a4a28c367d47982d1c493584bf13a911491b42
--- /dev/null
+++ b/src/features/gen_ParityType.rs
@@ -0,0 +1,17 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+#[doc = "The `ParityType` enum."]
+#[doc = ""]
+#[doc = "*This API requires the following crate features to be activated: `ParityType`*"]
+#[doc = ""]
+#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+#[derive(Debug, Clone, Copy, PartialEq, Eq)]
+pub enum ParityType {
+    None = "none",
+    Even = "even",
+    Odd = "odd",
+}
diff --git a/src/features/gen_Path2d.rs b/src/features/gen_Path2d.rs
index 7cdb3e8d95a1aa374e5dd961381911072092d281..7cd55c12f46d025aabf7c120e06b569e8ceb05dd 100644
--- a/src/features/gen_Path2d.rs
+++ b/src/features/gen_Path2d.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -173,4 +174,68 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `Path2d`*"]
     pub fn rect(this: &Path2d, x: f64, y: f64, w: f64, h: f64);
+    # [wasm_bindgen (catch , method , structural , js_class = "Path2D" , js_name = roundRect)]
+    #[doc = "The `roundRect()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Path2D/roundRect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Path2d`*"]
+    pub fn round_rect(this: &Path2d, x: f64, y: f64, w: f64, h: f64) -> Result<(), JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "Path2D" , js_name = roundRect)]
+    #[doc = "The `roundRect()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Path2D/roundRect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Path2d`*"]
+    pub fn round_rect_with_f64(
+        this: &Path2d,
+        x: f64,
+        y: f64,
+        w: f64,
+        h: f64,
+        radii: f64,
+    ) -> Result<(), JsValue>;
+    #[cfg(feature = "DomPointInit")]
+    # [wasm_bindgen (catch , method , structural , js_class = "Path2D" , js_name = roundRect)]
+    #[doc = "The `roundRect()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Path2D/roundRect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `DomPointInit`, `Path2d`*"]
+    pub fn round_rect_with_dom_point_init(
+        this: &Path2d,
+        x: f64,
+        y: f64,
+        w: f64,
+        h: f64,
+        radii: &DomPointInit,
+    ) -> Result<(), JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "Path2D" , js_name = roundRect)]
+    #[doc = "The `roundRect()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Path2D/roundRect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Path2d`*"]
+    pub fn round_rect_with_f64_sequence(
+        this: &Path2d,
+        x: f64,
+        y: f64,
+        w: f64,
+        h: f64,
+        radii: &::wasm_bindgen::JsValue,
+    ) -> Result<(), JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "Path2D" , js_name = roundRect)]
+    #[doc = "The `roundRect()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Path2D/roundRect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Path2d`*"]
+    pub fn round_rect_with_dom_point_init_sequence(
+        this: &Path2d,
+        x: f64,
+        y: f64,
+        w: f64,
+        h: f64,
+        radii: &::wasm_bindgen::JsValue,
+    ) -> Result<(), JsValue>;
 }
diff --git a/src/features/gen_PaymentAddress.rs b/src/features/gen_PaymentAddress.rs
index 7402ca5be9b1f01ba3c331155d641f9cbd057830..367f8076bab72976b444bd001a731c72f9dc147c 100644
--- a/src/features/gen_PaymentAddress.rs
+++ b/src/features/gen_PaymentAddress.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PaymentComplete.rs b/src/features/gen_PaymentComplete.rs
index 77812acffba06a3c271d186fdf25a46a2fdca38f..e090f091de27fe7ba001cda271eb8b02e843005c 100644
--- a/src/features/gen_PaymentComplete.rs
+++ b/src/features/gen_PaymentComplete.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `PaymentComplete` enum."]
diff --git a/src/features/gen_PaymentMethodChangeEvent.rs b/src/features/gen_PaymentMethodChangeEvent.rs
index 68d5868c8941295664866a8a8b33dd4c0787729f..cfd9aa62104728e0403cdffaee20ee4828f4ae98 100644
--- a/src/features/gen_PaymentMethodChangeEvent.rs
+++ b/src/features/gen_PaymentMethodChangeEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PaymentMethodChangeEventInit.rs b/src/features/gen_PaymentMethodChangeEventInit.rs
index 0aa07478f16a1e7ce8bb377aa551329c6b5a8837..0e442cb2b641d30d1bb28a636778867bede08578 100644
--- a/src/features/gen_PaymentMethodChangeEventInit.rs
+++ b/src/features/gen_PaymentMethodChangeEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PaymentRequestUpdateEvent.rs b/src/features/gen_PaymentRequestUpdateEvent.rs
index fa60547c348e106b811953bcbee0e728d36f34fe..9f3e1283fe98c3c7f85101220b62edcdc31daa1c 100644
--- a/src/features/gen_PaymentRequestUpdateEvent.rs
+++ b/src/features/gen_PaymentRequestUpdateEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PaymentRequestUpdateEventInit.rs b/src/features/gen_PaymentRequestUpdateEventInit.rs
index c3877bf6b19e7de406bade5f883067dac5623cf7..5bf0fb7e3fdd6db1f1a38f2c20d08d9ed80d704b 100644
--- a/src/features/gen_PaymentRequestUpdateEventInit.rs
+++ b/src/features/gen_PaymentRequestUpdateEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PaymentResponse.rs b/src/features/gen_PaymentResponse.rs
index b9007db1c07c298d3389e8ba3d69b8ca6e615efa..7b425575896583409c14ebd92b09269bb7169380 100644
--- a/src/features/gen_PaymentResponse.rs
+++ b/src/features/gen_PaymentResponse.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Pbkdf2Params.rs b/src/features/gen_Pbkdf2Params.rs
index 4bf39c683898b32e81bf73d0afe4702dcdde49a4..13aafec0ea138a6d00dbf9e96c2c16b1393434cc 100644
--- a/src/features/gen_Pbkdf2Params.rs
+++ b/src/features/gen_Pbkdf2Params.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PcImplIceConnectionState.rs b/src/features/gen_PcImplIceConnectionState.rs
index f79b4ea0e6eac0e0e2e5372fddd710df01b1ee18..a9b2b3511659fafb949626672ef896f81e8b6c8a 100644
--- a/src/features/gen_PcImplIceConnectionState.rs
+++ b/src/features/gen_PcImplIceConnectionState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `PcImplIceConnectionState` enum."]
diff --git a/src/features/gen_PcImplIceGatheringState.rs b/src/features/gen_PcImplIceGatheringState.rs
index dd9fe873f63053a639fe1024f202f177ca2653b1..d52a7eae0e9da0e6f2063b2b2101cdbf6f05f411 100644
--- a/src/features/gen_PcImplIceGatheringState.rs
+++ b/src/features/gen_PcImplIceGatheringState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `PcImplIceGatheringState` enum."]
diff --git a/src/features/gen_PcImplSignalingState.rs b/src/features/gen_PcImplSignalingState.rs
index bc940be7208f72dcf5f73d417139eb46a82d5236..06cb051820bd3441840044dc4346a844e2a64a26 100644
--- a/src/features/gen_PcImplSignalingState.rs
+++ b/src/features/gen_PcImplSignalingState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `PcImplSignalingState` enum."]
diff --git a/src/features/gen_PcObserverStateType.rs b/src/features/gen_PcObserverStateType.rs
index 11a74b3da20b5232545aab7a0f380d5c970ff53c..75f4b1be15ae0814add79841c180ae29e8968724 100644
--- a/src/features/gen_PcObserverStateType.rs
+++ b/src/features/gen_PcObserverStateType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `PcObserverStateType` enum."]
diff --git a/src/features/gen_Performance.rs b/src/features/gen_Performance.rs
index 0e4212900f651157066c28b6a7538531c2a30cfb..1ef04f761d9d454e9e3e48edc447d87ca0a8f2b1 100644
--- a/src/features/gen_Performance.rs
+++ b/src/features/gen_Performance.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -152,6 +153,17 @@ extern "C" {
         start_mark: &str,
         end_mark: &str,
     ) -> Result<(), JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "Performance" , js_name = measureUserAgentSpecificMemory)]
+    #[doc = "The `measureUserAgentSpecificMemory()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Performance/measureUserAgentSpecificMemory)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Performance`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn measure_user_agent_specific_memory(this: &Performance) -> ::js_sys::Promise;
     # [wasm_bindgen (method , structural , js_class = "Performance" , js_name = now)]
     #[doc = "The `now()` method."]
     #[doc = ""]
diff --git a/src/features/gen_PerformanceEntry.rs b/src/features/gen_PerformanceEntry.rs
index 41e22c04f5e222eeffa532891322d698d043cbf9..5427e6b8dca5b635c1ac1c8c89871734543feb2d 100644
--- a/src/features/gen_PerformanceEntry.rs
+++ b/src/features/gen_PerformanceEntry.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PerformanceEntryEventInit.rs b/src/features/gen_PerformanceEntryEventInit.rs
index 8849719872cf0e2eae35cb00942a12442536167b..ee66983790da65879a068679c0cf9bbf031ca3b5 100644
--- a/src/features/gen_PerformanceEntryEventInit.rs
+++ b/src/features/gen_PerformanceEntryEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PerformanceEntryFilterOptions.rs b/src/features/gen_PerformanceEntryFilterOptions.rs
index abc5c78de82af134f6e29d2396911b311e121b3a..052aac4d7e8cc0468e5ea4d30f0ce4c653d260f0 100644
--- a/src/features/gen_PerformanceEntryFilterOptions.rs
+++ b/src/features/gen_PerformanceEntryFilterOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PerformanceMark.rs b/src/features/gen_PerformanceMark.rs
index b74bed7fd3b8e85623fe9f36966822e6a609c45f..80029413f93468a85eb5907814bdb9820eae6e55 100644
--- a/src/features/gen_PerformanceMark.rs
+++ b/src/features/gen_PerformanceMark.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PerformanceMeasure.rs b/src/features/gen_PerformanceMeasure.rs
index e7981e72043f5a145201412a51c4c627c97bdb49..88c59b6267049ca14c4021376d93de3f00cc1718 100644
--- a/src/features/gen_PerformanceMeasure.rs
+++ b/src/features/gen_PerformanceMeasure.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PerformanceNavigation.rs b/src/features/gen_PerformanceNavigation.rs
index 339e622276ad818764a3109b21df49bdda0daa3e..33efbfc45a7d74e9638162a02291de83ca1ab1b3 100644
--- a/src/features/gen_PerformanceNavigation.rs
+++ b/src/features/gen_PerformanceNavigation.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PerformanceNavigationTiming.rs b/src/features/gen_PerformanceNavigationTiming.rs
index 2193b4c822ec0f7c95eb9a6cf09a5eeb383b77ad..322892b5d888cedd9ce80a27e9c9356fbc51e91e 100644
--- a/src/features/gen_PerformanceNavigationTiming.rs
+++ b/src/features/gen_PerformanceNavigationTiming.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PerformanceObserver.rs b/src/features/gen_PerformanceObserver.rs
index 1146a121ac95c36c9c3fe693ebb8a7200b56a910..893cffbd1a6176c223b5288b7cfb52db770509b3 100644
--- a/src/features/gen_PerformanceObserver.rs
+++ b/src/features/gen_PerformanceObserver.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PerformanceObserverEntryList.rs b/src/features/gen_PerformanceObserverEntryList.rs
index 29b5dd6da0f1ed116cc7782b8afb78bb60a582d0..441cab30c4e253fe49da2f07f62d21861f951d84 100644
--- a/src/features/gen_PerformanceObserverEntryList.rs
+++ b/src/features/gen_PerformanceObserverEntryList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PerformanceObserverInit.rs b/src/features/gen_PerformanceObserverInit.rs
index cdfef4c53e327663a93261298fc3ceeb9ef27180..e6c559aa22571bdb86812c1c5c44bd5da33d9033 100644
--- a/src/features/gen_PerformanceObserverInit.rs
+++ b/src/features/gen_PerformanceObserverInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PerformanceResourceTiming.rs b/src/features/gen_PerformanceResourceTiming.rs
index 4aa5d2e721d4b7a3f1a08600d02337e70bb92ac2..765234d6f9abf4812b62e7dcd45623b024a6d5b2 100644
--- a/src/features/gen_PerformanceResourceTiming.rs
+++ b/src/features/gen_PerformanceResourceTiming.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PerformanceServerTiming.rs b/src/features/gen_PerformanceServerTiming.rs
index 2b77307e4ed59bf508a7b572e1cdd7675407e110..130c6fe229b614fa381c566f6f171ab905b28742 100644
--- a/src/features/gen_PerformanceServerTiming.rs
+++ b/src/features/gen_PerformanceServerTiming.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PerformanceTiming.rs b/src/features/gen_PerformanceTiming.rs
index f1fc6e29b5a9ab8ce001c434810ba8639d6a8d33..926a905f433d806e0ebebec192d278996c4ede80 100644
--- a/src/features/gen_PerformanceTiming.rs
+++ b/src/features/gen_PerformanceTiming.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PeriodicWave.rs b/src/features/gen_PeriodicWave.rs
index a9ffc3855820470282177d216ee902f0381158ba..71f232b0adf88f2b380e9d193d45e7d9ebffed9a 100644
--- a/src/features/gen_PeriodicWave.rs
+++ b/src/features/gen_PeriodicWave.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PeriodicWaveConstraints.rs b/src/features/gen_PeriodicWaveConstraints.rs
index 363337d8166205f52b6a260c747d945b75b73317..5c34222588c36b8639a5a4d7eea483f1aed0e3e3 100644
--- a/src/features/gen_PeriodicWaveConstraints.rs
+++ b/src/features/gen_PeriodicWaveConstraints.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PeriodicWaveOptions.rs b/src/features/gen_PeriodicWaveOptions.rs
index e4db19baaa49744b1a4b6e24961a1219e8b09a2b..bffe8632685a029f6f459e7f1e915a21d86b6bd9 100644
--- a/src/features/gen_PeriodicWaveOptions.rs
+++ b/src/features/gen_PeriodicWaveOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PermissionDescriptor.rs b/src/features/gen_PermissionDescriptor.rs
index 4662732dfc8d9225241117058b462b50e6819430..596b50b43e4b5609e0e9245d9f7b0b9ca8040d88 100644
--- a/src/features/gen_PermissionDescriptor.rs
+++ b/src/features/gen_PermissionDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PermissionName.rs b/src/features/gen_PermissionName.rs
index f919716020ac05bdc5c9b769d1b090b054f780a8..57887063a105aa111ad76a7b6405361dba58a17f 100644
--- a/src/features/gen_PermissionName.rs
+++ b/src/features/gen_PermissionName.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `PermissionName` enum."]
diff --git a/src/features/gen_PermissionState.rs b/src/features/gen_PermissionState.rs
index 0d4de492b2c9953977b0ca754d37aa6b3b719205..ad4dfe78af6cd4d3e55d115c5aed22321525c663 100644
--- a/src/features/gen_PermissionState.rs
+++ b/src/features/gen_PermissionState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `PermissionState` enum."]
diff --git a/src/features/gen_PermissionStatus.rs b/src/features/gen_PermissionStatus.rs
index 7b2cacd348763a7015473723b552816074330b13..2a9645cf2b7970cd595f0edda6a2fd7523bcb16a 100644
--- a/src/features/gen_PermissionStatus.rs
+++ b/src/features/gen_PermissionStatus.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Permissions.rs b/src/features/gen_Permissions.rs
index 4d57a8dc10ad54ed30495289aa2105c9f2258fa1..4170005db65fc59b5e6e2bb50bf4a95f5180fc79 100644
--- a/src/features/gen_Permissions.rs
+++ b/src/features/gen_Permissions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PlaneLayout.rs b/src/features/gen_PlaneLayout.rs
index 9b9b4bf4e7bc3ec79bafd484d06983213ebdb7e8..d472a1a6fc69c9df38546ed9cec7f4a50a5d23ed 100644
--- a/src/features/gen_PlaneLayout.rs
+++ b/src/features/gen_PlaneLayout.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_PlaybackDirection.rs b/src/features/gen_PlaybackDirection.rs
index 94fe8e0ba429fc3cf7644748bb4721b959391db7..5e3caabfad0e02081589b8948ff11dba673fae53 100644
--- a/src/features/gen_PlaybackDirection.rs
+++ b/src/features/gen_PlaybackDirection.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `PlaybackDirection` enum."]
diff --git a/src/features/gen_Plugin.rs b/src/features/gen_Plugin.rs
index 5ca731a9057e99f2da38f9a6564433ab6cbdd16d..dd70afe34dc18fda625e9c7794ed61ae7545c697 100644
--- a/src/features/gen_Plugin.rs
+++ b/src/features/gen_Plugin.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PluginArray.rs b/src/features/gen_PluginArray.rs
index e31d5458ed0c58f31211b2899167d95735d005f0..73b3624ffeba0b77e01b0bc71d76b77620782898 100644
--- a/src/features/gen_PluginArray.rs
+++ b/src/features/gen_PluginArray.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PluginCrashedEventInit.rs b/src/features/gen_PluginCrashedEventInit.rs
index b400555b55ca51453670a4a54d4665f4747ca600..ccbf61ed92cb32f7546c32dcae15099bf03b48c8 100644
--- a/src/features/gen_PluginCrashedEventInit.rs
+++ b/src/features/gen_PluginCrashedEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PointerEvent.rs b/src/features/gen_PointerEvent.rs
index 7bdd3c987c055300f516a5294e94fa84d435d72c..ddfa8e54683e56af429990ceae5e90bddabc5d94 100644
--- a/src/features/gen_PointerEvent.rs
+++ b/src/features/gen_PointerEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PointerEventInit.rs b/src/features/gen_PointerEventInit.rs
index 30655a4ab885c3d7295d48e2962f770e0a177d71..ba1339fbe3cddf07f101c423c9961ffe9dc8acd0 100644
--- a/src/features/gen_PointerEventInit.rs
+++ b/src/features/gen_PointerEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PopStateEvent.rs b/src/features/gen_PopStateEvent.rs
index 5fac86918f51b98068de9c14a5207c3acc6c7690..7cc02cb5f8303998ac6b52fb63deacd66566d320 100644
--- a/src/features/gen_PopStateEvent.rs
+++ b/src/features/gen_PopStateEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PopStateEventInit.rs b/src/features/gen_PopStateEventInit.rs
index f1a0653c7179220c9b1aa77940cf0e268a2e00bd..6249561086c49d8033e934498997f547ba6498a7 100644
--- a/src/features/gen_PopStateEventInit.rs
+++ b/src/features/gen_PopStateEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PopupBlockedEvent.rs b/src/features/gen_PopupBlockedEvent.rs
index 22b008868ac8ff72a734c9eaeb0a91d944c63a25..ee0cf95b5b7feb1e47f9694a2150b47f90300c7e 100644
--- a/src/features/gen_PopupBlockedEvent.rs
+++ b/src/features/gen_PopupBlockedEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PopupBlockedEventInit.rs b/src/features/gen_PopupBlockedEventInit.rs
index 81494ec06bb312026bfbb3ac2dde9e7ae7a90c1c..ff9fc12cb620951eb9eca77b51675a9a5d4dc369 100644
--- a/src/features/gen_PopupBlockedEventInit.rs
+++ b/src/features/gen_PopupBlockedEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Position.rs b/src/features/gen_Position.rs
index b8e1dfaed53de1d55d9b9b688668ad06b376b818..a94777d0a9c9e47bcffe49137582ba16fab53c75 100644
--- a/src/features/gen_Position.rs
+++ b/src/features/gen_Position.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PositionAlignSetting.rs b/src/features/gen_PositionAlignSetting.rs
index d6db3f17b19d7017f00cdddb2494273f8e6396d0..929f80840c90d84e4586bf80d3035db4ee0e4199 100644
--- a/src/features/gen_PositionAlignSetting.rs
+++ b/src/features/gen_PositionAlignSetting.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `PositionAlignSetting` enum."]
diff --git a/src/features/gen_PositionError.rs b/src/features/gen_PositionError.rs
index b21b7586b332ed660b98e1c3d52422059c0dbb1f..c454b7417c6d2aabd81cc553a9e14cb388d5e23b 100644
--- a/src/features/gen_PositionError.rs
+++ b/src/features/gen_PositionError.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PositionOptions.rs b/src/features/gen_PositionOptions.rs
index 30c0b10635477dcde183c4f6a061e9f2e7981fef..c5d8789e3bc351018bd5a3f6ad271a49a1442ea5 100644
--- a/src/features/gen_PositionOptions.rs
+++ b/src/features/gen_PositionOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PremultiplyAlpha.rs b/src/features/gen_PremultiplyAlpha.rs
new file mode 100644
index 0000000000000000000000000000000000000000..603d77abef8ad9a3b81736cbb597e8bd61f5e281
--- /dev/null
+++ b/src/features/gen_PremultiplyAlpha.rs
@@ -0,0 +1,13 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use wasm_bindgen::prelude::*;
+#[wasm_bindgen]
+#[doc = "The `PremultiplyAlpha` enum."]
+#[doc = ""]
+#[doc = "*This API requires the following crate features to be activated: `PremultiplyAlpha`*"]
+#[derive(Debug, Clone, Copy, PartialEq, Eq)]
+pub enum PremultiplyAlpha {
+    None = "none",
+    Premultiply = "premultiply",
+    Default = "default",
+}
diff --git a/src/features/gen_Presentation.rs b/src/features/gen_Presentation.rs
index 428975568dedae8199004fac64fcda84342dd42a..b1c2da4d59557e92051aecee4f1353a93f1e5d5d 100644
--- a/src/features/gen_Presentation.rs
+++ b/src/features/gen_Presentation.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PresentationAvailability.rs b/src/features/gen_PresentationAvailability.rs
index 90ea7c55cf117b97756f27a71b342b0bde5969ed..bd68ff5413fd80b4cc9f1c8fec45e5967c27ec5b 100644
--- a/src/features/gen_PresentationAvailability.rs
+++ b/src/features/gen_PresentationAvailability.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PresentationConnection.rs b/src/features/gen_PresentationConnection.rs
index 8c4977879faa9b165dc3785f23ae264b884a00d0..23e950cbc302f356930085792f7e82bc3473f1dd 100644
--- a/src/features/gen_PresentationConnection.rs
+++ b/src/features/gen_PresentationConnection.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PresentationConnectionAvailableEvent.rs b/src/features/gen_PresentationConnectionAvailableEvent.rs
index 203c6b14aa3a916ea50f637d96e05960e0b58d5a..b55188ddbeab7c210c7413e49d221b3cc135dde3 100644
--- a/src/features/gen_PresentationConnectionAvailableEvent.rs
+++ b/src/features/gen_PresentationConnectionAvailableEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PresentationConnectionAvailableEventInit.rs b/src/features/gen_PresentationConnectionAvailableEventInit.rs
index 8ea8b6962089fcd1b7ddedecb1a89e13708ebff7..91bc99d265faaa2a2fe9f7bd903261bf17940cd1 100644
--- a/src/features/gen_PresentationConnectionAvailableEventInit.rs
+++ b/src/features/gen_PresentationConnectionAvailableEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PresentationConnectionBinaryType.rs b/src/features/gen_PresentationConnectionBinaryType.rs
index 927c3791c4ca5701ac47267af66b0e0e29721149..1170ee14ba95639c148ad05529cd35ec7f2b1d50 100644
--- a/src/features/gen_PresentationConnectionBinaryType.rs
+++ b/src/features/gen_PresentationConnectionBinaryType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `PresentationConnectionBinaryType` enum."]
diff --git a/src/features/gen_PresentationConnectionCloseEvent.rs b/src/features/gen_PresentationConnectionCloseEvent.rs
index 405b2e59da6397a299b039ff80f2da21e92981d5..3e1ca525f18072ea736f6c984f8e1430f4931ece 100644
--- a/src/features/gen_PresentationConnectionCloseEvent.rs
+++ b/src/features/gen_PresentationConnectionCloseEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PresentationConnectionCloseEventInit.rs b/src/features/gen_PresentationConnectionCloseEventInit.rs
index 9a7c221c23236a7470fed05668417e3daf1dd920..2fc2a1ba2330b224c6dd5ce8b274dd5a8e5fb1f6 100644
--- a/src/features/gen_PresentationConnectionCloseEventInit.rs
+++ b/src/features/gen_PresentationConnectionCloseEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PresentationConnectionClosedReason.rs b/src/features/gen_PresentationConnectionClosedReason.rs
index d478b097946cdbc3724f54a1843866eb286890d4..254175d5833cf77c9a39d77f2c8adab053ffd403 100644
--- a/src/features/gen_PresentationConnectionClosedReason.rs
+++ b/src/features/gen_PresentationConnectionClosedReason.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `PresentationConnectionClosedReason` enum."]
diff --git a/src/features/gen_PresentationConnectionList.rs b/src/features/gen_PresentationConnectionList.rs
index c1c95cba5bdd10e4d3efbc8a5145c96841324515..c23875ba08b7a035b45c1207e7917a0768eaf70a 100644
--- a/src/features/gen_PresentationConnectionList.rs
+++ b/src/features/gen_PresentationConnectionList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PresentationConnectionState.rs b/src/features/gen_PresentationConnectionState.rs
index 68e0905a2951cda2dbe3675a9c44abe5f43b5ef4..4aa059497d7aef292f650b36c296040366c49d76 100644
--- a/src/features/gen_PresentationConnectionState.rs
+++ b/src/features/gen_PresentationConnectionState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `PresentationConnectionState` enum."]
diff --git a/src/features/gen_PresentationReceiver.rs b/src/features/gen_PresentationReceiver.rs
index 5e1388a6e2098290781b1898140d77bdf40c705a..821ecb9076a1a8640e13a1ad08489625d366bf76 100644
--- a/src/features/gen_PresentationReceiver.rs
+++ b/src/features/gen_PresentationReceiver.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PresentationRequest.rs b/src/features/gen_PresentationRequest.rs
index 484b4c3f0b06fe64b69470312166152ac2a9077f..1bf4c2e1322f67f40963f6b26bc530267f4b0a29 100644
--- a/src/features/gen_PresentationRequest.rs
+++ b/src/features/gen_PresentationRequest.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PresentationStyle.rs b/src/features/gen_PresentationStyle.rs
index 3f45b29c97c2f06f7b5f727ab970bb791ccd9a64..1c1b92cf56cb057ba1b727a8bfb4695876e13fbd 100644
--- a/src/features/gen_PresentationStyle.rs
+++ b/src/features/gen_PresentationStyle.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_ProcessingInstruction.rs b/src/features/gen_ProcessingInstruction.rs
index 158f56bf89e51e305ab214d36d32239f16288133..370b012bfbdcf41dc7916837936e5ef63c8d5e80 100644
--- a/src/features/gen_ProcessingInstruction.rs
+++ b/src/features/gen_ProcessingInstruction.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ProfileTimelineLayerRect.rs b/src/features/gen_ProfileTimelineLayerRect.rs
index b16776e3f42d2d261528a691bae755c932d206dd..5d30196fc2205489ecb12b47e3ed15004bbf95eb 100644
--- a/src/features/gen_ProfileTimelineLayerRect.rs
+++ b/src/features/gen_ProfileTimelineLayerRect.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ProfileTimelineMarker.rs b/src/features/gen_ProfileTimelineMarker.rs
index f12f1a6b08dab2737bb586ed98763265e8e0efcc..18d9da0ac39d1aa4d1737d411034ab3621e25776 100644
--- a/src/features/gen_ProfileTimelineMarker.rs
+++ b/src/features/gen_ProfileTimelineMarker.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ProfileTimelineMessagePortOperationType.rs b/src/features/gen_ProfileTimelineMessagePortOperationType.rs
index ef447a95fc2b3ca72021006436169b9a02b8c851..95620b06492b32a716aeb00b79fdd077663270f4 100644
--- a/src/features/gen_ProfileTimelineMessagePortOperationType.rs
+++ b/src/features/gen_ProfileTimelineMessagePortOperationType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `ProfileTimelineMessagePortOperationType` enum."]
diff --git a/src/features/gen_ProfileTimelineStackFrame.rs b/src/features/gen_ProfileTimelineStackFrame.rs
index 79bd3b74f2d6e075f273d70dfcf8e388c7e929a1..c03a914b288b6d87b812db85e5668836a5f35de5 100644
--- a/src/features/gen_ProfileTimelineStackFrame.rs
+++ b/src/features/gen_ProfileTimelineStackFrame.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ProfileTimelineWorkerOperationType.rs b/src/features/gen_ProfileTimelineWorkerOperationType.rs
index 9006dda122812b9b51daea9c74b1731a77d803d6..25a50bfb9735b3a1964aec71249c1a13a3879a65 100644
--- a/src/features/gen_ProfileTimelineWorkerOperationType.rs
+++ b/src/features/gen_ProfileTimelineWorkerOperationType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `ProfileTimelineWorkerOperationType` enum."]
diff --git a/src/features/gen_ProgressEvent.rs b/src/features/gen_ProgressEvent.rs
index 8ab6d36af81ba40d6e122f62f4ceae9108344ad8..2dd30ee03962a14418eadafde6f788ec46b143d0 100644
--- a/src/features/gen_ProgressEvent.rs
+++ b/src/features/gen_ProgressEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ProgressEventInit.rs b/src/features/gen_ProgressEventInit.rs
index ea6a5fe11133064b47f1d6781886b40f5105bf82..df10539b726842c3fbd3fb3cd70748d085a4a4ad 100644
--- a/src/features/gen_ProgressEventInit.rs
+++ b/src/features/gen_ProgressEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PromiseNativeHandler.rs b/src/features/gen_PromiseNativeHandler.rs
index 6fbf1acf5bc83467c08cf77fa50067482e247612..f764dd1d68a5c5ba3b8ec05955ec5d95b24f8385 100644
--- a/src/features/gen_PromiseNativeHandler.rs
+++ b/src/features/gen_PromiseNativeHandler.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PromiseRejectionEvent.rs b/src/features/gen_PromiseRejectionEvent.rs
index 6d7361f694ea1ddebecb5fbcd58c957d17e10095..cd2921ae9df45cdc968bc8daf456561ae574ba1e 100644
--- a/src/features/gen_PromiseRejectionEvent.rs
+++ b/src/features/gen_PromiseRejectionEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PromiseRejectionEventInit.rs b/src/features/gen_PromiseRejectionEventInit.rs
index 30375764e8654c91f9074531507c5301bfe597ae..42aa52ae16d02b32d32e0ec863337cc50a861598 100644
--- a/src/features/gen_PromiseRejectionEventInit.rs
+++ b/src/features/gen_PromiseRejectionEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PublicKeyCredential.rs b/src/features/gen_PublicKeyCredential.rs
index dd7f8cbd0d93c62ba6346fd6987e19a8736f6043..dc0ddbce9de817a0e5a8a41b992abc6590caeef8 100644
--- a/src/features/gen_PublicKeyCredential.rs
+++ b/src/features/gen_PublicKeyCredential.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PublicKeyCredentialCreationOptions.rs b/src/features/gen_PublicKeyCredentialCreationOptions.rs
index e1a1ed72d02bf7f6029ce2686cc4784f394f3f62..d1f99e0ea19d82b42c71eb8b63bd129949a242a1 100644
--- a/src/features/gen_PublicKeyCredentialCreationOptions.rs
+++ b/src/features/gen_PublicKeyCredentialCreationOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PublicKeyCredentialDescriptor.rs b/src/features/gen_PublicKeyCredentialDescriptor.rs
index 907d346a349b512b04ef96acd96ca7112d8d9abe..85e7c24ac6de757d91f96299ffdb4112f7d7bd70 100644
--- a/src/features/gen_PublicKeyCredentialDescriptor.rs
+++ b/src/features/gen_PublicKeyCredentialDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PublicKeyCredentialEntity.rs b/src/features/gen_PublicKeyCredentialEntity.rs
index d5ca9f981a9ce63334bd4c3f39970d782c6db2c9..b1caf5c865b68380f1d1eaa453e6012e7c1a9fcb 100644
--- a/src/features/gen_PublicKeyCredentialEntity.rs
+++ b/src/features/gen_PublicKeyCredentialEntity.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PublicKeyCredentialParameters.rs b/src/features/gen_PublicKeyCredentialParameters.rs
index 9eac4922f98a3e7c7dbe148e7dbae3ccf8ce0b84..bcf47f75c01a526eade0c645170e2bae5c41f92c 100644
--- a/src/features/gen_PublicKeyCredentialParameters.rs
+++ b/src/features/gen_PublicKeyCredentialParameters.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PublicKeyCredentialRequestOptions.rs b/src/features/gen_PublicKeyCredentialRequestOptions.rs
index 7db1ffdfe20ad780b09df801651b9c89bc95115c..2c5fff91642c905c2e36370ae9c49dd95218f777 100644
--- a/src/features/gen_PublicKeyCredentialRequestOptions.rs
+++ b/src/features/gen_PublicKeyCredentialRequestOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PublicKeyCredentialRpEntity.rs b/src/features/gen_PublicKeyCredentialRpEntity.rs
index a1152f87b234cefd429c75e13bf7cc3bbe1d1947..15dba930a177fe005c7a2382cd6df5f758f13350 100644
--- a/src/features/gen_PublicKeyCredentialRpEntity.rs
+++ b/src/features/gen_PublicKeyCredentialRpEntity.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PublicKeyCredentialType.rs b/src/features/gen_PublicKeyCredentialType.rs
index d75328e5733c5ae9b133f41356b208dad493041e..2ba8cffe3b47a12d15467f71d14a9bc7bf80f0fb 100644
--- a/src/features/gen_PublicKeyCredentialType.rs
+++ b/src/features/gen_PublicKeyCredentialType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `PublicKeyCredentialType` enum."]
diff --git a/src/features/gen_PublicKeyCredentialUserEntity.rs b/src/features/gen_PublicKeyCredentialUserEntity.rs
index d9e369cb00b3f5544e52e5d9f935ba8d37eab562..fad8c8454b6875ef500d4c2e1f1a11eec4ddcef9 100644
--- a/src/features/gen_PublicKeyCredentialUserEntity.rs
+++ b/src/features/gen_PublicKeyCredentialUserEntity.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PushEncryptionKeyName.rs b/src/features/gen_PushEncryptionKeyName.rs
index 426f7dba13c31c88824a05eaa5d83ac98cab2bf4..328a69c6f0b0b63b839323771edf239908d83abd 100644
--- a/src/features/gen_PushEncryptionKeyName.rs
+++ b/src/features/gen_PushEncryptionKeyName.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `PushEncryptionKeyName` enum."]
diff --git a/src/features/gen_PushEvent.rs b/src/features/gen_PushEvent.rs
index c22f03058c1a34ffea5f4943b41b4e72b2766d43..3583c2ee8f005d687110dcba8d58200dc86f30c5 100644
--- a/src/features/gen_PushEvent.rs
+++ b/src/features/gen_PushEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PushEventInit.rs b/src/features/gen_PushEventInit.rs
index 35c41227270e068ba5f882d486d40cc12e265fee..8d58c823577ea6770db1a87c106868a27cd0d8e6 100644
--- a/src/features/gen_PushEventInit.rs
+++ b/src/features/gen_PushEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PushManager.rs b/src/features/gen_PushManager.rs
index b272c50677ee991818a283e91f81b10d85b5bde3..cee904a827c55a042e2871467f8e1c9f3035629e 100644
--- a/src/features/gen_PushManager.rs
+++ b/src/features/gen_PushManager.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PushMessageData.rs b/src/features/gen_PushMessageData.rs
index b641f968ec4a810a28899b0f04c0c264f4bdfef3..cd9218376aa9291439f0c05e70e83b571d5b4166 100644
--- a/src/features/gen_PushMessageData.rs
+++ b/src/features/gen_PushMessageData.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PushPermissionState.rs b/src/features/gen_PushPermissionState.rs
index b86708f72f76f7f4fee83a6548264abe4b34567a..2053fb078f6b078400d5bd996e20ccff9e03ad4c 100644
--- a/src/features/gen_PushPermissionState.rs
+++ b/src/features/gen_PushPermissionState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `PushPermissionState` enum."]
diff --git a/src/features/gen_PushSubscription.rs b/src/features/gen_PushSubscription.rs
index 46d48290b37520cb3d0f5bfe9b9c5e391c293edf..38ffea5c26aa4975420100d1a0167e213ab29f91 100644
--- a/src/features/gen_PushSubscription.rs
+++ b/src/features/gen_PushSubscription.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PushSubscriptionInit.rs b/src/features/gen_PushSubscriptionInit.rs
index 9b7784a8e0557789a9bbccdcdc797ea9b5fabc61..60095c2e0f7f16ec8e73d993541d74edb2179139 100644
--- a/src/features/gen_PushSubscriptionInit.rs
+++ b/src/features/gen_PushSubscriptionInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PushSubscriptionJson.rs b/src/features/gen_PushSubscriptionJson.rs
index 6859af3f7c156b5c878793eaadac5c2bf068628d..834be13d1e33d84b54238d91adbe97303db392a0 100644
--- a/src/features/gen_PushSubscriptionJson.rs
+++ b/src/features/gen_PushSubscriptionJson.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PushSubscriptionKeys.rs b/src/features/gen_PushSubscriptionKeys.rs
index d42b47eacd766e90c2ff5b5d8d29a44795a21601..80df7078043a9055f41c78445f2d2a68b3dbd135 100644
--- a/src/features/gen_PushSubscriptionKeys.rs
+++ b/src/features/gen_PushSubscriptionKeys.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PushSubscriptionOptions.rs b/src/features/gen_PushSubscriptionOptions.rs
index de64371c593344f8076d505396dcb9047b8e5acf..4452a1d3c3346b85c95d9fffe7858fc8a14fe7ba 100644
--- a/src/features/gen_PushSubscriptionOptions.rs
+++ b/src/features/gen_PushSubscriptionOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_PushSubscriptionOptionsInit.rs b/src/features/gen_PushSubscriptionOptionsInit.rs
index 1e9ae13ed2755a519425b6d56ec9588f52fbdfd1..faa185a95808d6eedcf243677690049e0e7bea8d 100644
--- a/src/features/gen_PushSubscriptionOptionsInit.rs
+++ b/src/features/gen_PushSubscriptionOptionsInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_QueryOptions.rs b/src/features/gen_QueryOptions.rs
new file mode 100644
index 0000000000000000000000000000000000000000..85967a95a0bcf58edddac0e978d20b7815095505
--- /dev/null
+++ b/src/features/gen_QueryOptions.rs
@@ -0,0 +1,58 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = QueryOptions)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `QueryOptions` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `QueryOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type QueryOptions;
+}
+#[cfg(web_sys_unstable_apis)]
+impl QueryOptions {
+    #[doc = "Construct a new `QueryOptions`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `QueryOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `postscriptNames` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `QueryOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn postscript_names(&mut self, val: &::wasm_bindgen::JsValue) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("postscriptNames"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+#[cfg(web_sys_unstable_apis)]
+impl Default for QueryOptions {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_QueuingStrategy.rs b/src/features/gen_QueuingStrategy.rs
index d94bdba8dce74c2809836b2f7e8417804258117b..a92cca58a21807b6690b6b43a7b198c7a441362e 100644
--- a/src/features/gen_QueuingStrategy.rs
+++ b/src/features/gen_QueuingStrategy.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_QueuingStrategyInit.rs b/src/features/gen_QueuingStrategyInit.rs
index 89141292fbcb8c045cad1f927985a6f4b7c0f337..253366ced8b28aa2e32a6895925fabd5a686ad2e 100644
--- a/src/features/gen_QueuingStrategyInit.rs
+++ b/src/features/gen_QueuingStrategyInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RadioNodeList.rs b/src/features/gen_RadioNodeList.rs
index 91c2398099e8c793f92abf43515eccee066aa813..26ea3fc29ccede535b01f7d9f2379b6685eadf21 100644
--- a/src/features/gen_RadioNodeList.rs
+++ b/src/features/gen_RadioNodeList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Range.rs b/src/features/gen_Range.rs
index 1aa1f937bfbaac960a50f3ef90d63ae2a4deeb75..2d5b99f3a0e856adac17c45f6fcf05d58fa3cf43 100644
--- a/src/features/gen_Range.rs
+++ b/src/features/gen_Range.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RcwnPerfStats.rs b/src/features/gen_RcwnPerfStats.rs
index 251053a13e76c975be12989c7296a672aba83fea..9a39f40cfc1dfd270eb287d1dffa60ac192f63c3 100644
--- a/src/features/gen_RcwnPerfStats.rs
+++ b/src/features/gen_RcwnPerfStats.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RcwnStatus.rs b/src/features/gen_RcwnStatus.rs
index 17c01013ff910489c9c55f1dcd9f1a02f587e342..9994b6a95641f53c2a13bcba3c47431748d31419 100644
--- a/src/features/gen_RcwnStatus.rs
+++ b/src/features/gen_RcwnStatus.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ReadableByteStreamController.rs b/src/features/gen_ReadableByteStreamController.rs
index df4509417a210390c0c67ab468f43866547035ce..5ca98c246a228146f670a423c9f6bbe6c4e59454 100644
--- a/src/features/gen_ReadableByteStreamController.rs
+++ b/src/features/gen_ReadableByteStreamController.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ReadableStream.rs b/src/features/gen_ReadableStream.rs
index c66b913be9eff230ae47659bcd2388df540e1e51..05e41cd9d84a506c3a58438610677c2eee9ae1b9 100644
--- a/src/features/gen_ReadableStream.rs
+++ b/src/features/gen_ReadableStream.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ReadableStreamByobReader.rs b/src/features/gen_ReadableStreamByobReader.rs
index 1f051255192c2e93efb15ae9fadd61bab37b019e..4a12b6ee5a69f9267ffe7d0f1317997ace933107 100644
--- a/src/features/gen_ReadableStreamByobReader.rs
+++ b/src/features/gen_ReadableStreamByobReader.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ReadableStreamByobRequest.rs b/src/features/gen_ReadableStreamByobRequest.rs
index 7638c598d1bfb43263938d17d54cfa232d044aee..7040254c9272dec13e02230d0e04346f8f6fd92f 100644
--- a/src/features/gen_ReadableStreamByobRequest.rs
+++ b/src/features/gen_ReadableStreamByobRequest.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ReadableStreamDefaultController.rs b/src/features/gen_ReadableStreamDefaultController.rs
index d721b20aaa77e44dfdc0bbea3e8978aa1e4d406e..37f3f091d104e178bf3d3b46b5a6c3271102d6b5 100644
--- a/src/features/gen_ReadableStreamDefaultController.rs
+++ b/src/features/gen_ReadableStreamDefaultController.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ReadableStreamDefaultReader.rs b/src/features/gen_ReadableStreamDefaultReader.rs
index 6b12a74ca6bd967d8e184efba06841ace20c8855..ab38d4376e1b87519f3ed6c0e1eb37d65c37e3dc 100644
--- a/src/features/gen_ReadableStreamDefaultReader.rs
+++ b/src/features/gen_ReadableStreamDefaultReader.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ReadableStreamGetReaderOptions.rs b/src/features/gen_ReadableStreamGetReaderOptions.rs
index 632b8263402615eeb24bcde3fc8d594cb48d43c9..6636768f3de0f30d73c22720db07a5fbc9550678 100644
--- a/src/features/gen_ReadableStreamGetReaderOptions.rs
+++ b/src/features/gen_ReadableStreamGetReaderOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ReadableStreamIteratorOptions.rs b/src/features/gen_ReadableStreamIteratorOptions.rs
index f1c2d65b6cc383a632728c193adf889305c686ef..6ecfe1e046ad4d2784e6be340eda5f7dbefcf0a6 100644
--- a/src/features/gen_ReadableStreamIteratorOptions.rs
+++ b/src/features/gen_ReadableStreamIteratorOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ReadableStreamReadResult.rs b/src/features/gen_ReadableStreamReadResult.rs
index 794dc0e9b0ab8d56272bae414ffff59f1fb0dbb7..7385e0043f45a2dd27117586ffbeaecd57defe97 100644
--- a/src/features/gen_ReadableStreamReadResult.rs
+++ b/src/features/gen_ReadableStreamReadResult.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ReadableStreamReaderMode.rs b/src/features/gen_ReadableStreamReaderMode.rs
index a01a07dacc1011596f4f273703ff0effb00cb571..ed9407417021acab1a76370ea199a2b0b4fe6551 100644
--- a/src/features/gen_ReadableStreamReaderMode.rs
+++ b/src/features/gen_ReadableStreamReaderMode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `ReadableStreamReaderMode` enum."]
diff --git a/src/features/gen_ReadableStreamType.rs b/src/features/gen_ReadableStreamType.rs
index 5bbe4467f36de85a33412d26d90abbb00c6415da..298c3eef6973df731db4b2e91e0f08ed6ec26e53 100644
--- a/src/features/gen_ReadableStreamType.rs
+++ b/src/features/gen_ReadableStreamType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `ReadableStreamType` enum."]
diff --git a/src/features/gen_ReadableWritablePair.rs b/src/features/gen_ReadableWritablePair.rs
index 8a34d98aca59f9bd1c45b2d013d5691b0b5fa5ea..fc98e0b9d26c96c89eb928367875df37e7f993f8 100644
--- a/src/features/gen_ReadableWritablePair.rs
+++ b/src/features/gen_ReadableWritablePair.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RecordingState.rs b/src/features/gen_RecordingState.rs
index b652faf7543bad6c8f56735ffb43c875a23b7bea..6aee4d1366e5befd6465964682dac255bfa9b11a 100644
--- a/src/features/gen_RecordingState.rs
+++ b/src/features/gen_RecordingState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `RecordingState` enum."]
diff --git a/src/features/gen_ReferrerPolicy.rs b/src/features/gen_ReferrerPolicy.rs
index 8a04af575af3b86c60dfcd9ed2cb58bb2e419f8d..467695b2ef6c8a32bd4862a66d498d0c235b9919 100644
--- a/src/features/gen_ReferrerPolicy.rs
+++ b/src/features/gen_ReferrerPolicy.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `ReferrerPolicy` enum."]
diff --git a/src/features/gen_RegisterRequest.rs b/src/features/gen_RegisterRequest.rs
index c3ef767057ddd0cb75155484dad5b2902d36d087..457433d59895ed3a9d56f937a55ab713368e8ae7 100644
--- a/src/features/gen_RegisterRequest.rs
+++ b/src/features/gen_RegisterRequest.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RegisterResponse.rs b/src/features/gen_RegisterResponse.rs
index 19c324a2b9f8f5e96ccb2281cd07c9a85aed9a38..ef6ee6dfbd538f746e298ad30d2ce4ca81e15c04 100644
--- a/src/features/gen_RegisterResponse.rs
+++ b/src/features/gen_RegisterResponse.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RegisteredKey.rs b/src/features/gen_RegisteredKey.rs
index d18b00853002d7a535cdccebaf9d84daa5fe1035..9a404b6ef52b561226ceb51f3e48b34fbd833cc7 100644
--- a/src/features/gen_RegisteredKey.rs
+++ b/src/features/gen_RegisteredKey.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RegistrationOptions.rs b/src/features/gen_RegistrationOptions.rs
index 9c186a6c8e6c95ad75e1696afb1d82db5f03742b..ebc9aa2370233f2adc8e464a9d5bbd2ce70e157e 100644
--- a/src/features/gen_RegistrationOptions.rs
+++ b/src/features/gen_RegistrationOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -32,6 +33,19 @@ impl RegistrationOptions {
         let _ = r;
         self
     }
+    #[doc = "Change the `type` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `RegistrationOptions`*"]
+    pub fn type_(&mut self, val: &str) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("type"), &JsValue::from(val));
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
     #[cfg(feature = "ServiceWorkerUpdateViaCache")]
     #[doc = "Change the `updateViaCache` field of this object."]
     #[doc = ""]
diff --git a/src/features/gen_Request.rs b/src/features/gen_Request.rs
index d83d86a29530a61e881008a3b7b20f3f57edb5fa..3be945fa9124ba0c5a74f33d12c4f575aab2460a 100644
--- a/src/features/gen_Request.rs
+++ b/src/features/gen_Request.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RequestCache.rs b/src/features/gen_RequestCache.rs
index 411fce685d40f92faf6c1ffeaf1b15e6ef240e23..e464cdfc2012c4a5f1033f5e979d3d31615ba568 100644
--- a/src/features/gen_RequestCache.rs
+++ b/src/features/gen_RequestCache.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `RequestCache` enum."]
diff --git a/src/features/gen_RequestCredentials.rs b/src/features/gen_RequestCredentials.rs
index 5c61d97a2fed98444c22b6a771f2ebe1c11d097d..00f7a75338545bd2746d62f637346be3abe99bbb 100644
--- a/src/features/gen_RequestCredentials.rs
+++ b/src/features/gen_RequestCredentials.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `RequestCredentials` enum."]
diff --git a/src/features/gen_RequestDestination.rs b/src/features/gen_RequestDestination.rs
index e21089dc53a5c509d1dc6277a12ae2709130ffd8..143fadff1a42d3810d5496e9f086e1ee0db63168 100644
--- a/src/features/gen_RequestDestination.rs
+++ b/src/features/gen_RequestDestination.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `RequestDestination` enum."]
diff --git a/src/features/gen_RequestDeviceOptions.rs b/src/features/gen_RequestDeviceOptions.rs
index 02f230278a7cab22eb376549954a1d76a9b95e65..431ecfd15efe2300dabc9523e8e2d31b10f4f037 100644
--- a/src/features/gen_RequestDeviceOptions.rs
+++ b/src/features/gen_RequestDeviceOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_RequestInit.rs b/src/features/gen_RequestInit.rs
index 12ad7bf61516c15a836aa5d35a0308a8ac0eb0fe..820404406b7242d3fce3fc6197dd8e89fa125171 100644
--- a/src/features/gen_RequestInit.rs
+++ b/src/features/gen_RequestInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RequestMediaKeySystemAccessNotification.rs b/src/features/gen_RequestMediaKeySystemAccessNotification.rs
index 2af8ca81280f1499363cb0711cd7595ce2aad7d8..3ddb95ee9304a7dc14bd5b961ca35bc3b5cd033c 100644
--- a/src/features/gen_RequestMediaKeySystemAccessNotification.rs
+++ b/src/features/gen_RequestMediaKeySystemAccessNotification.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RequestMode.rs b/src/features/gen_RequestMode.rs
index cd129397922520a8f52c7a98da09bcd38ea04193..82842b5e08298fde2a0728e9f6e4afa8a0782ea5 100644
--- a/src/features/gen_RequestMode.rs
+++ b/src/features/gen_RequestMode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `RequestMode` enum."]
diff --git a/src/features/gen_RequestRedirect.rs b/src/features/gen_RequestRedirect.rs
index ae6cc92adea0c7646a58cc1d7d9da27c2d9d397c..528d777d6513e1fde3a420ddef074adfe6dc84ce 100644
--- a/src/features/gen_RequestRedirect.rs
+++ b/src/features/gen_RequestRedirect.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `RequestRedirect` enum."]
diff --git a/src/features/gen_ResizeObserver.rs b/src/features/gen_ResizeObserver.rs
index 8b3ef38d228baa45f3e5c50b669906af780abc34..5243b438d72ba872a1ce5156762bb3f382bda484 100644
--- a/src/features/gen_ResizeObserver.rs
+++ b/src/features/gen_ResizeObserver.rs
@@ -1,7 +1,7 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
-#[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
 extern "C" {
     # [wasm_bindgen (extends = :: js_sys :: Object , js_name = ResizeObserver , typescript_type = "ResizeObserver")]
@@ -11,33 +11,21 @@ extern "C" {
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)"]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `ResizeObserver`*"]
-    #[doc = ""]
-    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
-    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub type ResizeObserver;
-    #[cfg(web_sys_unstable_apis)]
     #[wasm_bindgen(catch, constructor, js_class = "ResizeObserver")]
     #[doc = "The `new ResizeObserver(..)` constructor, creating a new instance of `ResizeObserver`."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver/ResizeObserver)"]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `ResizeObserver`*"]
-    #[doc = ""]
-    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
-    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub fn new(callback: &::js_sys::Function) -> Result<ResizeObserver, JsValue>;
-    #[cfg(web_sys_unstable_apis)]
     # [wasm_bindgen (method , structural , js_class = "ResizeObserver" , js_name = disconnect)]
     #[doc = "The `disconnect()` method."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver/disconnect)"]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `ResizeObserver`*"]
-    #[doc = ""]
-    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
-    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub fn disconnect(this: &ResizeObserver);
-    #[cfg(web_sys_unstable_apis)]
     #[cfg(feature = "Element")]
     # [wasm_bindgen (method , structural , js_class = "ResizeObserver" , js_name = observe)]
     #[doc = "The `observe()` method."]
@@ -45,11 +33,7 @@ extern "C" {
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver/observe)"]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `Element`, `ResizeObserver`*"]
-    #[doc = ""]
-    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
-    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub fn observe(this: &ResizeObserver, target: &Element);
-    #[cfg(web_sys_unstable_apis)]
     #[cfg(all(feature = "Element", feature = "ResizeObserverOptions",))]
     # [wasm_bindgen (method , structural , js_class = "ResizeObserver" , js_name = observe)]
     #[doc = "The `observe()` method."]
@@ -57,15 +41,11 @@ extern "C" {
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver/observe)"]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `Element`, `ResizeObserver`, `ResizeObserverOptions`*"]
-    #[doc = ""]
-    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
-    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub fn observe_with_options(
         this: &ResizeObserver,
         target: &Element,
         options: &ResizeObserverOptions,
     );
-    #[cfg(web_sys_unstable_apis)]
     #[cfg(feature = "Element")]
     # [wasm_bindgen (method , structural , js_class = "ResizeObserver" , js_name = unobserve)]
     #[doc = "The `unobserve()` method."]
@@ -73,8 +53,5 @@ extern "C" {
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver/unobserve)"]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `Element`, `ResizeObserver`*"]
-    #[doc = ""]
-    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
-    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub fn unobserve(this: &ResizeObserver, target: &Element);
 }
diff --git a/src/features/gen_ResizeObserverBoxOptions.rs b/src/features/gen_ResizeObserverBoxOptions.rs
index fb8f3e1941fde23e96df932319b0c93b5972a7b4..827b3d99d84642fab99872c9dab2a475f253f5d2 100644
--- a/src/features/gen_ResizeObserverBoxOptions.rs
+++ b/src/features/gen_ResizeObserverBoxOptions.rs
@@ -1,13 +1,10 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
-#[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
 #[doc = "The `ResizeObserverBoxOptions` enum."]
 #[doc = ""]
 #[doc = "*This API requires the following crate features to be activated: `ResizeObserverBoxOptions`*"]
-#[doc = ""]
-#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
-#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
 #[derive(Debug, Clone, Copy, PartialEq, Eq)]
 pub enum ResizeObserverBoxOptions {
     BorderBox = "border-box",
diff --git a/src/features/gen_ResizeObserverEntry.rs b/src/features/gen_ResizeObserverEntry.rs
index 7b91222803969df033c127953d89fde4e3aab0f5..fd7ed79e8452293e2a1eb42f62f1ce3f72c43065 100644
--- a/src/features/gen_ResizeObserverEntry.rs
+++ b/src/features/gen_ResizeObserverEntry.rs
@@ -1,7 +1,7 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
-#[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
 extern "C" {
     # [wasm_bindgen (extends = :: js_sys :: Object , js_name = ResizeObserverEntry , typescript_type = "ResizeObserverEntry")]
@@ -11,11 +11,7 @@ extern "C" {
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserverEntry)"]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `ResizeObserverEntry`*"]
-    #[doc = ""]
-    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
-    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub type ResizeObserverEntry;
-    #[cfg(web_sys_unstable_apis)]
     #[cfg(feature = "Element")]
     # [wasm_bindgen (structural , method , getter , js_class = "ResizeObserverEntry" , js_name = target)]
     #[doc = "Getter for the `target` field of this object."]
@@ -23,11 +19,7 @@ extern "C" {
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserverEntry/target)"]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `Element`, `ResizeObserverEntry`*"]
-    #[doc = ""]
-    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
-    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub fn target(this: &ResizeObserverEntry) -> Element;
-    #[cfg(web_sys_unstable_apis)]
     #[cfg(feature = "DomRectReadOnly")]
     # [wasm_bindgen (structural , method , getter , js_class = "ResizeObserverEntry" , js_name = contentRect)]
     #[doc = "Getter for the `contentRect` field of this object."]
@@ -35,41 +27,26 @@ extern "C" {
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserverEntry/contentRect)"]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `DomRectReadOnly`, `ResizeObserverEntry`*"]
-    #[doc = ""]
-    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
-    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub fn content_rect(this: &ResizeObserverEntry) -> DomRectReadOnly;
-    #[cfg(web_sys_unstable_apis)]
     # [wasm_bindgen (structural , method , getter , js_class = "ResizeObserverEntry" , js_name = borderBoxSize)]
     #[doc = "Getter for the `borderBoxSize` field of this object."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserverEntry/borderBoxSize)"]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `ResizeObserverEntry`*"]
-    #[doc = ""]
-    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
-    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub fn border_box_size(this: &ResizeObserverEntry) -> ::js_sys::Array;
-    #[cfg(web_sys_unstable_apis)]
     # [wasm_bindgen (structural , method , getter , js_class = "ResizeObserverEntry" , js_name = contentBoxSize)]
     #[doc = "Getter for the `contentBoxSize` field of this object."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserverEntry/contentBoxSize)"]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `ResizeObserverEntry`*"]
-    #[doc = ""]
-    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
-    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub fn content_box_size(this: &ResizeObserverEntry) -> ::js_sys::Array;
-    #[cfg(web_sys_unstable_apis)]
     # [wasm_bindgen (structural , method , getter , js_class = "ResizeObserverEntry" , js_name = devicePixelContentBoxSize)]
     #[doc = "Getter for the `devicePixelContentBoxSize` field of this object."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserverEntry/devicePixelContentBoxSize)"]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `ResizeObserverEntry`*"]
-    #[doc = ""]
-    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
-    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub fn device_pixel_content_box_size(this: &ResizeObserverEntry) -> ::js_sys::Array;
 }
diff --git a/src/features/gen_ResizeObserverOptions.rs b/src/features/gen_ResizeObserverOptions.rs
index e5f60a39255ed904627178663636aac986307bca..cbd81683fee13876f45cc5a2da11a489d1a8160f 100644
--- a/src/features/gen_ResizeObserverOptions.rs
+++ b/src/features/gen_ResizeObserverOptions.rs
@@ -1,7 +1,7 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
-#[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
 extern "C" {
     # [wasm_bindgen (extends = :: js_sys :: Object , js_name = ResizeObserverOptions)]
@@ -9,32 +9,21 @@ extern "C" {
     #[doc = "The `ResizeObserverOptions` dictionary."]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `ResizeObserverOptions`*"]
-    #[doc = ""]
-    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
-    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub type ResizeObserverOptions;
 }
-#[cfg(web_sys_unstable_apis)]
 impl ResizeObserverOptions {
     #[doc = "Construct a new `ResizeObserverOptions`."]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `ResizeObserverOptions`*"]
-    #[doc = ""]
-    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
-    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub fn new() -> Self {
         #[allow(unused_mut)]
         let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
         ret
     }
-    #[cfg(web_sys_unstable_apis)]
     #[cfg(feature = "ResizeObserverBoxOptions")]
     #[doc = "Change the `box` field of this object."]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `ResizeObserverBoxOptions`, `ResizeObserverOptions`*"]
-    #[doc = ""]
-    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
-    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub fn box_(&mut self, val: ResizeObserverBoxOptions) -> &mut Self {
         use wasm_bindgen::JsValue;
         let r = ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("box"), &JsValue::from(val));
@@ -46,7 +35,6 @@ impl ResizeObserverOptions {
         self
     }
 }
-#[cfg(web_sys_unstable_apis)]
 impl Default for ResizeObserverOptions {
     fn default() -> Self {
         Self::new()
diff --git a/src/features/gen_ResizeObserverSize.rs b/src/features/gen_ResizeObserverSize.rs
index fbe899f69bcd3ce34e81a5e28244228603323a6f..c7a52499fde069e09a6328edd660c54caf88f6e5 100644
--- a/src/features/gen_ResizeObserverSize.rs
+++ b/src/features/gen_ResizeObserverSize.rs
@@ -1,7 +1,7 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
-#[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
 extern "C" {
     # [wasm_bindgen (extends = :: js_sys :: Object , js_name = ResizeObserverSize , typescript_type = "ResizeObserverSize")]
@@ -11,30 +11,19 @@ extern "C" {
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserverSize)"]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `ResizeObserverSize`*"]
-    #[doc = ""]
-    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
-    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub type ResizeObserverSize;
-    #[cfg(web_sys_unstable_apis)]
     # [wasm_bindgen (structural , method , getter , js_class = "ResizeObserverSize" , js_name = inlineSize)]
     #[doc = "Getter for the `inlineSize` field of this object."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserverSize/inlineSize)"]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `ResizeObserverSize`*"]
-    #[doc = ""]
-    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
-    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub fn inline_size(this: &ResizeObserverSize) -> f64;
-    #[cfg(web_sys_unstable_apis)]
     # [wasm_bindgen (structural , method , getter , js_class = "ResizeObserverSize" , js_name = blockSize)]
     #[doc = "Getter for the `blockSize` field of this object."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserverSize/blockSize)"]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `ResizeObserverSize`*"]
-    #[doc = ""]
-    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
-    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub fn block_size(this: &ResizeObserverSize) -> f64;
 }
diff --git a/src/features/gen_ResizeQuality.rs b/src/features/gen_ResizeQuality.rs
new file mode 100644
index 0000000000000000000000000000000000000000..606867badca39bb65cdec2373c0e3173cc11e852
--- /dev/null
+++ b/src/features/gen_ResizeQuality.rs
@@ -0,0 +1,14 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use wasm_bindgen::prelude::*;
+#[wasm_bindgen]
+#[doc = "The `ResizeQuality` enum."]
+#[doc = ""]
+#[doc = "*This API requires the following crate features to be activated: `ResizeQuality`*"]
+#[derive(Debug, Clone, Copy, PartialEq, Eq)]
+pub enum ResizeQuality {
+    Pixelated = "pixelated",
+    Low = "low",
+    Medium = "medium",
+    High = "high",
+}
diff --git a/src/features/gen_Response.rs b/src/features/gen_Response.rs
index 028c14206b935f45bd24ea5b8b6896a9b0a703c0..682c2d3f151375a72b023991315ce43e546091b5 100644
--- a/src/features/gen_Response.rs
+++ b/src/features/gen_Response.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ResponseInit.rs b/src/features/gen_ResponseInit.rs
index 14b2653505fa69b38b5c0f71e45a9decc47bedb5..d118a891da29d1b7b5cb29881025b347be9fd5e4 100644
--- a/src/features/gen_ResponseInit.rs
+++ b/src/features/gen_ResponseInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ResponseType.rs b/src/features/gen_ResponseType.rs
index 2ff543a75111db03dfaefdb6ddc16c4454766e22..7f123fb915c5654ce8761755e8e480a8bfc33e2a 100644
--- a/src/features/gen_ResponseType.rs
+++ b/src/features/gen_ResponseType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `ResponseType` enum."]
diff --git a/src/features/gen_RsaHashedImportParams.rs b/src/features/gen_RsaHashedImportParams.rs
index d98141c45545faea750ce1d1ed8a6bdb832fc7a8..bb49bad7276b1b11b4b72e3c8d193e4332dd1b99 100644
--- a/src/features/gen_RsaHashedImportParams.rs
+++ b/src/features/gen_RsaHashedImportParams.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RsaOaepParams.rs b/src/features/gen_RsaOaepParams.rs
index fd50a473733cdfb89ea400f48d01d1053789c58e..fc02fee01e7216143fa29cf8e870214b996487e5 100644
--- a/src/features/gen_RsaOaepParams.rs
+++ b/src/features/gen_RsaOaepParams.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RsaOtherPrimesInfo.rs b/src/features/gen_RsaOtherPrimesInfo.rs
index 7f9ceb816cf3beb4392460fe7cdad0fb4eca9260..2d8641896117732b3a474070b73bf15583d5b800 100644
--- a/src/features/gen_RsaOtherPrimesInfo.rs
+++ b/src/features/gen_RsaOtherPrimesInfo.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RsaPssParams.rs b/src/features/gen_RsaPssParams.rs
index cddd994e4cc1e3bec384b08c34e162bfe09fd25a..676c927de50aeb5bcfb3c4d954f3b024028235f8 100644
--- a/src/features/gen_RsaPssParams.rs
+++ b/src/features/gen_RsaPssParams.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcAnswerOptions.rs b/src/features/gen_RtcAnswerOptions.rs
index a3d7bcea5ea5088da71927d17b26c3ed0373564c..de165d0a419342b4eecfd8cf0e1779ee08834c06 100644
--- a/src/features/gen_RtcAnswerOptions.rs
+++ b/src/features/gen_RtcAnswerOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcBundlePolicy.rs b/src/features/gen_RtcBundlePolicy.rs
index 261c153e1839af63e6858a73d459503dca38e703..e4a5a7a3359c0e2aea15aa06cf70f4ed51fd05d2 100644
--- a/src/features/gen_RtcBundlePolicy.rs
+++ b/src/features/gen_RtcBundlePolicy.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `RtcBundlePolicy` enum."]
diff --git a/src/features/gen_RtcCertificate.rs b/src/features/gen_RtcCertificate.rs
index fe4bffb42f3cfa087c5774f69cdd45279131ef63..9e0cd8864a82a464508eb2b7982f5a9671413e1a 100644
--- a/src/features/gen_RtcCertificate.rs
+++ b/src/features/gen_RtcCertificate.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcCertificateExpiration.rs b/src/features/gen_RtcCertificateExpiration.rs
index 141c99548c73ff511680d093a7b10d64ba29b27a..c686a42b1dab1c1196199cc4e9af8936f2294075 100644
--- a/src/features/gen_RtcCertificateExpiration.rs
+++ b/src/features/gen_RtcCertificateExpiration.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcCodecStats.rs b/src/features/gen_RtcCodecStats.rs
index 3ffe6ae5fea097a096d3fc6b48aefcc15dafee9b..da150394db58260c8d928a3bd0fc17ce74cf8892 100644
--- a/src/features/gen_RtcCodecStats.rs
+++ b/src/features/gen_RtcCodecStats.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcConfiguration.rs b/src/features/gen_RtcConfiguration.rs
index 284b6e295c85727c1a5a8239ccf393ed0aa39d28..ab8a1ff738612bff5762181f7f78329e40211f7e 100644
--- a/src/features/gen_RtcConfiguration.rs
+++ b/src/features/gen_RtcConfiguration.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcDataChannel.rs b/src/features/gen_RtcDataChannel.rs
index 8f991858c16cb3b8f267f22b9315e03ddc674f70..59b3aad432b87de2db16c91dea7612ebdafd7963 100644
--- a/src/features/gen_RtcDataChannel.rs
+++ b/src/features/gen_RtcDataChannel.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcDataChannelEvent.rs b/src/features/gen_RtcDataChannelEvent.rs
index 7782c81b5cece195e5a0db37b91d52fcc3b04ce2..d250f4d2bc38a3bdef40581874bf63bcb1de1938 100644
--- a/src/features/gen_RtcDataChannelEvent.rs
+++ b/src/features/gen_RtcDataChannelEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcDataChannelEventInit.rs b/src/features/gen_RtcDataChannelEventInit.rs
index 16f0bb782b0e16d206c06c5a2d4180b2c42cba84..ca400a80ab2617eca91e8499cdc8e4a77889bbf2 100644
--- a/src/features/gen_RtcDataChannelEventInit.rs
+++ b/src/features/gen_RtcDataChannelEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcDataChannelInit.rs b/src/features/gen_RtcDataChannelInit.rs
index b8e2751e5f8b00e62e5cf4781d18d44bde23fd05..6e224f76ff25c27638bf8e10909c858253695790 100644
--- a/src/features/gen_RtcDataChannelInit.rs
+++ b/src/features/gen_RtcDataChannelInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcDataChannelState.rs b/src/features/gen_RtcDataChannelState.rs
index 4c999cad0668b68fcd5bb84a0c8ded461d6e57ac..3acc26cfa3b2202ea666b9800eb65c6c2e4d9974 100644
--- a/src/features/gen_RtcDataChannelState.rs
+++ b/src/features/gen_RtcDataChannelState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `RtcDataChannelState` enum."]
diff --git a/src/features/gen_RtcDataChannelType.rs b/src/features/gen_RtcDataChannelType.rs
index e2089d4e25e717a79cf3aa499a28674c7e688424..018743abbbf32282b488e18073774a7272091061 100644
--- a/src/features/gen_RtcDataChannelType.rs
+++ b/src/features/gen_RtcDataChannelType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `RtcDataChannelType` enum."]
diff --git a/src/features/gen_RtcDegradationPreference.rs b/src/features/gen_RtcDegradationPreference.rs
index 118c3ed7a0b2898e37d6b8031759d005b91c0ed4..5886bb9ff00dd05f13840a9d7ddf101fe6fafdc1 100644
--- a/src/features/gen_RtcDegradationPreference.rs
+++ b/src/features/gen_RtcDegradationPreference.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `RtcDegradationPreference` enum."]
diff --git a/src/features/gen_RtcFecParameters.rs b/src/features/gen_RtcFecParameters.rs
index d5b1a5487cafd3e8513373b2b31bfeed0b14eb97..6fe23c19cbab36cdc3de364f30168265292bb937 100644
--- a/src/features/gen_RtcFecParameters.rs
+++ b/src/features/gen_RtcFecParameters.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcIceCandidate.rs b/src/features/gen_RtcIceCandidate.rs
index ca7424e99142d057ede336d0e324c0ed75a22a00..35b21b74b2b7d0fdf08db1ba84b254fcad3da552 100644
--- a/src/features/gen_RtcIceCandidate.rs
+++ b/src/features/gen_RtcIceCandidate.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcIceCandidateInit.rs b/src/features/gen_RtcIceCandidateInit.rs
index a23091f6be652473c79c47c43107f3b55fae1c5e..70e3db9d925704427f87cee4e7d7fabe5d77a109 100644
--- a/src/features/gen_RtcIceCandidateInit.rs
+++ b/src/features/gen_RtcIceCandidateInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcIceCandidatePairStats.rs b/src/features/gen_RtcIceCandidatePairStats.rs
index 8fa447ae8a500aaf2229dd7bc31a101e0fb3c0f0..19932febf74e78b428b18a800fb0e584dddf17b7 100644
--- a/src/features/gen_RtcIceCandidatePairStats.rs
+++ b/src/features/gen_RtcIceCandidatePairStats.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcIceCandidateStats.rs b/src/features/gen_RtcIceCandidateStats.rs
index 8d9c3a9506d61b6f9c3a8d1f977f35f34a730d17..fb9c65d44695c95e2961f8dd768b36b4b08de5d6 100644
--- a/src/features/gen_RtcIceCandidateStats.rs
+++ b/src/features/gen_RtcIceCandidateStats.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcIceComponentStats.rs b/src/features/gen_RtcIceComponentStats.rs
index ec7d27bda60781e12b9f61a046480be49a535a43..a4154fd63fa8ef513625d3e4bc42e7607155e9fa 100644
--- a/src/features/gen_RtcIceComponentStats.rs
+++ b/src/features/gen_RtcIceComponentStats.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcIceConnectionState.rs b/src/features/gen_RtcIceConnectionState.rs
index fae44d7228284d02801092b793cfcfa200c7e3bd..d7d9004b7c7643e990cf9b696516d70627a7219a 100644
--- a/src/features/gen_RtcIceConnectionState.rs
+++ b/src/features/gen_RtcIceConnectionState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `RtcIceConnectionState` enum."]
diff --git a/src/features/gen_RtcIceCredentialType.rs b/src/features/gen_RtcIceCredentialType.rs
index a04b720a786c52a1af0cc249b7324016abf171c0..1b51f1c5c044dd811c8a5c6a2ce338464081d6ef 100644
--- a/src/features/gen_RtcIceCredentialType.rs
+++ b/src/features/gen_RtcIceCredentialType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `RtcIceCredentialType` enum."]
diff --git a/src/features/gen_RtcIceGatheringState.rs b/src/features/gen_RtcIceGatheringState.rs
index ce6db0abed57b184b5962c38265d404132becb18..d3f83bfc5f676c03fb06b183bf15d27bd96bb769 100644
--- a/src/features/gen_RtcIceGatheringState.rs
+++ b/src/features/gen_RtcIceGatheringState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `RtcIceGatheringState` enum."]
diff --git a/src/features/gen_RtcIceServer.rs b/src/features/gen_RtcIceServer.rs
index ebdd79d8a8bc5ff514cab0e6eab1dc2eb44a9311..cde270565681c4ca301695c7ee0f1031e3311f6f 100644
--- a/src/features/gen_RtcIceServer.rs
+++ b/src/features/gen_RtcIceServer.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcIceTransportPolicy.rs b/src/features/gen_RtcIceTransportPolicy.rs
index c3f2124cf0a1c3455a09556db7c451614bdedc48..350c510aac8198bab305ea2ccde38dfe431d32be 100644
--- a/src/features/gen_RtcIceTransportPolicy.rs
+++ b/src/features/gen_RtcIceTransportPolicy.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `RtcIceTransportPolicy` enum."]
diff --git a/src/features/gen_RtcIdentityAssertion.rs b/src/features/gen_RtcIdentityAssertion.rs
index aa1fc60f1498e7ded54b21344c3b28c8aedc64d5..06a91917492cdde082b02fadc7e8216efca70069 100644
--- a/src/features/gen_RtcIdentityAssertion.rs
+++ b/src/features/gen_RtcIdentityAssertion.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcIdentityAssertionResult.rs b/src/features/gen_RtcIdentityAssertionResult.rs
index 98d9af7c86151bec5b6fb869d69f230b9621b85d..326412d987cb2308f4c414ef321c1e4070373a98 100644
--- a/src/features/gen_RtcIdentityAssertionResult.rs
+++ b/src/features/gen_RtcIdentityAssertionResult.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcIdentityProvider.rs b/src/features/gen_RtcIdentityProvider.rs
index bf64f976b7ec4bfde4cc7d30ee089374e20b83ac..949a347273b6e4c24439dff7dce44a9b3d280ace 100644
--- a/src/features/gen_RtcIdentityProvider.rs
+++ b/src/features/gen_RtcIdentityProvider.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcIdentityProviderDetails.rs b/src/features/gen_RtcIdentityProviderDetails.rs
index dda6cbc9bc857fb1be1728644f8e41536200c932..d3abd14f19404d42bb250c302f43cabb4226885f 100644
--- a/src/features/gen_RtcIdentityProviderDetails.rs
+++ b/src/features/gen_RtcIdentityProviderDetails.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcIdentityProviderOptions.rs b/src/features/gen_RtcIdentityProviderOptions.rs
index cdb594b4e09e5e1463bb3944d16cd8caf31df034..c73d05c27c6659b585af083f772f62649a93de40 100644
--- a/src/features/gen_RtcIdentityProviderOptions.rs
+++ b/src/features/gen_RtcIdentityProviderOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcIdentityProviderRegistrar.rs b/src/features/gen_RtcIdentityProviderRegistrar.rs
index 86a4f2be05cb53c60c4c58b1d437779f78e05358..a876fca7703fa0dd728bfb1a9188fa684da16ca3 100644
--- a/src/features/gen_RtcIdentityProviderRegistrar.rs
+++ b/src/features/gen_RtcIdentityProviderRegistrar.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcIdentityValidationResult.rs b/src/features/gen_RtcIdentityValidationResult.rs
index cd5ba8e16dfd214be139353e5642614027e53566..f383349d7fbec9e9357520668a18424a216993fb 100644
--- a/src/features/gen_RtcIdentityValidationResult.rs
+++ b/src/features/gen_RtcIdentityValidationResult.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcInboundRtpStreamStats.rs b/src/features/gen_RtcInboundRtpStreamStats.rs
index 41091b2b2e8802dd3f915c8b57150b497c841dc5..c0d440f24cd2bc1ec1c60b9338fcb1fbb4b37493 100644
--- a/src/features/gen_RtcInboundRtpStreamStats.rs
+++ b/src/features/gen_RtcInboundRtpStreamStats.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcLifecycleEvent.rs b/src/features/gen_RtcLifecycleEvent.rs
index c8094e51482ac96ab9b84b2299c99586d890389f..98fd2a54e3ec9cc850e1bd7c3d9e3c3b0a032132 100644
--- a/src/features/gen_RtcLifecycleEvent.rs
+++ b/src/features/gen_RtcLifecycleEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `RtcLifecycleEvent` enum."]
diff --git a/src/features/gen_RtcMediaStreamStats.rs b/src/features/gen_RtcMediaStreamStats.rs
index a226113198c189a3176c41347d74a4ee4d24e7ca..2698c8a726aed361804af978ffd19e41996fdc09 100644
--- a/src/features/gen_RtcMediaStreamStats.rs
+++ b/src/features/gen_RtcMediaStreamStats.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcMediaStreamTrackStats.rs b/src/features/gen_RtcMediaStreamTrackStats.rs
index 8caa058070e861b4a053e16e8d7ec653f54b4979..270dacf30acb74a93b25ef65cf750c4955ef2ac1 100644
--- a/src/features/gen_RtcMediaStreamTrackStats.rs
+++ b/src/features/gen_RtcMediaStreamTrackStats.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcOfferAnswerOptions.rs b/src/features/gen_RtcOfferAnswerOptions.rs
index 9c84bcf9229ffecb7f1894f8c8a21500693d0bf5..dc4330d9cd408bd12bd79abde6c4a879683b4a0a 100644
--- a/src/features/gen_RtcOfferAnswerOptions.rs
+++ b/src/features/gen_RtcOfferAnswerOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcOfferOptions.rs b/src/features/gen_RtcOfferOptions.rs
index 4130baa257b51f1d4eacbc7e6e9e910e8881a2cb..353f369851b7da39077c3975f00dc94f9b60b972 100644
--- a/src/features/gen_RtcOfferOptions.rs
+++ b/src/features/gen_RtcOfferOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcOutboundRtpStreamStats.rs b/src/features/gen_RtcOutboundRtpStreamStats.rs
index 7630d96cab7598479c02b070f5e10d3d6edd20a1..8e705281e44c32f6da0c1480300a26d211c637cd 100644
--- a/src/features/gen_RtcOutboundRtpStreamStats.rs
+++ b/src/features/gen_RtcOutboundRtpStreamStats.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcPeerConnection.rs b/src/features/gen_RtcPeerConnection.rs
index 455a8820beb0bb775df6f93bf0d50aa1bb2d9609..93412c63d8aba338dc3404aa3fcce3a29cfc2a59 100644
--- a/src/features/gen_RtcPeerConnection.rs
+++ b/src/features/gen_RtcPeerConnection.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -90,6 +91,14 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `RtcIceConnectionState`, `RtcPeerConnection`*"]
     pub fn ice_connection_state(this: &RtcPeerConnection) -> RtcIceConnectionState;
+    #[cfg(feature = "RtcPeerConnectionState")]
+    # [wasm_bindgen (structural , method , getter , js_class = "RTCPeerConnection" , js_name = connectionState)]
+    #[doc = "Getter for the `connectionState` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/connectionState)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `RtcPeerConnection`, `RtcPeerConnectionState`*"]
+    pub fn connection_state(this: &RtcPeerConnection) -> RtcPeerConnectionState;
     # [wasm_bindgen (structural , method , getter , js_class = "RTCPeerConnection" , js_name = peerIdentity)]
     #[doc = "Getter for the `peerIdentity` field of this object."]
     #[doc = ""]
@@ -236,6 +245,23 @@ extern "C" {
         this: &RtcPeerConnection,
         value: Option<&::js_sys::Function>,
     );
+    # [wasm_bindgen (structural , method , getter , js_class = "RTCPeerConnection" , js_name = onconnectionstatechange)]
+    #[doc = "Getter for the `onconnectionstatechange` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/onconnectionstatechange)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `RtcPeerConnection`*"]
+    pub fn onconnectionstatechange(this: &RtcPeerConnection) -> Option<::js_sys::Function>;
+    # [wasm_bindgen (structural , method , setter , js_class = "RTCPeerConnection" , js_name = onconnectionstatechange)]
+    #[doc = "Setter for the `onconnectionstatechange` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/onconnectionstatechange)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `RtcPeerConnection`*"]
+    pub fn set_onconnectionstatechange(
+        this: &RtcPeerConnection,
+        value: Option<&::js_sys::Function>,
+    );
     # [wasm_bindgen (structural , method , getter , js_class = "RTCPeerConnection" , js_name = ondatachannel)]
     #[doc = "Getter for the `ondatachannel` field of this object."]
     #[doc = ""]
diff --git a/src/features/gen_RtcPeerConnectionIceEvent.rs b/src/features/gen_RtcPeerConnectionIceEvent.rs
index 3a59c593b76025fdfc08dd9a1f743b5adc7448d1..d98c253f908a4873646663d644202eaa999b33c1 100644
--- a/src/features/gen_RtcPeerConnectionIceEvent.rs
+++ b/src/features/gen_RtcPeerConnectionIceEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcPeerConnectionIceEventInit.rs b/src/features/gen_RtcPeerConnectionIceEventInit.rs
index 2847f6ed77ad0e0d4e147e31f059368fcfee06a8..26d98c9964ccd22055d295a5d5f8d04e64ea49a8 100644
--- a/src/features/gen_RtcPeerConnectionIceEventInit.rs
+++ b/src/features/gen_RtcPeerConnectionIceEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcPeerConnectionState.rs b/src/features/gen_RtcPeerConnectionState.rs
new file mode 100644
index 0000000000000000000000000000000000000000..5647845cb42a913b1351e49ac601acd2dfa01f65
--- /dev/null
+++ b/src/features/gen_RtcPeerConnectionState.rs
@@ -0,0 +1,16 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use wasm_bindgen::prelude::*;
+#[wasm_bindgen]
+#[doc = "The `RtcPeerConnectionState` enum."]
+#[doc = ""]
+#[doc = "*This API requires the following crate features to be activated: `RtcPeerConnectionState`*"]
+#[derive(Debug, Clone, Copy, PartialEq, Eq)]
+pub enum RtcPeerConnectionState {
+    Closed = "closed",
+    Failed = "failed",
+    Disconnected = "disconnected",
+    New = "new",
+    Connecting = "connecting",
+    Connected = "connected",
+}
diff --git a/src/features/gen_RtcPriorityType.rs b/src/features/gen_RtcPriorityType.rs
index ddd712e4c72e05b7d8620b8ce0a86b47bf7a85de..325b66c970bf2c4116b593f8dfbda666d4f8a0bc 100644
--- a/src/features/gen_RtcPriorityType.rs
+++ b/src/features/gen_RtcPriorityType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `RtcPriorityType` enum."]
diff --git a/src/features/gen_RtcRtcpParameters.rs b/src/features/gen_RtcRtcpParameters.rs
index 85df471a0d8aeae303b67e23781e6bebbdf6d584..8a84dff0427d8a7bca2d28b8c52f9abcbedb05a2 100644
--- a/src/features/gen_RtcRtcpParameters.rs
+++ b/src/features/gen_RtcRtcpParameters.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcRtpCodecParameters.rs b/src/features/gen_RtcRtpCodecParameters.rs
index 1292d7cac6c4532092e8dd4c24eea09b6607c72e..35d31c23db6bb4e077e4ec384f85de1a3cc760a6 100644
--- a/src/features/gen_RtcRtpCodecParameters.rs
+++ b/src/features/gen_RtcRtpCodecParameters.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcRtpContributingSource.rs b/src/features/gen_RtcRtpContributingSource.rs
index 6f32c2053b8be37eb2fa50153362ed1f1c285479..77ee8c570505e0b7dfd1c85ace8c53867eb6cc6e 100644
--- a/src/features/gen_RtcRtpContributingSource.rs
+++ b/src/features/gen_RtcRtpContributingSource.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcRtpEncodingParameters.rs b/src/features/gen_RtcRtpEncodingParameters.rs
index 339ec385af5c825d43e2da2fe5405cfd78daed4e..a872f8a33f0846e2e1b0411bae8ff8b3d5e85d7c 100644
--- a/src/features/gen_RtcRtpEncodingParameters.rs
+++ b/src/features/gen_RtcRtpEncodingParameters.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcRtpHeaderExtensionParameters.rs b/src/features/gen_RtcRtpHeaderExtensionParameters.rs
index 5523869a37d9508dab1cb2c57c33c87a1f466c64..bd1a3634ef150e9f3007388148ccc3f4fc883068 100644
--- a/src/features/gen_RtcRtpHeaderExtensionParameters.rs
+++ b/src/features/gen_RtcRtpHeaderExtensionParameters.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcRtpParameters.rs b/src/features/gen_RtcRtpParameters.rs
index 7b413d27512a2949c62403eade705d07dbc13015..65d7e31046d2cbe1125b9d6117655269f7fad6b0 100644
--- a/src/features/gen_RtcRtpParameters.rs
+++ b/src/features/gen_RtcRtpParameters.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcRtpReceiver.rs b/src/features/gen_RtcRtpReceiver.rs
index ee09e08053a009ba5592e385d75e27939f026e62..7c50486cd69115225f429de5ba6fe4e518f5d2b2 100644
--- a/src/features/gen_RtcRtpReceiver.rs
+++ b/src/features/gen_RtcRtpReceiver.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcRtpSender.rs b/src/features/gen_RtcRtpSender.rs
index 8de87c61b10f6e62abeec7edee41f3c9f4c26723..714521c0d3e5f3de69555730090192481773fa9c 100644
--- a/src/features/gen_RtcRtpSender.rs
+++ b/src/features/gen_RtcRtpSender.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcRtpSourceEntry.rs b/src/features/gen_RtcRtpSourceEntry.rs
index a4673ba5200611955c37422a02fab5f5e0a6243a..6c4082958a85619718e4023266bb15f3f77ae389 100644
--- a/src/features/gen_RtcRtpSourceEntry.rs
+++ b/src/features/gen_RtcRtpSourceEntry.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcRtpSourceEntryType.rs b/src/features/gen_RtcRtpSourceEntryType.rs
index e9c709edb0107981d52605011dfc6cd29584e7b9..e1e26ef677cc70b4f27cd65d0676389a3d339474 100644
--- a/src/features/gen_RtcRtpSourceEntryType.rs
+++ b/src/features/gen_RtcRtpSourceEntryType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `RtcRtpSourceEntryType` enum."]
diff --git a/src/features/gen_RtcRtpSynchronizationSource.rs b/src/features/gen_RtcRtpSynchronizationSource.rs
index dcab4408333af7c44063ac0a7279a81d7608b2d5..caf4d6e34fafcd950704a758dbee43ef45cfcc3d 100644
--- a/src/features/gen_RtcRtpSynchronizationSource.rs
+++ b/src/features/gen_RtcRtpSynchronizationSource.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcRtpTransceiver.rs b/src/features/gen_RtcRtpTransceiver.rs
index 6d6eaf2515935514ea37ac4a1fbee81566417ac4..98be39537fffece07eccc566c3f290eba09814d5 100644
--- a/src/features/gen_RtcRtpTransceiver.rs
+++ b/src/features/gen_RtcRtpTransceiver.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcRtpTransceiverDirection.rs b/src/features/gen_RtcRtpTransceiverDirection.rs
index 60a8f98f9ad3b3f878f0c517f39e47bdd6819ef8..ed06356751d8669ffc20b5ccdc80e0a7f31400b9 100644
--- a/src/features/gen_RtcRtpTransceiverDirection.rs
+++ b/src/features/gen_RtcRtpTransceiverDirection.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `RtcRtpTransceiverDirection` enum."]
diff --git a/src/features/gen_RtcRtpTransceiverInit.rs b/src/features/gen_RtcRtpTransceiverInit.rs
index 3f6836a6b2464e8833cd831ee0b354618a0a32fa..ecf868878515be657fe79347128cb37aac9dd3f3 100644
--- a/src/features/gen_RtcRtpTransceiverInit.rs
+++ b/src/features/gen_RtcRtpTransceiverInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcRtxParameters.rs b/src/features/gen_RtcRtxParameters.rs
index 7540a981321d773edd785adb09048cf654b893c0..fd184ac827a0defe51580977b037621546564766 100644
--- a/src/features/gen_RtcRtxParameters.rs
+++ b/src/features/gen_RtcRtxParameters.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcSdpType.rs b/src/features/gen_RtcSdpType.rs
index deaa343095649ed0a7b8c9215e5b5f61136c0187..4babb126b883fb997bef0ee07d643b890fe02c97 100644
--- a/src/features/gen_RtcSdpType.rs
+++ b/src/features/gen_RtcSdpType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `RtcSdpType` enum."]
diff --git a/src/features/gen_RtcSessionDescription.rs b/src/features/gen_RtcSessionDescription.rs
index 975d098e5e8db0afbd2abe31c6bceeb238dc16f2..d61eb1f2eb672153ab16d45e075bb8e5187fe189 100644
--- a/src/features/gen_RtcSessionDescription.rs
+++ b/src/features/gen_RtcSessionDescription.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcSessionDescriptionInit.rs b/src/features/gen_RtcSessionDescriptionInit.rs
index 72ed9cc342dcf392ffa0907e00a75b90029b5ebc..5b2af20278c415d88fbe9cee33bd9b1a24542e77 100644
--- a/src/features/gen_RtcSessionDescriptionInit.rs
+++ b/src/features/gen_RtcSessionDescriptionInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcSignalingState.rs b/src/features/gen_RtcSignalingState.rs
index 9fa4c48e6e14d33ce4e0c7a28ee5313a278cb88f..a735f367086ddfe81e2e717b616c79b9d424f5b3 100644
--- a/src/features/gen_RtcSignalingState.rs
+++ b/src/features/gen_RtcSignalingState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `RtcSignalingState` enum."]
diff --git a/src/features/gen_RtcStats.rs b/src/features/gen_RtcStats.rs
index fc54145da8a73dd379851f0059579116ec64afa5..2a3435a2edf6d301fed4aebc691fb55a166de74a 100644
--- a/src/features/gen_RtcStats.rs
+++ b/src/features/gen_RtcStats.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcStatsIceCandidatePairState.rs b/src/features/gen_RtcStatsIceCandidatePairState.rs
index 0cad390dc394c416230515666be5721f2cdd54a9..fe5b41e58a81ca9e4ff1ddd847e20fd6d482233f 100644
--- a/src/features/gen_RtcStatsIceCandidatePairState.rs
+++ b/src/features/gen_RtcStatsIceCandidatePairState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `RtcStatsIceCandidatePairState` enum."]
diff --git a/src/features/gen_RtcStatsIceCandidateType.rs b/src/features/gen_RtcStatsIceCandidateType.rs
index 0756f85e3c184fe85bc6008712ec431cb126dbf7..3d6084246c09b58c75693a8b19bf9afea6372e54 100644
--- a/src/features/gen_RtcStatsIceCandidateType.rs
+++ b/src/features/gen_RtcStatsIceCandidateType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `RtcStatsIceCandidateType` enum."]
diff --git a/src/features/gen_RtcStatsReport.rs b/src/features/gen_RtcStatsReport.rs
index 5d419f22854119c89c919fae931cc9ee538a1739..ae199acb57376f8e157ce4b2ac295042ee7e1b39 100644
--- a/src/features/gen_RtcStatsReport.rs
+++ b/src/features/gen_RtcStatsReport.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -11,4 +12,53 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `RtcStatsReport`*"]
     pub type RtcStatsReport;
+    # [wasm_bindgen (structural , method , getter , js_class = "RTCStatsReport" , js_name = size)]
+    #[doc = "Getter for the `size` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCStatsReport/size)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `RtcStatsReport`*"]
+    pub fn size(this: &RtcStatsReport) -> u32;
+    # [wasm_bindgen (method , structural , js_class = "RTCStatsReport" , js_name = entries)]
+    #[doc = "The `entries()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCStatsReport/entries)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `RtcStatsReport`*"]
+    pub fn entries(this: &RtcStatsReport) -> ::js_sys::Iterator;
+    # [wasm_bindgen (catch , method , structural , js_class = "RTCStatsReport" , js_name = forEach)]
+    #[doc = "The `forEach()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCStatsReport/forEach)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `RtcStatsReport`*"]
+    pub fn for_each(this: &RtcStatsReport, callback: &::js_sys::Function) -> Result<(), JsValue>;
+    # [wasm_bindgen (method , structural , js_class = "RTCStatsReport" , js_name = get)]
+    #[doc = "The `get()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCStatsReport/get)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `RtcStatsReport`*"]
+    pub fn get(this: &RtcStatsReport, key: &str) -> Option<::js_sys::Object>;
+    # [wasm_bindgen (method , structural , js_class = "RTCStatsReport" , js_name = has)]
+    #[doc = "The `has()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCStatsReport/has)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `RtcStatsReport`*"]
+    pub fn has(this: &RtcStatsReport, key: &str) -> bool;
+    # [wasm_bindgen (method , structural , js_class = "RTCStatsReport" , js_name = keys)]
+    #[doc = "The `keys()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCStatsReport/keys)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `RtcStatsReport`*"]
+    pub fn keys(this: &RtcStatsReport) -> ::js_sys::Iterator;
+    # [wasm_bindgen (method , structural , js_class = "RTCStatsReport" , js_name = values)]
+    #[doc = "The `values()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCStatsReport/values)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `RtcStatsReport`*"]
+    pub fn values(this: &RtcStatsReport) -> ::js_sys::Iterator;
 }
diff --git a/src/features/gen_RtcStatsReportInternal.rs b/src/features/gen_RtcStatsReportInternal.rs
index 5b285c2b590c5741591eae3ee155a8a3ec6368e8..8bdb3b8e931ffb3b8b6aa485a09bf16390744833 100644
--- a/src/features/gen_RtcStatsReportInternal.rs
+++ b/src/features/gen_RtcStatsReportInternal.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcStatsType.rs b/src/features/gen_RtcStatsType.rs
index 777c8d17816449ac124108061877c4cfcea585a7..2670a3a879b5a6453fc351e9dabc50452fd07d00 100644
--- a/src/features/gen_RtcStatsType.rs
+++ b/src/features/gen_RtcStatsType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `RtcStatsType` enum."]
diff --git a/src/features/gen_RtcTrackEvent.rs b/src/features/gen_RtcTrackEvent.rs
index 69870c1a30588e9f31fd96c6b52e55a771896983..ef00b497f8df62a06ea22868a23c74dd1e56dc4c 100644
--- a/src/features/gen_RtcTrackEvent.rs
+++ b/src/features/gen_RtcTrackEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcTrackEventInit.rs b/src/features/gen_RtcTrackEventInit.rs
index a8c8031da0bb95007aa787a33677240bf6dc8337..7bc6ce67d0107594d10a5f479639662f8a9631a2 100644
--- a/src/features/gen_RtcTrackEventInit.rs
+++ b/src/features/gen_RtcTrackEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcTransportStats.rs b/src/features/gen_RtcTransportStats.rs
index bfe856e27fe3841445b1a823a289a98f619de457..93f9a818c63e2b80277ef44064a9019f174a574a 100644
--- a/src/features/gen_RtcTransportStats.rs
+++ b/src/features/gen_RtcTransportStats.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcdtmfSender.rs b/src/features/gen_RtcdtmfSender.rs
index 8feda592ed08502b032f62f7389eed17c77e1a5d..3d66c3f5fe0b024f6db19940ff0d6e152acffdb8 100644
--- a/src/features/gen_RtcdtmfSender.rs
+++ b/src/features/gen_RtcdtmfSender.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcdtmfToneChangeEvent.rs b/src/features/gen_RtcdtmfToneChangeEvent.rs
index 3d513d29484e8561d1b89cfbb2b4abd9112b0579..55772916caf770aa9a82afb7b3944542b3e978e7 100644
--- a/src/features/gen_RtcdtmfToneChangeEvent.rs
+++ b/src/features/gen_RtcdtmfToneChangeEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcdtmfToneChangeEventInit.rs b/src/features/gen_RtcdtmfToneChangeEventInit.rs
index eb6479aa45671bcb968f249e6793e930d1c8c03d..cd7ee92775f02416ed5d9e57ec0857389b2e36c7 100644
--- a/src/features/gen_RtcdtmfToneChangeEventInit.rs
+++ b/src/features/gen_RtcdtmfToneChangeEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcrtpContributingSourceStats.rs b/src/features/gen_RtcrtpContributingSourceStats.rs
index 46b293ae00537731acab0e2551ba7601d63d0679..637fcd06fdbd6888bd824f6969b3244a198d1c65 100644
--- a/src/features/gen_RtcrtpContributingSourceStats.rs
+++ b/src/features/gen_RtcrtpContributingSourceStats.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_RtcrtpStreamStats.rs b/src/features/gen_RtcrtpStreamStats.rs
index 8982a8eaece36ee2ace1e8aacfb8bd28d7b405b5..5d7650e03069c16dcff5fc2801193ecabd50de8a 100644
--- a/src/features/gen_RtcrtpStreamStats.rs
+++ b/src/features/gen_RtcrtpStreamStats.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Screen.rs b/src/features/gen_Screen.rs
index fc2b7a54e2af800235c6c293da62dc4377f76e0e..ba311afbaf03474f33b364c077a30fe14f5ed860 100644
--- a/src/features/gen_Screen.rs
+++ b/src/features/gen_Screen.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ScreenColorGamut.rs b/src/features/gen_ScreenColorGamut.rs
index 354af5c6eb25ed5c87eb18894f70c0ea7e718bc5..d6e752fe5f3186462921c57329fe1200e27bb03c 100644
--- a/src/features/gen_ScreenColorGamut.rs
+++ b/src/features/gen_ScreenColorGamut.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `ScreenColorGamut` enum."]
diff --git a/src/features/gen_ScreenLuminance.rs b/src/features/gen_ScreenLuminance.rs
index 8bdb1ba167fd1e8c64707dad200966f89360e65e..beb8dbf8f410dabcc031b39eebb45ca32709a8a3 100644
--- a/src/features/gen_ScreenLuminance.rs
+++ b/src/features/gen_ScreenLuminance.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ScreenOrientation.rs b/src/features/gen_ScreenOrientation.rs
index 1e26c3b90b4f204d82d56a7d0cab75621574157c..2770eb432472823b59574b2001ced882e5ca742c 100644
--- a/src/features/gen_ScreenOrientation.rs
+++ b/src/features/gen_ScreenOrientation.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ScriptProcessorNode.rs b/src/features/gen_ScriptProcessorNode.rs
index c213227403f462ba796244a9eefa5f405f38e4d9..f89fc872d0e1923f48233762a76a11ac540e7ecb 100644
--- a/src/features/gen_ScriptProcessorNode.rs
+++ b/src/features/gen_ScriptProcessorNode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ScrollAreaEvent.rs b/src/features/gen_ScrollAreaEvent.rs
index c4c5103e4a9a3c13debd3bc8e6f5edf00f359a37..1ddb9eb4c61dd1f8a2a109a79b391afbbb4ff7dd 100644
--- a/src/features/gen_ScrollAreaEvent.rs
+++ b/src/features/gen_ScrollAreaEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ScrollBehavior.rs b/src/features/gen_ScrollBehavior.rs
index 9df43cc73914189815780062a0a1508e03140f62..9170db49c002f62813f0db9881d9c1e5f7e32777 100644
--- a/src/features/gen_ScrollBehavior.rs
+++ b/src/features/gen_ScrollBehavior.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `ScrollBehavior` enum."]
diff --git a/src/features/gen_ScrollBoxObject.rs b/src/features/gen_ScrollBoxObject.rs
index 36749f197e3d4a161c961d8c799dd9533c3dd311..83b52feeabfe655f28db43d99c2eecd9117a17aa 100644
--- a/src/features/gen_ScrollBoxObject.rs
+++ b/src/features/gen_ScrollBoxObject.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ScrollIntoViewOptions.rs b/src/features/gen_ScrollIntoViewOptions.rs
index 41bbe8794452b1b9c9a8cf70bc7ac80675ba1919..c5a65fa67c6da45ca28045c9b48908e4c551ac34 100644
--- a/src/features/gen_ScrollIntoViewOptions.rs
+++ b/src/features/gen_ScrollIntoViewOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ScrollLogicalPosition.rs b/src/features/gen_ScrollLogicalPosition.rs
index a3643a4fa492253ca96760f674063c70bc43dd67..5a3d088688d7e40b021bf88c5ee3a6b4b662bc29 100644
--- a/src/features/gen_ScrollLogicalPosition.rs
+++ b/src/features/gen_ScrollLogicalPosition.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `ScrollLogicalPosition` enum."]
diff --git a/src/features/gen_ScrollOptions.rs b/src/features/gen_ScrollOptions.rs
index 8248151ed3b7027d55d31e2337dd41b33e2b9080..3f7a7443164f0baffab01b58509de7d77ad97d48 100644
--- a/src/features/gen_ScrollOptions.rs
+++ b/src/features/gen_ScrollOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ScrollRestoration.rs b/src/features/gen_ScrollRestoration.rs
index 615878089f4e0746ff40270f931d67d783583059..62d6d116d74d7a13fb50bd137cb62191ca591441 100644
--- a/src/features/gen_ScrollRestoration.rs
+++ b/src/features/gen_ScrollRestoration.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `ScrollRestoration` enum."]
diff --git a/src/features/gen_ScrollSetting.rs b/src/features/gen_ScrollSetting.rs
index d4ba6cbf7c13c95ff0d54dbf4b2ebdd4c9f25bc7..7f30f8a851f63bc4b0ebf221557ffa87a6cd6a3a 100644
--- a/src/features/gen_ScrollSetting.rs
+++ b/src/features/gen_ScrollSetting.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `ScrollSetting` enum."]
diff --git a/src/features/gen_ScrollState.rs b/src/features/gen_ScrollState.rs
index 2af8c7aa4c488e6ebf2ecaae5b3ad0f8d371d245..c06431714f84f030f1793847ee68da45a1461a33 100644
--- a/src/features/gen_ScrollState.rs
+++ b/src/features/gen_ScrollState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `ScrollState` enum."]
diff --git a/src/features/gen_ScrollToOptions.rs b/src/features/gen_ScrollToOptions.rs
index 3458f6d5c346fa19badde2073892946202c7ba01..b42cac636e00ca530022fa1645b247dfa5d3fab9 100644
--- a/src/features/gen_ScrollToOptions.rs
+++ b/src/features/gen_ScrollToOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ScrollViewChangeEventInit.rs b/src/features/gen_ScrollViewChangeEventInit.rs
index 8ea656b578c76d20d74c7b9c30d7a6303ad82f48..26b1f09c22e2ba47743d60f824732a517a70085e 100644
--- a/src/features/gen_ScrollViewChangeEventInit.rs
+++ b/src/features/gen_ScrollViewChangeEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SecurityPolicyViolationEvent.rs b/src/features/gen_SecurityPolicyViolationEvent.rs
index 65b354d56a7afd6a773bbf7d6c47ef074bd7a996..f8c29a91147544598e00ae4fb2d2a16ac4742aaf 100644
--- a/src/features/gen_SecurityPolicyViolationEvent.rs
+++ b/src/features/gen_SecurityPolicyViolationEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SecurityPolicyViolationEventDisposition.rs b/src/features/gen_SecurityPolicyViolationEventDisposition.rs
index 749e43da59c65b7d259e0cfa4c49897cacbce761..38f01f8c4417da3d005d8f244e4d725b1da7c77c 100644
--- a/src/features/gen_SecurityPolicyViolationEventDisposition.rs
+++ b/src/features/gen_SecurityPolicyViolationEventDisposition.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `SecurityPolicyViolationEventDisposition` enum."]
diff --git a/src/features/gen_SecurityPolicyViolationEventInit.rs b/src/features/gen_SecurityPolicyViolationEventInit.rs
index 8170d05ed634b50293fba45bcf94a145eee5a298..a51d4da0d5cf32d625a457c1cacb3b3a0b865b3b 100644
--- a/src/features/gen_SecurityPolicyViolationEventInit.rs
+++ b/src/features/gen_SecurityPolicyViolationEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Selection.rs b/src/features/gen_Selection.rs
index d4636464b9ba3c2fb16ef56f2aeb9ed01669359a..ae14db5412016ae84353aa31c64769db584bf45d 100644
--- a/src/features/gen_Selection.rs
+++ b/src/features/gen_Selection.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SelectionMode.rs b/src/features/gen_SelectionMode.rs
new file mode 100644
index 0000000000000000000000000000000000000000..5d32722ab2cbf591b742528a76eb4381f4a62026
--- /dev/null
+++ b/src/features/gen_SelectionMode.rs
@@ -0,0 +1,14 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use wasm_bindgen::prelude::*;
+#[wasm_bindgen]
+#[doc = "The `SelectionMode` enum."]
+#[doc = ""]
+#[doc = "*This API requires the following crate features to be activated: `SelectionMode`*"]
+#[derive(Debug, Clone, Copy, PartialEq, Eq)]
+pub enum SelectionMode {
+    Select = "select",
+    Start = "start",
+    End = "end",
+    Preserve = "preserve",
+}
diff --git a/src/features/gen_Serial.rs b/src/features/gen_Serial.rs
new file mode 100644
index 0000000000000000000000000000000000000000..1cda2aa4ada02c31b1fd11ae91297a4917e270bf
--- /dev/null
+++ b/src/features/gen_Serial.rs
@@ -0,0 +1,100 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = EventTarget , extends = :: js_sys :: Object , js_name = Serial , typescript_type = "Serial")]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `Serial` class."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Serial)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Serial`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type Serial;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , getter , js_class = "Serial" , js_name = onconnect)]
+    #[doc = "Getter for the `onconnect` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Serial/onconnect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Serial`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn onconnect(this: &Serial) -> Option<::js_sys::Function>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , setter , js_class = "Serial" , js_name = onconnect)]
+    #[doc = "Setter for the `onconnect` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Serial/onconnect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Serial`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn set_onconnect(this: &Serial, value: Option<&::js_sys::Function>);
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , getter , js_class = "Serial" , js_name = ondisconnect)]
+    #[doc = "Getter for the `ondisconnect` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Serial/ondisconnect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Serial`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn ondisconnect(this: &Serial) -> Option<::js_sys::Function>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , setter , js_class = "Serial" , js_name = ondisconnect)]
+    #[doc = "Setter for the `ondisconnect` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Serial/ondisconnect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Serial`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn set_ondisconnect(this: &Serial, value: Option<&::js_sys::Function>);
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "Serial" , js_name = getPorts)]
+    #[doc = "The `getPorts()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Serial/getPorts)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Serial`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn get_ports(this: &Serial) -> ::js_sys::Promise;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "Serial" , js_name = requestPort)]
+    #[doc = "The `requestPort()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Serial/requestPort)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Serial`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn request_port(this: &Serial) -> ::js_sys::Promise;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "SerialPortRequestOptions")]
+    # [wasm_bindgen (method , structural , js_class = "Serial" , js_name = requestPort)]
+    #[doc = "The `requestPort()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Serial/requestPort)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Serial`, `SerialPortRequestOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn request_port_with_options(
+        this: &Serial,
+        options: &SerialPortRequestOptions,
+    ) -> ::js_sys::Promise;
+}
diff --git a/src/features/gen_SerialInputSignals.rs b/src/features/gen_SerialInputSignals.rs
new file mode 100644
index 0000000000000000000000000000000000000000..dce79b531efb481468a7546dba9ae8d1d078a858
--- /dev/null
+++ b/src/features/gen_SerialInputSignals.rs
@@ -0,0 +1,124 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = SerialInputSignals)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `SerialInputSignals` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialInputSignals`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type SerialInputSignals;
+}
+#[cfg(web_sys_unstable_apis)]
+impl SerialInputSignals {
+    #[doc = "Construct a new `SerialInputSignals`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialInputSignals`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new(
+        clear_to_send: bool,
+        data_carrier_detect: bool,
+        data_set_ready: bool,
+        ring_indicator: bool,
+    ) -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret.clear_to_send(clear_to_send);
+        ret.data_carrier_detect(data_carrier_detect);
+        ret.data_set_ready(data_set_ready);
+        ret.ring_indicator(ring_indicator);
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `clearToSend` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialInputSignals`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn clear_to_send(&mut self, val: bool) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("clearToSend"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `dataCarrierDetect` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialInputSignals`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn data_carrier_detect(&mut self, val: bool) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("dataCarrierDetect"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `dataSetReady` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialInputSignals`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn data_set_ready(&mut self, val: bool) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("dataSetReady"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `ringIndicator` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialInputSignals`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn ring_indicator(&mut self, val: bool) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("ringIndicator"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
diff --git a/src/features/gen_SerialOptions.rs b/src/features/gen_SerialOptions.rs
new file mode 100644
index 0000000000000000000000000000000000000000..4f9f2b8e7d9336829625974f1b60668267eb3792
--- /dev/null
+++ b/src/features/gen_SerialOptions.rs
@@ -0,0 +1,157 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = SerialOptions)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `SerialOptions` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type SerialOptions;
+}
+#[cfg(web_sys_unstable_apis)]
+impl SerialOptions {
+    #[doc = "Construct a new `SerialOptions`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new(baud_rate: u32) -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret.baud_rate(baud_rate);
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `baudRate` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn baud_rate(&mut self, val: u32) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("baudRate"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `bufferSize` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn buffer_size(&mut self, val: u32) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("bufferSize"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `dataBits` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn data_bits(&mut self, val: u8) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("dataBits"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "FlowControlType")]
+    #[doc = "Change the `flowControl` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `FlowControlType`, `SerialOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn flow_control(&mut self, val: FlowControlType) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("flowControl"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "ParityType")]
+    #[doc = "Change the `parity` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ParityType`, `SerialOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn parity(&mut self, val: ParityType) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r =
+            ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("parity"), &JsValue::from(val));
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `stopBits` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn stop_bits(&mut self, val: u8) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("stopBits"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
diff --git a/src/features/gen_SerialOutputSignals.rs b/src/features/gen_SerialOutputSignals.rs
new file mode 100644
index 0000000000000000000000000000000000000000..367e446ddaa6f3274ba0e06286e651717b39c5f4
--- /dev/null
+++ b/src/features/gen_SerialOutputSignals.rs
@@ -0,0 +1,96 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = SerialOutputSignals)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `SerialOutputSignals` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialOutputSignals`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type SerialOutputSignals;
+}
+#[cfg(web_sys_unstable_apis)]
+impl SerialOutputSignals {
+    #[doc = "Construct a new `SerialOutputSignals`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialOutputSignals`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `break` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialOutputSignals`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn break_(&mut self, val: bool) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("break"), &JsValue::from(val));
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `dataTerminalReady` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialOutputSignals`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn data_terminal_ready(&mut self, val: bool) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("dataTerminalReady"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `requestToSend` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialOutputSignals`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn request_to_send(&mut self, val: bool) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("requestToSend"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+#[cfg(web_sys_unstable_apis)]
+impl Default for SerialOutputSignals {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_SerialPort.rs b/src/features/gen_SerialPort.rs
new file mode 100644
index 0000000000000000000000000000000000000000..7df4fe5fb5c6d83470b1738ec3cc7186b77d6e77
--- /dev/null
+++ b/src/features/gen_SerialPort.rs
@@ -0,0 +1,170 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = EventTarget , extends = :: js_sys :: Object , js_name = SerialPort , typescript_type = "SerialPort")]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `SerialPort` class."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SerialPort)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialPort`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type SerialPort;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , getter , js_class = "SerialPort" , js_name = onconnect)]
+    #[doc = "Getter for the `onconnect` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SerialPort/onconnect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialPort`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn onconnect(this: &SerialPort) -> Option<::js_sys::Function>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , setter , js_class = "SerialPort" , js_name = onconnect)]
+    #[doc = "Setter for the `onconnect` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SerialPort/onconnect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialPort`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn set_onconnect(this: &SerialPort, value: Option<&::js_sys::Function>);
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , getter , js_class = "SerialPort" , js_name = ondisconnect)]
+    #[doc = "Getter for the `ondisconnect` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SerialPort/ondisconnect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialPort`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn ondisconnect(this: &SerialPort) -> Option<::js_sys::Function>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , setter , js_class = "SerialPort" , js_name = ondisconnect)]
+    #[doc = "Setter for the `ondisconnect` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SerialPort/ondisconnect)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialPort`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn set_ondisconnect(this: &SerialPort, value: Option<&::js_sys::Function>);
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "ReadableStream")]
+    # [wasm_bindgen (structural , method , getter , js_class = "SerialPort" , js_name = readable)]
+    #[doc = "Getter for the `readable` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SerialPort/readable)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ReadableStream`, `SerialPort`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn readable(this: &SerialPort) -> ReadableStream;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "WritableStream")]
+    # [wasm_bindgen (structural , method , getter , js_class = "SerialPort" , js_name = writable)]
+    #[doc = "Getter for the `writable` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SerialPort/writable)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialPort`, `WritableStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn writable(this: &SerialPort) -> WritableStream;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "SerialPort" , js_name = close)]
+    #[doc = "The `close()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SerialPort/close)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialPort`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn close(this: &SerialPort) -> ::js_sys::Promise;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "SerialPort" , js_name = forget)]
+    #[doc = "The `forget()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SerialPort/forget)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialPort`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn forget(this: &SerialPort) -> ::js_sys::Promise;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "SerialPortInfo")]
+    # [wasm_bindgen (method , structural , js_class = "SerialPort" , js_name = getInfo)]
+    #[doc = "The `getInfo()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SerialPort/getInfo)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialPort`, `SerialPortInfo`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn get_info(this: &SerialPort) -> SerialPortInfo;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "SerialPort" , js_name = getSignals)]
+    #[doc = "The `getSignals()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SerialPort/getSignals)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialPort`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn get_signals(this: &SerialPort) -> ::js_sys::Promise;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "SerialOptions")]
+    # [wasm_bindgen (method , structural , js_class = "SerialPort" , js_name = open)]
+    #[doc = "The `open()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SerialPort/open)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialOptions`, `SerialPort`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn open(this: &SerialPort, options: &SerialOptions) -> ::js_sys::Promise;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "SerialPort" , js_name = setSignals)]
+    #[doc = "The `setSignals()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SerialPort/setSignals)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialPort`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn set_signals(this: &SerialPort) -> ::js_sys::Promise;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "SerialOutputSignals")]
+    # [wasm_bindgen (method , structural , js_class = "SerialPort" , js_name = setSignals)]
+    #[doc = "The `setSignals()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SerialPort/setSignals)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialOutputSignals`, `SerialPort`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn set_signals_with_signals(
+        this: &SerialPort,
+        signals: &SerialOutputSignals,
+    ) -> ::js_sys::Promise;
+}
diff --git a/src/features/gen_SerialPortFilter.rs b/src/features/gen_SerialPortFilter.rs
new file mode 100644
index 0000000000000000000000000000000000000000..c323a35186efd588d5b80103616bbc16dcac1a40
--- /dev/null
+++ b/src/features/gen_SerialPortFilter.rs
@@ -0,0 +1,79 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = SerialPortFilter)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `SerialPortFilter` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialPortFilter`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type SerialPortFilter;
+}
+#[cfg(web_sys_unstable_apis)]
+impl SerialPortFilter {
+    #[doc = "Construct a new `SerialPortFilter`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialPortFilter`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `usbProductId` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialPortFilter`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn usb_product_id(&mut self, val: u16) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("usbProductId"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `usbVendorId` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialPortFilter`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn usb_vendor_id(&mut self, val: u16) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("usbVendorId"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+#[cfg(web_sys_unstable_apis)]
+impl Default for SerialPortFilter {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_SerialPortInfo.rs b/src/features/gen_SerialPortInfo.rs
new file mode 100644
index 0000000000000000000000000000000000000000..0ddd9ac77a635281a7aa5cb98c8f3edf45db38dc
--- /dev/null
+++ b/src/features/gen_SerialPortInfo.rs
@@ -0,0 +1,79 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = SerialPortInfo)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `SerialPortInfo` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialPortInfo`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type SerialPortInfo;
+}
+#[cfg(web_sys_unstable_apis)]
+impl SerialPortInfo {
+    #[doc = "Construct a new `SerialPortInfo`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialPortInfo`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `usbProductId` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialPortInfo`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn usb_product_id(&mut self, val: u16) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("usbProductId"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `usbVendorId` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialPortInfo`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn usb_vendor_id(&mut self, val: u16) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("usbVendorId"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+#[cfg(web_sys_unstable_apis)]
+impl Default for SerialPortInfo {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_SerialPortRequestOptions.rs b/src/features/gen_SerialPortRequestOptions.rs
new file mode 100644
index 0000000000000000000000000000000000000000..f87307fa5bf4d62b895a9f222e22b94562c16054
--- /dev/null
+++ b/src/features/gen_SerialPortRequestOptions.rs
@@ -0,0 +1,58 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = SerialPortRequestOptions)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `SerialPortRequestOptions` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialPortRequestOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type SerialPortRequestOptions;
+}
+#[cfg(web_sys_unstable_apis)]
+impl SerialPortRequestOptions {
+    #[doc = "Construct a new `SerialPortRequestOptions`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialPortRequestOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `filters` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `SerialPortRequestOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn filters(&mut self, val: &::wasm_bindgen::JsValue) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("filters"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+#[cfg(web_sys_unstable_apis)]
+impl Default for SerialPortRequestOptions {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_ServerSocketOptions.rs b/src/features/gen_ServerSocketOptions.rs
index c347b90a051521e68b78707a6d417a5c0a2c721f..3db678f2efb747677d88def592932be327c61d46 100644
--- a/src/features/gen_ServerSocketOptions.rs
+++ b/src/features/gen_ServerSocketOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ServiceWorker.rs b/src/features/gen_ServiceWorker.rs
index 7e006d764a629831666016b1d7d9199d8fdcf81c..3cd41e6c86582dfe976803335d0c5b20298e5dbe 100644
--- a/src/features/gen_ServiceWorker.rs
+++ b/src/features/gen_ServiceWorker.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ServiceWorkerContainer.rs b/src/features/gen_ServiceWorkerContainer.rs
index d2be819c51ebcf9c9e85c307a9de800a1b4c8ec4..de92b4cf28271da1418a7136ae340f09eaa1721a 100644
--- a/src/features/gen_ServiceWorkerContainer.rs
+++ b/src/features/gen_ServiceWorkerContainer.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ServiceWorkerGlobalScope.rs b/src/features/gen_ServiceWorkerGlobalScope.rs
index e25ebbc44590525286a4b9996ee0c31857597757..51c90143068f16f70fe52aa0bd8e4764a1740d49 100644
--- a/src/features/gen_ServiceWorkerGlobalScope.rs
+++ b/src/features/gen_ServiceWorkerGlobalScope.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ServiceWorkerRegistration.rs b/src/features/gen_ServiceWorkerRegistration.rs
index 06155365c92d9cd70d362f5ad160cf1672ebe720..1923ab849c61f5eb6dbee47966ef4f57c3ae2077 100644
--- a/src/features/gen_ServiceWorkerRegistration.rs
+++ b/src/features/gen_ServiceWorkerRegistration.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ServiceWorkerState.rs b/src/features/gen_ServiceWorkerState.rs
index 4dfcc6156e4ddef37e119f47edb2fef7cc878670..cf37c476fb872a8797e2d953cda57566df5104ef 100644
--- a/src/features/gen_ServiceWorkerState.rs
+++ b/src/features/gen_ServiceWorkerState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `ServiceWorkerState` enum."]
diff --git a/src/features/gen_ServiceWorkerUpdateViaCache.rs b/src/features/gen_ServiceWorkerUpdateViaCache.rs
index 72de930ae35256a8f6a2c1b3bb447b0529feaf68..d667ab4ea9eca7a0d82c5ec3a6d58ec609d73a6d 100644
--- a/src/features/gen_ServiceWorkerUpdateViaCache.rs
+++ b/src/features/gen_ServiceWorkerUpdateViaCache.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `ServiceWorkerUpdateViaCache` enum."]
diff --git a/src/features/gen_ShadowRoot.rs b/src/features/gen_ShadowRoot.rs
index a0186ea2eb4e24ca21b511303a5e22e79a88fecf..529ee182e593a0d0a1a70850b90ba89374f3e636 100644
--- a/src/features/gen_ShadowRoot.rs
+++ b/src/features/gen_ShadowRoot.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ShadowRootInit.rs b/src/features/gen_ShadowRootInit.rs
index 762fc9e81dd403719129fde76e4d507d3a40bef9..50a7111064aa71361a625e13582dfbc7ae991a35 100644
--- a/src/features/gen_ShadowRootInit.rs
+++ b/src/features/gen_ShadowRootInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ShadowRootMode.rs b/src/features/gen_ShadowRootMode.rs
index baddd9fe96bbb05baa0d481e0f12bdfab44255f9..c6cfca62a0c45362c0e4c10839d10998fd3ab313 100644
--- a/src/features/gen_ShadowRootMode.rs
+++ b/src/features/gen_ShadowRootMode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `ShadowRootMode` enum."]
diff --git a/src/features/gen_ShareData.rs b/src/features/gen_ShareData.rs
index 982cbd480d9fa679c20f3373b1e4c9c3a643b0c6..cc44f17d96d90bb6195fc594ddc8e9610efcee35 100644
--- a/src/features/gen_ShareData.rs
+++ b/src/features/gen_ShareData.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_SharedWorker.rs b/src/features/gen_SharedWorker.rs
index 28c93e7700c5f454d87714e87498d7ac2208b9a7..3ced2d82961e62e705d33b40d972e953acd48aa3 100644
--- a/src/features/gen_SharedWorker.rs
+++ b/src/features/gen_SharedWorker.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SharedWorkerGlobalScope.rs b/src/features/gen_SharedWorkerGlobalScope.rs
index b77b9f89245f90fc972057af6dff6d176bd9949c..9c680418c9cf172766e63d82e6391b7faf4a2cdd 100644
--- a/src/features/gen_SharedWorkerGlobalScope.rs
+++ b/src/features/gen_SharedWorkerGlobalScope.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SignResponse.rs b/src/features/gen_SignResponse.rs
index 5b0680e1d67ccab9dc62e1e105a4ce9f6e754297..9d066b7423b8d4c502e0c3bd80e10036bcbb5289 100644
--- a/src/features/gen_SignResponse.rs
+++ b/src/features/gen_SignResponse.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SocketElement.rs b/src/features/gen_SocketElement.rs
index 81bc62c7236119da6adf00b019e6672478f4e2cf..56269e3e4abe26e02bac683b7f4a27b2eceb98c0 100644
--- a/src/features/gen_SocketElement.rs
+++ b/src/features/gen_SocketElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SocketOptions.rs b/src/features/gen_SocketOptions.rs
index 103c82e19b587fc3e240162eaf9e9fadd835214a..6754c5361015f82aa13120e4fbac462becb51d9a 100644
--- a/src/features/gen_SocketOptions.rs
+++ b/src/features/gen_SocketOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SocketReadyState.rs b/src/features/gen_SocketReadyState.rs
index 5c359de2ab69b7deab831697550047eaaa230f40..00092b00a700c4f64e01678138b8d7a13e0e26a2 100644
--- a/src/features/gen_SocketReadyState.rs
+++ b/src/features/gen_SocketReadyState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `SocketReadyState` enum."]
diff --git a/src/features/gen_SocketsDict.rs b/src/features/gen_SocketsDict.rs
index 15e87f1184d5510211995da5f0ad1bee5f926636..f760fdf071ee874ceaddf77c24ba4a2bf9054e21 100644
--- a/src/features/gen_SocketsDict.rs
+++ b/src/features/gen_SocketsDict.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SourceBuffer.rs b/src/features/gen_SourceBuffer.rs
index 8405987e39380455059b4619a3e9af56d05443bd..a67b53271cf11ef1427f09d651479e8709271255 100644
--- a/src/features/gen_SourceBuffer.rs
+++ b/src/features/gen_SourceBuffer.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SourceBufferAppendMode.rs b/src/features/gen_SourceBufferAppendMode.rs
index 21eb0db9a2a29e0a36b3ebb8889aff991c2feb39..cdd97c94d5531c8502603f9a67973c7ac8732315 100644
--- a/src/features/gen_SourceBufferAppendMode.rs
+++ b/src/features/gen_SourceBufferAppendMode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `SourceBufferAppendMode` enum."]
diff --git a/src/features/gen_SourceBufferList.rs b/src/features/gen_SourceBufferList.rs
index 37e0e23075bfb4deb54f66321343343020eb33c7..7bab0e8e873bd5da901146aead048707735918b4 100644
--- a/src/features/gen_SourceBufferList.rs
+++ b/src/features/gen_SourceBufferList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SpeechGrammar.rs b/src/features/gen_SpeechGrammar.rs
index f9a24accc5f65d4eaa652f406950f7efe7250e20..346430e21468b380dad53f3ebff6141284e61e1d 100644
--- a/src/features/gen_SpeechGrammar.rs
+++ b/src/features/gen_SpeechGrammar.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SpeechGrammarList.rs b/src/features/gen_SpeechGrammarList.rs
index 1f9e7a72160f2a2501da6f86efef31644ed1583d..cd91e27a24bdc067314f9e6b4ed7a2e5843672cc 100644
--- a/src/features/gen_SpeechGrammarList.rs
+++ b/src/features/gen_SpeechGrammarList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SpeechRecognition.rs b/src/features/gen_SpeechRecognition.rs
index 10bb4a75e9569c953e7343eb9da688595e3730b4..c2e1d9f81d4c95a8bebc669c49fddae87c9bdb71 100644
--- a/src/features/gen_SpeechRecognition.rs
+++ b/src/features/gen_SpeechRecognition.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SpeechRecognitionAlternative.rs b/src/features/gen_SpeechRecognitionAlternative.rs
index 5aced7fb38d9cf5242ffc1b7f941db4fd5a8bb4d..957b5c85a627966e0ae4e9e41f3c75e92bbfbcd4 100644
--- a/src/features/gen_SpeechRecognitionAlternative.rs
+++ b/src/features/gen_SpeechRecognitionAlternative.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SpeechRecognitionError.rs b/src/features/gen_SpeechRecognitionError.rs
index 3711127120341ea247234908f4f3415d9c60f14f..d297aad347725be7018cdc8d47f520cc0a05be56 100644
--- a/src/features/gen_SpeechRecognitionError.rs
+++ b/src/features/gen_SpeechRecognitionError.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SpeechRecognitionErrorCode.rs b/src/features/gen_SpeechRecognitionErrorCode.rs
index 4f7284690681cda9c0e167bc98de1420843424c2..4bbf99e600c54803f3ed8d2b3671be0ecbb1f953 100644
--- a/src/features/gen_SpeechRecognitionErrorCode.rs
+++ b/src/features/gen_SpeechRecognitionErrorCode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `SpeechRecognitionErrorCode` enum."]
diff --git a/src/features/gen_SpeechRecognitionErrorInit.rs b/src/features/gen_SpeechRecognitionErrorInit.rs
index 1a7d578ac5175cdbe46d9ec81fd758e6e64b7724..96677fa0d02f1a01e18fcebaea2aeadd014641cf 100644
--- a/src/features/gen_SpeechRecognitionErrorInit.rs
+++ b/src/features/gen_SpeechRecognitionErrorInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SpeechRecognitionEvent.rs b/src/features/gen_SpeechRecognitionEvent.rs
index 1e37c86ab593dfde66736be560d3d94da39b4c68..4b316dbad64e27a44c38f31b448e7a61040de264 100644
--- a/src/features/gen_SpeechRecognitionEvent.rs
+++ b/src/features/gen_SpeechRecognitionEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SpeechRecognitionEventInit.rs b/src/features/gen_SpeechRecognitionEventInit.rs
index 7ac78ecf21938cdea01fbc5d97e4dc99db076116..75e71fd7bc6aaa5f511d98cf5c7255dc24c1709f 100644
--- a/src/features/gen_SpeechRecognitionEventInit.rs
+++ b/src/features/gen_SpeechRecognitionEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SpeechRecognitionResult.rs b/src/features/gen_SpeechRecognitionResult.rs
index 15075334d81b844fa5076bb805e044f0b1da0d10..c057f4b3691d8d088d53a253dc632412d1070653 100644
--- a/src/features/gen_SpeechRecognitionResult.rs
+++ b/src/features/gen_SpeechRecognitionResult.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SpeechRecognitionResultList.rs b/src/features/gen_SpeechRecognitionResultList.rs
index 9201f8e53129dd0dc026f6cf1c680c6c50233095..843e8dca6e7b4a4721298f20f4da82f12c42c59a 100644
--- a/src/features/gen_SpeechRecognitionResultList.rs
+++ b/src/features/gen_SpeechRecognitionResultList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SpeechSynthesis.rs b/src/features/gen_SpeechSynthesis.rs
index 729f47d0022b36c383c2ef5069e25c8c13084879..ff364971498bfa7e4c7d72360f406f2bd5bc854a 100644
--- a/src/features/gen_SpeechSynthesis.rs
+++ b/src/features/gen_SpeechSynthesis.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SpeechSynthesisErrorCode.rs b/src/features/gen_SpeechSynthesisErrorCode.rs
index f6cf1bcba746ba81284f939b6d536eae747933b3..f024bf0695b8275bd61abe8ca8910949211b7aa8 100644
--- a/src/features/gen_SpeechSynthesisErrorCode.rs
+++ b/src/features/gen_SpeechSynthesisErrorCode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `SpeechSynthesisErrorCode` enum."]
diff --git a/src/features/gen_SpeechSynthesisErrorEvent.rs b/src/features/gen_SpeechSynthesisErrorEvent.rs
index 9d6354531ab934060382c1ec74dc27ec4e496ee8..04ab04bfad21e9d44421aa1fdcd767e447f65f14 100644
--- a/src/features/gen_SpeechSynthesisErrorEvent.rs
+++ b/src/features/gen_SpeechSynthesisErrorEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SpeechSynthesisErrorEventInit.rs b/src/features/gen_SpeechSynthesisErrorEventInit.rs
index 8bb2801a3aba85a342c20ff2b6c8d144cb35f918..e53c1f0871a99a184b13192094fba9e506f7c04f 100644
--- a/src/features/gen_SpeechSynthesisErrorEventInit.rs
+++ b/src/features/gen_SpeechSynthesisErrorEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SpeechSynthesisEvent.rs b/src/features/gen_SpeechSynthesisEvent.rs
index 361fb54c98fb169826b67fe6e2c57ba93c58346e..29b842959a70ee5729d5f5331aec3069fa611e53 100644
--- a/src/features/gen_SpeechSynthesisEvent.rs
+++ b/src/features/gen_SpeechSynthesisEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SpeechSynthesisEventInit.rs b/src/features/gen_SpeechSynthesisEventInit.rs
index 83ddf5e97159833b14d3aa6e173a5daa51669ccf..be45a338d849a94b0285963ec40d085295773469 100644
--- a/src/features/gen_SpeechSynthesisEventInit.rs
+++ b/src/features/gen_SpeechSynthesisEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SpeechSynthesisUtterance.rs b/src/features/gen_SpeechSynthesisUtterance.rs
index aa7eaacf3a9f436d83db863062c14aef0c3c0515..0bd4f6ecc875242f9e1e28e98dcb8cc7f9538d2e 100644
--- a/src/features/gen_SpeechSynthesisUtterance.rs
+++ b/src/features/gen_SpeechSynthesisUtterance.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SpeechSynthesisVoice.rs b/src/features/gen_SpeechSynthesisVoice.rs
index 2601275792715cbbe79d5ecbd8976841967b6b96..a03faee42cc86ac67064c2b085e69b7ee3da486b 100644
--- a/src/features/gen_SpeechSynthesisVoice.rs
+++ b/src/features/gen_SpeechSynthesisVoice.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_StereoPannerNode.rs b/src/features/gen_StereoPannerNode.rs
index 8accee506f10fc6729f936b12785c1278bf796b2..c72bd5f98f974197ce5b4a6c9204502512fdc850 100644
--- a/src/features/gen_StereoPannerNode.rs
+++ b/src/features/gen_StereoPannerNode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_StereoPannerOptions.rs b/src/features/gen_StereoPannerOptions.rs
index f1996c603bfe1120eae435b46a52b184cc469154..460ac46aa8d76496a25e45cfd75cb7e6d3b78ccc 100644
--- a/src/features/gen_StereoPannerOptions.rs
+++ b/src/features/gen_StereoPannerOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Storage.rs b/src/features/gen_Storage.rs
index 2a287b7d92803f02832355e58c1e09aca0ab3280..3844e1159b2ed477684725cb3ea0cef476e60939 100644
--- a/src/features/gen_Storage.rs
+++ b/src/features/gen_Storage.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_StorageEstimate.rs b/src/features/gen_StorageEstimate.rs
index 20cebe9a1545fb6876cf8a62c159ff570f237260..e36eae6d6d74fe7fd76ac8619ec5dbe7cf5cc94f 100644
--- a/src/features/gen_StorageEstimate.rs
+++ b/src/features/gen_StorageEstimate.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_StorageEvent.rs b/src/features/gen_StorageEvent.rs
index 8030d407dcf07221f77f6a6cdddfade1778cfba9..55cfc058cba947ac70aed0f0942b83d5107079a5 100644
--- a/src/features/gen_StorageEvent.rs
+++ b/src/features/gen_StorageEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_StorageEventInit.rs b/src/features/gen_StorageEventInit.rs
index d3509e513594b95eb97e8fea03697cfa16a95f33..3954404447265196cc394257b6dffd9b73ff508d 100644
--- a/src/features/gen_StorageEventInit.rs
+++ b/src/features/gen_StorageEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_StorageManager.rs b/src/features/gen_StorageManager.rs
index 9901c79509c0e25d0a3c2f8ec3e0e2648fb95f1a..1c10d76104612d160b14e3512b77f8f603a2e727 100644
--- a/src/features/gen_StorageManager.rs
+++ b/src/features/gen_StorageManager.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -18,6 +19,17 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `StorageManager`*"]
     pub fn estimate(this: &StorageManager) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "StorageManager" , js_name = getDirectory)]
+    #[doc = "The `getDirectory()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/StorageManager/getDirectory)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `StorageManager`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn get_directory(this: &StorageManager) -> ::js_sys::Promise;
     # [wasm_bindgen (catch , method , structural , js_class = "StorageManager" , js_name = persist)]
     #[doc = "The `persist()` method."]
     #[doc = ""]
diff --git a/src/features/gen_StorageType.rs b/src/features/gen_StorageType.rs
index 46eea4c2f05ea29d07e0fee7a5ce7efa1ac755fc..beb2704050278c80639c9243065e6792ccd8edce 100644
--- a/src/features/gen_StorageType.rs
+++ b/src/features/gen_StorageType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `StorageType` enum."]
diff --git a/src/features/gen_StreamPipeOptions.rs b/src/features/gen_StreamPipeOptions.rs
index b58cee2a2e64002a4cd588f1d174db50c1e68189..924c0366f339655c7c3c0d579486a8577552f472 100644
--- a/src/features/gen_StreamPipeOptions.rs
+++ b/src/features/gen_StreamPipeOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_StyleRuleChangeEventInit.rs b/src/features/gen_StyleRuleChangeEventInit.rs
index 7a9d3033c2d8847b6ba6f00d24b407cd18961d1c..b2fe940646489a674f807239afb51182aaa653f3 100644
--- a/src/features/gen_StyleRuleChangeEventInit.rs
+++ b/src/features/gen_StyleRuleChangeEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_StyleSheet.rs b/src/features/gen_StyleSheet.rs
index b539c60e30c091457303f8c9bbb0624a260a3fec..f9a896d766834eb137363b23119b496705cd606c 100644
--- a/src/features/gen_StyleSheet.rs
+++ b/src/features/gen_StyleSheet.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_StyleSheetApplicableStateChangeEventInit.rs b/src/features/gen_StyleSheetApplicableStateChangeEventInit.rs
index b4ff3d124c10800896bfb97ad66c84c1bd153112..42a98841ea3aa7eb078f88b34085f54f0fd77aa8 100644
--- a/src/features/gen_StyleSheetApplicableStateChangeEventInit.rs
+++ b/src/features/gen_StyleSheetApplicableStateChangeEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_StyleSheetChangeEventInit.rs b/src/features/gen_StyleSheetChangeEventInit.rs
index 75b3235d9ea612d750dca9c774c668014111c234..0a38714b51c90adae4f4c9b07315b48daf67cb18 100644
--- a/src/features/gen_StyleSheetChangeEventInit.rs
+++ b/src/features/gen_StyleSheetChangeEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_StyleSheetList.rs b/src/features/gen_StyleSheetList.rs
index ce7c706e8818e71e4bcacb608351ceb46d48420f..e4b94122ca930824993bcb93a07024401137c68b 100644
--- a/src/features/gen_StyleSheetList.rs
+++ b/src/features/gen_StyleSheetList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SubmitEvent.rs b/src/features/gen_SubmitEvent.rs
index 3caca43f252ab0d62da580bb1f8be6edbc9e8ec8..3b5f1b1cedb60d59171be3dcd74e69c1f7c4dbf9 100644
--- a/src/features/gen_SubmitEvent.rs
+++ b/src/features/gen_SubmitEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SubmitEventInit.rs b/src/features/gen_SubmitEventInit.rs
index 6c5844f69d7c1e90d62e70f2d55e599cba0d169a..ede5704d2a90b66c7415e2e934c5e4db016f1961 100644
--- a/src/features/gen_SubmitEventInit.rs
+++ b/src/features/gen_SubmitEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SubtleCrypto.rs b/src/features/gen_SubtleCrypto.rs
index 516e819bacbba9e39f1f8e9e123dbab5e8ee2c7f..d4fcdebc26842503af48994cb31b4201ba54f133 100644
--- a/src/features/gen_SubtleCrypto.rs
+++ b/src/features/gen_SubtleCrypto.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SupportedType.rs b/src/features/gen_SupportedType.rs
index dcc3d41bac93013e4a8422e7390f783591a6efae..0d384a87aba742c5ec24f6de9b68be2d85488075 100644
--- a/src/features/gen_SupportedType.rs
+++ b/src/features/gen_SupportedType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `SupportedType` enum."]
diff --git a/src/features/gen_SvcOutputMetadata.rs b/src/features/gen_SvcOutputMetadata.rs
index aebaa2040f2eda729950aae4fb4c516f07b14208..16e9251da1989665805ec828d9d00ec703c354ef 100644
--- a/src/features/gen_SvcOutputMetadata.rs
+++ b/src/features/gen_SvcOutputMetadata.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_SvgAngle.rs b/src/features/gen_SvgAngle.rs
index 3406dfdfe8cfdb249f776ae4796afca27cfd9d69..e845ac6aebb1debe7ba2134852ea42d99d0bbf56 100644
--- a/src/features/gen_SvgAngle.rs
+++ b/src/features/gen_SvgAngle.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgAnimateElement.rs b/src/features/gen_SvgAnimateElement.rs
index 273f132de6715887c9ae8ecac2482d41fa7c0f65..a4ba8ecf164a208d27ebdfd97ae1fefdb3e4ae52 100644
--- a/src/features/gen_SvgAnimateElement.rs
+++ b/src/features/gen_SvgAnimateElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgAnimateMotionElement.rs b/src/features/gen_SvgAnimateMotionElement.rs
index 2d29f194876f7d16104e81ed8673b34aeae61a29..567b3ab0b2005c1bf72a287e62d9157368070784 100644
--- a/src/features/gen_SvgAnimateMotionElement.rs
+++ b/src/features/gen_SvgAnimateMotionElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgAnimateTransformElement.rs b/src/features/gen_SvgAnimateTransformElement.rs
index c1d437c228a3aec566b6383ec5e4ca9a2ec46cf3..2d9fb541bf165af16550b6aaf5055f17391cfe02 100644
--- a/src/features/gen_SvgAnimateTransformElement.rs
+++ b/src/features/gen_SvgAnimateTransformElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgAnimatedAngle.rs b/src/features/gen_SvgAnimatedAngle.rs
index ffcfd63e42d30c493917c0d5a7781fc886d7c5f0..ac9d4b5ff37cdb8c1751b4a73a42b3764df9382b 100644
--- a/src/features/gen_SvgAnimatedAngle.rs
+++ b/src/features/gen_SvgAnimatedAngle.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgAnimatedBoolean.rs b/src/features/gen_SvgAnimatedBoolean.rs
index 99b3d98a05d5762e9fe438e989db95435b274514..4031198c46edfb6e3e98893b1c59d6600d9546a9 100644
--- a/src/features/gen_SvgAnimatedBoolean.rs
+++ b/src/features/gen_SvgAnimatedBoolean.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgAnimatedEnumeration.rs b/src/features/gen_SvgAnimatedEnumeration.rs
index 2d9172db7e60e5d2cc9dd44689ebd826727c8140..f3613b802b96c5e201f2383961662b9a14ad9599 100644
--- a/src/features/gen_SvgAnimatedEnumeration.rs
+++ b/src/features/gen_SvgAnimatedEnumeration.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgAnimatedInteger.rs b/src/features/gen_SvgAnimatedInteger.rs
index 89690a26105f37ccf5854028c0ad1492942707df..14c8f40044f66882c9dd9310618d8452f33fa58a 100644
--- a/src/features/gen_SvgAnimatedInteger.rs
+++ b/src/features/gen_SvgAnimatedInteger.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgAnimatedLength.rs b/src/features/gen_SvgAnimatedLength.rs
index 8348f7d0259968628bcf77fb40b78bcd36bfdf1f..0820e201f5cf73c4ab2d9ede303a94e577e68c74 100644
--- a/src/features/gen_SvgAnimatedLength.rs
+++ b/src/features/gen_SvgAnimatedLength.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgAnimatedLengthList.rs b/src/features/gen_SvgAnimatedLengthList.rs
index 9e5032f16888836dca8f4daea8b9b4fb48d40557..335505f9256bec802d6b332aa4c94946776e5413 100644
--- a/src/features/gen_SvgAnimatedLengthList.rs
+++ b/src/features/gen_SvgAnimatedLengthList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgAnimatedNumber.rs b/src/features/gen_SvgAnimatedNumber.rs
index c38e204b89ccca6ea2f9e9eb3f919128371c85d5..0edaf1c8c9c6d212a58b75d7b7f9140042777900 100644
--- a/src/features/gen_SvgAnimatedNumber.rs
+++ b/src/features/gen_SvgAnimatedNumber.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgAnimatedNumberList.rs b/src/features/gen_SvgAnimatedNumberList.rs
index ec5ab3718dd797260276b4a43916c7e1c54f40c9..7d46243e282db563a2adc404751fba700cdb8b71 100644
--- a/src/features/gen_SvgAnimatedNumberList.rs
+++ b/src/features/gen_SvgAnimatedNumberList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgAnimatedPreserveAspectRatio.rs b/src/features/gen_SvgAnimatedPreserveAspectRatio.rs
index 4dee971d75914abf251be920df9a0fcbb3c830da..543668c5fa44d6f44bd61fd4b8bd8d12c31081bc 100644
--- a/src/features/gen_SvgAnimatedPreserveAspectRatio.rs
+++ b/src/features/gen_SvgAnimatedPreserveAspectRatio.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgAnimatedRect.rs b/src/features/gen_SvgAnimatedRect.rs
index 45daf5d4f56d8917ebbd0bc7dfc500b4214782ba..a9776c1f873294e08eff7daa4cd36bc296afef03 100644
--- a/src/features/gen_SvgAnimatedRect.rs
+++ b/src/features/gen_SvgAnimatedRect.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgAnimatedString.rs b/src/features/gen_SvgAnimatedString.rs
index b02669aaa6bb20faad91a029db75d16c484c976f..921c4e854cb0da78545d9531c27008a925ca63ab 100644
--- a/src/features/gen_SvgAnimatedString.rs
+++ b/src/features/gen_SvgAnimatedString.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgAnimatedTransformList.rs b/src/features/gen_SvgAnimatedTransformList.rs
index 08e923b00aff9a8faf8c24cab0a4092ce9921e0f..930cc90a7a339ad368551d7a0ccd70ae36ef5a96 100644
--- a/src/features/gen_SvgAnimatedTransformList.rs
+++ b/src/features/gen_SvgAnimatedTransformList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgAnimationElement.rs b/src/features/gen_SvgAnimationElement.rs
index 6135908286f5ab93cc3db0ba2f4f5dedece94605..b2a51990fa3cedebea5abf176e04cc2465b7a3c9 100644
--- a/src/features/gen_SvgAnimationElement.rs
+++ b/src/features/gen_SvgAnimationElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgBoundingBoxOptions.rs b/src/features/gen_SvgBoundingBoxOptions.rs
index 81a1e4365cc872ed29c00a937662937fb458be16..c141da7b2cd6c41573514f35ea774123d4318ac0 100644
--- a/src/features/gen_SvgBoundingBoxOptions.rs
+++ b/src/features/gen_SvgBoundingBoxOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgCircleElement.rs b/src/features/gen_SvgCircleElement.rs
index c3a6e9297b68e37d08ac9e6265a0ee28b53a70ca..a4772a685a251208e6d5e2f1677d1169c68e9af5 100644
--- a/src/features/gen_SvgCircleElement.rs
+++ b/src/features/gen_SvgCircleElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgClipPathElement.rs b/src/features/gen_SvgClipPathElement.rs
index 3d11d34226f1fc8784de328a7d381b9649e5002b..907e2a11a7cca25b88f015ee4d139542ed4351b7 100644
--- a/src/features/gen_SvgClipPathElement.rs
+++ b/src/features/gen_SvgClipPathElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgComponentTransferFunctionElement.rs b/src/features/gen_SvgComponentTransferFunctionElement.rs
index 9703e6f9cf8defb8bc202edf07a4adfd83fc1c43..a7863e051e49f7fee8ae98cedf8e9eafa9f73c08 100644
--- a/src/features/gen_SvgComponentTransferFunctionElement.rs
+++ b/src/features/gen_SvgComponentTransferFunctionElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgDefsElement.rs b/src/features/gen_SvgDefsElement.rs
index 49a1359f5c852cd44f10cc996838d623f8729458..d7dceaa9f11ce58a85fe7ba4a534172c93e1bb0c 100644
--- a/src/features/gen_SvgDefsElement.rs
+++ b/src/features/gen_SvgDefsElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgDescElement.rs b/src/features/gen_SvgDescElement.rs
index 5327c00431ba559b6795a8016c01b362b8c5deec..1a06691c2f8355be584877012713be6e71fbfcdd 100644
--- a/src/features/gen_SvgDescElement.rs
+++ b/src/features/gen_SvgDescElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgElement.rs b/src/features/gen_SvgElement.rs
index 2f1e1ab42e7dc1fb804c12312d076d4b3715b30b..d911161e2a461b3b5c5b89f43b59d143d96c82d9 100644
--- a/src/features/gen_SvgElement.rs
+++ b/src/features/gen_SvgElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgEllipseElement.rs b/src/features/gen_SvgEllipseElement.rs
index 9b053815648fcf56b547042d60422fd93f35f15b..faba1ba37ec75efe262a01c019ff17c6755c6ad2 100644
--- a/src/features/gen_SvgEllipseElement.rs
+++ b/src/features/gen_SvgEllipseElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgFilterElement.rs b/src/features/gen_SvgFilterElement.rs
index 1f178eafb0a4f1b92ba9404a58b3fedad851956e..7fb25f9b70c29a2f9dbaba58ef04209ce2d72f6d 100644
--- a/src/features/gen_SvgFilterElement.rs
+++ b/src/features/gen_SvgFilterElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgForeignObjectElement.rs b/src/features/gen_SvgForeignObjectElement.rs
index be0ba8829d6c754bb0635772eab07f6d738e4b28..897e22a4c3638a85f8d57640dbe0843da3f0fd00 100644
--- a/src/features/gen_SvgForeignObjectElement.rs
+++ b/src/features/gen_SvgForeignObjectElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgGeometryElement.rs b/src/features/gen_SvgGeometryElement.rs
index fe6116b88f54b0696add33bcd4b9525b8df4dea2..b31cba8f7de9034d6fc9e71efa14dac8564823d7 100644
--- a/src/features/gen_SvgGeometryElement.rs
+++ b/src/features/gen_SvgGeometryElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgGradientElement.rs b/src/features/gen_SvgGradientElement.rs
index 7a46835d0eb01e9d683d9f659a3e426b9d487c42..8000070a2497a700a2fe8def5f878424f048bc90 100644
--- a/src/features/gen_SvgGradientElement.rs
+++ b/src/features/gen_SvgGradientElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgGraphicsElement.rs b/src/features/gen_SvgGraphicsElement.rs
index 96de914f3038718a561d94f58e5f5be8adde3144..d9b5cf212197ac27410e2817b2cdaf9b120d7435 100644
--- a/src/features/gen_SvgGraphicsElement.rs
+++ b/src/features/gen_SvgGraphicsElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgImageElement.rs b/src/features/gen_SvgImageElement.rs
index 99134788b0ca7562a9822c6a981df1a7516b2021..dd909e024784d7de4a8a60ba2e724a8b7d4486f5 100644
--- a/src/features/gen_SvgImageElement.rs
+++ b/src/features/gen_SvgImageElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgLength.rs b/src/features/gen_SvgLength.rs
index 63a3d360775df5dcdf573bd0743ca030d16bf360..a2e87fdd829d3c22cb203d4e5e70a80105c305d9 100644
--- a/src/features/gen_SvgLength.rs
+++ b/src/features/gen_SvgLength.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgLengthList.rs b/src/features/gen_SvgLengthList.rs
index 2672c007f09c183e87028dc0ae262b2a8f1f0143..51289d884a8eeaf3d9ed464055995ed41020a591 100644
--- a/src/features/gen_SvgLengthList.rs
+++ b/src/features/gen_SvgLengthList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgLineElement.rs b/src/features/gen_SvgLineElement.rs
index ab2ce69e4f7fbded12d53900e28f8168844b4ebc..f6a09697605ee67ea002a71443fa721a5429b785 100644
--- a/src/features/gen_SvgLineElement.rs
+++ b/src/features/gen_SvgLineElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgLinearGradientElement.rs b/src/features/gen_SvgLinearGradientElement.rs
index e589daa0a1b48602b8d20c8e14a7f7d49bcede68..04014b3e2f07b86dd0136b99a318f4d64d9fc2a1 100644
--- a/src/features/gen_SvgLinearGradientElement.rs
+++ b/src/features/gen_SvgLinearGradientElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgMarkerElement.rs b/src/features/gen_SvgMarkerElement.rs
index 0921bcaf7d0247f0b5d8142fb1f334564438cf1a..445dce2ba160d576b91398b6480a133124166e4d 100644
--- a/src/features/gen_SvgMarkerElement.rs
+++ b/src/features/gen_SvgMarkerElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgMaskElement.rs b/src/features/gen_SvgMaskElement.rs
index 9c507c5af6080311efe92bb5b7defd4ae41e158a..05f4d883ba8e17955bc872a2e994fbe5b038ab47 100644
--- a/src/features/gen_SvgMaskElement.rs
+++ b/src/features/gen_SvgMaskElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgMatrix.rs b/src/features/gen_SvgMatrix.rs
index ca82392b2f53546292454eda53a26878f645370d..cc6ffcb373eba8b0b54230700c340420ef5067dc 100644
--- a/src/features/gen_SvgMatrix.rs
+++ b/src/features/gen_SvgMatrix.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgMetadataElement.rs b/src/features/gen_SvgMetadataElement.rs
index d5f4c5c8d819fa7dd3b945a078dfe57c55f382b5..ec242c0b6d51da609496d24a35ae76c10605002d 100644
--- a/src/features/gen_SvgMetadataElement.rs
+++ b/src/features/gen_SvgMetadataElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgNumber.rs b/src/features/gen_SvgNumber.rs
index 2cb9ffa51b4adf5a29c1cecebc05f7fcdc0fefb5..8ac54522d596da5d12f45cff54c2cb53943ff3f8 100644
--- a/src/features/gen_SvgNumber.rs
+++ b/src/features/gen_SvgNumber.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgNumberList.rs b/src/features/gen_SvgNumberList.rs
index cda161a35e278c39b644cda1fefbdabb19afa17b..bf493a4af5e3734311e5849540d183d291934774 100644
--- a/src/features/gen_SvgNumberList.rs
+++ b/src/features/gen_SvgNumberList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPathElement.rs b/src/features/gen_SvgPathElement.rs
index 7cd150fcea2871805a523e0a53ea87a0466bffcb..63f1898e73a925a4573924d3398ed207c49b4051 100644
--- a/src/features/gen_SvgPathElement.rs
+++ b/src/features/gen_SvgPathElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPathSeg.rs b/src/features/gen_SvgPathSeg.rs
index 2c9dc633ef51533e1f32f42a8f934aec89969495..57b15fb5f684c17c23633a26d1bf6b0fa33324c6 100644
--- a/src/features/gen_SvgPathSeg.rs
+++ b/src/features/gen_SvgPathSeg.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPathSegArcAbs.rs b/src/features/gen_SvgPathSegArcAbs.rs
index 36b440f5e406f25d5cf15c851318198f2127761d..1a438d4f5a2867d7b074d0e8cecf9da87a23bf82 100644
--- a/src/features/gen_SvgPathSegArcAbs.rs
+++ b/src/features/gen_SvgPathSegArcAbs.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPathSegArcRel.rs b/src/features/gen_SvgPathSegArcRel.rs
index a93b871afe4bd84ee003e81d4771905e0a923470..725e6410a8f88a85dd91816223a32657d3c83a8b 100644
--- a/src/features/gen_SvgPathSegArcRel.rs
+++ b/src/features/gen_SvgPathSegArcRel.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPathSegClosePath.rs b/src/features/gen_SvgPathSegClosePath.rs
index b9892c327233cf49993b8562d9f6d0e1b0cb063d..93730953931ff7ca96128cacca45483c98748e25 100644
--- a/src/features/gen_SvgPathSegClosePath.rs
+++ b/src/features/gen_SvgPathSegClosePath.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPathSegCurvetoCubicAbs.rs b/src/features/gen_SvgPathSegCurvetoCubicAbs.rs
index fbeb6886d65fb9ee7d401aaba48698433b39e405..b79861eb257c73c6e6da5d443bdf7a21820a7c24 100644
--- a/src/features/gen_SvgPathSegCurvetoCubicAbs.rs
+++ b/src/features/gen_SvgPathSegCurvetoCubicAbs.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPathSegCurvetoCubicRel.rs b/src/features/gen_SvgPathSegCurvetoCubicRel.rs
index f3ee149fa55ee8e19cc0f375d63755ccd08aeb22..7839843d6796a375c5424dc81c1c2f0e34db4d9f 100644
--- a/src/features/gen_SvgPathSegCurvetoCubicRel.rs
+++ b/src/features/gen_SvgPathSegCurvetoCubicRel.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPathSegCurvetoCubicSmoothAbs.rs b/src/features/gen_SvgPathSegCurvetoCubicSmoothAbs.rs
index 07896918b096027e3a52954486dcb6ba22bb8e94..d71e6a44d67a028e3674856dcf9ecb59ccc7179e 100644
--- a/src/features/gen_SvgPathSegCurvetoCubicSmoothAbs.rs
+++ b/src/features/gen_SvgPathSegCurvetoCubicSmoothAbs.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPathSegCurvetoCubicSmoothRel.rs b/src/features/gen_SvgPathSegCurvetoCubicSmoothRel.rs
index d2b03a26542338c651a92ac01c65be71472349b6..685e35f24a564ba463a1fea64d06b33a96d036da 100644
--- a/src/features/gen_SvgPathSegCurvetoCubicSmoothRel.rs
+++ b/src/features/gen_SvgPathSegCurvetoCubicSmoothRel.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPathSegCurvetoQuadraticAbs.rs b/src/features/gen_SvgPathSegCurvetoQuadraticAbs.rs
index 4770f97c814ac406ce4a7c4d023ed0e2495a4d1d..e881cb7dfcb623be9f9bbcb83e85be050afe9130 100644
--- a/src/features/gen_SvgPathSegCurvetoQuadraticAbs.rs
+++ b/src/features/gen_SvgPathSegCurvetoQuadraticAbs.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPathSegCurvetoQuadraticRel.rs b/src/features/gen_SvgPathSegCurvetoQuadraticRel.rs
index 6a3457d747e1a5945c0b1984aff9006a0ba29883..968f2b467ad810d754f64dc6a0375b2ba83a7694 100644
--- a/src/features/gen_SvgPathSegCurvetoQuadraticRel.rs
+++ b/src/features/gen_SvgPathSegCurvetoQuadraticRel.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPathSegCurvetoQuadraticSmoothAbs.rs b/src/features/gen_SvgPathSegCurvetoQuadraticSmoothAbs.rs
index 9f19b4f53276c05f3a9190afd0246c5f73ff15a2..a9ca9301176972b897b0174b35fad888f4f1c69a 100644
--- a/src/features/gen_SvgPathSegCurvetoQuadraticSmoothAbs.rs
+++ b/src/features/gen_SvgPathSegCurvetoQuadraticSmoothAbs.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPathSegCurvetoQuadraticSmoothRel.rs b/src/features/gen_SvgPathSegCurvetoQuadraticSmoothRel.rs
index eadff9849cf75ec7db9c37023361313cdb66a3ad..b6e2817c9a7f62f7651748ad0d38f38be8fbb8c0 100644
--- a/src/features/gen_SvgPathSegCurvetoQuadraticSmoothRel.rs
+++ b/src/features/gen_SvgPathSegCurvetoQuadraticSmoothRel.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPathSegLinetoAbs.rs b/src/features/gen_SvgPathSegLinetoAbs.rs
index 6f6b930f8a595ad568df397d17c7747a094f44ce..aa933fd0db7dc700555d9ebdf6f7301b5e057d9f 100644
--- a/src/features/gen_SvgPathSegLinetoAbs.rs
+++ b/src/features/gen_SvgPathSegLinetoAbs.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPathSegLinetoHorizontalAbs.rs b/src/features/gen_SvgPathSegLinetoHorizontalAbs.rs
index fb6bba694e2b14f5c0321f1b69fce7955be32b75..7c674e635f2a752115672c3281ac2e7587c5d855 100644
--- a/src/features/gen_SvgPathSegLinetoHorizontalAbs.rs
+++ b/src/features/gen_SvgPathSegLinetoHorizontalAbs.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPathSegLinetoHorizontalRel.rs b/src/features/gen_SvgPathSegLinetoHorizontalRel.rs
index 461458dba212c6207fd031abba2f0e2cfb290b80..d95770ef77eb133ecf376395a7ad0c981f280c4e 100644
--- a/src/features/gen_SvgPathSegLinetoHorizontalRel.rs
+++ b/src/features/gen_SvgPathSegLinetoHorizontalRel.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPathSegLinetoRel.rs b/src/features/gen_SvgPathSegLinetoRel.rs
index 64daaf4fa04ed1689eb49ba2e6ddd744695c5262..be628f8658e5a52126f869798870c1c74a8f4436 100644
--- a/src/features/gen_SvgPathSegLinetoRel.rs
+++ b/src/features/gen_SvgPathSegLinetoRel.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPathSegLinetoVerticalAbs.rs b/src/features/gen_SvgPathSegLinetoVerticalAbs.rs
index 39a50d6ac891526de7e09516a6d8d8491b204574..d02f005d06974bfc83592506cd07b061910913de 100644
--- a/src/features/gen_SvgPathSegLinetoVerticalAbs.rs
+++ b/src/features/gen_SvgPathSegLinetoVerticalAbs.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPathSegLinetoVerticalRel.rs b/src/features/gen_SvgPathSegLinetoVerticalRel.rs
index 98c9d076b08c18bbca8229b172228b7ee92bf2c2..cbe51e28158067add0b17ebb814d3e713cdd767b 100644
--- a/src/features/gen_SvgPathSegLinetoVerticalRel.rs
+++ b/src/features/gen_SvgPathSegLinetoVerticalRel.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPathSegList.rs b/src/features/gen_SvgPathSegList.rs
index 76ae0db675f12d956cd420b1b07f6f6a6f54b691..d5a4eb00118ef89d37c111c11ee0aa4bfa3aff77 100644
--- a/src/features/gen_SvgPathSegList.rs
+++ b/src/features/gen_SvgPathSegList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPathSegMovetoAbs.rs b/src/features/gen_SvgPathSegMovetoAbs.rs
index ae2f75afbb9c99b87fe77248317854ea8052943f..147747d5d489ada96d92044f04af7c28691c5e00 100644
--- a/src/features/gen_SvgPathSegMovetoAbs.rs
+++ b/src/features/gen_SvgPathSegMovetoAbs.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPathSegMovetoRel.rs b/src/features/gen_SvgPathSegMovetoRel.rs
index d65c052f96b2d28ebebed8e52d45a9b8153ac3e0..ba8d2e39740bd02856d906ee62b90a5e1c07a579 100644
--- a/src/features/gen_SvgPathSegMovetoRel.rs
+++ b/src/features/gen_SvgPathSegMovetoRel.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPatternElement.rs b/src/features/gen_SvgPatternElement.rs
index 2e8575bee58990a1ebb951ad2ae6a621f6e5af5c..878d8934a399aa2fd59410582965d4a4a170dbef 100644
--- a/src/features/gen_SvgPatternElement.rs
+++ b/src/features/gen_SvgPatternElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPoint.rs b/src/features/gen_SvgPoint.rs
index 8a328ff23a7606812dbbddbdb3943f9636aac12d..52a6ed2c6a8cd7c353345b85752759ecc6e3c3b2 100644
--- a/src/features/gen_SvgPoint.rs
+++ b/src/features/gen_SvgPoint.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPointList.rs b/src/features/gen_SvgPointList.rs
index fde144f5edbfff892c0c8b702316f758cfd8875d..1f8050f0386c4daca6f282f81d5bdca6ae5ceccc 100644
--- a/src/features/gen_SvgPointList.rs
+++ b/src/features/gen_SvgPointList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPolygonElement.rs b/src/features/gen_SvgPolygonElement.rs
index 1a1140cee5169db7f517bd5842f4f8edfd29a002..4b51bf5a70fea6a72ed10e94bb018e283fdad15a 100644
--- a/src/features/gen_SvgPolygonElement.rs
+++ b/src/features/gen_SvgPolygonElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPolylineElement.rs b/src/features/gen_SvgPolylineElement.rs
index ff3abdc50e1446d92bfc8c9cc0ab70fbcb10d978..97507fce095e5df11522fe98f17f9de5f4a37ddf 100644
--- a/src/features/gen_SvgPolylineElement.rs
+++ b/src/features/gen_SvgPolylineElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgPreserveAspectRatio.rs b/src/features/gen_SvgPreserveAspectRatio.rs
index 57fef2ba243d519ea53ac06f38dfe96bea41ac97..4ab92d43630382a12daf3e478b282c0b8d936ce8 100644
--- a/src/features/gen_SvgPreserveAspectRatio.rs
+++ b/src/features/gen_SvgPreserveAspectRatio.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgRadialGradientElement.rs b/src/features/gen_SvgRadialGradientElement.rs
index 79627e0223e591ff00ecd3e1effd1a7a422c4d5e..7cdd98eabb2871afc927dfeafea625373442a2c1 100644
--- a/src/features/gen_SvgRadialGradientElement.rs
+++ b/src/features/gen_SvgRadialGradientElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgRect.rs b/src/features/gen_SvgRect.rs
index 3ee979817c5529a499c5715bab040477a70c513f..7d89500f957c7d3416523b0ee3060c3015518a12 100644
--- a/src/features/gen_SvgRect.rs
+++ b/src/features/gen_SvgRect.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgRectElement.rs b/src/features/gen_SvgRectElement.rs
index c019621fcafdb65afb2b4ab02dbe2a9f4f798fb2..9be592c814caa8738da800a36259b6d50f36e474 100644
--- a/src/features/gen_SvgRectElement.rs
+++ b/src/features/gen_SvgRectElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgScriptElement.rs b/src/features/gen_SvgScriptElement.rs
index 0892cbc609dd80d1bc2f06714c12ae95df6bdde8..d888f9b5c98ef141950ba7ee69b840c753432f81 100644
--- a/src/features/gen_SvgScriptElement.rs
+++ b/src/features/gen_SvgScriptElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgSetElement.rs b/src/features/gen_SvgSetElement.rs
index 3fe789ecff8c7adddda21fbcc09f75dbf8af6958..b067247bdcda8ac56d577df108a2f127c39dafb4 100644
--- a/src/features/gen_SvgSetElement.rs
+++ b/src/features/gen_SvgSetElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgStopElement.rs b/src/features/gen_SvgStopElement.rs
index 3bbd4523b221e8e048ac07836fda5b6ec3148f7e..e44635629ababbf387a1fedea93de48b8d32a36d 100644
--- a/src/features/gen_SvgStopElement.rs
+++ b/src/features/gen_SvgStopElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgStringList.rs b/src/features/gen_SvgStringList.rs
index 57362b9b2457b7d6729e0da11d2dd50dbdacaa24..5713070bc6675624ebb0586e98623af110770983 100644
--- a/src/features/gen_SvgStringList.rs
+++ b/src/features/gen_SvgStringList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgStyleElement.rs b/src/features/gen_SvgStyleElement.rs
index 2c36d5969a0c92d257f7325f20c07e5f19656e55..23c0f51dff034de3e3d5aa7df1b58e47ea052947 100644
--- a/src/features/gen_SvgStyleElement.rs
+++ b/src/features/gen_SvgStyleElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgSwitchElement.rs b/src/features/gen_SvgSwitchElement.rs
index 62ba99363fc8e4c9bbcfe07caff215fd1b46f138..925d668262db74eafaa3369e7f7914f19566527c 100644
--- a/src/features/gen_SvgSwitchElement.rs
+++ b/src/features/gen_SvgSwitchElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgSymbolElement.rs b/src/features/gen_SvgSymbolElement.rs
index 2fd29f06000feef5c1ee79d7550d3acf1339f99c..e9a4874aa16c8e611fa7a2c1ab21d608214f5a7d 100644
--- a/src/features/gen_SvgSymbolElement.rs
+++ b/src/features/gen_SvgSymbolElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgTextContentElement.rs b/src/features/gen_SvgTextContentElement.rs
index ac2abf5dcb56e75e8ad9652ea0cc72b457d2809c..2aa8553c37d7ebb5408ab72ac059d78697eb0192 100644
--- a/src/features/gen_SvgTextContentElement.rs
+++ b/src/features/gen_SvgTextContentElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgTextElement.rs b/src/features/gen_SvgTextElement.rs
index 5b046b017a8dff9c29c6eb4582ec30ae28308e7f..2a937a5bdc56e131a2ab87fff167e7678a9c8d2d 100644
--- a/src/features/gen_SvgTextElement.rs
+++ b/src/features/gen_SvgTextElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgTextPathElement.rs b/src/features/gen_SvgTextPathElement.rs
index 9e274b3c30c013e89ae657a44eebc2abdb5d1f0d..1e7ce1d56eeb25224cf7e56b8f5ff0762d724c0e 100644
--- a/src/features/gen_SvgTextPathElement.rs
+++ b/src/features/gen_SvgTextPathElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgTextPositioningElement.rs b/src/features/gen_SvgTextPositioningElement.rs
index ee5d40db8547bd9a597f287760b8a2220081c18e..42a810235b9a3ac7a1bb0f13d3070c2a839b10e5 100644
--- a/src/features/gen_SvgTextPositioningElement.rs
+++ b/src/features/gen_SvgTextPositioningElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgTitleElement.rs b/src/features/gen_SvgTitleElement.rs
index 4f15b6ee4f5e453538ea5fb675c30f0be12c2307..34c3a7df40dd25e731fd6e04947a4a3a0c6cae1a 100644
--- a/src/features/gen_SvgTitleElement.rs
+++ b/src/features/gen_SvgTitleElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgTransform.rs b/src/features/gen_SvgTransform.rs
index 00615597b48950c5419e05d8279b21076e02e4f4..1fcc2fc7e60502b6005a1017b3356811d92a3eac 100644
--- a/src/features/gen_SvgTransform.rs
+++ b/src/features/gen_SvgTransform.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgTransformList.rs b/src/features/gen_SvgTransformList.rs
index 66cfac09af453cd9455c45fbd543c1b315a02919..618a78ef7843e310cca7efebfb8ca6a30458be35 100644
--- a/src/features/gen_SvgTransformList.rs
+++ b/src/features/gen_SvgTransformList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgUnitTypes.rs b/src/features/gen_SvgUnitTypes.rs
index d5d1bf3c021f5b0880d0299d8821409f7542ec56..fa9160a21c7c2ec9d62db8fc323fa17b6014cd35 100644
--- a/src/features/gen_SvgUnitTypes.rs
+++ b/src/features/gen_SvgUnitTypes.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgUseElement.rs b/src/features/gen_SvgUseElement.rs
index 4410c45b918403430adf6946676aa01a5185145a..73600c083b172aa51838d0f3def751ef30da12be 100644
--- a/src/features/gen_SvgUseElement.rs
+++ b/src/features/gen_SvgUseElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgViewElement.rs b/src/features/gen_SvgViewElement.rs
index 64baf02dae58640f9e6393e541ab5bb3241de7e8..a80d9bf0c8e5a8a1a392f300029cfc46ef10c7ed 100644
--- a/src/features/gen_SvgViewElement.rs
+++ b/src/features/gen_SvgViewElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgZoomAndPan.rs b/src/features/gen_SvgZoomAndPan.rs
index 187d2f00a24dd7f86e490d8853178129f6d0c5f0..a0794d7eba60cd9007641c717a1e4739e0a48b3d 100644
--- a/src/features/gen_SvgZoomAndPan.rs
+++ b/src/features/gen_SvgZoomAndPan.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgaElement.rs b/src/features/gen_SvgaElement.rs
index e866e2ff2352e24cb7d1681d032f772edf8d236d..efbf2c93e11f9bec0207b5b0b09c9d519163d85d 100644
--- a/src/features/gen_SvgaElement.rs
+++ b/src/features/gen_SvgaElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgfeBlendElement.rs b/src/features/gen_SvgfeBlendElement.rs
index 97ce3978d3faf8f84f79d23ffe926832535868e7..36d2eec9c3ef16b6aec2b78570c7b7e85777a4c2 100644
--- a/src/features/gen_SvgfeBlendElement.rs
+++ b/src/features/gen_SvgfeBlendElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgfeColorMatrixElement.rs b/src/features/gen_SvgfeColorMatrixElement.rs
index c951981f805b6869e6a30cb71e19d4ec5e96fa81..4c07492096de274f90934a3ae6e3d16ac20b022b 100644
--- a/src/features/gen_SvgfeColorMatrixElement.rs
+++ b/src/features/gen_SvgfeColorMatrixElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgfeComponentTransferElement.rs b/src/features/gen_SvgfeComponentTransferElement.rs
index dda9bff7abc44dd5ab09cb24948a9e9820543ee5..b78b3fd8ff1ecffaae3a4b32f6a7d4003ab1c9fd 100644
--- a/src/features/gen_SvgfeComponentTransferElement.rs
+++ b/src/features/gen_SvgfeComponentTransferElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgfeCompositeElement.rs b/src/features/gen_SvgfeCompositeElement.rs
index 23f4db08813b1043d4d7d20556035315b21a597b..a6e3bf4f9410c12c7fb30b4ca75033c15d30fa39 100644
--- a/src/features/gen_SvgfeCompositeElement.rs
+++ b/src/features/gen_SvgfeCompositeElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgfeConvolveMatrixElement.rs b/src/features/gen_SvgfeConvolveMatrixElement.rs
index 605a9ac66c002ebec96aa07284b359d97f16c532..ab6d46b0584799064ccf812d868437c890c6df65 100644
--- a/src/features/gen_SvgfeConvolveMatrixElement.rs
+++ b/src/features/gen_SvgfeConvolveMatrixElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgfeDiffuseLightingElement.rs b/src/features/gen_SvgfeDiffuseLightingElement.rs
index 6ac26b3fa0a566ef9c0fd133a5e367c530c837a9..3429d6027f8dbe1a7cabe82a4e0206293b71b4a4 100644
--- a/src/features/gen_SvgfeDiffuseLightingElement.rs
+++ b/src/features/gen_SvgfeDiffuseLightingElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgfeDisplacementMapElement.rs b/src/features/gen_SvgfeDisplacementMapElement.rs
index f533134b626014adb4b7cf145460b4a56e89b672..8eff0b71f8671b82e13ffd4c10553e68f44c0fb1 100644
--- a/src/features/gen_SvgfeDisplacementMapElement.rs
+++ b/src/features/gen_SvgfeDisplacementMapElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgfeDistantLightElement.rs b/src/features/gen_SvgfeDistantLightElement.rs
index 424df95f6287f54f203c1e7065726b01e5c2a5ca..52dbdf60a463817dcc4fa2f8853a8cc728788260 100644
--- a/src/features/gen_SvgfeDistantLightElement.rs
+++ b/src/features/gen_SvgfeDistantLightElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgfeDropShadowElement.rs b/src/features/gen_SvgfeDropShadowElement.rs
index d48d5d6b2f303f2eb9b780af75d69ea912670631..77d96fecaaa9c66ee17f2c4daf2b3a91dc90311d 100644
--- a/src/features/gen_SvgfeDropShadowElement.rs
+++ b/src/features/gen_SvgfeDropShadowElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgfeFloodElement.rs b/src/features/gen_SvgfeFloodElement.rs
index 392ebacf3905616685b44675967c83f1d8ef8354..77047a40c55b3976e1c87548fa6b8c0501a3d7c0 100644
--- a/src/features/gen_SvgfeFloodElement.rs
+++ b/src/features/gen_SvgfeFloodElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgfeFuncAElement.rs b/src/features/gen_SvgfeFuncAElement.rs
index 688c97d0a77ca73aed64e9abf9cd241a76d322ee..57c2e0bc9f170e849bff1568b8f3beaacd7acb4b 100644
--- a/src/features/gen_SvgfeFuncAElement.rs
+++ b/src/features/gen_SvgfeFuncAElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgfeFuncBElement.rs b/src/features/gen_SvgfeFuncBElement.rs
index d0ebf847499c9a291412bb484d98f436866177b8..322663f82b1c56f546d8e5f8bef0b207a801b3d3 100644
--- a/src/features/gen_SvgfeFuncBElement.rs
+++ b/src/features/gen_SvgfeFuncBElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgfeFuncGElement.rs b/src/features/gen_SvgfeFuncGElement.rs
index dc61bf560b5797120c371039bbaa502f7f974e29..2332e71c83d07719e0a4179653150425b515a270 100644
--- a/src/features/gen_SvgfeFuncGElement.rs
+++ b/src/features/gen_SvgfeFuncGElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgfeFuncRElement.rs b/src/features/gen_SvgfeFuncRElement.rs
index de260ac38c68c3c50b7a466ada0edc6ac27a5681..a87e383934c826691caa3081aecc8c77810846ea 100644
--- a/src/features/gen_SvgfeFuncRElement.rs
+++ b/src/features/gen_SvgfeFuncRElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgfeGaussianBlurElement.rs b/src/features/gen_SvgfeGaussianBlurElement.rs
index 88cb074d10a677c1c6dacc2f2fe7da378a240df4..7e4d094197b4b9ea6083124b00fc4a2d1269487d 100644
--- a/src/features/gen_SvgfeGaussianBlurElement.rs
+++ b/src/features/gen_SvgfeGaussianBlurElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgfeImageElement.rs b/src/features/gen_SvgfeImageElement.rs
index efb101bbce754159ad739a9ec56781edebf6ecbd..613b41bc496b3c754cdbc06a05b04be7cbbd9f4f 100644
--- a/src/features/gen_SvgfeImageElement.rs
+++ b/src/features/gen_SvgfeImageElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgfeMergeElement.rs b/src/features/gen_SvgfeMergeElement.rs
index 7ff05f3df600b06d5c1e34d583b94a515e4136ff..7669d64e3a23765331c6757823948a697c0536dc 100644
--- a/src/features/gen_SvgfeMergeElement.rs
+++ b/src/features/gen_SvgfeMergeElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgfeMergeNodeElement.rs b/src/features/gen_SvgfeMergeNodeElement.rs
index ed556e18fdbdfef51dc9539503425b830c0456f2..8aa4c4acf60b83a7b045f219393f537fc77bd776 100644
--- a/src/features/gen_SvgfeMergeNodeElement.rs
+++ b/src/features/gen_SvgfeMergeNodeElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgfeMorphologyElement.rs b/src/features/gen_SvgfeMorphologyElement.rs
index 5170c0471b316f5ca60d0e0a1e83501ffed7bbe6..2ccab08b3625cab126d98d587faf8537e4f00660 100644
--- a/src/features/gen_SvgfeMorphologyElement.rs
+++ b/src/features/gen_SvgfeMorphologyElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgfeOffsetElement.rs b/src/features/gen_SvgfeOffsetElement.rs
index 3baf90015519c1f6147976c2889be1681e6723dd..7c5b017b8038352d6857a7ff2b485b15b111f3c8 100644
--- a/src/features/gen_SvgfeOffsetElement.rs
+++ b/src/features/gen_SvgfeOffsetElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgfePointLightElement.rs b/src/features/gen_SvgfePointLightElement.rs
index 2c417c93ebe33d6ce4964bef6b1d454b8149088a..d3b3e90b42fbb23f8f452922f6bdebc4f10a516a 100644
--- a/src/features/gen_SvgfePointLightElement.rs
+++ b/src/features/gen_SvgfePointLightElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgfeSpecularLightingElement.rs b/src/features/gen_SvgfeSpecularLightingElement.rs
index 56bc66036c3368ac904564ca7754e3a98ef2747c..5a658bec0d4b5f00e277c26fba4194a79cb0695f 100644
--- a/src/features/gen_SvgfeSpecularLightingElement.rs
+++ b/src/features/gen_SvgfeSpecularLightingElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgfeSpotLightElement.rs b/src/features/gen_SvgfeSpotLightElement.rs
index 28da387678e8d05cc20e1814de3633d9c4ff6290..e7d5b0f8bd657a33d30feb63049b27f8e229ca66 100644
--- a/src/features/gen_SvgfeSpotLightElement.rs
+++ b/src/features/gen_SvgfeSpotLightElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgfeTileElement.rs b/src/features/gen_SvgfeTileElement.rs
index cad40bd16cbbb8927d87bb89403743543369ad65..041990f0fe2b930ae26554f2a8af7a0903190302 100644
--- a/src/features/gen_SvgfeTileElement.rs
+++ b/src/features/gen_SvgfeTileElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgfeTurbulenceElement.rs b/src/features/gen_SvgfeTurbulenceElement.rs
index 6e91ac5a62e3b25f4ee3221aa71ea5751ad1cc91..479615373342323d4c62f657a779a0294e0f7765 100644
--- a/src/features/gen_SvgfeTurbulenceElement.rs
+++ b/src/features/gen_SvgfeTurbulenceElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvggElement.rs b/src/features/gen_SvggElement.rs
index d7d35dca98ad72a575acb13c1e1e4cd45b4ac1b0..0668e102b7a622d1994363c0171c5f5d32d0175a 100644
--- a/src/features/gen_SvggElement.rs
+++ b/src/features/gen_SvggElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgmPathElement.rs b/src/features/gen_SvgmPathElement.rs
index adacfbabe01497f236df4f6da86bc79df80eebd8..007ea796e9466b63bcaa45de4cdd73284287943c 100644
--- a/src/features/gen_SvgmPathElement.rs
+++ b/src/features/gen_SvgmPathElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgsvgElement.rs b/src/features/gen_SvgsvgElement.rs
index b7978354d3e81e0c761c595fe1782fa9f002efc8..b62f2f641eee761fde80915f38b4bbba55acb688 100644
--- a/src/features/gen_SvgsvgElement.rs
+++ b/src/features/gen_SvgsvgElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_SvgtSpanElement.rs b/src/features/gen_SvgtSpanElement.rs
index fc943015da5cc886007b448ecfa5474a17d14810..5a8cf8cbabd65dd4388e9e3f410ae25916b1cc83 100644
--- a/src/features/gen_SvgtSpanElement.rs
+++ b/src/features/gen_SvgtSpanElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TcpReadyState.rs b/src/features/gen_TcpReadyState.rs
index 7dff83babc244ef7b5f0c0641b9f479ff31e5e2d..a4ff84a1047505e351dd224f56c7c40f4433cf5e 100644
--- a/src/features/gen_TcpReadyState.rs
+++ b/src/features/gen_TcpReadyState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `TcpReadyState` enum."]
diff --git a/src/features/gen_TcpServerSocket.rs b/src/features/gen_TcpServerSocket.rs
index 0904f2ddffe30fc1a4b489dd36ac234afb1aa910..614fbfa7f43339864df9e0a5d77f098568aa4e74 100644
--- a/src/features/gen_TcpServerSocket.rs
+++ b/src/features/gen_TcpServerSocket.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TcpServerSocketEvent.rs b/src/features/gen_TcpServerSocketEvent.rs
index 4faa0de744001afe27b9f5ec1727a4cce9a8103e..fe0493eef0f7284d2687417c47da26473ff47f34 100644
--- a/src/features/gen_TcpServerSocketEvent.rs
+++ b/src/features/gen_TcpServerSocketEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TcpServerSocketEventInit.rs b/src/features/gen_TcpServerSocketEventInit.rs
index f0c7dcdfb9d5e4d50b78657a4a80dd2d7ff1941f..ecea5b069b421588b456e07171db629d3c783d00 100644
--- a/src/features/gen_TcpServerSocketEventInit.rs
+++ b/src/features/gen_TcpServerSocketEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TcpSocket.rs b/src/features/gen_TcpSocket.rs
index 3631e805b7563fe896889150864f8ac91911f021..85c4a55ed0ac2685840d97d34e247c5341737673 100644
--- a/src/features/gen_TcpSocket.rs
+++ b/src/features/gen_TcpSocket.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TcpSocketBinaryType.rs b/src/features/gen_TcpSocketBinaryType.rs
index 762dd9a7137c5fb19f4c5614decce560eba2c94b..7951276a0d607104b60deef3c3f7c4b040c5d63e 100644
--- a/src/features/gen_TcpSocketBinaryType.rs
+++ b/src/features/gen_TcpSocketBinaryType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `TcpSocketBinaryType` enum."]
diff --git a/src/features/gen_TcpSocketErrorEvent.rs b/src/features/gen_TcpSocketErrorEvent.rs
index a2d1daf93c8ab344b304aff349f2d92b2c7a2876..e87fdf448e952bbdad631d7d0f401b220bc782e6 100644
--- a/src/features/gen_TcpSocketErrorEvent.rs
+++ b/src/features/gen_TcpSocketErrorEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TcpSocketErrorEventInit.rs b/src/features/gen_TcpSocketErrorEventInit.rs
index cfe92df2e8d83dec39ac7650228119d88466ef84..2da5e7e06a753cbf3693b1f4fc039a55e598f922 100644
--- a/src/features/gen_TcpSocketErrorEventInit.rs
+++ b/src/features/gen_TcpSocketErrorEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TcpSocketEvent.rs b/src/features/gen_TcpSocketEvent.rs
index 37623fb3b0bb7798a66c40a4cc409dcb2fc3eaf5..e9ade38d70b6af653a6abf17b705f8ccd469e939 100644
--- a/src/features/gen_TcpSocketEvent.rs
+++ b/src/features/gen_TcpSocketEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TcpSocketEventInit.rs b/src/features/gen_TcpSocketEventInit.rs
index e62fe981b7aebee213bf6ae1a3f6c416ed3afd96..e98db7882e0189e54a2186f7cf0ee328cbb6b027 100644
--- a/src/features/gen_TcpSocketEventInit.rs
+++ b/src/features/gen_TcpSocketEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Text.rs b/src/features/gen_Text.rs
index 12d84e1fdd52ecc735a22a3471f9e4ec9036f2fc..d6cb82f1b0bd00dbb2c72063d7a7ea241edb5dd5 100644
--- a/src/features/gen_Text.rs
+++ b/src/features/gen_Text.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TextDecodeOptions.rs b/src/features/gen_TextDecodeOptions.rs
index 65277eeba990191608ec71fa1450d05dd1d67d2b..47a0df2138705cddf31e331630f511786240bc4f 100644
--- a/src/features/gen_TextDecodeOptions.rs
+++ b/src/features/gen_TextDecodeOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TextDecoder.rs b/src/features/gen_TextDecoder.rs
index 7eb50d277469db911b1e1118e8bd9102d27a8657..c1f55c93ad092615da85f723f315a9559de4f651 100644
--- a/src/features/gen_TextDecoder.rs
+++ b/src/features/gen_TextDecoder.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TextDecoderOptions.rs b/src/features/gen_TextDecoderOptions.rs
index 7a89d6b04660da2224d902038b05c2542d03697e..1ec3b8f94780bb13ceb06164d51ae4f5c235d2f7 100644
--- a/src/features/gen_TextDecoderOptions.rs
+++ b/src/features/gen_TextDecoderOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TextEncoder.rs b/src/features/gen_TextEncoder.rs
index efaea87bd8b174f13483118fcd16969f009daea1..4a7a815b91c2f945d89f29398848daf970a44556 100644
--- a/src/features/gen_TextEncoder.rs
+++ b/src/features/gen_TextEncoder.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TextMetrics.rs b/src/features/gen_TextMetrics.rs
index fe71817e63f11e9fed7c25c60ca04d3be5ce3019..24aa5ccf3a212b4e2f6a3fdabc77743f0ca5fbbf 100644
--- a/src/features/gen_TextMetrics.rs
+++ b/src/features/gen_TextMetrics.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TextTrack.rs b/src/features/gen_TextTrack.rs
index 9e3f5be748f67f46c8e03df41065e92250c2c5e9..73443abe3d8340a76561b271218b73855db038b3 100644
--- a/src/features/gen_TextTrack.rs
+++ b/src/features/gen_TextTrack.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TextTrackCue.rs b/src/features/gen_TextTrackCue.rs
index c73dfaaf16b59f0285c6bf3144d9504dcbd9e3c9..c1a1fe72585d120e764c1eec704cff0f362501bc 100644
--- a/src/features/gen_TextTrackCue.rs
+++ b/src/features/gen_TextTrackCue.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TextTrackCueList.rs b/src/features/gen_TextTrackCueList.rs
index 82e46863ad6045c1f5026aa393c50690e72328fc..cc4222e6a9b6c23e232f5f86b63cf2720e206509 100644
--- a/src/features/gen_TextTrackCueList.rs
+++ b/src/features/gen_TextTrackCueList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TextTrackKind.rs b/src/features/gen_TextTrackKind.rs
index ce933e65ca0570ff967f9a25b31648dbe656056d..5f81e64e5331e8c5c98d7b1bc78679768bd7fc98 100644
--- a/src/features/gen_TextTrackKind.rs
+++ b/src/features/gen_TextTrackKind.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `TextTrackKind` enum."]
diff --git a/src/features/gen_TextTrackList.rs b/src/features/gen_TextTrackList.rs
index d3f55a1ed3922149c9b18ede74f30df5c5ae165d..646ffebc4f5c825a502bcb4e0ddaa11f81054e83 100644
--- a/src/features/gen_TextTrackList.rs
+++ b/src/features/gen_TextTrackList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TextTrackMode.rs b/src/features/gen_TextTrackMode.rs
index f71fc0812e2e1dad5c6974cb043e38654e067060..95b9455b1e91c535c461e98130140c8697f86b30 100644
--- a/src/features/gen_TextTrackMode.rs
+++ b/src/features/gen_TextTrackMode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `TextTrackMode` enum."]
diff --git a/src/features/gen_TimeEvent.rs b/src/features/gen_TimeEvent.rs
index bf89b71aafadb7c713958289bb71a650d3813fc5..5a26c029eb9ac574a3df98ade948149a109a7078 100644
--- a/src/features/gen_TimeEvent.rs
+++ b/src/features/gen_TimeEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TimeRanges.rs b/src/features/gen_TimeRanges.rs
index 96e3077e9190849ddbfb5861f9ed8e33ae1a9067..c7f04c47de3b84d5552bd51e4a766940cb6fdf90 100644
--- a/src/features/gen_TimeRanges.rs
+++ b/src/features/gen_TimeRanges.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Touch.rs b/src/features/gen_Touch.rs
index 2f364edc0a568426d7cc2f128ebf7adb620f0bf2..ca946be5839d64c96762bf10446726f74832246e 100644
--- a/src/features/gen_Touch.rs
+++ b/src/features/gen_Touch.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TouchEvent.rs b/src/features/gen_TouchEvent.rs
index 55f2174aab599bf7f6ebede33aa72f6eca80fb9f..5f11ef2067ef21fd5dfc6fae5f1907674999bb58 100644
--- a/src/features/gen_TouchEvent.rs
+++ b/src/features/gen_TouchEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TouchEventInit.rs b/src/features/gen_TouchEventInit.rs
index 4923124ecff31cbf923f34524a82157a68200c9d..41523570b79ef559f5c578e58f211af45afd4504 100644
--- a/src/features/gen_TouchEventInit.rs
+++ b/src/features/gen_TouchEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TouchInit.rs b/src/features/gen_TouchInit.rs
index b64ce7a77dc0d343e833d9ba4256a5fbba23f4d6..1defc3fdda7dcdaeb87b1fd69ad31c5add68b445 100644
--- a/src/features/gen_TouchInit.rs
+++ b/src/features/gen_TouchInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TouchList.rs b/src/features/gen_TouchList.rs
index a4415d9eb0f44f30acaa74475fe10fd5a685a808..b78c261a2c5c8cb8a56c054488dec91fac774c2b 100644
--- a/src/features/gen_TouchList.rs
+++ b/src/features/gen_TouchList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TrackEvent.rs b/src/features/gen_TrackEvent.rs
index 2325cb3dfcfd200e62f12c9c53479a6e6ea1dbec..9b01abecff04a06f326fe32ea65b3c2e8470e0ed 100644
--- a/src/features/gen_TrackEvent.rs
+++ b/src/features/gen_TrackEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TrackEventInit.rs b/src/features/gen_TrackEventInit.rs
index 48a91359b625fb5ca2deef4e6c84dd78cbf26f61..23ea70c99b946fe6f1f1c55232c908edee590e0d 100644
--- a/src/features/gen_TrackEventInit.rs
+++ b/src/features/gen_TrackEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TransformStream.rs b/src/features/gen_TransformStream.rs
index 9dd64d45d333cfdf079cae302ef9b73a46953653..d9882d7b87ec3edbf321fcdc4ae5f88ffb22178e 100644
--- a/src/features/gen_TransformStream.rs
+++ b/src/features/gen_TransformStream.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TransformStreamDefaultController.rs b/src/features/gen_TransformStreamDefaultController.rs
index 6e4722973a5738554bfe45cdab3a317f42aa7d83..1d7ec87c6c05477f19ad399111419f23b326f394 100644
--- a/src/features/gen_TransformStreamDefaultController.rs
+++ b/src/features/gen_TransformStreamDefaultController.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Transformer.rs b/src/features/gen_Transformer.rs
index c0dddae0727ca982caa72d2d47a9a23c6e59e630..c53825cd3b43de3950ad87d423dbf2a29afb2843 100644
--- a/src/features/gen_Transformer.rs
+++ b/src/features/gen_Transformer.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TransitionEvent.rs b/src/features/gen_TransitionEvent.rs
index c6c98bb93f201227f9d8ee1695ff6f60300639e8..65b9ab323e0df808f37b9a7d172667db91dbc83f 100644
--- a/src/features/gen_TransitionEvent.rs
+++ b/src/features/gen_TransitionEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TransitionEventInit.rs b/src/features/gen_TransitionEventInit.rs
index 1681b9c1b74a76b4ff390c3dbe5e38516b8111ae..fb65a019b1a19e17846d41b8426a7fcaf8f4d587 100644
--- a/src/features/gen_TransitionEventInit.rs
+++ b/src/features/gen_TransitionEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Transport.rs b/src/features/gen_Transport.rs
index 9b9389c25020731e35dcfe457fde8e046e4c45c1..ae35abf52307935722acbeb60db1e8799aa4256c 100644
--- a/src/features/gen_Transport.rs
+++ b/src/features/gen_Transport.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `Transport` enum."]
diff --git a/src/features/gen_TreeBoxObject.rs b/src/features/gen_TreeBoxObject.rs
index 74e6b3e6fce0486366e6300767387228c8deea73..4f562599590e815ae81dc8ea7e2e6a181a21772d 100644
--- a/src/features/gen_TreeBoxObject.rs
+++ b/src/features/gen_TreeBoxObject.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TreeCellInfo.rs b/src/features/gen_TreeCellInfo.rs
index 9d0794449db05c753ce5dfb2f9e831667958954d..a38c1d7f33a9e42816356a4e52dd1f610606eab1 100644
--- a/src/features/gen_TreeCellInfo.rs
+++ b/src/features/gen_TreeCellInfo.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TreeView.rs b/src/features/gen_TreeView.rs
index 50b334a6bcefe0d06762fa18a8441e892cfa8d7b..036e59a3dd21a8aef1a8bae35ebb7f72e0fd9edd 100644
--- a/src/features/gen_TreeView.rs
+++ b/src/features/gen_TreeView.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_TreeWalker.rs b/src/features/gen_TreeWalker.rs
index 3838270c6551128dfbf80517b7f1b8bd80495d00..7a3f4cde94ba6942d9d4c88f6dea3552d1fbc973 100644
--- a/src/features/gen_TreeWalker.rs
+++ b/src/features/gen_TreeWalker.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_U2f.rs b/src/features/gen_U2f.rs
index 775377d12c248be8596344eebf31e4732731a36b..2c56e101ac342aad84db4a969ffd45870f573ab2 100644
--- a/src/features/gen_U2f.rs
+++ b/src/features/gen_U2f.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_U2fClientData.rs b/src/features/gen_U2fClientData.rs
index 2a4de187780e2a13150d4cbf2c012895f44b9e16..f20f2f79b342aaae33bf052c5b21be890f358cb2 100644
--- a/src/features/gen_U2fClientData.rs
+++ b/src/features/gen_U2fClientData.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_UdpMessageEventInit.rs b/src/features/gen_UdpMessageEventInit.rs
index 7ba192b349b0e97ba0df1ef9a224be91bd1dd7aa..dcbe8702083d733838dcbfb7228f5336d89c221c 100644
--- a/src/features/gen_UdpMessageEventInit.rs
+++ b/src/features/gen_UdpMessageEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_UdpOptions.rs b/src/features/gen_UdpOptions.rs
index 4ba727c4a9c24bbd730550efa4c456851e6023c1..74f4904f8107805cf78dd76e6910ce953ec91a63 100644
--- a/src/features/gen_UdpOptions.rs
+++ b/src/features/gen_UdpOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_UiEvent.rs b/src/features/gen_UiEvent.rs
index 5c2120b6c75ca58cc44c40f819d90497dce6cc4a..66e1b84f0921108bed6781e50d9fdce97fa2f7ff 100644
--- a/src/features/gen_UiEvent.rs
+++ b/src/features/gen_UiEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_UiEventInit.rs b/src/features/gen_UiEventInit.rs
index d1449c34e973ed1cf26d0ff3ed9d42314343de4e..bb56110784ad12df1a904591661537cf5d52be4f 100644
--- a/src/features/gen_UiEventInit.rs
+++ b/src/features/gen_UiEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_UnderlyingSink.rs b/src/features/gen_UnderlyingSink.rs
index dd69488671c417cd97e3eb54d7f58c4615c0933f..3c2f8a8a79fc16803bb5563daccec7f02fe63b50 100644
--- a/src/features/gen_UnderlyingSink.rs
+++ b/src/features/gen_UnderlyingSink.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_UnderlyingSource.rs b/src/features/gen_UnderlyingSource.rs
index a6a9094317925f7f6d9770e7a2c37ca095a03fe9..1794bcc86e52cef7fbd7fc0627250a18960d512c 100644
--- a/src/features/gen_UnderlyingSource.rs
+++ b/src/features/gen_UnderlyingSource.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Url.rs b/src/features/gen_Url.rs
index b4ad91dbc24894c67e9a0750c8d3a57739dddb9e..a905b8525418b035f2485bd5a0accd00ca910ed8 100644
--- a/src/features/gen_Url.rs
+++ b/src/features/gen_Url.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_UrlSearchParams.rs b/src/features/gen_UrlSearchParams.rs
index 4c4f1e3518ebfc3ac00a0afa91290671263de6ae..a2cb9204e5032bfb07ffbb7bb8147661db8f65c0 100644
--- a/src/features/gen_UrlSearchParams.rs
+++ b/src/features/gen_UrlSearchParams.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Usb.rs b/src/features/gen_Usb.rs
index 3b10babdcbe3672ffbf27efe602dc5d0d469f202..4139afc80042341537058ea71b2049c2ff33af0d 100644
--- a/src/features/gen_Usb.rs
+++ b/src/features/gen_Usb.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_UsbAlternateInterface.rs b/src/features/gen_UsbAlternateInterface.rs
index 97d7704f1f5f9925c88e303b93e11af48b09f683..668eae3ca200c711e3153ca6ab58f170327c748d 100644
--- a/src/features/gen_UsbAlternateInterface.rs
+++ b/src/features/gen_UsbAlternateInterface.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_UsbConfiguration.rs b/src/features/gen_UsbConfiguration.rs
index 4f2da9e0b772658a31ca6da59aeda45fde62db95..02307adbd73da0a9c5c9369eef85c217e3c5ea0f 100644
--- a/src/features/gen_UsbConfiguration.rs
+++ b/src/features/gen_UsbConfiguration.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_UsbConnectionEvent.rs b/src/features/gen_UsbConnectionEvent.rs
index 0881347ce6a7624152871d1ffda095f95790f584..1a1a9f2f011281fba63fe798fa077709058d733e 100644
--- a/src/features/gen_UsbConnectionEvent.rs
+++ b/src/features/gen_UsbConnectionEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_UsbConnectionEventInit.rs b/src/features/gen_UsbConnectionEventInit.rs
index d0ed6bf52b6dade49e2e0ff203f705f802534d19..745d869af4d7533792072cfd6b0fa9a2295a6e50 100644
--- a/src/features/gen_UsbConnectionEventInit.rs
+++ b/src/features/gen_UsbConnectionEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_UsbControlTransferParameters.rs b/src/features/gen_UsbControlTransferParameters.rs
index 51c820634c5f2e8d316a709c23ee93a2d6a9883c..a6a72f736a00573569ce836b14fcd85f52dec7b5 100644
--- a/src/features/gen_UsbControlTransferParameters.rs
+++ b/src/features/gen_UsbControlTransferParameters.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_UsbDevice.rs b/src/features/gen_UsbDevice.rs
index 67806114dfbad3881f208f84f87bf869019dbc21..bb8194405eb9de9bfe242a0eec85b6c67677827b 100644
--- a/src/features/gen_UsbDevice.rs
+++ b/src/features/gen_UsbDevice.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_UsbDeviceFilter.rs b/src/features/gen_UsbDeviceFilter.rs
index 132b25637af9bcf1a3d1f2a095ec4fd6612ebc64..61fd2c90bca7c645b87558805c973f3e9ffb6f90 100644
--- a/src/features/gen_UsbDeviceFilter.rs
+++ b/src/features/gen_UsbDeviceFilter.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_UsbDeviceRequestOptions.rs b/src/features/gen_UsbDeviceRequestOptions.rs
index 10f3f70e4965757e2d3b37a61f21f4e44a9239a2..a6c7b87cff8d611cd970d0687f2b6fc27ae8e145 100644
--- a/src/features/gen_UsbDeviceRequestOptions.rs
+++ b/src/features/gen_UsbDeviceRequestOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_UsbDirection.rs b/src/features/gen_UsbDirection.rs
index 93583f25888c6d253f7dc329cdb97f4f6151d6b7..f2abfbd1c6f2c9c722178064ef9c1109e9ebf164 100644
--- a/src/features/gen_UsbDirection.rs
+++ b/src/features/gen_UsbDirection.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_UsbEndpoint.rs b/src/features/gen_UsbEndpoint.rs
index 6a829de5d9e9d24a3593303b5e08f2651ce36c24..27741fe344e899fe8c5a0c2021d5dc2dab7cbce3 100644
--- a/src/features/gen_UsbEndpoint.rs
+++ b/src/features/gen_UsbEndpoint.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_UsbEndpointType.rs b/src/features/gen_UsbEndpointType.rs
index 26c5fa8bcb09b5acde482e4b7a8005388fdc495c..73a52f710e416970a0fa621be39fec4d49479c71 100644
--- a/src/features/gen_UsbEndpointType.rs
+++ b/src/features/gen_UsbEndpointType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_UsbInTransferResult.rs b/src/features/gen_UsbInTransferResult.rs
index 4640a25dad3e18dcdae34e3951769c5c416d5bfd..08a3e18584c74d78c2b7dd54f159b779264aea15 100644
--- a/src/features/gen_UsbInTransferResult.rs
+++ b/src/features/gen_UsbInTransferResult.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_UsbInterface.rs b/src/features/gen_UsbInterface.rs
index 3eab4137b88e8374d9e0860422f96c21b1b1679d..f15831ca1bc596c9bcdd97ea2118a55f3a159ecc 100644
--- a/src/features/gen_UsbInterface.rs
+++ b/src/features/gen_UsbInterface.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_UsbIsochronousInTransferPacket.rs b/src/features/gen_UsbIsochronousInTransferPacket.rs
index c169ad7ecde4fd7fd717e5beac2fa2586581a9e3..986bdf7b786d325413e1e997d3072ed2ffc3ed3e 100644
--- a/src/features/gen_UsbIsochronousInTransferPacket.rs
+++ b/src/features/gen_UsbIsochronousInTransferPacket.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_UsbIsochronousInTransferResult.rs b/src/features/gen_UsbIsochronousInTransferResult.rs
index 6330d44ac6f7e1badad4f63554be4195fb4ebd3c..2c3a43910b44359aa27a87b3b1f5620636c43033 100644
--- a/src/features/gen_UsbIsochronousInTransferResult.rs
+++ b/src/features/gen_UsbIsochronousInTransferResult.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_UsbIsochronousOutTransferPacket.rs b/src/features/gen_UsbIsochronousOutTransferPacket.rs
index 74a87c54b312757262878f7fd9ff904c6205bec0..bc0fb12e8b37ba231525a0ddb534121aed232f34 100644
--- a/src/features/gen_UsbIsochronousOutTransferPacket.rs
+++ b/src/features/gen_UsbIsochronousOutTransferPacket.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_UsbIsochronousOutTransferResult.rs b/src/features/gen_UsbIsochronousOutTransferResult.rs
index 5d1c7abf7fd764c54ca6ca134daf4277c46c5c23..2a569b0c8bb80220fb54c351d918494db03108d9 100644
--- a/src/features/gen_UsbIsochronousOutTransferResult.rs
+++ b/src/features/gen_UsbIsochronousOutTransferResult.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_UsbOutTransferResult.rs b/src/features/gen_UsbOutTransferResult.rs
index 3f9fbc68a55244639a5a2701f906cf1affcf3a68..b0d67ab39866e1ced97b008cddeb7ba61c2a5487 100644
--- a/src/features/gen_UsbOutTransferResult.rs
+++ b/src/features/gen_UsbOutTransferResult.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_UsbPermissionDescriptor.rs b/src/features/gen_UsbPermissionDescriptor.rs
index 1d2341838f82585e78782822a4e0cd44593308fd..0def022717ddaba82aae943f7870bbc33e9178e1 100644
--- a/src/features/gen_UsbPermissionDescriptor.rs
+++ b/src/features/gen_UsbPermissionDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_UsbPermissionResult.rs b/src/features/gen_UsbPermissionResult.rs
index 2dc7d854b4a7acd6ec8481fb2c6c5ee167eeb1f7..96a5e975f15eefd9d8ded8cb44d034ace4a4b597 100644
--- a/src/features/gen_UsbPermissionResult.rs
+++ b/src/features/gen_UsbPermissionResult.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_UsbPermissionStorage.rs b/src/features/gen_UsbPermissionStorage.rs
index 75b8350e7938c69abebb718de071d8c0fc706031..13bfc7d6d406a8c5b4eb783e98b75956d29453a1 100644
--- a/src/features/gen_UsbPermissionStorage.rs
+++ b/src/features/gen_UsbPermissionStorage.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_UsbRecipient.rs b/src/features/gen_UsbRecipient.rs
index 413c2f04d0a093df2d4951aab53423c1635ba121..fb486f9531d4c9cfc4e5a46b5e38265321dc1560 100644
--- a/src/features/gen_UsbRecipient.rs
+++ b/src/features/gen_UsbRecipient.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_UsbRequestType.rs b/src/features/gen_UsbRequestType.rs
index a3984a59939c328216a1daa18ecdd94cefaabf6c..e47b7b4af4120ef0ab4bfa6a1e4b0249399e4240 100644
--- a/src/features/gen_UsbRequestType.rs
+++ b/src/features/gen_UsbRequestType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_UsbTransferStatus.rs b/src/features/gen_UsbTransferStatus.rs
index 2f80dee84189d1f26374ee05e42998351ffc24da..3a23a5156d286265721a38c8ebd259b79f6c201b 100644
--- a/src/features/gen_UsbTransferStatus.rs
+++ b/src/features/gen_UsbTransferStatus.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_UserProximityEvent.rs b/src/features/gen_UserProximityEvent.rs
index 5b9492476047e5359bb1f5676467164586ab1492..f982be1e155267ba6dd67ec3ea86bbcbc0e57176 100644
--- a/src/features/gen_UserProximityEvent.rs
+++ b/src/features/gen_UserProximityEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_UserProximityEventInit.rs b/src/features/gen_UserProximityEventInit.rs
index 63c45c228e7d70bff6a409c803a622b1fa301adf..64e63f42986fbe5666577d20843ca09fc0ab1ed8 100644
--- a/src/features/gen_UserProximityEventInit.rs
+++ b/src/features/gen_UserProximityEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_UserVerificationRequirement.rs b/src/features/gen_UserVerificationRequirement.rs
index f683e9554745e09e78d13e972abb687b5e985825..674372b5bf45c07632e13d583b2b76e0fedbc55e 100644
--- a/src/features/gen_UserVerificationRequirement.rs
+++ b/src/features/gen_UserVerificationRequirement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `UserVerificationRequirement` enum."]
diff --git a/src/features/gen_ValidityState.rs b/src/features/gen_ValidityState.rs
index 4550a3de4897be1201b6bf795550186fcb460535..6dffe86e75058e67e0f483919382dbbcc7e70215 100644
--- a/src/features/gen_ValidityState.rs
+++ b/src/features/gen_ValidityState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_ValueEvent.rs b/src/features/gen_ValueEvent.rs
index dad1661210f085d441841ecbae14a9a9141fe419..4956b1d9de5fde34072a2aea0c4ea1672064dce3 100644
--- a/src/features/gen_ValueEvent.rs
+++ b/src/features/gen_ValueEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_ValueEventInit.rs b/src/features/gen_ValueEventInit.rs
index 7e6980e597f80ae4531fb257a706743ef6f9b39d..5de054e0dedd6ac63bb07dc1956bfe97a114ce80 100644
--- a/src/features/gen_ValueEventInit.rs
+++ b/src/features/gen_ValueEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_VideoColorPrimaries.rs b/src/features/gen_VideoColorPrimaries.rs
index 944e60128d3066c51a2ad78147e2ca5289bb3067..31c6f0e739e919f695e3d55781f820163f1d4a96 100644
--- a/src/features/gen_VideoColorPrimaries.rs
+++ b/src/features/gen_VideoColorPrimaries.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_VideoColorSpace.rs b/src/features/gen_VideoColorSpace.rs
index 11287ec9b23d18b74d9e027075c77c4a6d2901fe..dbd617dac9044e1b002cfcdbfb2891b798d9467f 100644
--- a/src/features/gen_VideoColorSpace.rs
+++ b/src/features/gen_VideoColorSpace.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_VideoColorSpaceInit.rs b/src/features/gen_VideoColorSpaceInit.rs
index 2343649f9d97933c575e684f7efeab7b6b5f8098..df749ddbd981129cdc59d35810ea57f99fbcefc6 100644
--- a/src/features/gen_VideoColorSpaceInit.rs
+++ b/src/features/gen_VideoColorSpaceInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_VideoConfiguration.rs b/src/features/gen_VideoConfiguration.rs
index a69d0039a385f77cc357311a3d8ffe583792a026..3b195f328975c4635731690aff1b5481d9c424dd 100644
--- a/src/features/gen_VideoConfiguration.rs
+++ b/src/features/gen_VideoConfiguration.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_VideoDecoder.rs b/src/features/gen_VideoDecoder.rs
index 591aad1b908f4edb0803f1e59786ca0a183fb853..391b80719b6e085e21a3730cc25aae6b4f98ac4e 100644
--- a/src/features/gen_VideoDecoder.rs
+++ b/src/features/gen_VideoDecoder.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_VideoDecoderConfig.rs b/src/features/gen_VideoDecoderConfig.rs
index 073b8b4a64b6071b8eb10f033f5306db2abe18cd..dad94139949d9934b384808409f8c75b85898487 100644
--- a/src/features/gen_VideoDecoderConfig.rs
+++ b/src/features/gen_VideoDecoderConfig.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_VideoDecoderInit.rs b/src/features/gen_VideoDecoderInit.rs
index b1dd38bcc204cc16fec36cf189d007e64925235d..e0821b156d09450f3029eb27de83ee0b0295c9d9 100644
--- a/src/features/gen_VideoDecoderInit.rs
+++ b/src/features/gen_VideoDecoderInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_VideoDecoderSupport.rs b/src/features/gen_VideoDecoderSupport.rs
index 44efe4037abec4d0c6c0473c6be5cf7201693f89..6954b2feefb8c9fc81deeb88e665de43e6eced73 100644
--- a/src/features/gen_VideoDecoderSupport.rs
+++ b/src/features/gen_VideoDecoderSupport.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_VideoEncoder.rs b/src/features/gen_VideoEncoder.rs
index 28a670772a899780dee3f91593691f197fe40979..6144ce26b68685f0e8d02f64b266c9b3f9eef671 100644
--- a/src/features/gen_VideoEncoder.rs
+++ b/src/features/gen_VideoEncoder.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_VideoEncoderConfig.rs b/src/features/gen_VideoEncoderConfig.rs
index 4d61f21a74bd76a393430e63a788f0fbe233380d..e125dfed944cd5860a11de3fe64861815f8ff44d 100644
--- a/src/features/gen_VideoEncoderConfig.rs
+++ b/src/features/gen_VideoEncoderConfig.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_VideoEncoderEncodeOptions.rs b/src/features/gen_VideoEncoderEncodeOptions.rs
index 345363afa3054f32dd4d9be55b0a42719c589ffa..76e81c9df340be1b44ee682067034ce2e7ba5f27 100644
--- a/src/features/gen_VideoEncoderEncodeOptions.rs
+++ b/src/features/gen_VideoEncoderEncodeOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_VideoEncoderInit.rs b/src/features/gen_VideoEncoderInit.rs
index e2c73e0b4a1ed1a943505f1822d40dc5d83eb9b2..68c17f5590c23657bd3843e96cf3f51f499c57bd 100644
--- a/src/features/gen_VideoEncoderInit.rs
+++ b/src/features/gen_VideoEncoderInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_VideoEncoderSupport.rs b/src/features/gen_VideoEncoderSupport.rs
index 94dab1e0fa5bf571ff113572f8c19ecf60da42f1..88a602b0a78a812d2da88f10aadefa6df1d9d1ad 100644
--- a/src/features/gen_VideoEncoderSupport.rs
+++ b/src/features/gen_VideoEncoderSupport.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_VideoFacingModeEnum.rs b/src/features/gen_VideoFacingModeEnum.rs
index cabca28835875a3ed8f1733b1c8584929fc97079..81fd3839ae92180761878e5bc53a6597529e686b 100644
--- a/src/features/gen_VideoFacingModeEnum.rs
+++ b/src/features/gen_VideoFacingModeEnum.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `VideoFacingModeEnum` enum."]
diff --git a/src/features/gen_VideoFrame.rs b/src/features/gen_VideoFrame.rs
index b0f29df764407ca4d328d810306e1ae2de4828b4..1130295091169b16eb4d3a7a598aeb7a949a3ca9 100644
--- a/src/features/gen_VideoFrame.rs
+++ b/src/features/gen_VideoFrame.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
@@ -190,6 +191,29 @@ extern "C" {
     #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub fn new_with_image_bitmap(image: &ImageBitmap) -> Result<VideoFrame, JsValue>;
     #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "OffscreenCanvas")]
+    #[wasm_bindgen(catch, constructor, js_class = "VideoFrame")]
+    #[doc = "The `new VideoFrame(..)` constructor, creating a new instance of `VideoFrame`."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/VideoFrame/VideoFrame)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvas`, `VideoFrame`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new_with_offscreen_canvas(image: &OffscreenCanvas) -> Result<VideoFrame, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[wasm_bindgen(catch, constructor, js_class = "VideoFrame")]
+    #[doc = "The `new VideoFrame(..)` constructor, creating a new instance of `VideoFrame`."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/VideoFrame/VideoFrame)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `VideoFrame`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new_with_video_frame(image: &VideoFrame) -> Result<VideoFrame, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
     #[cfg(all(feature = "HtmlImageElement", feature = "VideoFrameInit",))]
     #[wasm_bindgen(catch, constructor, js_class = "VideoFrame")]
     #[doc = "The `new VideoFrame(..)` constructor, creating a new instance of `VideoFrame`."]
@@ -265,6 +289,36 @@ extern "C" {
         init: &VideoFrameInit,
     ) -> Result<VideoFrame, JsValue>;
     #[cfg(web_sys_unstable_apis)]
+    #[cfg(all(feature = "OffscreenCanvas", feature = "VideoFrameInit",))]
+    #[wasm_bindgen(catch, constructor, js_class = "VideoFrame")]
+    #[doc = "The `new VideoFrame(..)` constructor, creating a new instance of `VideoFrame`."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/VideoFrame/VideoFrame)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvas`, `VideoFrame`, `VideoFrameInit`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new_with_offscreen_canvas_and_video_frame_init(
+        image: &OffscreenCanvas,
+        init: &VideoFrameInit,
+    ) -> Result<VideoFrame, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "VideoFrameInit")]
+    #[wasm_bindgen(catch, constructor, js_class = "VideoFrame")]
+    #[doc = "The `new VideoFrame(..)` constructor, creating a new instance of `VideoFrame`."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/VideoFrame/VideoFrame)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `VideoFrame`, `VideoFrameInit`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new_with_video_frame_and_video_frame_init(
+        image: &VideoFrame,
+        init: &VideoFrameInit,
+    ) -> Result<VideoFrame, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
     #[cfg(feature = "VideoFrameBufferInit")]
     #[wasm_bindgen(catch, constructor, js_class = "VideoFrame")]
     #[doc = "The `new VideoFrame(..)` constructor, creating a new instance of `VideoFrame`."]
diff --git a/src/features/gen_VideoFrameBufferInit.rs b/src/features/gen_VideoFrameBufferInit.rs
index 30607a75dd15c4e2cad2d1b9003710a36774136b..339b4be9386a55006560874c7922760e45e2d689 100644
--- a/src/features/gen_VideoFrameBufferInit.rs
+++ b/src/features/gen_VideoFrameBufferInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_VideoFrameCopyToOptions.rs b/src/features/gen_VideoFrameCopyToOptions.rs
index 9ba37f78971307df1d63661267e8f83c06f7ae25..6278988f6a385a3cbc55cae76382640f55ed164c 100644
--- a/src/features/gen_VideoFrameCopyToOptions.rs
+++ b/src/features/gen_VideoFrameCopyToOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_VideoFrameInit.rs b/src/features/gen_VideoFrameInit.rs
index bf91f0fb757d5b571097ccca8075f7ca8f85cde6..53224cb93ed1c844bf5ab2257e76ef87f16fcc3e 100644
--- a/src/features/gen_VideoFrameInit.rs
+++ b/src/features/gen_VideoFrameInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_VideoMatrixCoefficients.rs b/src/features/gen_VideoMatrixCoefficients.rs
index 5520fae08a32935a18e3a0623513ce9df822bbc8..196688d6addc5d87c6020377c9b95a2dadf93c03 100644
--- a/src/features/gen_VideoMatrixCoefficients.rs
+++ b/src/features/gen_VideoMatrixCoefficients.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_VideoPixelFormat.rs b/src/features/gen_VideoPixelFormat.rs
index 6b465da51eb282f7c031cd287f1ae117ca73af91..e2348ed9495daf26716cc001a7ca2905da410ce9 100644
--- a/src/features/gen_VideoPixelFormat.rs
+++ b/src/features/gen_VideoPixelFormat.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_VideoPlaybackQuality.rs b/src/features/gen_VideoPlaybackQuality.rs
index 6556f12225aaa29b77159c2ed5127068b085f978..f22b259872c659529569afb1b525e506d8848416 100644
--- a/src/features/gen_VideoPlaybackQuality.rs
+++ b/src/features/gen_VideoPlaybackQuality.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_VideoStreamTrack.rs b/src/features/gen_VideoStreamTrack.rs
index de248ce5f8397298d6e6b7a1bbf974814839a8df..8d33779a7607520329eb55363f07c66c046f7f59 100644
--- a/src/features/gen_VideoStreamTrack.rs
+++ b/src/features/gen_VideoStreamTrack.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_VideoTrack.rs b/src/features/gen_VideoTrack.rs
index 08f6e0b02214b4916d7460c8a130417419d0d48f..aa62eb051ee9f3b648fc444f9b0d5cf2e1dae459 100644
--- a/src/features/gen_VideoTrack.rs
+++ b/src/features/gen_VideoTrack.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_VideoTrackList.rs b/src/features/gen_VideoTrackList.rs
index 8a743d5e7b94aee68187bf717af0c8626ae5558f..4cd4d08a2a7ed36ca94af42d96583fdc28009acd 100644
--- a/src/features/gen_VideoTrackList.rs
+++ b/src/features/gen_VideoTrackList.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_VideoTransferCharacteristics.rs b/src/features/gen_VideoTransferCharacteristics.rs
index 7eed7abc9b185ba920e2440e7e1d013c5c6e2404..dbb6684f5a5d13890bd7b5c8e57b22171d9d4aba 100644
--- a/src/features/gen_VideoTransferCharacteristics.rs
+++ b/src/features/gen_VideoTransferCharacteristics.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_VisibilityState.rs b/src/features/gen_VisibilityState.rs
index a528680cfed96325cc9e746464964fc00d82f793..7e4dd56b15fb7a1d0e5b262974b7f069d083f767 100644
--- a/src/features/gen_VisibilityState.rs
+++ b/src/features/gen_VisibilityState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `VisibilityState` enum."]
diff --git a/src/features/gen_VoidCallback.rs b/src/features/gen_VoidCallback.rs
index c76cadcb0a8d046732511446fc59ad862af63200..16e8d5120ca4244495553c5a1848693262fa4458 100644
--- a/src/features/gen_VoidCallback.rs
+++ b/src/features/gen_VoidCallback.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_VrDisplay.rs b/src/features/gen_VrDisplay.rs
index f4f100e869d30df3c25c9b207dd15bde2b3a20a8..2abf7e140d3e7892419fce36b3be8e524407d83f 100644
--- a/src/features/gen_VrDisplay.rs
+++ b/src/features/gen_VrDisplay.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_VrDisplayCapabilities.rs b/src/features/gen_VrDisplayCapabilities.rs
index 1f02ad81f44cdcff36ec4e6c806640f856022efa..69db0bf1081dc69e54c265757674579288639a2e 100644
--- a/src/features/gen_VrDisplayCapabilities.rs
+++ b/src/features/gen_VrDisplayCapabilities.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_VrEye.rs b/src/features/gen_VrEye.rs
index ee860299f737e6b0ec655e0d596c54659fc59dd9..690ae13d9f4d84d6d72eb1514f2c889a4ed0d93b 100644
--- a/src/features/gen_VrEye.rs
+++ b/src/features/gen_VrEye.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `VrEye` enum."]
diff --git a/src/features/gen_VrEyeParameters.rs b/src/features/gen_VrEyeParameters.rs
index 6a351c26a3138e692bc2e079a877116aeaab9ee0..5f92712bba0ac7befcda2e277dc98ec10d2065a3 100644
--- a/src/features/gen_VrEyeParameters.rs
+++ b/src/features/gen_VrEyeParameters.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_VrFieldOfView.rs b/src/features/gen_VrFieldOfView.rs
index 45621b219f3ff82861bcadef0d7adb51bc3563dc..9f9c30a194366cf6bd759f33e5deda82838be0ee 100644
--- a/src/features/gen_VrFieldOfView.rs
+++ b/src/features/gen_VrFieldOfView.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_VrFrameData.rs b/src/features/gen_VrFrameData.rs
index 697997dbdcee1cb115b206e44bdbc71535a6cf4d..a1a3680b6dec7f84b66a15fa397939f7da4679ae 100644
--- a/src/features/gen_VrFrameData.rs
+++ b/src/features/gen_VrFrameData.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_VrLayer.rs b/src/features/gen_VrLayer.rs
index 6d0adae943eab741f11215f56b08fbb78bed1d53..514ab0a6cf7eced50171f1e5544aae5d4f22f570 100644
--- a/src/features/gen_VrLayer.rs
+++ b/src/features/gen_VrLayer.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_VrMockController.rs b/src/features/gen_VrMockController.rs
index 23676c7ef8f9e1d6498ada641f2026cbde80d184..134a3b529ea6b25c402ce9f64d572ece09aee037 100644
--- a/src/features/gen_VrMockController.rs
+++ b/src/features/gen_VrMockController.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_VrMockDisplay.rs b/src/features/gen_VrMockDisplay.rs
index 5f503ba12fedaab96fa422e39187f4788b221eed..82fb1298cd46a33255d2fc53e1dd8705320fd661 100644
--- a/src/features/gen_VrMockDisplay.rs
+++ b/src/features/gen_VrMockDisplay.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_VrPose.rs b/src/features/gen_VrPose.rs
index c7e03eea5e4ad67aab2cfeb537df170f6e7f790b..ebbb37f85e6b99970259d78dab2c303d2ee61c12 100644
--- a/src/features/gen_VrPose.rs
+++ b/src/features/gen_VrPose.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_VrServiceTest.rs b/src/features/gen_VrServiceTest.rs
index 7becadb161aecdff29d903654881bf28721edab3..46cd2b268acee6673aadca0ba6691466aaec8e33 100644
--- a/src/features/gen_VrServiceTest.rs
+++ b/src/features/gen_VrServiceTest.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_VrStageParameters.rs b/src/features/gen_VrStageParameters.rs
index 081ff053557a3f4c29cb2bb2ef62f8ada767f72a..0c9b199ffa5cac87e14defaca773627ec1777be8 100644
--- a/src/features/gen_VrStageParameters.rs
+++ b/src/features/gen_VrStageParameters.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_VrSubmitFrameResult.rs b/src/features/gen_VrSubmitFrameResult.rs
index b0dd1aebeddb6bcc804730116f6add586db29d34..788628127b8340cb35404476a990d86eeb618af6 100644
--- a/src/features/gen_VrSubmitFrameResult.rs
+++ b/src/features/gen_VrSubmitFrameResult.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_VttCue.rs b/src/features/gen_VttCue.rs
index a232704b0d144bf2f9a308bd399b6c95f4f31511..e3b014809fcf8f4ea7bf9846304a516c309acd43 100644
--- a/src/features/gen_VttCue.rs
+++ b/src/features/gen_VttCue.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_VttRegion.rs b/src/features/gen_VttRegion.rs
index 71e3fb3d06d9e17b4df8490eedf6fdc421a0e0e8..116a3438cabfd517e626770fdd695282ba49af2b 100644
--- a/src/features/gen_VttRegion.rs
+++ b/src/features/gen_VttRegion.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WakeLock.rs b/src/features/gen_WakeLock.rs
index ecdad001894e6840e7bd7c832ea6e6e5d776c7f5..715647b4ca2579adf4d018c795093f77472d154e 100644
--- a/src/features/gen_WakeLock.rs
+++ b/src/features/gen_WakeLock.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_WakeLockSentinel.rs b/src/features/gen_WakeLockSentinel.rs
index 3cd67d7f153cedbed1077fa6656fe81ef7c2c9ad..253b8a8e82ddf2f8ea74ad9561ed066da33bdfa2 100644
--- a/src/features/gen_WakeLockSentinel.rs
+++ b/src/features/gen_WakeLockSentinel.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_WakeLockType.rs b/src/features/gen_WakeLockType.rs
index b09491890c956e44dc24d8bc2e583daea4531ef6..280eda4a122b982e815832e6b432e0b6d38effb5 100644
--- a/src/features/gen_WakeLockType.rs
+++ b/src/features/gen_WakeLockType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_WatchAdvertisementsOptions.rs b/src/features/gen_WatchAdvertisementsOptions.rs
index 175bbfaedb86750e5304fa549e84e5fded621d27..741ed6b4f4d69fa4fc6e99a11f256d31f80a3a24 100644
--- a/src/features/gen_WatchAdvertisementsOptions.rs
+++ b/src/features/gen_WatchAdvertisementsOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_WaveShaperNode.rs b/src/features/gen_WaveShaperNode.rs
index 4c3b8c31ce5e35fdb38fa7e403fbaccef3c72133..4d1673c6e5a5b943633493c47ff6df2a5fc2ba78 100644
--- a/src/features/gen_WaveShaperNode.rs
+++ b/src/features/gen_WaveShaperNode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WaveShaperOptions.rs b/src/features/gen_WaveShaperOptions.rs
index c3581bc61d48b38a4e47527b7cb3009e1a797e6e..95f3a66e9662d57eb450e6e0d368e52a87766779 100644
--- a/src/features/gen_WaveShaperOptions.rs
+++ b/src/features/gen_WaveShaperOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebGl2RenderingContext.rs b/src/features/gen_WebGl2RenderingContext.rs
index 1b1ab491c13788196b2b2d52e2148fa1c43bfb77..a0330978eb58341545cd0eb0fbfde3b01cc0799f 100644
--- a/src/features/gen_WebGl2RenderingContext.rs
+++ b/src/features/gen_WebGl2RenderingContext.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -5980,12 +5981,16 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `WebGl2RenderingContext`, `WebGlProgram`*"]
     pub fn link_program(this: &WebGl2RenderingContext, program: &WebGlProgram);
+    #[cfg(web_sys_unstable_apis)]
     # [wasm_bindgen (method , structural , js_class = "WebGL2RenderingContext" , js_name = makeXRCompatible)]
     #[doc = "The `makeXRCompatible()` method."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebGL2RenderingContext/makeXRCompatible)"]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `WebGl2RenderingContext`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub fn make_xr_compatible(this: &WebGl2RenderingContext) -> ::js_sys::Promise;
     # [wasm_bindgen (method , structural , js_class = "WebGL2RenderingContext" , js_name = pixelStorei)]
     #[doc = "The `pixelStorei()` method."]
diff --git a/src/features/gen_WebGlActiveInfo.rs b/src/features/gen_WebGlActiveInfo.rs
index 985a83b7d17a7fa83f690c5c94cd9c33937b01de..9bc90465d1a5469cd7d8944bdef7dc84326ea830 100644
--- a/src/features/gen_WebGlActiveInfo.rs
+++ b/src/features/gen_WebGlActiveInfo.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebGlBuffer.rs b/src/features/gen_WebGlBuffer.rs
index 43f1dfb296c41309f67ad84fdfca317c34d9923d..525e3cb8593f245446a8ce1b7b8e8a4b30249df1 100644
--- a/src/features/gen_WebGlBuffer.rs
+++ b/src/features/gen_WebGlBuffer.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebGlContextAttributes.rs b/src/features/gen_WebGlContextAttributes.rs
index 4be2298032d980aa9071693b8fc4ba44b6a006b0..71ce35e80ba57066ed80f2627824201db355dc7b 100644
--- a/src/features/gen_WebGlContextAttributes.rs
+++ b/src/features/gen_WebGlContextAttributes.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -148,9 +149,13 @@ impl WebGlContextAttributes {
         let _ = r;
         self
     }
+    #[cfg(web_sys_unstable_apis)]
     #[doc = "Change the `xrCompatible` field of this object."]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `WebGlContextAttributes`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub fn xr_compatible(&mut self, val: bool) -> &mut Self {
         use wasm_bindgen::JsValue;
         let r = ::js_sys::Reflect::set(
diff --git a/src/features/gen_WebGlContextEvent.rs b/src/features/gen_WebGlContextEvent.rs
index 0c328adbdd363bfe8b35e2eb71119965b3daf72f..62339aa93b38fdb3eae9b3af839be94ebb409f82 100644
--- a/src/features/gen_WebGlContextEvent.rs
+++ b/src/features/gen_WebGlContextEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebGlContextEventInit.rs b/src/features/gen_WebGlContextEventInit.rs
index 28e1c3fdb8809bddf8db4b9026d09a8fef1bd619..9be6bce33cf3f6cd50cf1e9276ece1e999e4386a 100644
--- a/src/features/gen_WebGlContextEventInit.rs
+++ b/src/features/gen_WebGlContextEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebGlFramebuffer.rs b/src/features/gen_WebGlFramebuffer.rs
index 87c9a60f639fe001246000c1a0080163bf969114..7c4e518130673005fda23ce3c18d7eaabdc34557 100644
--- a/src/features/gen_WebGlFramebuffer.rs
+++ b/src/features/gen_WebGlFramebuffer.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebGlPowerPreference.rs b/src/features/gen_WebGlPowerPreference.rs
index 538918f199de4697daeec34bc7167a1bdade4fa1..d346fe056a188933e6a916e3f64950569529713d 100644
--- a/src/features/gen_WebGlPowerPreference.rs
+++ b/src/features/gen_WebGlPowerPreference.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `WebGlPowerPreference` enum."]
diff --git a/src/features/gen_WebGlProgram.rs b/src/features/gen_WebGlProgram.rs
index 8ed0017872c3395b016c9e476030305797cb57b2..5dcbcae227ee5451fd55dea6d6e49ec2822b2470 100644
--- a/src/features/gen_WebGlProgram.rs
+++ b/src/features/gen_WebGlProgram.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebGlQuery.rs b/src/features/gen_WebGlQuery.rs
index 1d2fb0aacb3dff2f917ecd92b7ec29fbe8ea0b27..887c6840034998da7e110762d502e2b737c90165 100644
--- a/src/features/gen_WebGlQuery.rs
+++ b/src/features/gen_WebGlQuery.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebGlRenderbuffer.rs b/src/features/gen_WebGlRenderbuffer.rs
index 3efdd967d89e15e19dc5263ba28372b528e239dd..6c917cf0d3ee0c501fd67a35800c061ccc27d3f4 100644
--- a/src/features/gen_WebGlRenderbuffer.rs
+++ b/src/features/gen_WebGlRenderbuffer.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebGlRenderingContext.rs b/src/features/gen_WebGlRenderingContext.rs
index 39777bbd283ec2f71277561ea23f19b103892eee..f403ef1db08549aa221a9cbea779b5bda31bb125 100644
--- a/src/features/gen_WebGlRenderingContext.rs
+++ b/src/features/gen_WebGlRenderingContext.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -1599,12 +1600,16 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `WebGlProgram`, `WebGlRenderingContext`*"]
     pub fn link_program(this: &WebGlRenderingContext, program: &WebGlProgram);
+    #[cfg(web_sys_unstable_apis)]
     # [wasm_bindgen (method , structural , js_class = "WebGLRenderingContext" , js_name = makeXRCompatible)]
     #[doc = "The `makeXRCompatible()` method."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/makeXRCompatible)"]
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `WebGlRenderingContext`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub fn make_xr_compatible(this: &WebGlRenderingContext) -> ::js_sys::Promise;
     # [wasm_bindgen (method , structural , js_class = "WebGLRenderingContext" , js_name = pixelStorei)]
     #[doc = "The `pixelStorei()` method."]
diff --git a/src/features/gen_WebGlSampler.rs b/src/features/gen_WebGlSampler.rs
index 6f28463b17903784d1b23e57dccb040379121314..d2743d20b2058cb6582fec3dcf4f807d39f38291 100644
--- a/src/features/gen_WebGlSampler.rs
+++ b/src/features/gen_WebGlSampler.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebGlShader.rs b/src/features/gen_WebGlShader.rs
index 1d4aa8268478f2be81179ea635fb3e6e952fe760..53f87b5fa6f0cf561f260c78b1540f9006c9e6d9 100644
--- a/src/features/gen_WebGlShader.rs
+++ b/src/features/gen_WebGlShader.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebGlShaderPrecisionFormat.rs b/src/features/gen_WebGlShaderPrecisionFormat.rs
index 16e869914ad5293b374a55476ad3c7566a641c17..fc4869055058c734017928869c7fe3a953763a43 100644
--- a/src/features/gen_WebGlShaderPrecisionFormat.rs
+++ b/src/features/gen_WebGlShaderPrecisionFormat.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebGlSync.rs b/src/features/gen_WebGlSync.rs
index 6c8b2e356b7761e0e9c215f74ee14236c5db7dd1..41b3c4adb1cc4d68dc14edb1b7a3741255430170 100644
--- a/src/features/gen_WebGlSync.rs
+++ b/src/features/gen_WebGlSync.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebGlTexture.rs b/src/features/gen_WebGlTexture.rs
index 14d7b8e13cf0c0c42374deb9a2f77329a72bcb20..fb720e5735b637f35fc885eb42938ebd8bfaf211 100644
--- a/src/features/gen_WebGlTexture.rs
+++ b/src/features/gen_WebGlTexture.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebGlTransformFeedback.rs b/src/features/gen_WebGlTransformFeedback.rs
index edfabfb3ae8b00e01ed40d93f7069d61c2887d42..933ce5ceec2cd1440eb7a888909d757a8db05040 100644
--- a/src/features/gen_WebGlTransformFeedback.rs
+++ b/src/features/gen_WebGlTransformFeedback.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebGlUniformLocation.rs b/src/features/gen_WebGlUniformLocation.rs
index 545667f68539972951da05670e4a2aeed2509fd7..fa1a6a56c51585638a1e4055333f54ff55862916 100644
--- a/src/features/gen_WebGlUniformLocation.rs
+++ b/src/features/gen_WebGlUniformLocation.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebGlVertexArrayObject.rs b/src/features/gen_WebGlVertexArrayObject.rs
index 1929efa7e48e13f8b1fc212671c5bc8d0750f99e..202edd6fce970807e9ace9fd1b62cb3b53d5a348 100644
--- a/src/features/gen_WebGlVertexArrayObject.rs
+++ b/src/features/gen_WebGlVertexArrayObject.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebKitCssMatrix.rs b/src/features/gen_WebKitCssMatrix.rs
index a8f024ca690ef40f864e657e8da735933ab8950b..cf21196eb99ce1bd8b105711b6a71b59af58d4b3 100644
--- a/src/features/gen_WebKitCssMatrix.rs
+++ b/src/features/gen_WebKitCssMatrix.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebSocket.rs b/src/features/gen_WebSocket.rs
index 03143f17f86bd4c8e5d8c2fbf42ce01c21495846..dfa43aa8db5ad4f8aa40918b4900ac80605a0953 100644
--- a/src/features/gen_WebSocket.rs
+++ b/src/features/gen_WebSocket.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebSocketDict.rs b/src/features/gen_WebSocketDict.rs
index 05df3bcf918a496193f399139ced72d465143ad7..c9a67c34c4c7af8edbd675a0333fbb212a0ea281 100644
--- a/src/features/gen_WebSocketDict.rs
+++ b/src/features/gen_WebSocketDict.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebSocketElement.rs b/src/features/gen_WebSocketElement.rs
index 402e05eb4321fab7222d154246a5ef59e6806074..99746cd6e7000e66553a7c672dbd857be010397c 100644
--- a/src/features/gen_WebSocketElement.rs
+++ b/src/features/gen_WebSocketElement.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebTransport.rs b/src/features/gen_WebTransport.rs
new file mode 100644
index 0000000000000000000000000000000000000000..350d77608e009054ce82e8fe5e347636fca44c04
--- /dev/null
+++ b/src/features/gen_WebTransport.rs
@@ -0,0 +1,224 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = WebTransport , typescript_type = "WebTransport")]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `WebTransport` class."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransport`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type WebTransport;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , getter , js_class = "WebTransport" , js_name = ready)]
+    #[doc = "Getter for the `ready` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport/ready)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransport`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn ready(this: &WebTransport) -> ::js_sys::Promise;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "WebTransportReliabilityMode")]
+    # [wasm_bindgen (structural , method , getter , js_class = "WebTransport" , js_name = reliability)]
+    #[doc = "Getter for the `reliability` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport/reliability)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransport`, `WebTransportReliabilityMode`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn reliability(this: &WebTransport) -> WebTransportReliabilityMode;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "WebTransportCongestionControl")]
+    # [wasm_bindgen (structural , method , getter , js_class = "WebTransport" , js_name = congestionControl)]
+    #[doc = "Getter for the `congestionControl` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport/congestionControl)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransport`, `WebTransportCongestionControl`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn congestion_control(this: &WebTransport) -> WebTransportCongestionControl;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , getter , js_class = "WebTransport" , js_name = closed)]
+    #[doc = "Getter for the `closed` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport/closed)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransport`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn closed(this: &WebTransport) -> ::js_sys::Promise;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , getter , js_class = "WebTransport" , js_name = draining)]
+    #[doc = "Getter for the `draining` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport/draining)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransport`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn draining(this: &WebTransport) -> ::js_sys::Promise;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "WebTransportDatagramDuplexStream")]
+    # [wasm_bindgen (structural , method , getter , js_class = "WebTransport" , js_name = datagrams)]
+    #[doc = "Getter for the `datagrams` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport/datagrams)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransport`, `WebTransportDatagramDuplexStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn datagrams(this: &WebTransport) -> WebTransportDatagramDuplexStream;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "ReadableStream")]
+    # [wasm_bindgen (structural , method , getter , js_class = "WebTransport" , js_name = incomingBidirectionalStreams)]
+    #[doc = "Getter for the `incomingBidirectionalStreams` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport/incomingBidirectionalStreams)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ReadableStream`, `WebTransport`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn incoming_bidirectional_streams(this: &WebTransport) -> ReadableStream;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "ReadableStream")]
+    # [wasm_bindgen (structural , method , getter , js_class = "WebTransport" , js_name = incomingUnidirectionalStreams)]
+    #[doc = "Getter for the `incomingUnidirectionalStreams` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport/incomingUnidirectionalStreams)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ReadableStream`, `WebTransport`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn incoming_unidirectional_streams(this: &WebTransport) -> ReadableStream;
+    #[cfg(web_sys_unstable_apis)]
+    #[wasm_bindgen(catch, constructor, js_class = "WebTransport")]
+    #[doc = "The `new WebTransport(..)` constructor, creating a new instance of `WebTransport`."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport/WebTransport)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransport`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new(url: &str) -> Result<WebTransport, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "WebTransportOptions")]
+    #[wasm_bindgen(catch, constructor, js_class = "WebTransport")]
+    #[doc = "The `new WebTransport(..)` constructor, creating a new instance of `WebTransport`."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport/WebTransport)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransport`, `WebTransportOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new_with_options(
+        url: &str,
+        options: &WebTransportOptions,
+    ) -> Result<WebTransport, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "WebTransport" , js_name = close)]
+    #[doc = "The `close()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport/close)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransport`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn close(this: &WebTransport);
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "WebTransportCloseInfo")]
+    # [wasm_bindgen (method , structural , js_class = "WebTransport" , js_name = close)]
+    #[doc = "The `close()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport/close)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransport`, `WebTransportCloseInfo`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn close_with_close_info(this: &WebTransport, close_info: &WebTransportCloseInfo);
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "WebTransport" , js_name = createBidirectionalStream)]
+    #[doc = "The `createBidirectionalStream()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport/createBidirectionalStream)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransport`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn create_bidirectional_stream(this: &WebTransport) -> ::js_sys::Promise;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "WebTransportSendStreamOptions")]
+    # [wasm_bindgen (method , structural , js_class = "WebTransport" , js_name = createBidirectionalStream)]
+    #[doc = "The `createBidirectionalStream()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport/createBidirectionalStream)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransport`, `WebTransportSendStreamOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn create_bidirectional_stream_with_options(
+        this: &WebTransport,
+        options: &WebTransportSendStreamOptions,
+    ) -> ::js_sys::Promise;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "WebTransport" , js_name = createUnidirectionalStream)]
+    #[doc = "The `createUnidirectionalStream()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport/createUnidirectionalStream)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransport`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn create_unidirectional_stream(this: &WebTransport) -> ::js_sys::Promise;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "WebTransportSendStreamOptions")]
+    # [wasm_bindgen (method , structural , js_class = "WebTransport" , js_name = createUnidirectionalStream)]
+    #[doc = "The `createUnidirectionalStream()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport/createUnidirectionalStream)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransport`, `WebTransportSendStreamOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn create_unidirectional_stream_with_options(
+        this: &WebTransport,
+        options: &WebTransportSendStreamOptions,
+    ) -> ::js_sys::Promise;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "WebTransport" , js_name = getStats)]
+    #[doc = "The `getStats()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport/getStats)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransport`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn get_stats(this: &WebTransport) -> ::js_sys::Promise;
+}
diff --git a/src/features/gen_WebTransportBidirectionalStream.rs b/src/features/gen_WebTransportBidirectionalStream.rs
new file mode 100644
index 0000000000000000000000000000000000000000..e74314244c8c507642a795e631d2bf60e5f4c7d9
--- /dev/null
+++ b/src/features/gen_WebTransportBidirectionalStream.rs
@@ -0,0 +1,43 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = WebTransportBidirectionalStream , typescript_type = "WebTransportBidirectionalStream")]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `WebTransportBidirectionalStream` class."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportBidirectionalStream)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportBidirectionalStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type WebTransportBidirectionalStream;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "WebTransportReceiveStream")]
+    # [wasm_bindgen (structural , method , getter , js_class = "WebTransportBidirectionalStream" , js_name = readable)]
+    #[doc = "Getter for the `readable` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportBidirectionalStream/readable)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportBidirectionalStream`, `WebTransportReceiveStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn readable(this: &WebTransportBidirectionalStream) -> WebTransportReceiveStream;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "WebTransportSendStream")]
+    # [wasm_bindgen (structural , method , getter , js_class = "WebTransportBidirectionalStream" , js_name = writable)]
+    #[doc = "Getter for the `writable` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportBidirectionalStream/writable)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportBidirectionalStream`, `WebTransportSendStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn writable(this: &WebTransportBidirectionalStream) -> WebTransportSendStream;
+}
diff --git a/src/features/gen_WebTransportCloseInfo.rs b/src/features/gen_WebTransportCloseInfo.rs
new file mode 100644
index 0000000000000000000000000000000000000000..1ecd401b83dab94b96246c728c435da3b47444e7
--- /dev/null
+++ b/src/features/gen_WebTransportCloseInfo.rs
@@ -0,0 +1,76 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = WebTransportCloseInfo)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `WebTransportCloseInfo` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportCloseInfo`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type WebTransportCloseInfo;
+}
+#[cfg(web_sys_unstable_apis)]
+impl WebTransportCloseInfo {
+    #[doc = "Construct a new `WebTransportCloseInfo`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportCloseInfo`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `closeCode` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportCloseInfo`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn close_code(&mut self, val: u32) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("closeCode"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `reason` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportCloseInfo`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn reason(&mut self, val: &str) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r =
+            ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("reason"), &JsValue::from(val));
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+#[cfg(web_sys_unstable_apis)]
+impl Default for WebTransportCloseInfo {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_WebTransportCongestionControl.rs b/src/features/gen_WebTransportCongestionControl.rs
new file mode 100644
index 0000000000000000000000000000000000000000..5838a3f944eb48df73ea7e9347a3062e2271cd7c
--- /dev/null
+++ b/src/features/gen_WebTransportCongestionControl.rs
@@ -0,0 +1,17 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+#[doc = "The `WebTransportCongestionControl` enum."]
+#[doc = ""]
+#[doc = "*This API requires the following crate features to be activated: `WebTransportCongestionControl`*"]
+#[doc = ""]
+#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+#[derive(Debug, Clone, Copy, PartialEq, Eq)]
+pub enum WebTransportCongestionControl {
+    Default = "default",
+    Throughput = "throughput",
+    LowLatency = "low-latency",
+}
diff --git a/src/features/gen_WebTransportDatagramDuplexStream.rs b/src/features/gen_WebTransportDatagramDuplexStream.rs
new file mode 100644
index 0000000000000000000000000000000000000000..4b5fdb6d0c317285dd4eef2a4e5d4b13a996b2f0
--- /dev/null
+++ b/src/features/gen_WebTransportDatagramDuplexStream.rs
@@ -0,0 +1,142 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = WebTransportDatagramDuplexStream , typescript_type = "WebTransportDatagramDuplexStream")]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `WebTransportDatagramDuplexStream` class."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportDatagramDuplexStream)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportDatagramDuplexStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type WebTransportDatagramDuplexStream;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "ReadableStream")]
+    # [wasm_bindgen (structural , method , getter , js_class = "WebTransportDatagramDuplexStream" , js_name = readable)]
+    #[doc = "Getter for the `readable` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportDatagramDuplexStream/readable)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ReadableStream`, `WebTransportDatagramDuplexStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn readable(this: &WebTransportDatagramDuplexStream) -> ReadableStream;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "WritableStream")]
+    # [wasm_bindgen (structural , method , getter , js_class = "WebTransportDatagramDuplexStream" , js_name = writable)]
+    #[doc = "Getter for the `writable` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportDatagramDuplexStream/writable)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportDatagramDuplexStream`, `WritableStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn writable(this: &WebTransportDatagramDuplexStream) -> WritableStream;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , getter , js_class = "WebTransportDatagramDuplexStream" , js_name = maxDatagramSize)]
+    #[doc = "Getter for the `maxDatagramSize` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportDatagramDuplexStream/maxDatagramSize)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportDatagramDuplexStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn max_datagram_size(this: &WebTransportDatagramDuplexStream) -> u32;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , getter , js_class = "WebTransportDatagramDuplexStream" , js_name = incomingMaxAge)]
+    #[doc = "Getter for the `incomingMaxAge` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportDatagramDuplexStream/incomingMaxAge)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportDatagramDuplexStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn incoming_max_age(this: &WebTransportDatagramDuplexStream) -> f64;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , setter , js_class = "WebTransportDatagramDuplexStream" , js_name = incomingMaxAge)]
+    #[doc = "Setter for the `incomingMaxAge` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportDatagramDuplexStream/incomingMaxAge)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportDatagramDuplexStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn set_incoming_max_age(this: &WebTransportDatagramDuplexStream, value: f64);
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , getter , js_class = "WebTransportDatagramDuplexStream" , js_name = outgoingMaxAge)]
+    #[doc = "Getter for the `outgoingMaxAge` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportDatagramDuplexStream/outgoingMaxAge)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportDatagramDuplexStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn outgoing_max_age(this: &WebTransportDatagramDuplexStream) -> f64;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , setter , js_class = "WebTransportDatagramDuplexStream" , js_name = outgoingMaxAge)]
+    #[doc = "Setter for the `outgoingMaxAge` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportDatagramDuplexStream/outgoingMaxAge)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportDatagramDuplexStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn set_outgoing_max_age(this: &WebTransportDatagramDuplexStream, value: f64);
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , getter , js_class = "WebTransportDatagramDuplexStream" , js_name = incomingHighWaterMark)]
+    #[doc = "Getter for the `incomingHighWaterMark` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportDatagramDuplexStream/incomingHighWaterMark)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportDatagramDuplexStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn incoming_high_water_mark(this: &WebTransportDatagramDuplexStream) -> f64;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , setter , js_class = "WebTransportDatagramDuplexStream" , js_name = incomingHighWaterMark)]
+    #[doc = "Setter for the `incomingHighWaterMark` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportDatagramDuplexStream/incomingHighWaterMark)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportDatagramDuplexStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn set_incoming_high_water_mark(this: &WebTransportDatagramDuplexStream, value: f64);
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , getter , js_class = "WebTransportDatagramDuplexStream" , js_name = outgoingHighWaterMark)]
+    #[doc = "Getter for the `outgoingHighWaterMark` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportDatagramDuplexStream/outgoingHighWaterMark)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportDatagramDuplexStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn outgoing_high_water_mark(this: &WebTransportDatagramDuplexStream) -> f64;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , setter , js_class = "WebTransportDatagramDuplexStream" , js_name = outgoingHighWaterMark)]
+    #[doc = "Setter for the `outgoingHighWaterMark` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportDatagramDuplexStream/outgoingHighWaterMark)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportDatagramDuplexStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn set_outgoing_high_water_mark(this: &WebTransportDatagramDuplexStream, value: f64);
+}
diff --git a/src/features/gen_WebTransportDatagramStats.rs b/src/features/gen_WebTransportDatagramStats.rs
new file mode 100644
index 0000000000000000000000000000000000000000..8817e6b206e46e822e6d77808d993b0cfb5ad705
--- /dev/null
+++ b/src/features/gen_WebTransportDatagramStats.rs
@@ -0,0 +1,121 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = WebTransportDatagramStats)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `WebTransportDatagramStats` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportDatagramStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type WebTransportDatagramStats;
+}
+#[cfg(web_sys_unstable_apis)]
+impl WebTransportDatagramStats {
+    #[doc = "Construct a new `WebTransportDatagramStats`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportDatagramStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `droppedIncoming` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportDatagramStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn dropped_incoming(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("droppedIncoming"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `expiredOutgoing` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportDatagramStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn expired_outgoing(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("expiredOutgoing"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `lostOutgoing` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportDatagramStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn lost_outgoing(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("lostOutgoing"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `timestamp` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportDatagramStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn timestamp(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("timestamp"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+#[cfg(web_sys_unstable_apis)]
+impl Default for WebTransportDatagramStats {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_WebTransportError.rs b/src/features/gen_WebTransportError.rs
new file mode 100644
index 0000000000000000000000000000000000000000..5c073b902b19f86fa92141a289cddcb495a0028d
--- /dev/null
+++ b/src/features/gen_WebTransportError.rs
@@ -0,0 +1,79 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = DomException , extends = :: js_sys :: Object , js_name = WebTransportError , typescript_type = "WebTransportError")]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `WebTransportError` class."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportError)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportError`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type WebTransportError;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "WebTransportErrorSource")]
+    # [wasm_bindgen (structural , method , getter , js_class = "WebTransportError" , js_name = source)]
+    #[doc = "Getter for the `source` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportError/source)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportError`, `WebTransportErrorSource`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn source(this: &WebTransportError) -> WebTransportErrorSource;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , getter , js_class = "WebTransportError" , js_name = streamErrorCode)]
+    #[doc = "Getter for the `streamErrorCode` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportError/streamErrorCode)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportError`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn stream_error_code(this: &WebTransportError) -> Option<u8>;
+    #[cfg(web_sys_unstable_apis)]
+    #[wasm_bindgen(catch, constructor, js_class = "WebTransportError")]
+    #[doc = "The `new WebTransportError(..)` constructor, creating a new instance of `WebTransportError`."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportError/WebTransportError)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportError`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Result<WebTransportError, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[wasm_bindgen(catch, constructor, js_class = "WebTransportError")]
+    #[doc = "The `new WebTransportError(..)` constructor, creating a new instance of `WebTransportError`."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportError/WebTransportError)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportError`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new_with_message(message: &str) -> Result<WebTransportError, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "WebTransportErrorOptions")]
+    #[wasm_bindgen(catch, constructor, js_class = "WebTransportError")]
+    #[doc = "The `new WebTransportError(..)` constructor, creating a new instance of `WebTransportError`."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportError/WebTransportError)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportError`, `WebTransportErrorOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new_with_message_and_options(
+        message: &str,
+        options: &WebTransportErrorOptions,
+    ) -> Result<WebTransportError, JsValue>;
+}
diff --git a/src/features/gen_WebTransportErrorOptions.rs b/src/features/gen_WebTransportErrorOptions.rs
new file mode 100644
index 0000000000000000000000000000000000000000..e643b6207fab87f2897a25bc88748852c8ae8c67
--- /dev/null
+++ b/src/features/gen_WebTransportErrorOptions.rs
@@ -0,0 +1,77 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = WebTransportErrorOptions)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `WebTransportErrorOptions` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportErrorOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type WebTransportErrorOptions;
+}
+#[cfg(web_sys_unstable_apis)]
+impl WebTransportErrorOptions {
+    #[doc = "Construct a new `WebTransportErrorOptions`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportErrorOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "WebTransportErrorSource")]
+    #[doc = "Change the `source` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportErrorOptions`, `WebTransportErrorSource`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn source(&mut self, val: WebTransportErrorSource) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r =
+            ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("source"), &JsValue::from(val));
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `streamErrorCode` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportErrorOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn stream_error_code(&mut self, val: Option<u8>) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("streamErrorCode"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+#[cfg(web_sys_unstable_apis)]
+impl Default for WebTransportErrorOptions {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_WebTransportErrorSource.rs b/src/features/gen_WebTransportErrorSource.rs
new file mode 100644
index 0000000000000000000000000000000000000000..1e49ce892530f11f8654db9904cc8805c44f7357
--- /dev/null
+++ b/src/features/gen_WebTransportErrorSource.rs
@@ -0,0 +1,16 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+#[doc = "The `WebTransportErrorSource` enum."]
+#[doc = ""]
+#[doc = "*This API requires the following crate features to be activated: `WebTransportErrorSource`*"]
+#[doc = ""]
+#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+#[derive(Debug, Clone, Copy, PartialEq, Eq)]
+pub enum WebTransportErrorSource {
+    Stream = "stream",
+    Session = "session",
+}
diff --git a/src/features/gen_WebTransportHash.rs b/src/features/gen_WebTransportHash.rs
new file mode 100644
index 0000000000000000000000000000000000000000..1ec62f4a8436e0d5622cc3414f9015e601246c2d
--- /dev/null
+++ b/src/features/gen_WebTransportHash.rs
@@ -0,0 +1,75 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = WebTransportHash)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `WebTransportHash` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportHash`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type WebTransportHash;
+}
+#[cfg(web_sys_unstable_apis)]
+impl WebTransportHash {
+    #[doc = "Construct a new `WebTransportHash`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportHash`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `algorithm` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportHash`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn algorithm(&mut self, val: &str) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("algorithm"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `value` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportHash`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn value(&mut self, val: &::js_sys::Object) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("value"), &JsValue::from(val));
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+#[cfg(web_sys_unstable_apis)]
+impl Default for WebTransportHash {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_WebTransportOptions.rs b/src/features/gen_WebTransportOptions.rs
new file mode 100644
index 0000000000000000000000000000000000000000..178e32110aa09953e5e610944dbfce7d75a6fe9a
--- /dev/null
+++ b/src/features/gen_WebTransportOptions.rs
@@ -0,0 +1,122 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = WebTransportOptions)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `WebTransportOptions` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type WebTransportOptions;
+}
+#[cfg(web_sys_unstable_apis)]
+impl WebTransportOptions {
+    #[doc = "Construct a new `WebTransportOptions`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `allowPooling` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn allow_pooling(&mut self, val: bool) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("allowPooling"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "WebTransportCongestionControl")]
+    #[doc = "Change the `congestionControl` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportCongestionControl`, `WebTransportOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn congestion_control(&mut self, val: WebTransportCongestionControl) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("congestionControl"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `requireUnreliable` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn require_unreliable(&mut self, val: bool) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("requireUnreliable"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `serverCertificateHashes` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn server_certificate_hashes(&mut self, val: &::wasm_bindgen::JsValue) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("serverCertificateHashes"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+#[cfg(web_sys_unstable_apis)]
+impl Default for WebTransportOptions {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_WebTransportReceiveStream.rs b/src/features/gen_WebTransportReceiveStream.rs
new file mode 100644
index 0000000000000000000000000000000000000000..1686340a1361ac52b6e1af5e0ef89df35898010f
--- /dev/null
+++ b/src/features/gen_WebTransportReceiveStream.rs
@@ -0,0 +1,30 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = ReadableStream , extends = :: js_sys :: Object , js_name = WebTransportReceiveStream , typescript_type = "WebTransportReceiveStream")]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `WebTransportReceiveStream` class."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportReceiveStream)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportReceiveStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type WebTransportReceiveStream;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "WebTransportReceiveStream" , js_name = getStats)]
+    #[doc = "The `getStats()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportReceiveStream/getStats)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportReceiveStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn get_stats(this: &WebTransportReceiveStream) -> ::js_sys::Promise;
+}
diff --git a/src/features/gen_WebTransportReceiveStreamStats.rs b/src/features/gen_WebTransportReceiveStreamStats.rs
new file mode 100644
index 0000000000000000000000000000000000000000..635908f98d81da38f88ddd7c293b737a58badc9a
--- /dev/null
+++ b/src/features/gen_WebTransportReceiveStreamStats.rs
@@ -0,0 +1,100 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = WebTransportReceiveStreamStats)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `WebTransportReceiveStreamStats` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportReceiveStreamStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type WebTransportReceiveStreamStats;
+}
+#[cfg(web_sys_unstable_apis)]
+impl WebTransportReceiveStreamStats {
+    #[doc = "Construct a new `WebTransportReceiveStreamStats`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportReceiveStreamStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `bytesRead` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportReceiveStreamStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn bytes_read(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("bytesRead"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `bytesReceived` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportReceiveStreamStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn bytes_received(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("bytesReceived"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `timestamp` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportReceiveStreamStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn timestamp(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("timestamp"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+#[cfg(web_sys_unstable_apis)]
+impl Default for WebTransportReceiveStreamStats {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_WebTransportReliabilityMode.rs b/src/features/gen_WebTransportReliabilityMode.rs
new file mode 100644
index 0000000000000000000000000000000000000000..5bdba27c6eb6747e38136e66c35ee791913af3e7
--- /dev/null
+++ b/src/features/gen_WebTransportReliabilityMode.rs
@@ -0,0 +1,17 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+#[doc = "The `WebTransportReliabilityMode` enum."]
+#[doc = ""]
+#[doc = "*This API requires the following crate features to be activated: `WebTransportReliabilityMode`*"]
+#[doc = ""]
+#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+#[derive(Debug, Clone, Copy, PartialEq, Eq)]
+pub enum WebTransportReliabilityMode {
+    Pending = "pending",
+    ReliableOnly = "reliable-only",
+    SupportsUnreliable = "supports-unreliable",
+}
diff --git a/src/features/gen_WebTransportSendStream.rs b/src/features/gen_WebTransportSendStream.rs
new file mode 100644
index 0000000000000000000000000000000000000000..6377f112521eec6e2275fc17ca4f769ad8cd8b81
--- /dev/null
+++ b/src/features/gen_WebTransportSendStream.rs
@@ -0,0 +1,30 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = WritableStream , extends = :: js_sys :: Object , js_name = WebTransportSendStream , typescript_type = "WebTransportSendStream")]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `WebTransportSendStream` class."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportSendStream)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportSendStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type WebTransportSendStream;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "WebTransportSendStream" , js_name = getStats)]
+    #[doc = "The `getStats()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebTransportSendStream/getStats)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportSendStream`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn get_stats(this: &WebTransportSendStream) -> ::js_sys::Promise;
+}
diff --git a/src/features/gen_WebTransportSendStreamOptions.rs b/src/features/gen_WebTransportSendStreamOptions.rs
new file mode 100644
index 0000000000000000000000000000000000000000..61d694c8e4991c8abbfc9fb77cbc67615799e083
--- /dev/null
+++ b/src/features/gen_WebTransportSendStreamOptions.rs
@@ -0,0 +1,58 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = WebTransportSendStreamOptions)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `WebTransportSendStreamOptions` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportSendStreamOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type WebTransportSendStreamOptions;
+}
+#[cfg(web_sys_unstable_apis)]
+impl WebTransportSendStreamOptions {
+    #[doc = "Construct a new `WebTransportSendStreamOptions`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportSendStreamOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `sendOrder` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportSendStreamOptions`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn send_order(&mut self, val: Option<f64>) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("sendOrder"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+#[cfg(web_sys_unstable_apis)]
+impl Default for WebTransportSendStreamOptions {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_WebTransportSendStreamStats.rs b/src/features/gen_WebTransportSendStreamStats.rs
new file mode 100644
index 0000000000000000000000000000000000000000..524a1bcfc460245aa41c4e464a916b0d661cc8f7
--- /dev/null
+++ b/src/features/gen_WebTransportSendStreamStats.rs
@@ -0,0 +1,121 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = WebTransportSendStreamStats)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `WebTransportSendStreamStats` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportSendStreamStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type WebTransportSendStreamStats;
+}
+#[cfg(web_sys_unstable_apis)]
+impl WebTransportSendStreamStats {
+    #[doc = "Construct a new `WebTransportSendStreamStats`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportSendStreamStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `bytesAcknowledged` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportSendStreamStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn bytes_acknowledged(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("bytesAcknowledged"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `bytesSent` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportSendStreamStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn bytes_sent(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("bytesSent"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `bytesWritten` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportSendStreamStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn bytes_written(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("bytesWritten"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `timestamp` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportSendStreamStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn timestamp(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("timestamp"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+#[cfg(web_sys_unstable_apis)]
+impl Default for WebTransportSendStreamStats {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_WebTransportStats.rs b/src/features/gen_WebTransportStats.rs
new file mode 100644
index 0000000000000000000000000000000000000000..d28d35440f71f952b748fa5145050f241872a369
--- /dev/null
+++ b/src/features/gen_WebTransportStats.rs
@@ -0,0 +1,287 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = WebTransportStats)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `WebTransportStats` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type WebTransportStats;
+}
+#[cfg(web_sys_unstable_apis)]
+impl WebTransportStats {
+    #[doc = "Construct a new `WebTransportStats`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new() -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `bytesReceived` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn bytes_received(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("bytesReceived"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `bytesSent` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn bytes_sent(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("bytesSent"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "WebTransportDatagramStats")]
+    #[doc = "Change the `datagrams` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportDatagramStats`, `WebTransportStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn datagrams(&mut self, val: &WebTransportDatagramStats) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("datagrams"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `minRtt` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn min_rtt(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r =
+            ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("minRtt"), &JsValue::from(val));
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `numIncomingStreamsCreated` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn num_incoming_streams_created(&mut self, val: u32) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("numIncomingStreamsCreated"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `numOutgoingStreamsCreated` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn num_outgoing_streams_created(&mut self, val: u32) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("numOutgoingStreamsCreated"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `packetsLost` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn packets_lost(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("packetsLost"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `packetsReceived` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn packets_received(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("packetsReceived"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `packetsSent` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn packets_sent(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("packetsSent"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `rttVariation` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn rtt_variation(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("rttVariation"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `smoothedRtt` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn smoothed_rtt(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("smoothedRtt"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `timestamp` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn timestamp(&mut self, val: f64) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("timestamp"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
+#[cfg(web_sys_unstable_apis)]
+impl Default for WebTransportStats {
+    fn default() -> Self {
+        Self::new()
+    }
+}
diff --git a/src/features/gen_WebglColorBufferFloat.rs b/src/features/gen_WebglColorBufferFloat.rs
index d16789ab5dee0279952d1484ed9dcd8ad3aa7c98..d8c1949ddf3128ef9c801eace77dbab6b91ff335 100644
--- a/src/features/gen_WebglColorBufferFloat.rs
+++ b/src/features/gen_WebglColorBufferFloat.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebglCompressedTextureAstc.rs b/src/features/gen_WebglCompressedTextureAstc.rs
index fb369c2838ccecff8feaee11802f4d7d5abae464..54ad5141a12b2dbe24b0b208176f17c33a409f6f 100644
--- a/src/features/gen_WebglCompressedTextureAstc.rs
+++ b/src/features/gen_WebglCompressedTextureAstc.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebglCompressedTextureAtc.rs b/src/features/gen_WebglCompressedTextureAtc.rs
index 403a2329f578df1088664c4541022bc480be1fcc..67d64d27246c1f2f2cfdf1c5b0bb184e1f3fdcea 100644
--- a/src/features/gen_WebglCompressedTextureAtc.rs
+++ b/src/features/gen_WebglCompressedTextureAtc.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebglCompressedTextureEtc.rs b/src/features/gen_WebglCompressedTextureEtc.rs
index 37d7323a83469f554e3a27175b56e588b67948e7..6d1e0e58d29fa673f64ad8cc985bda1b1aa5c6b4 100644
--- a/src/features/gen_WebglCompressedTextureEtc.rs
+++ b/src/features/gen_WebglCompressedTextureEtc.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebglCompressedTextureEtc1.rs b/src/features/gen_WebglCompressedTextureEtc1.rs
index 52dc55734d808f867285d4c64b5a48a57c30588e..896feba4bc68c079a7c6e1cd1e74b0fda3b4b3cb 100644
--- a/src/features/gen_WebglCompressedTextureEtc1.rs
+++ b/src/features/gen_WebglCompressedTextureEtc1.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebglCompressedTexturePvrtc.rs b/src/features/gen_WebglCompressedTexturePvrtc.rs
index ec34d19146445c46a36ade0b837005f276d48b45..1535eb03d963bf4560aada9640844e6d636d95f2 100644
--- a/src/features/gen_WebglCompressedTexturePvrtc.rs
+++ b/src/features/gen_WebglCompressedTexturePvrtc.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebglCompressedTextureS3tc.rs b/src/features/gen_WebglCompressedTextureS3tc.rs
index 450b1a73050b9a728c91cc877cbdde852caed470..78265094796c2ab5cc9af7ff4d12390241d0317c 100644
--- a/src/features/gen_WebglCompressedTextureS3tc.rs
+++ b/src/features/gen_WebglCompressedTextureS3tc.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebglCompressedTextureS3tcSrgb.rs b/src/features/gen_WebglCompressedTextureS3tcSrgb.rs
index 94141e7720a5b723a37fbbb6a99e62cd05ffb2b0..19aa6447246b20c2bbcf966bd773f5ae5cd6558e 100644
--- a/src/features/gen_WebglCompressedTextureS3tcSrgb.rs
+++ b/src/features/gen_WebglCompressedTextureS3tcSrgb.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebglDebugRendererInfo.rs b/src/features/gen_WebglDebugRendererInfo.rs
index 2ef3172d3e58d5457942814bd65a5703ac955ed1..9087f072ff53a8c2c8f042f707ba15493c79ec21 100644
--- a/src/features/gen_WebglDebugRendererInfo.rs
+++ b/src/features/gen_WebglDebugRendererInfo.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebglDebugShaders.rs b/src/features/gen_WebglDebugShaders.rs
index 01f5403a497d4afa0cac3bb2bdf585ee023dc036..c3db2401d80c9cd52904a87f45c75266926522a0 100644
--- a/src/features/gen_WebglDebugShaders.rs
+++ b/src/features/gen_WebglDebugShaders.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebglDepthTexture.rs b/src/features/gen_WebglDepthTexture.rs
index 301f58bb6f4eae4a449543cb7d4a8b3976afcd81..5b2fe181dd072cb0cf47faf3061d1262a11e16e1 100644
--- a/src/features/gen_WebglDepthTexture.rs
+++ b/src/features/gen_WebglDepthTexture.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebglDrawBuffers.rs b/src/features/gen_WebglDrawBuffers.rs
index a12d67b52ffabcee86c8dfd2c7533a67a30e14e5..c6ab986d09322434a72af7d075df996a24430004 100644
--- a/src/features/gen_WebglDrawBuffers.rs
+++ b/src/features/gen_WebglDrawBuffers.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebglLoseContext.rs b/src/features/gen_WebglLoseContext.rs
index 5bf059b555bb11854ed4fc67d4b2080470d68e47..62fd4232e74c71f44638f4626f60ba13b61537ab 100644
--- a/src/features/gen_WebglLoseContext.rs
+++ b/src/features/gen_WebglLoseContext.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebglMultiDraw.rs b/src/features/gen_WebglMultiDraw.rs
index a8d3cbc7bda5df11217d9f55419f9b2f4fcd87a1..cf669c5221ab9af9ee5239fd1d136da85e3ce3f0 100644
--- a/src/features/gen_WebglMultiDraw.rs
+++ b/src/features/gen_WebglMultiDraw.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WebrtcGlobalStatisticsReport.rs b/src/features/gen_WebrtcGlobalStatisticsReport.rs
index 9a2e1991ff71815e76f7efa612d51485edeffaab..a06f06ede05ee00b53e409bfb45782707f2be511 100644
--- a/src/features/gen_WebrtcGlobalStatisticsReport.rs
+++ b/src/features/gen_WebrtcGlobalStatisticsReport.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WheelEvent.rs b/src/features/gen_WheelEvent.rs
index cbf9365d280e0bcdba63c6ebe8f8c07b0b1b5e0d..885954dd4d7ef32373eb6631f4176d4a94af4cb5 100644
--- a/src/features/gen_WheelEvent.rs
+++ b/src/features/gen_WheelEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WheelEventInit.rs b/src/features/gen_WheelEventInit.rs
index 2d65bee2852e97a14f86e3cc634c9c2d88cdafb3..c29db30d08970d0e90e9b9f2da10efcc89bc9ca8 100644
--- a/src/features/gen_WheelEventInit.rs
+++ b/src/features/gen_WheelEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WidevineCdmManifest.rs b/src/features/gen_WidevineCdmManifest.rs
index cd5e0cdafa8f03b1abb37f2215b93ee22f624dc9..3d8ba3f4bf2be43c7654a572563ea7a7bd0a66e6 100644
--- a/src/features/gen_WidevineCdmManifest.rs
+++ b/src/features/gen_WidevineCdmManifest.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Window.rs b/src/features/gen_Window.rs
index 5b9a7512f2d1f991f895a5e3f52188994f698cb1..55a2001448c995a1ea84c900395ff278b6bce9cb 100644
--- a/src/features/gen_Window.rs
+++ b/src/features/gen_Window.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -1966,13 +1967,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `Window`*"]
     pub fn blur(this: &Window) -> Result<(), JsValue>;
-    # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = cancelAnimationFrame)]
-    #[doc = "The `cancelAnimationFrame()` method."]
-    #[doc = ""]
-    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/cancelAnimationFrame)"]
-    #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `Window`*"]
-    pub fn cancel_animation_frame(this: &Window, handle: i32) -> Result<(), JsValue>;
     # [wasm_bindgen (method , structural , js_class = "Window" , js_name = cancelIdleCallback)]
     #[doc = "The `cancelIdleCallback()` method."]
     #[doc = ""]
@@ -2160,6 +2154,32 @@ extern "C" {
         message: &str,
         default: &str,
     ) -> Result<Option<String>, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = queryLocalFonts)]
+    #[doc = "The `queryLocalFonts()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/queryLocalFonts)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Window`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn query_local_fonts(this: &Window) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "QueryOptions")]
+    # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = queryLocalFonts)]
+    #[doc = "The `queryLocalFonts()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/queryLocalFonts)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `QueryOptions`, `Window`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn query_local_fonts_with_options(
+        this: &Window,
+        options: &QueryOptions,
+    ) -> Result<::js_sys::Promise, JsValue>;
     # [wasm_bindgen (method , structural , js_class = "Window" , js_name = releaseEvents)]
     #[doc = "The `releaseEvents()` method."]
     #[doc = ""]
@@ -2167,16 +2187,6 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `Window`*"]
     pub fn release_events(this: &Window);
-    # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = requestAnimationFrame)]
-    #[doc = "The `requestAnimationFrame()` method."]
-    #[doc = ""]
-    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/requestAnimationFrame)"]
-    #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `Window`*"]
-    pub fn request_animation_frame(
-        this: &Window,
-        callback: &::js_sys::Function,
-    ) -> Result<i32, JsValue>;
     # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = requestIdleCallback)]
     #[doc = "The `requestIdleCallback()` method."]
     #[doc = ""]
@@ -2293,6 +2303,23 @@ extern "C" {
     #[doc = ""]
     #[doc = "*This API requires the following crate features to be activated: `Window`*"]
     pub fn get(this: &Window, name: &str) -> Option<::js_sys::Object>;
+    # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = cancelAnimationFrame)]
+    #[doc = "The `cancelAnimationFrame()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/cancelAnimationFrame)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Window`*"]
+    pub fn cancel_animation_frame(this: &Window, handle: i32) -> Result<(), JsValue>;
+    # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = requestAnimationFrame)]
+    #[doc = "The `requestAnimationFrame()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/requestAnimationFrame)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Window`*"]
+    pub fn request_animation_frame(
+        this: &Window,
+        callback: &::js_sys::Function,
+    ) -> Result<i32, JsValue>;
     # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = atob)]
     #[doc = "The `atob()` method."]
     #[doc = ""]
@@ -2346,16 +2373,16 @@ extern "C" {
         this: &Window,
         a_image: &HtmlImageElement,
     ) -> Result<::js_sys::Promise, JsValue>;
-    #[cfg(feature = "HtmlVideoElement")]
+    #[cfg(feature = "SvgImageElement")]
     # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
     #[doc = "The `createImageBitmap()` method."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
     #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `HtmlVideoElement`, `Window`*"]
-    pub fn create_image_bitmap_with_html_video_element(
+    #[doc = "*This API requires the following crate features to be activated: `SvgImageElement`, `Window`*"]
+    pub fn create_image_bitmap_with_svg_image_element(
         this: &Window,
-        a_image: &HtmlVideoElement,
+        a_image: &SvgImageElement,
     ) -> Result<::js_sys::Promise, JsValue>;
     #[cfg(feature = "HtmlCanvasElement")]
     # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
@@ -2368,6 +2395,54 @@ extern "C" {
         this: &Window,
         a_image: &HtmlCanvasElement,
     ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(feature = "HtmlVideoElement")]
+    # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlVideoElement`, `Window`*"]
+    pub fn create_image_bitmap_with_html_video_element(
+        this: &Window,
+        a_image: &HtmlVideoElement,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(feature = "ImageBitmap")]
+    # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmap`, `Window`*"]
+    pub fn create_image_bitmap_with_image_bitmap(
+        this: &Window,
+        a_image: &ImageBitmap,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(feature = "OffscreenCanvas")]
+    # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvas`, `Window`*"]
+    pub fn create_image_bitmap_with_offscreen_canvas(
+        this: &Window,
+        a_image: &OffscreenCanvas,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "VideoFrame")]
+    # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `VideoFrame`, `Window`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn create_image_bitmap_with_video_frame(
+        this: &Window,
+        a_image: &VideoFrame,
+    ) -> Result<::js_sys::Promise, JsValue>;
     #[cfg(feature = "Blob")]
     # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
     #[doc = "The `createImageBitmap()` method."]
@@ -2390,47 +2465,117 @@ extern "C" {
         this: &Window,
         a_image: &ImageData,
     ) -> Result<::js_sys::Promise, JsValue>;
-    #[cfg(feature = "CanvasRenderingContext2d")]
+    #[cfg(all(feature = "HtmlImageElement", feature = "ImageBitmapOptions",))]
     # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
     #[doc = "The `createImageBitmap()` method."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
     #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `CanvasRenderingContext2d`, `Window`*"]
-    pub fn create_image_bitmap_with_canvas_rendering_context_2d(
+    #[doc = "*This API requires the following crate features to be activated: `HtmlImageElement`, `ImageBitmapOptions`, `Window`*"]
+    pub fn create_image_bitmap_with_html_image_element_and_image_bitmap_options(
         this: &Window,
-        a_image: &CanvasRenderingContext2d,
+        a_image: &HtmlImageElement,
+        a_options: &ImageBitmapOptions,
     ) -> Result<::js_sys::Promise, JsValue>;
-    #[cfg(feature = "ImageBitmap")]
+    #[cfg(all(feature = "ImageBitmapOptions", feature = "SvgImageElement",))]
     # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
     #[doc = "The `createImageBitmap()` method."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
     #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `ImageBitmap`, `Window`*"]
-    pub fn create_image_bitmap_with_image_bitmap(
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmapOptions`, `SvgImageElement`, `Window`*"]
+    pub fn create_image_bitmap_with_svg_image_element_and_image_bitmap_options(
+        this: &Window,
+        a_image: &SvgImageElement,
+        a_options: &ImageBitmapOptions,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(all(feature = "HtmlCanvasElement", feature = "ImageBitmapOptions",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlCanvasElement`, `ImageBitmapOptions`, `Window`*"]
+    pub fn create_image_bitmap_with_html_canvas_element_and_image_bitmap_options(
+        this: &Window,
+        a_image: &HtmlCanvasElement,
+        a_options: &ImageBitmapOptions,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(all(feature = "HtmlVideoElement", feature = "ImageBitmapOptions",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlVideoElement`, `ImageBitmapOptions`, `Window`*"]
+    pub fn create_image_bitmap_with_html_video_element_and_image_bitmap_options(
+        this: &Window,
+        a_image: &HtmlVideoElement,
+        a_options: &ImageBitmapOptions,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(all(feature = "ImageBitmap", feature = "ImageBitmapOptions",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmap`, `ImageBitmapOptions`, `Window`*"]
+    pub fn create_image_bitmap_with_image_bitmap_and_image_bitmap_options(
         this: &Window,
         a_image: &ImageBitmap,
+        a_options: &ImageBitmapOptions,
     ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(all(feature = "ImageBitmapOptions", feature = "OffscreenCanvas",))]
     # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
     #[doc = "The `createImageBitmap()` method."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
     #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `Window`*"]
-    pub fn create_image_bitmap_with_buffer_source(
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmapOptions`, `OffscreenCanvas`, `Window`*"]
+    pub fn create_image_bitmap_with_offscreen_canvas_and_image_bitmap_options(
         this: &Window,
-        a_image: &::js_sys::Object,
+        a_image: &OffscreenCanvas,
+        a_options: &ImageBitmapOptions,
     ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(all(feature = "ImageBitmapOptions", feature = "VideoFrame",))]
     # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
     #[doc = "The `createImageBitmap()` method."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
     #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `Window`*"]
-    pub fn create_image_bitmap_with_u8_array(
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmapOptions`, `VideoFrame`, `Window`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn create_image_bitmap_with_video_frame_and_image_bitmap_options(
         this: &Window,
-        a_image: &mut [u8],
+        a_image: &VideoFrame,
+        a_options: &ImageBitmapOptions,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(all(feature = "Blob", feature = "ImageBitmapOptions",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Blob`, `ImageBitmapOptions`, `Window`*"]
+    pub fn create_image_bitmap_with_blob_and_image_bitmap_options(
+        this: &Window,
+        a_image: &Blob,
+        a_options: &ImageBitmapOptions,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(all(feature = "ImageBitmapOptions", feature = "ImageData",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmapOptions`, `ImageData`, `Window`*"]
+    pub fn create_image_bitmap_with_image_data_and_image_bitmap_options(
+        this: &Window,
+        a_image: &ImageData,
+        a_options: &ImageBitmapOptions,
     ) -> Result<::js_sys::Promise, JsValue>;
     #[cfg(feature = "HtmlImageElement")]
     # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
@@ -2447,16 +2592,16 @@ extern "C" {
         a_sw: i32,
         a_sh: i32,
     ) -> Result<::js_sys::Promise, JsValue>;
-    #[cfg(feature = "HtmlVideoElement")]
+    #[cfg(feature = "SvgImageElement")]
     # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
     #[doc = "The `createImageBitmap()` method."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
     #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `HtmlVideoElement`, `Window`*"]
-    pub fn create_image_bitmap_with_html_video_element_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
+    #[doc = "*This API requires the following crate features to be activated: `SvgImageElement`, `Window`*"]
+    pub fn create_image_bitmap_with_svg_image_element_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
         this: &Window,
-        a_image: &HtmlVideoElement,
+        a_image: &SvgImageElement,
         a_sx: i32,
         a_sy: i32,
         a_sw: i32,
@@ -2477,6 +2622,70 @@ extern "C" {
         a_sw: i32,
         a_sh: i32,
     ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(feature = "HtmlVideoElement")]
+    # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlVideoElement`, `Window`*"]
+    pub fn create_image_bitmap_with_html_video_element_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
+        this: &Window,
+        a_image: &HtmlVideoElement,
+        a_sx: i32,
+        a_sy: i32,
+        a_sw: i32,
+        a_sh: i32,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(feature = "ImageBitmap")]
+    # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmap`, `Window`*"]
+    pub fn create_image_bitmap_with_image_bitmap_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
+        this: &Window,
+        a_image: &ImageBitmap,
+        a_sx: i32,
+        a_sy: i32,
+        a_sw: i32,
+        a_sh: i32,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(feature = "OffscreenCanvas")]
+    # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvas`, `Window`*"]
+    pub fn create_image_bitmap_with_offscreen_canvas_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
+        this: &Window,
+        a_image: &OffscreenCanvas,
+        a_sx: i32,
+        a_sy: i32,
+        a_sw: i32,
+        a_sh: i32,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "VideoFrame")]
+    # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `VideoFrame`, `Window`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn create_image_bitmap_with_video_frame_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
+        this: &Window,
+        a_image: &VideoFrame,
+        a_sx: i32,
+        a_sy: i32,
+        a_sw: i32,
+        a_sh: i32,
+    ) -> Result<::js_sys::Promise, JsValue>;
     #[cfg(feature = "Blob")]
     # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
     #[doc = "The `createImageBitmap()` method."]
@@ -2507,63 +2716,153 @@ extern "C" {
         a_sw: i32,
         a_sh: i32,
     ) -> Result<::js_sys::Promise, JsValue>;
-    #[cfg(feature = "CanvasRenderingContext2d")]
+    #[cfg(all(feature = "HtmlImageElement", feature = "ImageBitmapOptions",))]
     # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
     #[doc = "The `createImageBitmap()` method."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
     #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `CanvasRenderingContext2d`, `Window`*"]
-    pub fn create_image_bitmap_with_canvas_rendering_context_2d_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
+    #[doc = "*This API requires the following crate features to be activated: `HtmlImageElement`, `ImageBitmapOptions`, `Window`*"]
+    pub fn create_image_bitmap_with_html_image_element_and_a_sx_and_a_sy_and_a_sw_and_a_sh_and_a_options(
         this: &Window,
-        a_image: &CanvasRenderingContext2d,
+        a_image: &HtmlImageElement,
         a_sx: i32,
         a_sy: i32,
         a_sw: i32,
         a_sh: i32,
+        a_options: &ImageBitmapOptions,
     ) -> Result<::js_sys::Promise, JsValue>;
-    #[cfg(feature = "ImageBitmap")]
+    #[cfg(all(feature = "ImageBitmapOptions", feature = "SvgImageElement",))]
     # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
     #[doc = "The `createImageBitmap()` method."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
     #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `ImageBitmap`, `Window`*"]
-    pub fn create_image_bitmap_with_image_bitmap_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmapOptions`, `SvgImageElement`, `Window`*"]
+    pub fn create_image_bitmap_with_svg_image_element_and_a_sx_and_a_sy_and_a_sw_and_a_sh_and_a_options(
+        this: &Window,
+        a_image: &SvgImageElement,
+        a_sx: i32,
+        a_sy: i32,
+        a_sw: i32,
+        a_sh: i32,
+        a_options: &ImageBitmapOptions,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(all(feature = "HtmlCanvasElement", feature = "ImageBitmapOptions",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlCanvasElement`, `ImageBitmapOptions`, `Window`*"]
+    pub fn create_image_bitmap_with_html_canvas_element_and_a_sx_and_a_sy_and_a_sw_and_a_sh_and_a_options(
+        this: &Window,
+        a_image: &HtmlCanvasElement,
+        a_sx: i32,
+        a_sy: i32,
+        a_sw: i32,
+        a_sh: i32,
+        a_options: &ImageBitmapOptions,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(all(feature = "HtmlVideoElement", feature = "ImageBitmapOptions",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlVideoElement`, `ImageBitmapOptions`, `Window`*"]
+    pub fn create_image_bitmap_with_html_video_element_and_a_sx_and_a_sy_and_a_sw_and_a_sh_and_a_options(
+        this: &Window,
+        a_image: &HtmlVideoElement,
+        a_sx: i32,
+        a_sy: i32,
+        a_sw: i32,
+        a_sh: i32,
+        a_options: &ImageBitmapOptions,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(all(feature = "ImageBitmap", feature = "ImageBitmapOptions",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmap`, `ImageBitmapOptions`, `Window`*"]
+    pub fn create_image_bitmap_with_image_bitmap_and_a_sx_and_a_sy_and_a_sw_and_a_sh_and_a_options(
         this: &Window,
         a_image: &ImageBitmap,
         a_sx: i32,
         a_sy: i32,
         a_sw: i32,
         a_sh: i32,
+        a_options: &ImageBitmapOptions,
     ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(all(feature = "ImageBitmapOptions", feature = "OffscreenCanvas",))]
     # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
     #[doc = "The `createImageBitmap()` method."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
     #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `Window`*"]
-    pub fn create_image_bitmap_with_buffer_source_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmapOptions`, `OffscreenCanvas`, `Window`*"]
+    pub fn create_image_bitmap_with_offscreen_canvas_and_a_sx_and_a_sy_and_a_sw_and_a_sh_and_a_options(
         this: &Window,
-        a_image: &::js_sys::Object,
+        a_image: &OffscreenCanvas,
         a_sx: i32,
         a_sy: i32,
         a_sw: i32,
         a_sh: i32,
+        a_options: &ImageBitmapOptions,
     ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(all(feature = "ImageBitmapOptions", feature = "VideoFrame",))]
     # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
     #[doc = "The `createImageBitmap()` method."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
     #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `Window`*"]
-    pub fn create_image_bitmap_with_u8_array_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmapOptions`, `VideoFrame`, `Window`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn create_image_bitmap_with_video_frame_and_a_sx_and_a_sy_and_a_sw_and_a_sh_and_a_options(
         this: &Window,
-        a_image: &mut [u8],
+        a_image: &VideoFrame,
+        a_sx: i32,
+        a_sy: i32,
+        a_sw: i32,
+        a_sh: i32,
+        a_options: &ImageBitmapOptions,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(all(feature = "Blob", feature = "ImageBitmapOptions",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Blob`, `ImageBitmapOptions`, `Window`*"]
+    pub fn create_image_bitmap_with_blob_and_a_sx_and_a_sy_and_a_sw_and_a_sh_and_a_options(
+        this: &Window,
+        a_image: &Blob,
+        a_sx: i32,
+        a_sy: i32,
+        a_sw: i32,
+        a_sh: i32,
+        a_options: &ImageBitmapOptions,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(all(feature = "ImageBitmapOptions", feature = "ImageData",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "Window" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmapOptions`, `ImageData`, `Window`*"]
+    pub fn create_image_bitmap_with_image_data_and_a_sx_and_a_sy_and_a_sw_and_a_sh_and_a_options(
+        this: &Window,
+        a_image: &ImageData,
         a_sx: i32,
         a_sy: i32,
         a_sw: i32,
         a_sh: i32,
+        a_options: &ImageBitmapOptions,
     ) -> Result<::js_sys::Promise, JsValue>;
     #[cfg(feature = "Request")]
     # [wasm_bindgen (method , structural , js_class = "Window" , js_name = fetch)]
diff --git a/src/features/gen_WindowClient.rs b/src/features/gen_WindowClient.rs
index 883de35ed5aba256b6ccecee74618ea93626fe99..7aa5de8d9a29ac645b39785159bfdc07c89f4754 100644
--- a/src/features/gen_WindowClient.rs
+++ b/src/features/gen_WindowClient.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_Worker.rs b/src/features/gen_Worker.rs
index ba9139f702391c1f31e4c17b8d56278303e2f844..70b2266aaaec37151c6c37081349d2afc526352f 100644
--- a/src/features/gen_Worker.rs
+++ b/src/features/gen_Worker.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WorkerDebuggerGlobalScope.rs b/src/features/gen_WorkerDebuggerGlobalScope.rs
index e2bd8ee54dc2f3bee4cb4e23b1c7f466e6d9143b..8239c904fc621aa9b2b994c419c45c2a1d6a9cac 100644
--- a/src/features/gen_WorkerDebuggerGlobalScope.rs
+++ b/src/features/gen_WorkerDebuggerGlobalScope.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WorkerGlobalScope.rs b/src/features/gen_WorkerGlobalScope.rs
index 3f51a6d0cf9e1888cb272aefc184ade739b8f2e8..0a8dac06a4179fe16c07b6ecf1f7f4b42b96592d 100644
--- a/src/features/gen_WorkerGlobalScope.rs
+++ b/src/features/gen_WorkerGlobalScope.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -269,16 +270,16 @@ extern "C" {
         this: &WorkerGlobalScope,
         a_image: &HtmlImageElement,
     ) -> Result<::js_sys::Promise, JsValue>;
-    #[cfg(feature = "HtmlVideoElement")]
+    #[cfg(feature = "SvgImageElement")]
     # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
     #[doc = "The `createImageBitmap()` method."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
     #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `HtmlVideoElement`, `WorkerGlobalScope`*"]
-    pub fn create_image_bitmap_with_html_video_element(
+    #[doc = "*This API requires the following crate features to be activated: `SvgImageElement`, `WorkerGlobalScope`*"]
+    pub fn create_image_bitmap_with_svg_image_element(
         this: &WorkerGlobalScope,
-        a_image: &HtmlVideoElement,
+        a_image: &SvgImageElement,
     ) -> Result<::js_sys::Promise, JsValue>;
     #[cfg(feature = "HtmlCanvasElement")]
     # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
@@ -291,6 +292,54 @@ extern "C" {
         this: &WorkerGlobalScope,
         a_image: &HtmlCanvasElement,
     ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(feature = "HtmlVideoElement")]
+    # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlVideoElement`, `WorkerGlobalScope`*"]
+    pub fn create_image_bitmap_with_html_video_element(
+        this: &WorkerGlobalScope,
+        a_image: &HtmlVideoElement,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(feature = "ImageBitmap")]
+    # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmap`, `WorkerGlobalScope`*"]
+    pub fn create_image_bitmap_with_image_bitmap(
+        this: &WorkerGlobalScope,
+        a_image: &ImageBitmap,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(feature = "OffscreenCanvas")]
+    # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvas`, `WorkerGlobalScope`*"]
+    pub fn create_image_bitmap_with_offscreen_canvas(
+        this: &WorkerGlobalScope,
+        a_image: &OffscreenCanvas,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "VideoFrame")]
+    # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `VideoFrame`, `WorkerGlobalScope`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn create_image_bitmap_with_video_frame(
+        this: &WorkerGlobalScope,
+        a_image: &VideoFrame,
+    ) -> Result<::js_sys::Promise, JsValue>;
     #[cfg(feature = "Blob")]
     # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
     #[doc = "The `createImageBitmap()` method."]
@@ -313,47 +362,117 @@ extern "C" {
         this: &WorkerGlobalScope,
         a_image: &ImageData,
     ) -> Result<::js_sys::Promise, JsValue>;
-    #[cfg(feature = "CanvasRenderingContext2d")]
+    #[cfg(all(feature = "HtmlImageElement", feature = "ImageBitmapOptions",))]
     # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
     #[doc = "The `createImageBitmap()` method."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
     #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `CanvasRenderingContext2d`, `WorkerGlobalScope`*"]
-    pub fn create_image_bitmap_with_canvas_rendering_context_2d(
+    #[doc = "*This API requires the following crate features to be activated: `HtmlImageElement`, `ImageBitmapOptions`, `WorkerGlobalScope`*"]
+    pub fn create_image_bitmap_with_html_image_element_and_image_bitmap_options(
         this: &WorkerGlobalScope,
-        a_image: &CanvasRenderingContext2d,
+        a_image: &HtmlImageElement,
+        a_options: &ImageBitmapOptions,
     ) -> Result<::js_sys::Promise, JsValue>;
-    #[cfg(feature = "ImageBitmap")]
+    #[cfg(all(feature = "ImageBitmapOptions", feature = "SvgImageElement",))]
     # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
     #[doc = "The `createImageBitmap()` method."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
     #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `ImageBitmap`, `WorkerGlobalScope`*"]
-    pub fn create_image_bitmap_with_image_bitmap(
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmapOptions`, `SvgImageElement`, `WorkerGlobalScope`*"]
+    pub fn create_image_bitmap_with_svg_image_element_and_image_bitmap_options(
+        this: &WorkerGlobalScope,
+        a_image: &SvgImageElement,
+        a_options: &ImageBitmapOptions,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(all(feature = "HtmlCanvasElement", feature = "ImageBitmapOptions",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlCanvasElement`, `ImageBitmapOptions`, `WorkerGlobalScope`*"]
+    pub fn create_image_bitmap_with_html_canvas_element_and_image_bitmap_options(
+        this: &WorkerGlobalScope,
+        a_image: &HtmlCanvasElement,
+        a_options: &ImageBitmapOptions,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(all(feature = "HtmlVideoElement", feature = "ImageBitmapOptions",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlVideoElement`, `ImageBitmapOptions`, `WorkerGlobalScope`*"]
+    pub fn create_image_bitmap_with_html_video_element_and_image_bitmap_options(
+        this: &WorkerGlobalScope,
+        a_image: &HtmlVideoElement,
+        a_options: &ImageBitmapOptions,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(all(feature = "ImageBitmap", feature = "ImageBitmapOptions",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmap`, `ImageBitmapOptions`, `WorkerGlobalScope`*"]
+    pub fn create_image_bitmap_with_image_bitmap_and_image_bitmap_options(
         this: &WorkerGlobalScope,
         a_image: &ImageBitmap,
+        a_options: &ImageBitmapOptions,
     ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(all(feature = "ImageBitmapOptions", feature = "OffscreenCanvas",))]
     # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
     #[doc = "The `createImageBitmap()` method."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
     #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `WorkerGlobalScope`*"]
-    pub fn create_image_bitmap_with_buffer_source(
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmapOptions`, `OffscreenCanvas`, `WorkerGlobalScope`*"]
+    pub fn create_image_bitmap_with_offscreen_canvas_and_image_bitmap_options(
         this: &WorkerGlobalScope,
-        a_image: &::js_sys::Object,
+        a_image: &OffscreenCanvas,
+        a_options: &ImageBitmapOptions,
     ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(all(feature = "ImageBitmapOptions", feature = "VideoFrame",))]
     # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
     #[doc = "The `createImageBitmap()` method."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
     #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `WorkerGlobalScope`*"]
-    pub fn create_image_bitmap_with_u8_array(
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmapOptions`, `VideoFrame`, `WorkerGlobalScope`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn create_image_bitmap_with_video_frame_and_image_bitmap_options(
+        this: &WorkerGlobalScope,
+        a_image: &VideoFrame,
+        a_options: &ImageBitmapOptions,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(all(feature = "Blob", feature = "ImageBitmapOptions",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Blob`, `ImageBitmapOptions`, `WorkerGlobalScope`*"]
+    pub fn create_image_bitmap_with_blob_and_image_bitmap_options(
+        this: &WorkerGlobalScope,
+        a_image: &Blob,
+        a_options: &ImageBitmapOptions,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(all(feature = "ImageBitmapOptions", feature = "ImageData",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmapOptions`, `ImageData`, `WorkerGlobalScope`*"]
+    pub fn create_image_bitmap_with_image_data_and_image_bitmap_options(
         this: &WorkerGlobalScope,
-        a_image: &mut [u8],
+        a_image: &ImageData,
+        a_options: &ImageBitmapOptions,
     ) -> Result<::js_sys::Promise, JsValue>;
     #[cfg(feature = "HtmlImageElement")]
     # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
@@ -370,16 +489,16 @@ extern "C" {
         a_sw: i32,
         a_sh: i32,
     ) -> Result<::js_sys::Promise, JsValue>;
-    #[cfg(feature = "HtmlVideoElement")]
+    #[cfg(feature = "SvgImageElement")]
     # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
     #[doc = "The `createImageBitmap()` method."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
     #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `HtmlVideoElement`, `WorkerGlobalScope`*"]
-    pub fn create_image_bitmap_with_html_video_element_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
+    #[doc = "*This API requires the following crate features to be activated: `SvgImageElement`, `WorkerGlobalScope`*"]
+    pub fn create_image_bitmap_with_svg_image_element_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
         this: &WorkerGlobalScope,
-        a_image: &HtmlVideoElement,
+        a_image: &SvgImageElement,
         a_sx: i32,
         a_sy: i32,
         a_sw: i32,
@@ -400,6 +519,70 @@ extern "C" {
         a_sw: i32,
         a_sh: i32,
     ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(feature = "HtmlVideoElement")]
+    # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlVideoElement`, `WorkerGlobalScope`*"]
+    pub fn create_image_bitmap_with_html_video_element_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
+        this: &WorkerGlobalScope,
+        a_image: &HtmlVideoElement,
+        a_sx: i32,
+        a_sy: i32,
+        a_sw: i32,
+        a_sh: i32,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(feature = "ImageBitmap")]
+    # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmap`, `WorkerGlobalScope`*"]
+    pub fn create_image_bitmap_with_image_bitmap_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
+        this: &WorkerGlobalScope,
+        a_image: &ImageBitmap,
+        a_sx: i32,
+        a_sy: i32,
+        a_sw: i32,
+        a_sh: i32,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(feature = "OffscreenCanvas")]
+    # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `OffscreenCanvas`, `WorkerGlobalScope`*"]
+    pub fn create_image_bitmap_with_offscreen_canvas_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
+        this: &WorkerGlobalScope,
+        a_image: &OffscreenCanvas,
+        a_sx: i32,
+        a_sy: i32,
+        a_sw: i32,
+        a_sh: i32,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "VideoFrame")]
+    # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `VideoFrame`, `WorkerGlobalScope`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn create_image_bitmap_with_video_frame_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
+        this: &WorkerGlobalScope,
+        a_image: &VideoFrame,
+        a_sx: i32,
+        a_sy: i32,
+        a_sw: i32,
+        a_sh: i32,
+    ) -> Result<::js_sys::Promise, JsValue>;
     #[cfg(feature = "Blob")]
     # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
     #[doc = "The `createImageBitmap()` method."]
@@ -430,63 +613,153 @@ extern "C" {
         a_sw: i32,
         a_sh: i32,
     ) -> Result<::js_sys::Promise, JsValue>;
-    #[cfg(feature = "CanvasRenderingContext2d")]
+    #[cfg(all(feature = "HtmlImageElement", feature = "ImageBitmapOptions",))]
     # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
     #[doc = "The `createImageBitmap()` method."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
     #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `CanvasRenderingContext2d`, `WorkerGlobalScope`*"]
-    pub fn create_image_bitmap_with_canvas_rendering_context_2d_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
+    #[doc = "*This API requires the following crate features to be activated: `HtmlImageElement`, `ImageBitmapOptions`, `WorkerGlobalScope`*"]
+    pub fn create_image_bitmap_with_html_image_element_and_a_sx_and_a_sy_and_a_sw_and_a_sh_and_a_options(
         this: &WorkerGlobalScope,
-        a_image: &CanvasRenderingContext2d,
+        a_image: &HtmlImageElement,
         a_sx: i32,
         a_sy: i32,
         a_sw: i32,
         a_sh: i32,
+        a_options: &ImageBitmapOptions,
     ) -> Result<::js_sys::Promise, JsValue>;
-    #[cfg(feature = "ImageBitmap")]
+    #[cfg(all(feature = "ImageBitmapOptions", feature = "SvgImageElement",))]
     # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
     #[doc = "The `createImageBitmap()` method."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
     #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `ImageBitmap`, `WorkerGlobalScope`*"]
-    pub fn create_image_bitmap_with_image_bitmap_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmapOptions`, `SvgImageElement`, `WorkerGlobalScope`*"]
+    pub fn create_image_bitmap_with_svg_image_element_and_a_sx_and_a_sy_and_a_sw_and_a_sh_and_a_options(
+        this: &WorkerGlobalScope,
+        a_image: &SvgImageElement,
+        a_sx: i32,
+        a_sy: i32,
+        a_sw: i32,
+        a_sh: i32,
+        a_options: &ImageBitmapOptions,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(all(feature = "HtmlCanvasElement", feature = "ImageBitmapOptions",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlCanvasElement`, `ImageBitmapOptions`, `WorkerGlobalScope`*"]
+    pub fn create_image_bitmap_with_html_canvas_element_and_a_sx_and_a_sy_and_a_sw_and_a_sh_and_a_options(
+        this: &WorkerGlobalScope,
+        a_image: &HtmlCanvasElement,
+        a_sx: i32,
+        a_sy: i32,
+        a_sw: i32,
+        a_sh: i32,
+        a_options: &ImageBitmapOptions,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(all(feature = "HtmlVideoElement", feature = "ImageBitmapOptions",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `HtmlVideoElement`, `ImageBitmapOptions`, `WorkerGlobalScope`*"]
+    pub fn create_image_bitmap_with_html_video_element_and_a_sx_and_a_sy_and_a_sw_and_a_sh_and_a_options(
+        this: &WorkerGlobalScope,
+        a_image: &HtmlVideoElement,
+        a_sx: i32,
+        a_sy: i32,
+        a_sw: i32,
+        a_sh: i32,
+        a_options: &ImageBitmapOptions,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(all(feature = "ImageBitmap", feature = "ImageBitmapOptions",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmap`, `ImageBitmapOptions`, `WorkerGlobalScope`*"]
+    pub fn create_image_bitmap_with_image_bitmap_and_a_sx_and_a_sy_and_a_sw_and_a_sh_and_a_options(
         this: &WorkerGlobalScope,
         a_image: &ImageBitmap,
         a_sx: i32,
         a_sy: i32,
         a_sw: i32,
         a_sh: i32,
+        a_options: &ImageBitmapOptions,
     ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(all(feature = "ImageBitmapOptions", feature = "OffscreenCanvas",))]
     # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
     #[doc = "The `createImageBitmap()` method."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
     #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `WorkerGlobalScope`*"]
-    pub fn create_image_bitmap_with_buffer_source_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmapOptions`, `OffscreenCanvas`, `WorkerGlobalScope`*"]
+    pub fn create_image_bitmap_with_offscreen_canvas_and_a_sx_and_a_sy_and_a_sw_and_a_sh_and_a_options(
         this: &WorkerGlobalScope,
-        a_image: &::js_sys::Object,
+        a_image: &OffscreenCanvas,
         a_sx: i32,
         a_sy: i32,
         a_sw: i32,
         a_sh: i32,
+        a_options: &ImageBitmapOptions,
     ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(all(feature = "ImageBitmapOptions", feature = "VideoFrame",))]
     # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
     #[doc = "The `createImageBitmap()` method."]
     #[doc = ""]
     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
     #[doc = ""]
-    #[doc = "*This API requires the following crate features to be activated: `WorkerGlobalScope`*"]
-    pub fn create_image_bitmap_with_u8_array_and_a_sx_and_a_sy_and_a_sw_and_a_sh(
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmapOptions`, `VideoFrame`, `WorkerGlobalScope`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn create_image_bitmap_with_video_frame_and_a_sx_and_a_sy_and_a_sw_and_a_sh_and_a_options(
+        this: &WorkerGlobalScope,
+        a_image: &VideoFrame,
+        a_sx: i32,
+        a_sy: i32,
+        a_sw: i32,
+        a_sh: i32,
+        a_options: &ImageBitmapOptions,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(all(feature = "Blob", feature = "ImageBitmapOptions",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Blob`, `ImageBitmapOptions`, `WorkerGlobalScope`*"]
+    pub fn create_image_bitmap_with_blob_and_a_sx_and_a_sy_and_a_sw_and_a_sh_and_a_options(
         this: &WorkerGlobalScope,
-        a_image: &mut [u8],
+        a_image: &Blob,
+        a_sx: i32,
+        a_sy: i32,
+        a_sw: i32,
+        a_sh: i32,
+        a_options: &ImageBitmapOptions,
+    ) -> Result<::js_sys::Promise, JsValue>;
+    #[cfg(all(feature = "ImageBitmapOptions", feature = "ImageData",))]
+    # [wasm_bindgen (catch , method , structural , js_class = "WorkerGlobalScope" , js_name = createImageBitmap)]
+    #[doc = "The `createImageBitmap()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/createImageBitmap)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `ImageBitmapOptions`, `ImageData`, `WorkerGlobalScope`*"]
+    pub fn create_image_bitmap_with_image_data_and_a_sx_and_a_sy_and_a_sw_and_a_sh_and_a_options(
+        this: &WorkerGlobalScope,
+        a_image: &ImageData,
         a_sx: i32,
         a_sy: i32,
         a_sw: i32,
         a_sh: i32,
+        a_options: &ImageBitmapOptions,
     ) -> Result<::js_sys::Promise, JsValue>;
     #[cfg(feature = "Request")]
     # [wasm_bindgen (method , structural , js_class = "WorkerGlobalScope" , js_name = fetch)]
diff --git a/src/features/gen_WorkerLocation.rs b/src/features/gen_WorkerLocation.rs
index 643fd1d36710e912e86db042adae6e345e5f16c5..f8c93987d5122c5beeca367bd7e1a7fe75ebe05f 100644
--- a/src/features/gen_WorkerLocation.rs
+++ b/src/features/gen_WorkerLocation.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WorkerNavigator.rs b/src/features/gen_WorkerNavigator.rs
index 09e987ea016281a302b6e39837cace91c8fb63c7..e1038bda3172e19d13d302ae17341e0cb3e50f33 100644
--- a/src/features/gen_WorkerNavigator.rs
+++ b/src/features/gen_WorkerNavigator.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
@@ -28,6 +29,18 @@ extern "C" {
     #[doc = "*This API requires the following crate features to be activated: `MediaCapabilities`, `WorkerNavigator`*"]
     pub fn media_capabilities(this: &WorkerNavigator) -> MediaCapabilities;
     #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "Serial")]
+    # [wasm_bindgen (structural , method , getter , js_class = "WorkerNavigator" , js_name = serial)]
+    #[doc = "Getter for the `serial` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WorkerNavigator/serial)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `Serial`, `WorkerNavigator`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn serial(this: &WorkerNavigator) -> Serial;
+    #[cfg(web_sys_unstable_apis)]
     #[cfg(feature = "Usb")]
     # [wasm_bindgen (structural , method , getter , js_class = "WorkerNavigator" , js_name = usb)]
     #[doc = "Getter for the `usb` field of this object."]
diff --git a/src/features/gen_WorkerOptions.rs b/src/features/gen_WorkerOptions.rs
index b4e6791454f10d2798e2e51da1ffd023bc771fa1..a63503637b6dc174d1afb23f9670fe3909746507 100644
--- a/src/features/gen_WorkerOptions.rs
+++ b/src/features/gen_WorkerOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WorkerType.rs b/src/features/gen_WorkerType.rs
index 3ae50015616ce99a9660f07cf6a70c935e5bafbe..d67706b41cb6b2a5234d05927c6fb6af1033b26b 100644
--- a/src/features/gen_WorkerType.rs
+++ b/src/features/gen_WorkerType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `WorkerType` enum."]
diff --git a/src/features/gen_Worklet.rs b/src/features/gen_Worklet.rs
index fec6b6dcc0595466b17c6c0036e7cf3cba20dd32..3c4ce39f866d2317be91e9a059e27d02c5954ae8 100644
--- a/src/features/gen_Worklet.rs
+++ b/src/features/gen_Worklet.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WorkletGlobalScope.rs b/src/features/gen_WorkletGlobalScope.rs
index 26931699c8eaf2157ae92edfb4df5d813af5e3e1..d37c4607a6f8c2eff8a69bdf579e738a08cf2966 100644
--- a/src/features/gen_WorkletGlobalScope.rs
+++ b/src/features/gen_WorkletGlobalScope.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WorkletOptions.rs b/src/features/gen_WorkletOptions.rs
index d14e13b7acf1898882b63dab5950d3ec7be8b26d..12ce913b30446e1fcf8853e27d8ae825973bc1e7 100644
--- a/src/features/gen_WorkletOptions.rs
+++ b/src/features/gen_WorkletOptions.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WritableStream.rs b/src/features/gen_WritableStream.rs
index 48124a3b88d81fb893a97d571a9fad877b2fd20b..c831b12377cb2cb600a98b47b0637dd67b391897 100644
--- a/src/features/gen_WritableStream.rs
+++ b/src/features/gen_WritableStream.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WritableStreamDefaultController.rs b/src/features/gen_WritableStreamDefaultController.rs
index 424a635c96a578526ba2c6b15cee507af1f3e2b6..25d26faaf9e4a2af0cdaf2eeaaa123b11a6a925e 100644
--- a/src/features/gen_WritableStreamDefaultController.rs
+++ b/src/features/gen_WritableStreamDefaultController.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WritableStreamDefaultWriter.rs b/src/features/gen_WritableStreamDefaultWriter.rs
index 2cda53f95a62b29cd1863c644b7ddc10dff7d5a3..536b935a4d9af6b6a51a6d2a8e048f999472a6e2 100644
--- a/src/features/gen_WritableStreamDefaultWriter.rs
+++ b/src/features/gen_WritableStreamDefaultWriter.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_WriteCommandType.rs b/src/features/gen_WriteCommandType.rs
new file mode 100644
index 0000000000000000000000000000000000000000..7a4f3684cc39f8ae2be96f602926120c6baf5e4e
--- /dev/null
+++ b/src/features/gen_WriteCommandType.rs
@@ -0,0 +1,17 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+#[doc = "The `WriteCommandType` enum."]
+#[doc = ""]
+#[doc = "*This API requires the following crate features to be activated: `WriteCommandType`*"]
+#[doc = ""]
+#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+#[derive(Debug, Clone, Copy, PartialEq, Eq)]
+pub enum WriteCommandType {
+    Write = "write",
+    Seek = "seek",
+    Truncate = "truncate",
+}
diff --git a/src/features/gen_WriteParams.rs b/src/features/gen_WriteParams.rs
new file mode 100644
index 0000000000000000000000000000000000000000..a142040f8518f58e65f409053c6a623dc034adbb
--- /dev/null
+++ b/src/features/gen_WriteParams.rs
@@ -0,0 +1,106 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = WriteParams)]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `WriteParams` dictionary."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WriteParams`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type WriteParams;
+}
+#[cfg(web_sys_unstable_apis)]
+impl WriteParams {
+    #[cfg(feature = "WriteCommandType")]
+    #[doc = "Construct a new `WriteParams`."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WriteCommandType`, `WriteParams`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn new(type_: WriteCommandType) -> Self {
+        #[allow(unused_mut)]
+        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
+        ret.type_(type_);
+        ret
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `data` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WriteParams`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn data(&mut self, val: Option<&::wasm_bindgen::JsValue>) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("data"), &JsValue::from(val));
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `position` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WriteParams`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn position(&mut self, val: Option<f64>) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(
+            self.as_ref(),
+            &JsValue::from("position"),
+            &JsValue::from(val),
+        );
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[doc = "Change the `size` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WriteParams`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn size(&mut self, val: Option<f64>) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("size"), &JsValue::from(val));
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "WriteCommandType")]
+    #[doc = "Change the `type` field of this object."]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `WriteCommandType`, `WriteParams`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn type_(&mut self, val: WriteCommandType) -> &mut Self {
+        use wasm_bindgen::JsValue;
+        let r = ::js_sys::Reflect::set(self.as_ref(), &JsValue::from("type"), &JsValue::from(val));
+        debug_assert!(
+            r.is_ok(),
+            "setting properties should never fail on our dictionary objects"
+        );
+        let _ = r;
+        self
+    }
+}
diff --git a/src/features/gen_XPathExpression.rs b/src/features/gen_XPathExpression.rs
index 6a09c700a7c32928cd4c9026a1779083d2e6f958..c7c3626e84cbcff56ab63b41e36a3529abe9c0d7 100644
--- a/src/features/gen_XPathExpression.rs
+++ b/src/features/gen_XPathExpression.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_XPathNsResolver.rs b/src/features/gen_XPathNsResolver.rs
index 7420828774ae5e0e8841693ea7b65cd5e0412ddc..89ec857a336d3cab1e813d2084eb45c57ea38ba0 100644
--- a/src/features/gen_XPathNsResolver.rs
+++ b/src/features/gen_XPathNsResolver.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_XPathResult.rs b/src/features/gen_XPathResult.rs
index a006a893d73e14c77e1e6644f0ba30c632eb0823..1ed07af8731b5393476678926d9be76d8ee72c32 100644
--- a/src/features/gen_XPathResult.rs
+++ b/src/features/gen_XPathResult.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_XmlDocument.rs b/src/features/gen_XmlDocument.rs
index d1f2c85859cc7a57894208ba154a33acbe3b08ec..572ab05962006d50395a6c20591532374b4b9273 100644
--- a/src/features/gen_XmlDocument.rs
+++ b/src/features/gen_XmlDocument.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_XmlHttpRequest.rs b/src/features/gen_XmlHttpRequest.rs
index 06522f888cdbc49d7ea35c5960d05432bed432aa..fc95ec5882d65e0b012b64dfdc65060e61b2a6be 100644
--- a/src/features/gen_XmlHttpRequest.rs
+++ b/src/features/gen_XmlHttpRequest.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_XmlHttpRequestEventTarget.rs b/src/features/gen_XmlHttpRequestEventTarget.rs
index f4e90fd6ce80f0bc8d98b3037bdd929fd6a50a2a..0ad1ae1a10e65fa7a7281fbd951a8ec257b88681 100644
--- a/src/features/gen_XmlHttpRequestEventTarget.rs
+++ b/src/features/gen_XmlHttpRequestEventTarget.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_XmlHttpRequestResponseType.rs b/src/features/gen_XmlHttpRequestResponseType.rs
index 8144e3e072caa9049f7720ad5a291007ff2ae207..f1c4feb6d1e1e7fd19b9f9f82d747865977438dc 100644
--- a/src/features/gen_XmlHttpRequestResponseType.rs
+++ b/src/features/gen_XmlHttpRequestResponseType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
 #[doc = "The `XmlHttpRequestResponseType` enum."]
diff --git a/src/features/gen_XmlHttpRequestUpload.rs b/src/features/gen_XmlHttpRequestUpload.rs
index d21af9af460fcf524d69a2d3c1005595fde8c9e8..efea1f71e9ad7e856eceff4a602d070ed4d94eb4 100644
--- a/src/features/gen_XmlHttpRequestUpload.rs
+++ b/src/features/gen_XmlHttpRequestUpload.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_XmlSerializer.rs b/src/features/gen_XmlSerializer.rs
index 8243e9696242580ed98f37e1cd4980498b667a7e..0d00e952457f41835226fcd4f9ee4da5aec972a1 100644
--- a/src/features/gen_XmlSerializer.rs
+++ b/src/features/gen_XmlSerializer.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_XrBoundedReferenceSpace.rs b/src/features/gen_XrBoundedReferenceSpace.rs
index 79b217a08d887cc63bf0a9cdfe8a4e80febd8203..e7b4f3f42b1b82bb2389855b09734323421f8af7 100644
--- a/src/features/gen_XrBoundedReferenceSpace.rs
+++ b/src/features/gen_XrBoundedReferenceSpace.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrEye.rs b/src/features/gen_XrEye.rs
index a09d8100c278c7efd956a9b540dc142af1ef4c30..079c1ed2eef3e7b6e3d84e778dbb2612f3cad867 100644
--- a/src/features/gen_XrEye.rs
+++ b/src/features/gen_XrEye.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_XrFrame.rs b/src/features/gen_XrFrame.rs
index bdab432e92456daea809fc9a9e7c9b5817f44d3d..84d4d5d7855c087be802eab14dcb0f22763fbe29 100644
--- a/src/features/gen_XrFrame.rs
+++ b/src/features/gen_XrFrame.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
@@ -39,6 +40,54 @@ extern "C" {
     #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub fn predicted_display_time(this: &XrFrame) -> f64;
     #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (method , structural , js_class = "XRFrame" , js_name = fillJointRadii)]
+    #[doc = "The `fillJointRadii()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/XRFrame/fillJointRadii)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `XrFrame`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn fill_joint_radii(
+        this: &XrFrame,
+        joint_spaces: &::wasm_bindgen::JsValue,
+        radii: &mut [f32],
+    ) -> bool;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "XrSpace")]
+    # [wasm_bindgen (method , structural , js_class = "XRFrame" , js_name = fillPoses)]
+    #[doc = "The `fillPoses()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/XRFrame/fillPoses)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `XrFrame`, `XrSpace`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn fill_poses(
+        this: &XrFrame,
+        spaces: &::wasm_bindgen::JsValue,
+        base_space: &XrSpace,
+        transforms: &mut [f32],
+    ) -> bool;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(all(feature = "XrJointPose", feature = "XrJointSpace", feature = "XrSpace",))]
+    # [wasm_bindgen (method , structural , js_class = "XRFrame" , js_name = getJointPose)]
+    #[doc = "The `getJointPose()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/XRFrame/getJointPose)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `XrFrame`, `XrJointPose`, `XrJointSpace`, `XrSpace`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn get_joint_pose(
+        this: &XrFrame,
+        joint: &XrJointSpace,
+        base_space: &XrSpace,
+    ) -> Option<XrJointPose>;
+    #[cfg(web_sys_unstable_apis)]
     #[cfg(all(feature = "XrPose", feature = "XrSpace",))]
     # [wasm_bindgen (method , structural , js_class = "XRFrame" , js_name = getPose)]
     #[doc = "The `getPose()` method."]
diff --git a/src/features/gen_XrHand.rs b/src/features/gen_XrHand.rs
new file mode 100644
index 0000000000000000000000000000000000000000..ad496a99f12fd3f48b834a005cbd732565c6dcdb
--- /dev/null
+++ b/src/features/gen_XrHand.rs
@@ -0,0 +1,42 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = XRHand , typescript_type = "XRHand")]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `XrHand` class."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/XRHand)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `XrHand`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type XrHand;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , getter , js_class = "XRHand" , js_name = size)]
+    #[doc = "Getter for the `size` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/XRHand/size)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `XrHand`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn size(this: &XrHand) -> u32;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(all(feature = "XrHandJoint", feature = "XrJointSpace",))]
+    # [wasm_bindgen (method , structural , js_class = "XRHand" , js_name = get)]
+    #[doc = "The `get()` method."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/XRHand/get)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `XrHand`, `XrHandJoint`, `XrJointSpace`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn get(this: &XrHand, key: XrHandJoint) -> XrJointSpace;
+}
diff --git a/src/features/gen_XrHandJoint.rs b/src/features/gen_XrHandJoint.rs
new file mode 100644
index 0000000000000000000000000000000000000000..8edc7345284af40321f0ecae39a227653f78e0be
--- /dev/null
+++ b/src/features/gen_XrHandJoint.rs
@@ -0,0 +1,39 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+#[doc = "The `XrHandJoint` enum."]
+#[doc = ""]
+#[doc = "*This API requires the following crate features to be activated: `XrHandJoint`*"]
+#[doc = ""]
+#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+#[derive(Debug, Clone, Copy, PartialEq, Eq)]
+pub enum XrHandJoint {
+    Wrist = "wrist",
+    ThumbMetacarpal = "thumb-metacarpal",
+    ThumbPhalanxProximal = "thumb-phalanx-proximal",
+    ThumbPhalanxDistal = "thumb-phalanx-distal",
+    ThumbTip = "thumb-tip",
+    IndexFingerMetacarpal = "index-finger-metacarpal",
+    IndexFingerPhalanxProximal = "index-finger-phalanx-proximal",
+    IndexFingerPhalanxIntermediate = "index-finger-phalanx-intermediate",
+    IndexFingerPhalanxDistal = "index-finger-phalanx-distal",
+    IndexFingerTip = "index-finger-tip",
+    MiddleFingerMetacarpal = "middle-finger-metacarpal",
+    MiddleFingerPhalanxProximal = "middle-finger-phalanx-proximal",
+    MiddleFingerPhalanxIntermediate = "middle-finger-phalanx-intermediate",
+    MiddleFingerPhalanxDistal = "middle-finger-phalanx-distal",
+    MiddleFingerTip = "middle-finger-tip",
+    RingFingerMetacarpal = "ring-finger-metacarpal",
+    RingFingerPhalanxProximal = "ring-finger-phalanx-proximal",
+    RingFingerPhalanxIntermediate = "ring-finger-phalanx-intermediate",
+    RingFingerPhalanxDistal = "ring-finger-phalanx-distal",
+    RingFingerTip = "ring-finger-tip",
+    PinkyFingerMetacarpal = "pinky-finger-metacarpal",
+    PinkyFingerPhalanxProximal = "pinky-finger-phalanx-proximal",
+    PinkyFingerPhalanxIntermediate = "pinky-finger-phalanx-intermediate",
+    PinkyFingerPhalanxDistal = "pinky-finger-phalanx-distal",
+    PinkyFingerTip = "pinky-finger-tip",
+}
diff --git a/src/features/gen_XrHandedness.rs b/src/features/gen_XrHandedness.rs
index a3095d7b772034ad3dda036e77d7bf24b12befa9..faadaa848f3ecff06c9c5ae07edd17541d19037f 100644
--- a/src/features/gen_XrHandedness.rs
+++ b/src/features/gen_XrHandedness.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_XrInputSource.rs b/src/features/gen_XrInputSource.rs
index f20c5e4d621e8771ae9e0e6605e0dcd51e51a9ea..d2f84dad5d526701f78bbe02d5d5306f0c9af149 100644
--- a/src/features/gen_XrInputSource.rs
+++ b/src/features/gen_XrInputSource.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
@@ -86,4 +87,16 @@ extern "C" {
     #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
     #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
     pub fn gamepad(this: &XrInputSource) -> Option<Gamepad>;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "XrHand")]
+    # [wasm_bindgen (structural , method , getter , js_class = "XRInputSource" , js_name = hand)]
+    #[doc = "Getter for the `hand` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/XRInputSource/hand)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `XrHand`, `XrInputSource`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn hand(this: &XrInputSource) -> Option<XrHand>;
 }
diff --git a/src/features/gen_XrInputSourceArray.rs b/src/features/gen_XrInputSourceArray.rs
index 72c723b288450a134a08c53d5aff23e307daeb01..d0d03e5f4e10f876df2ddefcde5efe4549624525 100644
--- a/src/features/gen_XrInputSourceArray.rs
+++ b/src/features/gen_XrInputSourceArray.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrInputSourceEvent.rs b/src/features/gen_XrInputSourceEvent.rs
index 3efc22ae46f9a42bd2c10a264d86b0ff1344bc8b..def63817223d20c1dc80317f2714cc18df5ec47a 100644
--- a/src/features/gen_XrInputSourceEvent.rs
+++ b/src/features/gen_XrInputSourceEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrInputSourceEventInit.rs b/src/features/gen_XrInputSourceEventInit.rs
index 64f9daf9407538c3857ce1fc93c429c92ce5b6fd..945817409c5ee796fc4edb1ac896ff00392d6408 100644
--- a/src/features/gen_XrInputSourceEventInit.rs
+++ b/src/features/gen_XrInputSourceEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrInputSourcesChangeEvent.rs b/src/features/gen_XrInputSourcesChangeEvent.rs
index e20a89cb89b800efaed419a4096a0adf15c18046..e09c10cf118293f6327c1828292c646fb4fae35a 100644
--- a/src/features/gen_XrInputSourcesChangeEvent.rs
+++ b/src/features/gen_XrInputSourcesChangeEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrInputSourcesChangeEventInit.rs b/src/features/gen_XrInputSourcesChangeEventInit.rs
index e23c3df36bb3ddfb383b2e8b80f6b5dcf1ec8c8c..e72dfe27583d53ca0100321da689d50ac7f1e013 100644
--- a/src/features/gen_XrInputSourcesChangeEventInit.rs
+++ b/src/features/gen_XrInputSourcesChangeEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrJointPose.rs b/src/features/gen_XrJointPose.rs
new file mode 100644
index 0000000000000000000000000000000000000000..543df71dd2d7715205d5cc2ec9a00a987c84fed7
--- /dev/null
+++ b/src/features/gen_XrJointPose.rs
@@ -0,0 +1,30 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = XrPose , extends = :: js_sys :: Object , js_name = XRJointPose , typescript_type = "XRJointPose")]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `XrJointPose` class."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/XRJointPose)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `XrJointPose`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type XrJointPose;
+    #[cfg(web_sys_unstable_apis)]
+    # [wasm_bindgen (structural , method , getter , js_class = "XRJointPose" , js_name = radius)]
+    #[doc = "Getter for the `radius` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/XRJointPose/radius)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `XrJointPose`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn radius(this: &XrJointPose) -> f32;
+}
diff --git a/src/features/gen_XrJointSpace.rs b/src/features/gen_XrJointSpace.rs
new file mode 100644
index 0000000000000000000000000000000000000000..645a8ee2cb9e1106f3bf9aa522389bf524b76880
--- /dev/null
+++ b/src/features/gen_XrJointSpace.rs
@@ -0,0 +1,31 @@
+#![allow(unused_imports)]
+#![allow(clippy::all)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[cfg(web_sys_unstable_apis)]
+#[wasm_bindgen]
+extern "C" {
+    # [wasm_bindgen (extends = XrSpace , extends = EventTarget , extends = :: js_sys :: Object , js_name = XRJointSpace , typescript_type = "XRJointSpace")]
+    #[derive(Debug, Clone, PartialEq, Eq)]
+    #[doc = "The `XrJointSpace` class."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/XRJointSpace)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `XrJointSpace`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub type XrJointSpace;
+    #[cfg(web_sys_unstable_apis)]
+    #[cfg(feature = "XrHandJoint")]
+    # [wasm_bindgen (structural , method , getter , js_class = "XRJointSpace" , js_name = jointName)]
+    #[doc = "Getter for the `jointName` field of this object."]
+    #[doc = ""]
+    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/XRJointSpace/jointName)"]
+    #[doc = ""]
+    #[doc = "*This API requires the following crate features to be activated: `XrHandJoint`, `XrJointSpace`*"]
+    #[doc = ""]
+    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
+    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
+    pub fn joint_name(this: &XrJointSpace) -> XrHandJoint;
+}
diff --git a/src/features/gen_XrLayer.rs b/src/features/gen_XrLayer.rs
index a68ea54d34eccaddbb10997cb55976f52be424c3..5bdade50c94f119dfe9dfb24d552ae1b652daede 100644
--- a/src/features/gen_XrLayer.rs
+++ b/src/features/gen_XrLayer.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrPermissionDescriptor.rs b/src/features/gen_XrPermissionDescriptor.rs
index ce11f7579ac3dcc3b1fb2a0c95d453ac1e3070ed..8c494ca0a6293c1d695657a2852e1ee3c40febc3 100644
--- a/src/features/gen_XrPermissionDescriptor.rs
+++ b/src/features/gen_XrPermissionDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrPermissionStatus.rs b/src/features/gen_XrPermissionStatus.rs
index ec403387b4b503cca938e1ad43014c137ddd7cd1..58eb6b5ad13f3433878e513e38be3ce7eccf4b44 100644
--- a/src/features/gen_XrPermissionStatus.rs
+++ b/src/features/gen_XrPermissionStatus.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrPose.rs b/src/features/gen_XrPose.rs
index bbdb63b33a410d34d585b2d3a0ccaccbb8e72e56..dd718fcccd38738d7642fa944d9db6af2267f0ab 100644
--- a/src/features/gen_XrPose.rs
+++ b/src/features/gen_XrPose.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrReferenceSpace.rs b/src/features/gen_XrReferenceSpace.rs
index 3ca6d5a125fb86feecf3a4bb5ca921e663a753c6..487b194df1a0e4ac0b3597e752b6ffd75acf5727 100644
--- a/src/features/gen_XrReferenceSpace.rs
+++ b/src/features/gen_XrReferenceSpace.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrReferenceSpaceEvent.rs b/src/features/gen_XrReferenceSpaceEvent.rs
index b677127131d148d603744d051e19df68ea95d3c2..d113ba6b2e7eef357785ef6c198606faa8edc0b7 100644
--- a/src/features/gen_XrReferenceSpaceEvent.rs
+++ b/src/features/gen_XrReferenceSpaceEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrReferenceSpaceEventInit.rs b/src/features/gen_XrReferenceSpaceEventInit.rs
index 45b6efb64dae68215015b5b91241c70b6e8ef70f..46aa10bac4855afeea1b25f583f454abb6972ae2 100644
--- a/src/features/gen_XrReferenceSpaceEventInit.rs
+++ b/src/features/gen_XrReferenceSpaceEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrReferenceSpaceType.rs b/src/features/gen_XrReferenceSpaceType.rs
index 6801e0f01303dbab87bf07d542cf75f4c0a9185b..3ee66e27206dc07eb2ead4ef8a45055a7e583ae1 100644
--- a/src/features/gen_XrReferenceSpaceType.rs
+++ b/src/features/gen_XrReferenceSpaceType.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_XrRenderState.rs b/src/features/gen_XrRenderState.rs
index 98781adb73b8662da8b4d488b0e73059f187bf60..79076a1f9b2fab20e09acce45cf34eb4ee36fe11 100644
--- a/src/features/gen_XrRenderState.rs
+++ b/src/features/gen_XrRenderState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrRenderStateInit.rs b/src/features/gen_XrRenderStateInit.rs
index b3d5821aa33f8ba41e3b5f6f510c797f52070aa7..df8f9b82fb9b68818da99b8f1beb9b46537e99fb 100644
--- a/src/features/gen_XrRenderStateInit.rs
+++ b/src/features/gen_XrRenderStateInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrRigidTransform.rs b/src/features/gen_XrRigidTransform.rs
index a171e4e5118d6906cecf0b2ee45378d570e6a87e..e1970a1b80fa0bb736917708cf728b41cead7b55 100644
--- a/src/features/gen_XrRigidTransform.rs
+++ b/src/features/gen_XrRigidTransform.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrSession.rs b/src/features/gen_XrSession.rs
index 48e4bc34c1d72af8d6cee3dc750ccdeb20316b44..c761efbf2b157e2b39a77ce09e74c085f2198420 100644
--- a/src/features/gen_XrSession.rs
+++ b/src/features/gen_XrSession.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrSessionEvent.rs b/src/features/gen_XrSessionEvent.rs
index 748df3513ebc22805b23cb09d2e1111612b6ba22..70c14cacdee8940f03b1d67749621e8a4f001c7d 100644
--- a/src/features/gen_XrSessionEvent.rs
+++ b/src/features/gen_XrSessionEvent.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrSessionEventInit.rs b/src/features/gen_XrSessionEventInit.rs
index fbe6cf2831c820292acc849ac7588f4b9258e591..4a44c4945262a130009286d0955f1dad6c252b3a 100644
--- a/src/features/gen_XrSessionEventInit.rs
+++ b/src/features/gen_XrSessionEventInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrSessionInit.rs b/src/features/gen_XrSessionInit.rs
index 999791d1fa798b9f15635d816ffafbb400a104ee..39cbbd43be3ae079fe8666e399cddc6d9ec3470a 100644
--- a/src/features/gen_XrSessionInit.rs
+++ b/src/features/gen_XrSessionInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrSessionMode.rs b/src/features/gen_XrSessionMode.rs
index d5a6803f263fe3070655704080a142675299682c..becf96ed22ce9d2dcc9002932b3d79d1846a47ca 100644
--- a/src/features/gen_XrSessionMode.rs
+++ b/src/features/gen_XrSessionMode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_XrSessionSupportedPermissionDescriptor.rs b/src/features/gen_XrSessionSupportedPermissionDescriptor.rs
index 26a771f63d995a0c55dea27f023d95b8f50a3c10..8d354b790697b3fde4a676f6c9e39ef5c29afd09 100644
--- a/src/features/gen_XrSessionSupportedPermissionDescriptor.rs
+++ b/src/features/gen_XrSessionSupportedPermissionDescriptor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrSpace.rs b/src/features/gen_XrSpace.rs
index e04941c050d888fed044351f86aceb626995a58e..50c85f5bc360db193fc1be7c599ab744960faa6b 100644
--- a/src/features/gen_XrSpace.rs
+++ b/src/features/gen_XrSpace.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrSystem.rs b/src/features/gen_XrSystem.rs
index a035b3ef62578bbf55a1a8c09687bcff0c0d652f..054f7a4a2620d8c7ce30e7bc86a1e8350711d45b 100644
--- a/src/features/gen_XrSystem.rs
+++ b/src/features/gen_XrSystem.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrTargetRayMode.rs b/src/features/gen_XrTargetRayMode.rs
index 94b59335f0a5022058ceca6c6a9f07eeb7f84dd7..d4248fb8da43ae108da17cf98a0e62db9b2d149d 100644
--- a/src/features/gen_XrTargetRayMode.rs
+++ b/src/features/gen_XrTargetRayMode.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_XrView.rs b/src/features/gen_XrView.rs
index 9f5781265a1c2020970695e150fb7acd152d2826..995458e823fb193bcf23a6135b3abe06ef22f231 100644
--- a/src/features/gen_XrView.rs
+++ b/src/features/gen_XrView.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrViewerPose.rs b/src/features/gen_XrViewerPose.rs
index 2e53ea6a40d4b16a5133bb49cec17ed64f08d64b..ca2e5967185b57f448cc79dc05314bdcc1841102 100644
--- a/src/features/gen_XrViewerPose.rs
+++ b/src/features/gen_XrViewerPose.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrViewport.rs b/src/features/gen_XrViewport.rs
index 7ffdabd83d003e431e6978cc7a80f6420d5c6e6c..eed7b0d16fe0cc2231a5eb9ce27db9a91beeaff1 100644
--- a/src/features/gen_XrViewport.rs
+++ b/src/features/gen_XrViewport.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrVisibilityState.rs b/src/features/gen_XrVisibilityState.rs
index f82ab22a974489ce69665cbb9cf95ddc9e80bec7..9b826370a4d899f52292b770ce3981cf4c23b494 100644
--- a/src/features/gen_XrVisibilityState.rs
+++ b/src/features/gen_XrVisibilityState.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
 #[wasm_bindgen]
diff --git a/src/features/gen_XrWebGlLayer.rs b/src/features/gen_XrWebGlLayer.rs
index 96ef16db760e4c7d418648513530cffbb2494462..42cc02aec7ed1f6745e7c7232f70e2092a041eba 100644
--- a/src/features/gen_XrWebGlLayer.rs
+++ b/src/features/gen_XrWebGlLayer.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XrWebGlLayerInit.rs b/src/features/gen_XrWebGlLayerInit.rs
index f5233d6b1a1f972e654902bd840e5ab4d17b7d44..6de05291636781d014845a142ef8cd335f636f12 100644
--- a/src/features/gen_XrWebGlLayerInit.rs
+++ b/src/features/gen_XrWebGlLayerInit.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_XsltProcessor.rs b/src/features/gen_XsltProcessor.rs
index c730032d4452597f98cbff0c42895ecf302e3625..51e5105f76ab56182de6ca3843af9f7d0f3acc91 100644
--- a/src/features/gen_XsltProcessor.rs
+++ b/src/features/gen_XsltProcessor.rs
@@ -1,4 +1,5 @@
 #![allow(unused_imports)]
+#![allow(clippy::all)]
 use super::*;
 use wasm_bindgen::prelude::*;
 #[wasm_bindgen]
diff --git a/src/features/gen_console.rs b/src/features/gen_console.rs
index a84ed2b4a5a8a9bc6ae3d46ee61a3802b2f3225c..b7abd12c148ad1121ed345f0d75a5ab065516543 100644
--- a/src/features/gen_console.rs
+++ b/src/features/gen_console.rs
@@ -1,5 +1,6 @@
 pub mod console {
     #![allow(unused_imports)]
+    #![allow(clippy::all)]
     use super::super::*;
     use wasm_bindgen::prelude::*;
     #[wasm_bindgen]
diff --git a/src/features/gen_css.rs b/src/features/gen_css.rs
index f18a5dad20f45ff5e3e3a000671c5c2ad96e603f..6ec6ff813dcbe98e128b24f1253fa731423f727f 100644
--- a/src/features/gen_css.rs
+++ b/src/features/gen_css.rs
@@ -1,5 +1,6 @@
 pub mod css {
     #![allow(unused_imports)]
+    #![allow(clippy::all)]
     use super::super::*;
     use wasm_bindgen::prelude::*;
     #[wasm_bindgen]
diff --git a/src/features/gen_gpu_buffer_usage.rs b/src/features/gen_gpu_buffer_usage.rs
index 39b90f05b21993e71b16dd9d8af923bc039bbfe3..5644ea04c431c020c0a70c0fdc1697e808d5f79d 100644
--- a/src/features/gen_gpu_buffer_usage.rs
+++ b/src/features/gen_gpu_buffer_usage.rs
@@ -4,6 +4,7 @@
 #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
 pub mod gpu_buffer_usage {
     #![allow(unused_imports)]
+    #![allow(clippy::all)]
     use super::super::*;
     use wasm_bindgen::prelude::*;
     #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_gpu_color_write.rs b/src/features/gen_gpu_color_write.rs
index d037288e04e974c9a57686f1aa9e89307df4c2ed..e9d94255725febddd49c8541e0734de5459eb0b0 100644
--- a/src/features/gen_gpu_color_write.rs
+++ b/src/features/gen_gpu_color_write.rs
@@ -4,6 +4,7 @@
 #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
 pub mod gpu_color_write {
     #![allow(unused_imports)]
+    #![allow(clippy::all)]
     use super::super::*;
     use wasm_bindgen::prelude::*;
     #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_gpu_map_mode.rs b/src/features/gen_gpu_map_mode.rs
index 272064e75b83a1023c52162050ea215ee0f31aae..7ecc4b36c2d275416a46b0d9d299b8e7c90db77a 100644
--- a/src/features/gen_gpu_map_mode.rs
+++ b/src/features/gen_gpu_map_mode.rs
@@ -4,6 +4,7 @@
 #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
 pub mod gpu_map_mode {
     #![allow(unused_imports)]
+    #![allow(clippy::all)]
     use super::super::*;
     use wasm_bindgen::prelude::*;
     #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_gpu_shader_stage.rs b/src/features/gen_gpu_shader_stage.rs
index 5638875387b9a6d37207aab00d4f4dfacf0dc67c..9c192d00bb01d6db70a6a9eaf276f1e8f6954244 100644
--- a/src/features/gen_gpu_shader_stage.rs
+++ b/src/features/gen_gpu_shader_stage.rs
@@ -4,6 +4,7 @@
 #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
 pub mod gpu_shader_stage {
     #![allow(unused_imports)]
+    #![allow(clippy::all)]
     use super::super::*;
     use wasm_bindgen::prelude::*;
     #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/gen_gpu_texture_usage.rs b/src/features/gen_gpu_texture_usage.rs
index 4cc90904979e8a3d8d1ae486e51c1b76a2c94b29..f3197cca7e18affa21af2b8134c670c7429478ea 100644
--- a/src/features/gen_gpu_texture_usage.rs
+++ b/src/features/gen_gpu_texture_usage.rs
@@ -4,6 +4,7 @@
 #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
 pub mod gpu_texture_usage {
     #![allow(unused_imports)]
+    #![allow(clippy::all)]
     use super::super::*;
     use wasm_bindgen::prelude::*;
     #[cfg(web_sys_unstable_apis)]
diff --git a/src/features/mod.rs b/src/features/mod.rs
index 02b8f667c277d840b1664e667d31264a5de01fcd..e56624a0f6ff67d11fd784585274d5acf4668370 100644
--- a/src/features/mod.rs
+++ b/src/features/mod.rs
@@ -760,6 +760,12 @@ mod gen_CanvasCaptureMediaStream;
 #[cfg(feature = "CanvasCaptureMediaStream")]
 pub use gen_CanvasCaptureMediaStream::*;
 
+#[cfg(feature = "CanvasCaptureMediaStreamTrack")]
+#[allow(non_snake_case)]
+mod gen_CanvasCaptureMediaStreamTrack;
+#[cfg(feature = "CanvasCaptureMediaStreamTrack")]
+pub use gen_CanvasCaptureMediaStreamTrack::*;
+
 #[cfg(feature = "CanvasGradient")]
 #[allow(non_snake_case)]
 mod gen_CanvasGradient;
@@ -832,18 +838,6 @@ mod gen_ChannelMergerOptions;
 #[cfg(feature = "ChannelMergerOptions")]
 pub use gen_ChannelMergerOptions::*;
 
-#[cfg(feature = "ChannelPixelLayout")]
-#[allow(non_snake_case)]
-mod gen_ChannelPixelLayout;
-#[cfg(feature = "ChannelPixelLayout")]
-pub use gen_ChannelPixelLayout::*;
-
-#[cfg(feature = "ChannelPixelLayoutDataType")]
-#[allow(non_snake_case)]
-mod gen_ChannelPixelLayoutDataType;
-#[cfg(feature = "ChannelPixelLayoutDataType")]
-pub use gen_ChannelPixelLayoutDataType::*;
-
 #[cfg(feature = "ChannelSplitterNode")]
 #[allow(non_snake_case)]
 mod gen_ChannelSplitterNode;
@@ -982,6 +976,12 @@ mod gen_CollectedClientData;
 #[cfg(feature = "CollectedClientData")]
 pub use gen_CollectedClientData::*;
 
+#[cfg(feature = "ColorSpaceConversion")]
+#[allow(non_snake_case)]
+mod gen_ColorSpaceConversion;
+#[cfg(feature = "ColorSpaceConversion")]
+pub use gen_ColorSpaceConversion::*;
+
 #[cfg(feature = "Comment")]
 #[allow(non_snake_case)]
 mod gen_Comment;
@@ -1984,6 +1984,12 @@ mod gen_ExtTextureFilterAnisotropic;
 #[cfg(feature = "ExtTextureFilterAnisotropic")]
 pub use gen_ExtTextureFilterAnisotropic::*;
 
+#[cfg(feature = "ExtTextureNorm16")]
+#[allow(non_snake_case)]
+mod gen_ExtTextureNorm16;
+#[cfg(feature = "ExtTextureNorm16")]
+pub use gen_ExtTextureNorm16::*;
+
 #[cfg(feature = "ExtendableEvent")]
 #[allow(non_snake_case)]
 mod gen_ExtendableEvent;
@@ -2104,12 +2110,24 @@ mod gen_FileSystem;
 #[cfg(feature = "FileSystem")]
 pub use gen_FileSystem::*;
 
+#[cfg(feature = "FileSystemCreateWritableOptions")]
+#[allow(non_snake_case)]
+mod gen_FileSystemCreateWritableOptions;
+#[cfg(feature = "FileSystemCreateWritableOptions")]
+pub use gen_FileSystemCreateWritableOptions::*;
+
 #[cfg(feature = "FileSystemDirectoryEntry")]
 #[allow(non_snake_case)]
 mod gen_FileSystemDirectoryEntry;
 #[cfg(feature = "FileSystemDirectoryEntry")]
 pub use gen_FileSystemDirectoryEntry::*;
 
+#[cfg(feature = "FileSystemDirectoryHandle")]
+#[allow(non_snake_case)]
+mod gen_FileSystemDirectoryHandle;
+#[cfg(feature = "FileSystemDirectoryHandle")]
+pub use gen_FileSystemDirectoryHandle::*;
+
 #[cfg(feature = "FileSystemDirectoryReader")]
 #[allow(non_snake_case)]
 mod gen_FileSystemDirectoryReader;
@@ -2140,12 +2158,66 @@ mod gen_FileSystemFileEntry;
 #[cfg(feature = "FileSystemFileEntry")]
 pub use gen_FileSystemFileEntry::*;
 
+#[cfg(feature = "FileSystemFileHandle")]
+#[allow(non_snake_case)]
+mod gen_FileSystemFileHandle;
+#[cfg(feature = "FileSystemFileHandle")]
+pub use gen_FileSystemFileHandle::*;
+
 #[cfg(feature = "FileSystemFlags")]
 #[allow(non_snake_case)]
 mod gen_FileSystemFlags;
 #[cfg(feature = "FileSystemFlags")]
 pub use gen_FileSystemFlags::*;
 
+#[cfg(feature = "FileSystemGetDirectoryOptions")]
+#[allow(non_snake_case)]
+mod gen_FileSystemGetDirectoryOptions;
+#[cfg(feature = "FileSystemGetDirectoryOptions")]
+pub use gen_FileSystemGetDirectoryOptions::*;
+
+#[cfg(feature = "FileSystemGetFileOptions")]
+#[allow(non_snake_case)]
+mod gen_FileSystemGetFileOptions;
+#[cfg(feature = "FileSystemGetFileOptions")]
+pub use gen_FileSystemGetFileOptions::*;
+
+#[cfg(feature = "FileSystemHandle")]
+#[allow(non_snake_case)]
+mod gen_FileSystemHandle;
+#[cfg(feature = "FileSystemHandle")]
+pub use gen_FileSystemHandle::*;
+
+#[cfg(feature = "FileSystemHandleKind")]
+#[allow(non_snake_case)]
+mod gen_FileSystemHandleKind;
+#[cfg(feature = "FileSystemHandleKind")]
+pub use gen_FileSystemHandleKind::*;
+
+#[cfg(feature = "FileSystemReadWriteOptions")]
+#[allow(non_snake_case)]
+mod gen_FileSystemReadWriteOptions;
+#[cfg(feature = "FileSystemReadWriteOptions")]
+pub use gen_FileSystemReadWriteOptions::*;
+
+#[cfg(feature = "FileSystemRemoveOptions")]
+#[allow(non_snake_case)]
+mod gen_FileSystemRemoveOptions;
+#[cfg(feature = "FileSystemRemoveOptions")]
+pub use gen_FileSystemRemoveOptions::*;
+
+#[cfg(feature = "FileSystemSyncAccessHandle")]
+#[allow(non_snake_case)]
+mod gen_FileSystemSyncAccessHandle;
+#[cfg(feature = "FileSystemSyncAccessHandle")]
+pub use gen_FileSystemSyncAccessHandle::*;
+
+#[cfg(feature = "FileSystemWritableFileStream")]
+#[allow(non_snake_case)]
+mod gen_FileSystemWritableFileStream;
+#[cfg(feature = "FileSystemWritableFileStream")]
+pub use gen_FileSystemWritableFileStream::*;
+
 #[cfg(feature = "FillMode")]
 #[allow(non_snake_case)]
 mod gen_FillMode;
@@ -2164,6 +2236,12 @@ mod gen_FlexLineGrowthState;
 #[cfg(feature = "FlexLineGrowthState")]
 pub use gen_FlexLineGrowthState::*;
 
+#[cfg(feature = "FlowControlType")]
+#[allow(non_snake_case)]
+mod gen_FlowControlType;
+#[cfg(feature = "FlowControlType")]
+pub use gen_FlowControlType::*;
+
 #[cfg(feature = "FocusEvent")]
 #[allow(non_snake_case)]
 mod gen_FocusEvent;
@@ -2176,6 +2254,12 @@ mod gen_FocusEventInit;
 #[cfg(feature = "FocusEventInit")]
 pub use gen_FocusEventInit::*;
 
+#[cfg(feature = "FontData")]
+#[allow(non_snake_case)]
+mod gen_FontData;
+#[cfg(feature = "FontData")]
+pub use gen_FontData::*;
+
 #[cfg(feature = "FontFace")]
 #[allow(non_snake_case)]
 mod gen_FontFace;
@@ -2350,6 +2434,12 @@ mod gen_Geolocation;
 #[cfg(feature = "Geolocation")]
 pub use gen_Geolocation::*;
 
+#[cfg(feature = "GetAnimationsOptions")]
+#[allow(non_snake_case)]
+mod gen_GetAnimationsOptions;
+#[cfg(feature = "GetAnimationsOptions")]
+pub use gen_GetAnimationsOptions::*;
+
 #[cfg(feature = "GetNotificationOptions")]
 #[allow(non_snake_case)]
 mod gen_GetNotificationOptions;
@@ -3952,11 +4042,11 @@ mod gen_ImageBitmap;
 #[cfg(feature = "ImageBitmap")]
 pub use gen_ImageBitmap::*;
 
-#[cfg(feature = "ImageBitmapFormat")]
+#[cfg(feature = "ImageBitmapOptions")]
 #[allow(non_snake_case)]
-mod gen_ImageBitmapFormat;
-#[cfg(feature = "ImageBitmapFormat")]
-pub use gen_ImageBitmapFormat::*;
+mod gen_ImageBitmapOptions;
+#[cfg(feature = "ImageBitmapOptions")]
+pub use gen_ImageBitmapOptions::*;
 
 #[cfg(feature = "ImageBitmapRenderingContext")]
 #[allow(non_snake_case)]
@@ -4018,6 +4108,18 @@ mod gen_ImageDecoderInit;
 #[cfg(feature = "ImageDecoderInit")]
 pub use gen_ImageDecoderInit::*;
 
+#[cfg(feature = "ImageEncodeOptions")]
+#[allow(non_snake_case)]
+mod gen_ImageEncodeOptions;
+#[cfg(feature = "ImageEncodeOptions")]
+pub use gen_ImageEncodeOptions::*;
+
+#[cfg(feature = "ImageOrientation")]
+#[allow(non_snake_case)]
+mod gen_ImageOrientation;
+#[cfg(feature = "ImageOrientation")]
+pub use gen_ImageOrientation::*;
+
 #[cfg(feature = "ImageTrack")]
 #[allow(non_snake_case)]
 mod gen_ImageTrack;
@@ -4132,6 +4234,12 @@ mod gen_KeyboardEventInit;
 #[cfg(feature = "KeyboardEventInit")]
 pub use gen_KeyboardEventInit::*;
 
+#[cfg(feature = "KeyframeAnimationOptions")]
+#[allow(non_snake_case)]
+mod gen_KeyframeAnimationOptions;
+#[cfg(feature = "KeyframeAnimationOptions")]
+pub use gen_KeyframeAnimationOptions::*;
+
 #[cfg(feature = "KeyframeEffect")]
 #[allow(non_snake_case)]
 mod gen_KeyframeEffect;
@@ -4618,6 +4726,30 @@ mod gen_MediaTrackSupportedConstraints;
 #[cfg(feature = "MediaTrackSupportedConstraints")]
 pub use gen_MediaTrackSupportedConstraints::*;
 
+#[cfg(feature = "MemoryAttribution")]
+#[allow(non_snake_case)]
+mod gen_MemoryAttribution;
+#[cfg(feature = "MemoryAttribution")]
+pub use gen_MemoryAttribution::*;
+
+#[cfg(feature = "MemoryAttributionContainer")]
+#[allow(non_snake_case)]
+mod gen_MemoryAttributionContainer;
+#[cfg(feature = "MemoryAttributionContainer")]
+pub use gen_MemoryAttributionContainer::*;
+
+#[cfg(feature = "MemoryBreakdownEntry")]
+#[allow(non_snake_case)]
+mod gen_MemoryBreakdownEntry;
+#[cfg(feature = "MemoryBreakdownEntry")]
+pub use gen_MemoryBreakdownEntry::*;
+
+#[cfg(feature = "MemoryMeasurement")]
+#[allow(non_snake_case)]
+mod gen_MemoryMeasurement;
+#[cfg(feature = "MemoryMeasurement")]
+pub use gen_MemoryMeasurement::*;
+
 #[cfg(feature = "MessageChannel")]
 #[allow(non_snake_case)]
 mod gen_MessageChannel;
@@ -4996,6 +5128,12 @@ mod gen_OffscreenCanvas;
 #[cfg(feature = "OffscreenCanvas")]
 pub use gen_OffscreenCanvas::*;
 
+#[cfg(feature = "OffscreenCanvasRenderingContext2d")]
+#[allow(non_snake_case)]
+mod gen_OffscreenCanvasRenderingContext2d;
+#[cfg(feature = "OffscreenCanvasRenderingContext2d")]
+pub use gen_OffscreenCanvasRenderingContext2d::*;
+
 #[cfg(feature = "OpenWindowEventDetail")]
 #[allow(non_snake_case)]
 mod gen_OpenWindowEventDetail;
@@ -5098,6 +5236,12 @@ mod gen_PanningModelType;
 #[cfg(feature = "PanningModelType")]
 pub use gen_PanningModelType::*;
 
+#[cfg(feature = "ParityType")]
+#[allow(non_snake_case)]
+mod gen_ParityType;
+#[cfg(feature = "ParityType")]
+pub use gen_ParityType::*;
+
 #[cfg(feature = "Path2d")]
 #[allow(non_snake_case)]
 mod gen_Path2d;
@@ -5398,6 +5542,12 @@ mod gen_PositionOptions;
 #[cfg(feature = "PositionOptions")]
 pub use gen_PositionOptions::*;
 
+#[cfg(feature = "PremultiplyAlpha")]
+#[allow(non_snake_case)]
+mod gen_PremultiplyAlpha;
+#[cfg(feature = "PremultiplyAlpha")]
+pub use gen_PremultiplyAlpha::*;
+
 #[cfg(feature = "Presentation")]
 #[allow(non_snake_case)]
 mod gen_Presentation;
@@ -5674,6 +5824,12 @@ mod gen_PushSubscriptionOptionsInit;
 #[cfg(feature = "PushSubscriptionOptionsInit")]
 pub use gen_PushSubscriptionOptionsInit::*;
 
+#[cfg(feature = "QueryOptions")]
+#[allow(non_snake_case)]
+mod gen_QueryOptions;
+#[cfg(feature = "QueryOptions")]
+pub use gen_QueryOptions::*;
+
 #[cfg(feature = "QueuingStrategy")]
 #[allow(non_snake_case)]
 mod gen_QueuingStrategy;
@@ -5902,6 +6058,12 @@ mod gen_ResizeObserverSize;
 #[cfg(feature = "ResizeObserverSize")]
 pub use gen_ResizeObserverSize::*;
 
+#[cfg(feature = "ResizeQuality")]
+#[allow(non_snake_case)]
+mod gen_ResizeQuality;
+#[cfg(feature = "ResizeQuality")]
+pub use gen_ResizeQuality::*;
+
 #[cfg(feature = "Response")]
 #[allow(non_snake_case)]
 mod gen_Response;
@@ -6190,6 +6352,12 @@ mod gen_RtcPeerConnectionIceEventInit;
 #[cfg(feature = "RtcPeerConnectionIceEventInit")]
 pub use gen_RtcPeerConnectionIceEventInit::*;
 
+#[cfg(feature = "RtcPeerConnectionState")]
+#[allow(non_snake_case)]
+mod gen_RtcPeerConnectionState;
+#[cfg(feature = "RtcPeerConnectionState")]
+pub use gen_RtcPeerConnectionState::*;
+
 #[cfg(feature = "RtcPriorityType")]
 #[allow(non_snake_case)]
 mod gen_RtcPriorityType;
@@ -6514,6 +6682,60 @@ mod gen_Selection;
 #[cfg(feature = "Selection")]
 pub use gen_Selection::*;
 
+#[cfg(feature = "SelectionMode")]
+#[allow(non_snake_case)]
+mod gen_SelectionMode;
+#[cfg(feature = "SelectionMode")]
+pub use gen_SelectionMode::*;
+
+#[cfg(feature = "Serial")]
+#[allow(non_snake_case)]
+mod gen_Serial;
+#[cfg(feature = "Serial")]
+pub use gen_Serial::*;
+
+#[cfg(feature = "SerialInputSignals")]
+#[allow(non_snake_case)]
+mod gen_SerialInputSignals;
+#[cfg(feature = "SerialInputSignals")]
+pub use gen_SerialInputSignals::*;
+
+#[cfg(feature = "SerialOptions")]
+#[allow(non_snake_case)]
+mod gen_SerialOptions;
+#[cfg(feature = "SerialOptions")]
+pub use gen_SerialOptions::*;
+
+#[cfg(feature = "SerialOutputSignals")]
+#[allow(non_snake_case)]
+mod gen_SerialOutputSignals;
+#[cfg(feature = "SerialOutputSignals")]
+pub use gen_SerialOutputSignals::*;
+
+#[cfg(feature = "SerialPort")]
+#[allow(non_snake_case)]
+mod gen_SerialPort;
+#[cfg(feature = "SerialPort")]
+pub use gen_SerialPort::*;
+
+#[cfg(feature = "SerialPortFilter")]
+#[allow(non_snake_case)]
+mod gen_SerialPortFilter;
+#[cfg(feature = "SerialPortFilter")]
+pub use gen_SerialPortFilter::*;
+
+#[cfg(feature = "SerialPortInfo")]
+#[allow(non_snake_case)]
+mod gen_SerialPortInfo;
+#[cfg(feature = "SerialPortInfo")]
+pub use gen_SerialPortInfo::*;
+
+#[cfg(feature = "SerialPortRequestOptions")]
+#[allow(non_snake_case)]
+mod gen_SerialPortRequestOptions;
+#[cfg(feature = "SerialPortRequestOptions")]
+pub use gen_SerialPortRequestOptions::*;
+
 #[cfg(feature = "ServerSocketOptions")]
 #[allow(non_snake_case)]
 mod gen_ServerSocketOptions;
@@ -8512,6 +8734,114 @@ mod gen_WebSocketElement;
 #[cfg(feature = "WebSocketElement")]
 pub use gen_WebSocketElement::*;
 
+#[cfg(feature = "WebTransport")]
+#[allow(non_snake_case)]
+mod gen_WebTransport;
+#[cfg(feature = "WebTransport")]
+pub use gen_WebTransport::*;
+
+#[cfg(feature = "WebTransportBidirectionalStream")]
+#[allow(non_snake_case)]
+mod gen_WebTransportBidirectionalStream;
+#[cfg(feature = "WebTransportBidirectionalStream")]
+pub use gen_WebTransportBidirectionalStream::*;
+
+#[cfg(feature = "WebTransportCloseInfo")]
+#[allow(non_snake_case)]
+mod gen_WebTransportCloseInfo;
+#[cfg(feature = "WebTransportCloseInfo")]
+pub use gen_WebTransportCloseInfo::*;
+
+#[cfg(feature = "WebTransportCongestionControl")]
+#[allow(non_snake_case)]
+mod gen_WebTransportCongestionControl;
+#[cfg(feature = "WebTransportCongestionControl")]
+pub use gen_WebTransportCongestionControl::*;
+
+#[cfg(feature = "WebTransportDatagramDuplexStream")]
+#[allow(non_snake_case)]
+mod gen_WebTransportDatagramDuplexStream;
+#[cfg(feature = "WebTransportDatagramDuplexStream")]
+pub use gen_WebTransportDatagramDuplexStream::*;
+
+#[cfg(feature = "WebTransportDatagramStats")]
+#[allow(non_snake_case)]
+mod gen_WebTransportDatagramStats;
+#[cfg(feature = "WebTransportDatagramStats")]
+pub use gen_WebTransportDatagramStats::*;
+
+#[cfg(feature = "WebTransportError")]
+#[allow(non_snake_case)]
+mod gen_WebTransportError;
+#[cfg(feature = "WebTransportError")]
+pub use gen_WebTransportError::*;
+
+#[cfg(feature = "WebTransportErrorOptions")]
+#[allow(non_snake_case)]
+mod gen_WebTransportErrorOptions;
+#[cfg(feature = "WebTransportErrorOptions")]
+pub use gen_WebTransportErrorOptions::*;
+
+#[cfg(feature = "WebTransportErrorSource")]
+#[allow(non_snake_case)]
+mod gen_WebTransportErrorSource;
+#[cfg(feature = "WebTransportErrorSource")]
+pub use gen_WebTransportErrorSource::*;
+
+#[cfg(feature = "WebTransportHash")]
+#[allow(non_snake_case)]
+mod gen_WebTransportHash;
+#[cfg(feature = "WebTransportHash")]
+pub use gen_WebTransportHash::*;
+
+#[cfg(feature = "WebTransportOptions")]
+#[allow(non_snake_case)]
+mod gen_WebTransportOptions;
+#[cfg(feature = "WebTransportOptions")]
+pub use gen_WebTransportOptions::*;
+
+#[cfg(feature = "WebTransportReceiveStream")]
+#[allow(non_snake_case)]
+mod gen_WebTransportReceiveStream;
+#[cfg(feature = "WebTransportReceiveStream")]
+pub use gen_WebTransportReceiveStream::*;
+
+#[cfg(feature = "WebTransportReceiveStreamStats")]
+#[allow(non_snake_case)]
+mod gen_WebTransportReceiveStreamStats;
+#[cfg(feature = "WebTransportReceiveStreamStats")]
+pub use gen_WebTransportReceiveStreamStats::*;
+
+#[cfg(feature = "WebTransportReliabilityMode")]
+#[allow(non_snake_case)]
+mod gen_WebTransportReliabilityMode;
+#[cfg(feature = "WebTransportReliabilityMode")]
+pub use gen_WebTransportReliabilityMode::*;
+
+#[cfg(feature = "WebTransportSendStream")]
+#[allow(non_snake_case)]
+mod gen_WebTransportSendStream;
+#[cfg(feature = "WebTransportSendStream")]
+pub use gen_WebTransportSendStream::*;
+
+#[cfg(feature = "WebTransportSendStreamOptions")]
+#[allow(non_snake_case)]
+mod gen_WebTransportSendStreamOptions;
+#[cfg(feature = "WebTransportSendStreamOptions")]
+pub use gen_WebTransportSendStreamOptions::*;
+
+#[cfg(feature = "WebTransportSendStreamStats")]
+#[allow(non_snake_case)]
+mod gen_WebTransportSendStreamStats;
+#[cfg(feature = "WebTransportSendStreamStats")]
+pub use gen_WebTransportSendStreamStats::*;
+
+#[cfg(feature = "WebTransportStats")]
+#[allow(non_snake_case)]
+mod gen_WebTransportStats;
+#[cfg(feature = "WebTransportStats")]
+pub use gen_WebTransportStats::*;
+
 #[cfg(feature = "WebglColorBufferFloat")]
 #[allow(non_snake_case)]
 mod gen_WebglColorBufferFloat;
@@ -8710,6 +9040,18 @@ mod gen_WritableStreamDefaultWriter;
 #[cfg(feature = "WritableStreamDefaultWriter")]
 pub use gen_WritableStreamDefaultWriter::*;
 
+#[cfg(feature = "WriteCommandType")]
+#[allow(non_snake_case)]
+mod gen_WriteCommandType;
+#[cfg(feature = "WriteCommandType")]
+pub use gen_WriteCommandType::*;
+
+#[cfg(feature = "WriteParams")]
+#[allow(non_snake_case)]
+mod gen_WriteParams;
+#[cfg(feature = "WriteParams")]
+pub use gen_WriteParams::*;
+
 #[cfg(feature = "XPathExpression")]
 #[allow(non_snake_case)]
 mod gen_XPathExpression;
@@ -8782,6 +9124,18 @@ mod gen_XrFrame;
 #[cfg(feature = "XrFrame")]
 pub use gen_XrFrame::*;
 
+#[cfg(feature = "XrHand")]
+#[allow(non_snake_case)]
+mod gen_XrHand;
+#[cfg(feature = "XrHand")]
+pub use gen_XrHand::*;
+
+#[cfg(feature = "XrHandJoint")]
+#[allow(non_snake_case)]
+mod gen_XrHandJoint;
+#[cfg(feature = "XrHandJoint")]
+pub use gen_XrHandJoint::*;
+
 #[cfg(feature = "XrHandedness")]
 #[allow(non_snake_case)]
 mod gen_XrHandedness;
@@ -8824,6 +9178,18 @@ mod gen_XrInputSourcesChangeEventInit;
 #[cfg(feature = "XrInputSourcesChangeEventInit")]
 pub use gen_XrInputSourcesChangeEventInit::*;
 
+#[cfg(feature = "XrJointPose")]
+#[allow(non_snake_case)]
+mod gen_XrJointPose;
+#[cfg(feature = "XrJointPose")]
+pub use gen_XrJointPose::*;
+
+#[cfg(feature = "XrJointSpace")]
+#[allow(non_snake_case)]
+mod gen_XrJointSpace;
+#[cfg(feature = "XrJointSpace")]
+pub use gen_XrJointSpace::*;
+
 #[cfg(feature = "XrLayer")]
 #[allow(non_snake_case)]
 mod gen_XrLayer;
diff --git a/tests/wasm/blob.rs b/tests/wasm/blob.rs
index f4881a732941df4468861094fabbc4aa46d4e6a4..726ffc715fed776c1483aa5b6240075f373aaa99 100644
--- a/tests/wasm/blob.rs
+++ b/tests/wasm/blob.rs
@@ -1,6 +1,5 @@
 use js_sys::{Array, ArrayBuffer};
 use wasm_bindgen::prelude::*;
-use wasm_bindgen::JsCast;
 use wasm_bindgen_futures::JsFuture;
 use wasm_bindgen_test::*;
 use web_sys::Blob;
diff --git a/tests/wasm/button_element.rs b/tests/wasm/button_element.rs
index d94160aace7c1ef285793f02de24b6c43f5bf08d..5a1296a0899a9587af194204ef21c9d5412a191b 100644
--- a/tests/wasm/button_element.rs
+++ b/tests/wasm/button_element.rs
@@ -1,6 +1,6 @@
 use wasm_bindgen::prelude::*;
 use wasm_bindgen_test::*;
-use web_sys::{HtmlButtonElement, HtmlFormElement, Node};
+use web_sys::{HtmlButtonElement, HtmlFormElement};
 
 #[wasm_bindgen(module = "/tests/wasm/element.js")]
 extern "C" {
@@ -99,15 +99,9 @@ fn test_button_element_in_form() {
     let form = new_form();
     form.set_name("test-form");
 
-    // TODO: implement `Clone` for types in `web_sys` to make this easier.
-    let button = JsValue::from(button);
-    let as_node = Node::from(button.clone());
-    Node::from(JsValue::from(form))
-        .append_child(&as_node)
-        .unwrap();
+    form.append_child(&button).unwrap();
 
-    let element = HtmlButtonElement::from(button);
-    match element.form() {
+    match button.form() {
         None => assert!(false, "Should have a form"),
         Some(form) => {
             assert!(true, "Should have a form");
@@ -118,5 +112,5 @@ fn test_button_element_in_form() {
             );
         }
     };
-    assert_eq!(element.type_(), "reset", "Should have a type");
+    assert_eq!(button.type_(), "reset", "Should have a type");
 }
diff --git a/tests/wasm/element.js b/tests/wasm/element.js
index ed51fbdbe71e0b7113db0763c37bc2b40f5134e3..1c104ed234e2acc701b84db5d4bcdf92e2ea7dc6 100644
--- a/tests/wasm/element.js
+++ b/tests/wasm/element.js
@@ -116,6 +116,7 @@ export function new_select_with_food_opts() {
 
   for(let i = 0; i < opts.length; i++) {
       let opt = document.createElement("option");
+      opt.id = opts[i];
       opt.value = opts[i];
       opt.text = opts[i];
       select.appendChild(opt);
diff --git a/tests/wasm/element.rs b/tests/wasm/element.rs
index a408a9c7cdfa99c69aed73219c5b225b39613c97..fcb423715c8acba7cae462c0f63a7a8760d2a308 100644
--- a/tests/wasm/element.rs
+++ b/tests/wasm/element.rs
@@ -57,14 +57,26 @@ fn element() {
     get_attribute_ns
     */
 
-    /*TODO should we enable toggle_attribute tests? (Firefox Nightly + Chrome canary only)
-        // TODO toggle_attribute should permit a single argument when optional arguments are supported
-        assert!(!element.has_attribute("disabled"), "Should not be disabled");
-        assert!(element.toggle_attribute("disabled", true).unwrap(), "Should return true when attribute is set");
-        assert!(element.has_attribute("disabled"), "Should be disabled");
-        assert!(!element.toggle_attribute("disabled", false).unwrap(), "Should return false when attribute is not set");
-        assert!(!element.has_attribute("disabled"), "Should not be disabled");
-    */
+    assert!(!element.has_attribute("disabled"), "Should not be disabled");
+    assert!(
+        element.toggle_attribute("disabled").unwrap(),
+        "Should return true when attribute is set"
+    );
+    assert!(element.has_attribute("disabled"), "Should be disabled");
+    assert!(
+        element
+            .toggle_attribute_with_force("disabled", true)
+            .unwrap(),
+        "Should return true when attribute is set"
+    );
+    assert!(element.has_attribute("disabled"), "Should be disabled");
+    assert!(
+        !element
+            .toggle_attribute_with_force("disabled", false)
+            .unwrap(),
+        "Should return false when attribute is not set"
+    );
+    assert!(!element.has_attribute("disabled"), "Should not be disabled");
 
     assert!(!element.has_attribute("title"), "Should not have a title");
     assert_eq!(
@@ -73,7 +85,11 @@ fn element() {
         "Should return nothing if set correctly"
     );
     assert!(element.has_attribute("title"), "Should have a title");
-    // TODO check get_attribute here when supported
+    assert_eq!(
+        element.get_attribute("title").unwrap(),
+        "boop",
+        "Title should be 'boop'"
+    );
     assert_eq!(
         element.remove_attribute("title").unwrap(),
         (),
@@ -98,7 +114,7 @@ fn element() {
     );
     /* Tests needed for:
     remove_attribute_ns
-    has_attribure_ns
+    has_attribute_ns
     closest
     */
 
@@ -129,8 +145,6 @@ fn element() {
         "Should return nothing if removed"
     );
 
-    // TODO non standard moz_matches_selector should we even support?
-
     /* Tests needed for:
     insert_adjacent_element
     insert_adjacent_text
@@ -160,7 +174,7 @@ fn element() {
     assert_eq!(
         element.inner_html(),
         "<strong>Hey!</strong><em>Web!</em>",
-        "Should return HTML conent"
+        "Should return HTML content"
     );
     assert_eq!(
         element.query_selector_all("strong").unwrap().length(),
diff --git a/tests/wasm/event.rs b/tests/wasm/event.rs
index 08d74ec83adfa42aa5d9fd992219b2f45a5c2756..4ffb48f167d5109dfd28f598d87dcd2d88632ab4 100644
--- a/tests/wasm/event.rs
+++ b/tests/wasm/event.rs
@@ -1,6 +1,5 @@
 use js_sys::{Object, Promise};
 use wasm_bindgen::prelude::*;
-use wasm_bindgen::JsCast;
 use wasm_bindgen_futures::JsFuture;
 use wasm_bindgen_test::*;
 use web_sys::Event;
diff --git a/tests/wasm/html_element.rs b/tests/wasm/html_element.rs
index 7cf15cdd49114001a2254e8630511ce22fa77ed7..4f5173ed02eb9d33de8822f7785cce2fc085cc62 100644
--- a/tests/wasm/html_element.rs
+++ b/tests/wasm/html_element.rs
@@ -1,5 +1,4 @@
 use wasm_bindgen::prelude::*;
-use wasm_bindgen::JsCast;
 use wasm_bindgen_test::*;
 use web_sys::HtmlElement;
 
@@ -122,18 +121,10 @@ fn test_html_element() {
     );
     assert!(element.is_content_editable(), "Should be content_editable");
 
-    /*TODO doesn't work in Chrome
-        // TODO verify case where menu is passed
-        match element.context_menu() {
-            None => assert!(true, "Shouldn't have a custom menu set"),
-            _ => assert!(false, "Shouldn't have a custom menu set")
-        };
-    */
-
-    // TODO: This test is also broken in Chrome (but not Firefox).
-    // assert!(!element.spellcheck(), "Shouldn't be spellchecked");
+    element.set_spellcheck(false);
+    assert!(!element.spellcheck(), "Shouldn't be spellchecked");
     element.set_spellcheck(true);
-    assert!(element.spellcheck(), "Should be dragspellcheckedgable");
+    assert!(element.spellcheck(), "Should be spellchecked");
 
     // TODO verify case where we have an offset_parent
     match element.offset_parent() {
diff --git a/tests/wasm/input_element.rs b/tests/wasm/input_element.rs
index 460576328a3d1e37dfbbedde2ca9eda306dc3a02..30fc4ba7b660fbc356c6352c88786451860aa003 100644
--- a/tests/wasm/input_element.rs
+++ b/tests/wasm/input_element.rs
@@ -40,11 +40,9 @@ fn test_input_element() {
     element.set_default_checked(true);
     assert!(element.default_checked(), "Should have an default_checked");
 
-    /*TODO fix
-        assert!(!element.checked(), "Shouldn't be checked");
-        element.set_checked(true);
-        assert!(element.checked(), "Should be checked");
-    */
+    assert!(element.checked(), "Should be checked");
+    element.set_checked(false);
+    assert!(!element.checked(), "Shouldn't be checked");
 
     assert!(!element.disabled(), "Shouldn't be disabled");
     element.set_disabled(true);
@@ -93,14 +91,18 @@ fn test_input_element() {
 
     assert_eq!(element.height(), 0, "Should have no height");
     element.set_height(12);
-    assert_eq!(element.height(), 0, "Should have no height"); // Doesn't change, TODO check with get_attribute("height")=="12"
+    assert_eq!(element.height(), 0, "Should have no height");
+    assert_eq!(
+        element.get_attribute("height").unwrap(),
+        "12",
+        "The height attribute should be 12"
+    );
 
-    /*TODO fails in chrome
     element.set_type("checkbox");
+    element.set_indeterminate(true);
     assert!(element.indeterminate(), "Should be indeterminate");
-    element.set_checked(true);
+    element.set_indeterminate(false);
     assert!(!element.indeterminate(), "Shouldn't be indeterminate");
-    */
     /*TODO add tests
     pub fn indeterminate(&self) -> bool
     pub fn set_indeterminate(&self, indeterminate: bool)
@@ -144,12 +146,11 @@ fn test_input_element() {
     pub fn size(&self) -> u32
     pub fn set_size(&self, size: u32)
     */
-    /*TODO fails in chrome
-        element.set_type("image");
-        assert_eq!(element.src(), "", "Should have no src");
-        element.set_value("hey.png");
-        assert_eq!(element.src(), "hey.png", "Should have a src");
-    */
+    element.set_type("image");
+    assert_eq!(element.src(), "", "Should have no src");
+    const EMPTY_IMAGE: &str = "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E";
+    element.set_src(EMPTY_IMAGE);
+    assert_eq!(element.src(), EMPTY_IMAGE, "Should have a src");
     /*TODO add tests
     pub fn src(&self) -> String
     pub fn set_src(&self, src: &str)
@@ -160,11 +161,9 @@ fn test_input_element() {
     pub fn default_value(&self) -> String
     pub fn set_default_value(&self, default_value: &str)
     */
-    /*TODO fails in chrome
-        assert_eq!(element.value(), "", "Should have no value");
-        element.set_value("hey!");
-        assert_eq!(element.value(), "hey!", "Should have a value");
-    */
+    assert_eq!(element.value(), "", "Should have no value");
+    element.set_value("hey!");
+    assert_eq!(element.value(), "hey!", "Should have a value");
     element.set_type("number");
     element.set_value("1");
     assert_eq!(element.value_as_number(), 1.0, "Should have value 1");
@@ -173,7 +172,12 @@ fn test_input_element() {
 
     assert_eq!(element.width(), 0, "Should have no width");
     element.set_width(12);
-    assert_eq!(element.width(), 0, "Should have no width"); // Doesn't change, TODO check with get_attribute("width")=="12"
+    assert_eq!(element.width(), 0, "Should have no width");
+    assert_eq!(
+        element.get_attribute("width").unwrap(),
+        "12",
+        "The width attribute should be 12"
+    );
 
     assert_eq!(element.will_validate(), false, "Shouldn't validate");
     assert_eq!(
diff --git a/tests/wasm/main.rs b/tests/wasm/main.rs
index f78f773a9f60c9d57078e0995119463e13a6f01a..a587b9f6921828d8ff455aa8b5b3211f5e5851c8 100644
--- a/tests/wasm/main.rs
+++ b/tests/wasm/main.rs
@@ -11,6 +11,7 @@ pub mod br_element;
 pub mod button_element;
 pub mod console;
 pub mod div_element;
+pub mod dom_point;
 pub mod element;
 pub mod event;
 pub mod head_element;
@@ -21,13 +22,10 @@ pub mod hr_element;
 pub mod html_element;
 pub mod html_html_element;
 pub mod image_data;
-pub mod input_element;
-//TODO: Both menu-related tests completely break in Chrome, but run fine in Firefox.
-//pub mod menu_element;
-//pub mod menu_item_element;
-pub mod dom_point;
 pub mod indexeddb;
+pub mod input_element;
 pub mod location;
+pub mod menu_element;
 pub mod meta_element;
 pub mod meter_element;
 pub mod mod_elements;
diff --git a/tests/wasm/menu_element.rs b/tests/wasm/menu_element.rs
index 92456133ffd512ab19a4a4bb597f684897a378fc..85df41599972451426384d0d857d26dbae92baca 100644
--- a/tests/wasm/menu_element.rs
+++ b/tests/wasm/menu_element.rs
@@ -1,5 +1,5 @@
-use wasm_bindgen_test::*;
 use wasm_bindgen::prelude::*;
+use wasm_bindgen_test::*;
 use web_sys::HtmlMenuElement;
 
 #[wasm_bindgen(module = "/tests/wasm/element.js")]
@@ -11,15 +11,17 @@ extern "C" {
 fn test_menu_element() {
     let menu = new_menu();
 
-    menu.set_type("toolbar");
-    assert_eq!(menu.type_(), "toolbar", "Menu should have the type value we gave it.");
-
-    menu.set_label("Menu label here");
-    assert_eq!(menu.label(), "Menu label here", "Menu should have the label value we gave it.");
-
     menu.set_compact(true);
-    assert_eq!(menu.compact(), true, "Menu should be compact after we set it to be compact.");
+    assert_eq!(
+        menu.compact(),
+        true,
+        "Menu should be compact after we set it to be compact."
+    );
 
     menu.set_compact(false);
-    assert_eq!(menu.compact(), false, "Menu should not be compact after we set it to be not-compact.");
+    assert_eq!(
+        menu.compact(),
+        false,
+        "Menu should not be compact after we set it to be not-compact."
+    );
 }
diff --git a/tests/wasm/menu_item_element.rs b/tests/wasm/menu_item_element.rs
deleted file mode 100644
index 6b6eaaffb22f41fe71f8fa3c2c47a5b3589dc7bc..0000000000000000000000000000000000000000
--- a/tests/wasm/menu_item_element.rs
+++ /dev/null
@@ -1,43 +0,0 @@
-use wasm_bindgen_test::*;
-use wasm_bindgen::prelude::*;
-use web_sys::HtmlMenuItemElement;
-
-#[wasm_bindgen(module = "/tests/wasm/element.js")]
-extern "C" {
-    fn new_menuitem() -> HtmlMenuItemElement;
-}
-
-#[wasm_bindgen_test]
-fn test_menuitem_element() {
-    let menuitem = new_menuitem();
-
-    menuitem.set_type("radio");
-    assert_eq!(menuitem.type_(), "radio", "Menu item should have the type value we gave it.");
-
-    menuitem.set_label("Menu item label here");
-    assert_eq!(menuitem.label(), "Menu item label here", "Menu item should have the label value we gave it.");
-
-    menuitem.set_icon("https://en.wikipedia.org/wiki/Rust_(programming_language)#/media/File:Rust_programming_language_black_logo.svg");
-    assert_eq!(menuitem.icon(), "https://en.wikipedia.org/wiki/Rust_(programming_language)#/media/File:Rust_programming_language_black_logo.svg", "Menu item should have the icon value we gave it.");
-
-    menuitem.set_disabled(true);
-    assert_eq!(menuitem.disabled(), true, "Menu item should be disabled after we set it to be disabled.");
-
-    menuitem.set_disabled(false);
-    assert_eq!(menuitem.disabled(), false, "Menu item should not be disabled after we set it to be not-disabled.");
-
-    menuitem.set_checked(true);
-    assert_eq!(menuitem.checked(), true, "Menu item should be checked after we set it to be checked.");
-
-    menuitem.set_checked(false);
-    assert_eq!(menuitem.checked(), false, "Menu item should not be checked after we set it to be not-checked.");
-
-    menuitem.set_radiogroup("Radio group name");
-    assert_eq!(menuitem.radiogroup(), "Radio group name", "Menu item should have the radiogroup value we gave it.");
-
-    menuitem.set_default_checked(true);
-    assert_eq!(menuitem.default_checked(), true, "Menu item should be default_checked after we set it to be default_checked.");
-
-    menuitem.set_default_checked(false);
-    assert_eq!(menuitem.default_checked(), false, "Menu item should not be default_checked after we set it to be not default_checked.");
-}
diff --git a/tests/wasm/output_element.rs b/tests/wasm/output_element.rs
index bb25f1824496a7e24d000eb9fb81d66cf8f48213..c1879cc5b7b941bb0b3631657ccd3cf64454e1fb 100644
--- a/tests/wasm/output_element.rs
+++ b/tests/wasm/output_element.rs
@@ -42,8 +42,10 @@ fn test_output_element() {
     output.set_value("49");
     assert_eq!(output.value(), "49", "Output value should be '49'.");
 
-    // TODO: Fails in Chrome, but not in Firefox.
-    //assert!(output.will_validate(), "Output should validate by default (maybe browser dependent?)");
+    assert!(
+        !output.will_validate(),
+        "Output is not a submittable element, so willValidate must be false"
+    );
 
     assert!(
         output.validity().valid(),
diff --git a/tests/wasm/response.rs b/tests/wasm/response.rs
index 1bedb6221fbb2a088daf96dfba657406d64c3765..bd17279715733471d8da221faa3a45db239cfd5a 100644
--- a/tests/wasm/response.rs
+++ b/tests/wasm/response.rs
@@ -1,6 +1,5 @@
 use js_sys::{ArrayBuffer, DataView, Object, Promise, Reflect, WebAssembly};
 use wasm_bindgen::prelude::*;
-use wasm_bindgen::JsCast;
 use wasm_bindgen_futures::JsFuture;
 use wasm_bindgen_test::*;
 use web_sys::{Headers, Response, ResponseInit};
diff --git a/tests/wasm/rtc_rtp_transceiver_direction.rs b/tests/wasm/rtc_rtp_transceiver_direction.rs
index 5ebc0edc06c9a78a8e5f6b1244f25fcac794f84b..38b30dd0beeaf4b942541f2f3497d9de2801414d 100644
--- a/tests/wasm/rtc_rtp_transceiver_direction.rs
+++ b/tests/wasm/rtc_rtp_transceiver_direction.rs
@@ -1,4 +1,4 @@
-use wasm_bindgen::{prelude::*, JsCast};
+use wasm_bindgen::prelude::*;
 use wasm_bindgen_futures::JsFuture;
 use wasm_bindgen_test::*;
 
diff --git a/tests/wasm/select_element.rs b/tests/wasm/select_element.rs
index 2f2319f4fcbc26ba41f651881bf3cf1c7f8ab406..18a1a37535a88646cfcf36ed48abd15eaa489a5f 100644
--- a/tests/wasm/select_element.rs
+++ b/tests/wasm/select_element.rs
@@ -26,9 +26,12 @@ fn test_select_element() {
         "Select element should have a false autofocus property."
     );
 
-    //    TODO: This test currently fails on Firefox, but not Chrome.  In Firefox, even though we select.set_autocomplete(), select.autocomplete() yields an empty String.
-    //    select.set_autocomplete("tomato");
-    //    assert_eq!(select.autocomplete(), "tomato", "Select element should have a 'tomato' autocomplete property.");
+    select.set_autocomplete("country");
+    assert_eq!(
+        select.autocomplete(),
+        "country",
+        "Select element should have a 'country' autocomplete property."
+    );
 
     select.set_disabled(true);
     assert_eq!(
@@ -173,9 +176,13 @@ fn test_select_element() {
         "There should be no labels associated with our select element."
     );
 
-    // TODO: This test won't work until this bug is fixed: https://www.w3.org/Bugs/Public/show_bug.cgi?id=20720.  Sometime in the future, either remove this test or uncomment after bug is fixed.
-    // assert!(select.named_item("tomato").is_some(), "Should be able to find the 'tomato' option before removing it.");
-    // select.remove(0);
-    // assert!(select.named_item("tomato").is_none(), "Shouldn't be able to find the 'tomato' option after removing it.")
-    // TODO: As a result, we are missing a test for the remove() method.
+    assert!(
+        select.named_item("tomato").is_some(),
+        "Should be able to find the 'tomato' option before removing it."
+    );
+    select.remove_with_index(0);
+    assert!(
+        select.named_item("tomato").is_none(),
+        "Shouldn't be able to find the 'tomato' option after removing it."
+    );
 }
diff --git a/tests/wasm/slot_element.rs b/tests/wasm/slot_element.rs
index d01ccc9fc4d8f575fcb6538528ba6cb0a4ef8b95..15a9908b5d1717dea4c295c97c8dd79ba5d99776 100644
--- a/tests/wasm/slot_element.rs
+++ b/tests/wasm/slot_element.rs
@@ -9,8 +9,11 @@ extern "C" {
 
 #[wasm_bindgen_test]
 fn test_slot_element() {
-    let _slot = new_slot();
-    // TODO: Test fails in Firefox, but not in Chrome.  Error in Firefox is 'ReferenceError: HTMLSlotElement is not defined'.  https://w3c-test.org/shadow-dom/HTMLSlotElement-interface.html
-    // slot.set_name("root_separator");
-    // assert_eq!(slot.name(), "root_separator", "Slot name should 'root_separator'.");
+    let slot = new_slot();
+    slot.set_name("root_separator");
+    assert_eq!(
+        slot.name(),
+        "root_separator",
+        "Slot name should 'root_separator'."
+    );
 }
diff --git a/webidls/enabled/AnimationFrame.webidl b/webidls/enabled/AnimationFrame.webidl
new file mode 100644
index 0000000000000000000000000000000000000000..6f81d3e1fc78b38396cd7103356d809c5a098f6f
--- /dev/null
+++ b/webidls/enabled/AnimationFrame.webidl
@@ -0,0 +1,10 @@
+// https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#animation-frames
+
+callback FrameRequestCallback = undefined (DOMHighResTimeStamp time);
+
+interface mixin AnimationFrameProvider {
+  [Throws] long requestAnimationFrame(FrameRequestCallback callback);
+  [Throws] undefined cancelAnimationFrame(long handle);
+};
+Window includes AnimationFrameProvider;
+DedicatedWorkerGlobalScope includes AnimationFrameProvider;
diff --git a/webidls/enabled/AudioScheduledSourceNode.webidl b/webidls/enabled/AudioScheduledSourceNode.webidl
index e8b4717e2663695085f8c4e4756164cecdbb3144..12876dcd98195565fd14da028fe82b1594ebcdc8 100644
--- a/webidls/enabled/AudioScheduledSourceNode.webidl
+++ b/webidls/enabled/AudioScheduledSourceNode.webidl
@@ -10,7 +10,6 @@
  * liability, trademark and document use rules apply.
  */
 
-[RustDeprecated="doesn't exist in Safari, use parent class methods instead"]
 interface AudioScheduledSourceNode : AudioNode {
 };
 
diff --git a/webidls/enabled/BaseAudioContext.webidl b/webidls/enabled/BaseAudioContext.webidl
index 863fcc609531e86fcc1fcb694280d49af622ac7b..7f12a5af16e97fc7f5e740800acb1e0ad53aa5eb 100644
--- a/webidls/enabled/BaseAudioContext.webidl
+++ b/webidls/enabled/BaseAudioContext.webidl
@@ -19,7 +19,6 @@ enum AudioContextState {
     "closed"
 };
 
-[RustDeprecated="doesn't exist in Safari, use `AudioContext` instead now"]
 interface BaseAudioContext : EventTarget {
 };
 
diff --git a/webidls/enabled/CanvasCaptureMediaStream.webidl b/webidls/enabled/CanvasCaptureMediaStream.webidl
index 9bd5044173fe5d5f8e06566e24e719caa2a3b729..f206f36f5d617c7cc2699ba93ee400e2854d269e 100644
--- a/webidls/enabled/CanvasCaptureMediaStream.webidl
+++ b/webidls/enabled/CanvasCaptureMediaStream.webidl
@@ -10,7 +10,7 @@
  * W3C liability, trademark and document use rules apply.
  */
 
-[Pref="canvas.capturestream.enabled"]
+[Deprecated]
 interface CanvasCaptureMediaStream : MediaStream {
     readonly attribute HTMLCanvasElement canvas;
     undefined requestFrame();
diff --git a/webidls/enabled/CanvasCaptureMediaStreamTrack.webidl b/webidls/enabled/CanvasCaptureMediaStreamTrack.webidl
new file mode 100644
index 0000000000000000000000000000000000000000..e5a7a698193f04e9db53a9b0dce06aee4f93331b
--- /dev/null
+++ b/webidls/enabled/CanvasCaptureMediaStreamTrack.webidl
@@ -0,0 +1,17 @@
+/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this file,
+ * You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * The origin of this IDL file is
+ * https://w3c.github.io/mediacapture-fromelement/index.html
+ *
+ * Copyright © 2015 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved.
+ * W3C liability, trademark and document use rules apply.
+ */
+
+[Exposed=Window]
+interface CanvasCaptureMediaStreamTrack : MediaStreamTrack {
+    readonly attribute HTMLCanvasElement canvas;
+    undefined requestFrame();
+};
diff --git a/webidls/enabled/CanvasRenderingContext2D.webidl b/webidls/enabled/CanvasRenderingContext2D.webidl
index 143f202572b870a56cc4d285ee9fba6f4696ed77..a21b0e5ae5506b1eab9e3e6549dfba85b6d2067c 100644
--- a/webidls/enabled/CanvasRenderingContext2D.webidl
+++ b/webidls/enabled/CanvasRenderingContext2D.webidl
@@ -32,7 +32,9 @@ typedef (HTMLImageElement or
 typedef (HTMLOrSVGImageElement or
          HTMLCanvasElement or
          HTMLVideoElement or
-         ImageBitmap) CanvasImageSource;
+         ImageBitmap or
+         OffscreenCanvas or
+         VideoFrame) CanvasImageSource;
 
 interface CanvasRenderingContext2D {
 
@@ -122,7 +124,7 @@ CanvasRenderingContext2D includes CanvasDrawImage;
 CanvasRenderingContext2D includes CanvasImageData;
 CanvasRenderingContext2D includes CanvasPathDrawingStyles;
 CanvasRenderingContext2D includes CanvasTextDrawingStyles;
-CanvasRenderingContext2D includes CanvasPathMethods;
+CanvasRenderingContext2D includes CanvasPath;
 CanvasRenderingContext2D includes CanvasHitRegions;
 
 interface mixin CanvasState {
@@ -199,7 +201,7 @@ interface mixin CanvasRect {
 };
 
 interface mixin CanvasDrawPath {
-  // path API (see also CanvasPathMethods)
+  // path API (see also CanvasPath)
   undefined beginPath();
   undefined fill(optional CanvasWindingRule winding = "nonzero");
   undefined fill(Path2D path, optional CanvasWindingRule winding = "nonzero");
@@ -284,31 +286,22 @@ interface mixin CanvasTextDrawingStyles {
   attribute DOMString textBaseline; // "top", "hanging", "middle", "alphabetic", "ideographic", "bottom" (default: "alphabetic")
 };
 
-interface mixin CanvasPathMethods {
+interface mixin CanvasPath {
   // shared path API methods
   undefined closePath();
-  [LenientFloat]
-  undefined moveTo(double x, double y);
-  [LenientFloat]
-  undefined lineTo(double x, double y);
-  [LenientFloat]
-  undefined quadraticCurveTo(double cpx, double cpy, double x, double y);
-
-  [LenientFloat]
-  undefined bezierCurveTo(double cp1x, double cp1y, double cp2x, double cp2y, double x, double y);
-
-  [Throws, LenientFloat]
-  undefined arcTo(double x1, double y1, double x2, double y2, double radius);
-// NOT IMPLEMENTED  [LenientFloat] undefined arcTo(double x1, double y1, double x2, double y2, double radiusX, double radiusY, double rotation);
-
-  [LenientFloat]
-  undefined rect(double x, double y, double w, double h);
-
-  [Throws, LenientFloat]
-  undefined arc(double x, double y, double radius, double startAngle, double endAngle, optional boolean anticlockwise = false);
-
-  [Throws, LenientFloat]
-  undefined ellipse(double x, double y, double radiusX, double radiusY, double rotation, double startAngle, double endAngle, optional boolean anticlockwise = false);
+  undefined moveTo(unrestricted double x, unrestricted double y);
+  undefined lineTo(unrestricted double x, unrestricted double y);
+  undefined quadraticCurveTo(unrestricted double cpx, unrestricted double cpy, unrestricted double x, unrestricted double y);
+  undefined bezierCurveTo(unrestricted double cp1x, unrestricted double cp1y, unrestricted double cp2x, unrestricted double cp2y, unrestricted double x, unrestricted double y);
+  [Throws]
+  undefined arcTo(unrestricted double x1, unrestricted double y1, unrestricted double x2, unrestricted double y2, unrestricted double radius); 
+  undefined rect(unrestricted double x, unrestricted double y, unrestricted double w, unrestricted double h);
+  [Throws]
+  undefined roundRect(unrestricted double x, unrestricted double y, unrestricted double w, unrestricted double h, optional (unrestricted double or DOMPointInit or sequence<(unrestricted double or DOMPointInit)>) radii = 0);
+  [Throws]
+  undefined arc(unrestricted double x, unrestricted double y, unrestricted double radius, unrestricted double startAngle, unrestricted double endAngle, optional boolean anticlockwise = false); 
+  [Throws]
+  undefined ellipse(unrestricted double x, unrestricted double y, unrestricted double radiusX, unrestricted double radiusY, unrestricted double rotation, unrestricted double startAngle, unrestricted double endAngle, optional boolean anticlockwise = false);
 };
 
 interface mixin CanvasHitRegions {
@@ -369,4 +362,4 @@ interface Path2D
 {
   undefined addPath(Path2D path, optional SVGMatrix transformation);
 };
-Path2D includes CanvasPathMethods;
+Path2D includes CanvasPath;
diff --git a/webidls/enabled/DOMException.webidl b/webidls/enabled/DOMException.webidl
index 7e9791870527426603b560d05b1686bd4a00f040..7ce10e3a5ee630a154a0edf22fde9808ff50517e 100644
--- a/webidls/enabled/DOMException.webidl
+++ b/webidls/enabled/DOMException.webidl
@@ -42,7 +42,7 @@ interface mixin ExceptionMembers
   [ChromeOnly, Exposed=Window]
   readonly attribute StackFrame?             location;
 
-  // Arbitary data for the implementation.
+  // Arbitrary data for the implementation.
   [Exposed=Window]
   readonly attribute nsISupports?            data;
 
diff --git a/webidls/enabled/Document.webidl b/webidls/enabled/Document.webidl
index df41dfbf1407cc941ca2e29b89640b48e6ffda31..a0dba3e5d6e83d302d8f858d0eb7432e22efb45c 100644
--- a/webidls/enabled/Document.webidl
+++ b/webidls/enabled/Document.webidl
@@ -355,7 +355,7 @@ partial interface Document {
   [ChromeOnly] readonly attribute boolean userHasInteracted;
 };
 
-// Extension to give chrome JS the ability to simulate activate the docuement
+// Extension to give chrome JS the ability to simulate activate the document
 // by user gesture.
 partial interface Document {
   [ChromeOnly]
diff --git a/webidls/enabled/Element.webidl b/webidls/enabled/Element.webidl
index 02704b3185c3f4022f774a0b727967e97acfabcb..2aa383a2a433bfc62a06f77bcd0752932ed9be1d 100644
--- a/webidls/enabled/Element.webidl
+++ b/webidls/enabled/Element.webidl
@@ -110,7 +110,7 @@ interface Element : Node {
   /**
    * Set this during a mousedown event to grab and retarget all mouse events
    * to this element until the mouse button is released or releaseCapture is
-   * called. If retargetToElement is true, then all events are targetted at
+   * called. If retargetToElement is true, then all events are targeted at
    * this element. If false, events can also fire at descendants of this
    * element.
    *
diff --git a/webidls/enabled/HTMLCanvasElement.webidl b/webidls/enabled/HTMLCanvasElement.webidl
index 6d9f5828042c5cb354686b187ec28aa835d28285..708122a9e90628eccc70d11a0759bda23f84a355 100644
--- a/webidls/enabled/HTMLCanvasElement.webidl
+++ b/webidls/enabled/HTMLCanvasElement.webidl
@@ -36,8 +36,15 @@ interface HTMLCanvasElement : HTMLElement {
 // For OffscreenCanvas
 // Reference: https://wiki.whatwg.org/wiki/OffscreenCanvas
 partial interface HTMLCanvasElement {
-  [Pref="gfx.offscreencanvas.enabled", Throws]
+  [Throws]
   OffscreenCanvas transferControlToOffscreen();
 };
 
+// For MediaStream
+// Reference: https://w3c.github.io/mediacapture-main/getusermedia.html#idl-def-mediastream
+partial interface HTMLCanvasElement {
+  [Throws]
+  MediaStream captureStream (optional double frameRequestRate);
+};
+
 callback BlobCallback = undefined(Blob? blob);
diff --git a/webidls/enabled/HTMLInputElement.webidl b/webidls/enabled/HTMLInputElement.webidl
index 8f5c492f37903b81563c26e6c7374a1ec865f5f4..32a0e22e812fb4c931dc123ce99d6e9ec75b228c 100644
--- a/webidls/enabled/HTMLInputElement.webidl
+++ b/webidls/enabled/HTMLInputElement.webidl
@@ -12,7 +12,6 @@
  * and create derivative works of this document.
  */
 
-/*TODO
 enum SelectionMode {
   "select",
   "start",
@@ -20,6 +19,7 @@ enum SelectionMode {
   "preserve",
 };
 
+/*TODO
 interface XULControllers;
 */
 
@@ -135,6 +135,9 @@ interface HTMLInputElement : HTMLElement {
   [Throws]
   undefined setSelectionRange(unsigned long start, unsigned long end, optional DOMString direction);
 
+  [Throws]
+  undefined showPicker();
+
   // also has obsolete members
 };
 
diff --git a/webidls/enabled/HTMLMenuElement.webidl b/webidls/enabled/HTMLMenuElement.webidl
index 5f1f130814f157e070bebf6fedab920be425b198..32b9a1f6a0f1a1a9d92512784b446ec90140a568 100644
--- a/webidls/enabled/HTMLMenuElement.webidl
+++ b/webidls/enabled/HTMLMenuElement.webidl
@@ -12,13 +12,21 @@
  * and create derivative works of this document.
  */
 
-/* TODO
-interface MenuBuilder;
-*/
-
-// http://www.whatwg.org/specs/web-apps/current-work/#the-menu-element
+// https://developer.mozilla.org/en-US/docs/Web/HTML/Element/menu
+// > The <menu> and <ul> elements both represent an unordered list of items.
+// > The key difference is that <ul> primarily contains items for display,
+// > while <menu> was intended for interactive items.
 [HTMLConstructor]
 interface HTMLMenuElement : HTMLElement {
+};
+
+// > In early versions of the HTML specification, the <menu> element had
+// > an additional use case as a context menu. This functionality is considered
+// > obsolete and is not in the specification.
+// Define this as deprecated partial interface to prevent breaking changes
+// in wasm-bindgen.
+[RustDeprecated="Absent in all major browsers"]
+partial interface HTMLMenuElement {
            [CEReactions, SetterThrows]
            attribute DOMString type;
            [CEReactions, SetterThrows]
diff --git a/webidls/enabled/HTMLMenuItemElement.webidl b/webidls/enabled/HTMLMenuItemElement.webidl
index 648188e2c833f598950256eb02d4db9344625ea7..5b807644c93dd813bfba137c04ec978046240513 100644
--- a/webidls/enabled/HTMLMenuItemElement.webidl
+++ b/webidls/enabled/HTMLMenuItemElement.webidl
@@ -11,8 +11,10 @@
  * and create derivative works of this document.
  */
 
-// http://www.whatwg.org/specs/web-apps/current-work/#the-menuitem-element
-[HTMLConstructor]
+// https://developer.mozilla.org/en-US/docs/Web/HTML/Element/menu
+// > The related <menuitem> element has been deprecated.
+// Keep this in wasm-bindgen to prevent breaking changes.
+[HTMLConstructor, RustDeprecated="Absent in all major browsers"]
 interface HTMLMenuItemElement : HTMLElement {
            [CEReactions, SetterThrows]
            attribute DOMString type;
diff --git a/webidls/enabled/HTMLTextAreaElement.webidl b/webidls/enabled/HTMLTextAreaElement.webidl
index e20773c264181508b446ebf000af3a8bb8d60f60..c3487ff69bfee7914ce286e6942904f5893e0cbd 100644
--- a/webidls/enabled/HTMLTextAreaElement.webidl
+++ b/webidls/enabled/HTMLTextAreaElement.webidl
@@ -74,7 +74,7 @@ interface HTMLTextAreaElement : HTMLElement {
   undefined setRangeText(DOMString replacement);
   [Throws]
   undefined setRangeText(DOMString replacement, unsigned long start,
-    unsigned long end, optional SelectionMode selectionMode = "preserve");
+    unsigned long end, optional DOMString mode);
   [Throws]
   undefined setSelectionRange(unsigned long start, unsigned long end, optional DOMString direction);
 };
diff --git a/webidls/enabled/ImageBitmap.webidl b/webidls/enabled/ImageBitmap.webidl
index 585a19abb561bf4dfadea686af65f91b6b3ce412..e9120355a7cdc3b55f12829cfbc295c84c274881 100644
--- a/webidls/enabled/ImageBitmap.webidl
+++ b/webidls/enabled/ImageBitmap.webidl
@@ -5,30 +5,11 @@
  *
  * The origin of this IDL file is
  * https://html.spec.whatwg.org/multipage/webappapis.html#images
- *
- * The origin of the extended IDL file is
- * http://w3c.github.io/mediacapture-worker/#imagebitmap-extensions
  */
 
-// Extensions
-// Bug 1141979 - [FoxEye] Extend ImageBitmap with interfaces to access its
-// underlying image data
-//
-// Note:
-// Our overload resolution implementation doesn't deal with a union as the
-// distinguishing argument which means we cannot overload functions via union
-// types, a.k.a. we cannot overload createImageBitmap() via ImageBitmapSource
-// and BufferSource. Here, we work around this issue by adding the BufferSource
-// into ImageBitmapSource.
-
-typedef (HTMLImageElement or
-         HTMLVideoElement or
-         HTMLCanvasElement or
+typedef (CanvasImageSource or
          Blob or
-         ImageData or
-         CanvasRenderingContext2D or
-         ImageBitmap or
-         BufferSource) ImageBitmapSource;
+         ImageData) ImageBitmapSource;
 
 [Exposed=(Window,Worker)]
 interface ImageBitmap {
@@ -50,363 +31,16 @@ partial interface ImageBitmap {
   undefined close();
 };
 
-// ImageBitmap-extensions
-// Bug 1141979 - [FoxEye] Extend ImageBitmap with interfaces to access its
-// underlying image data
-
-/*
- * An image or a video frame is conceptually a two-dimensional array of data and
- * each element in the array is called a pixel. The pixels are usually stored in
- * a one-dimensional array and could be arranged in a variety of image formats.
- * Developers need to know how the pixels are formatted so that they are able to
- * process them.
- *
- * The image format describes how pixels in an image are arranged. A single
- * pixel has at least one, but usually multiple pixel values. The range of a
- * pixel value varies, which means different image formats use different data
- * types to store a single pixel value.
- *
- * The most frequently used data type is 8-bit unsigned integer whose range is
- * from 0 to 255, others could be 16-bit integer or 32-bit floating points and
- * so forth. The number of pixel values of a single pixel is called the number
- * of channels of the image format. Multiple pixel values of a pixel are used
- * together to describe the captured property which could be color or depth
- * information. For example, if the data is a color image in RGB color space,
- * then it is a three-channel image format and a pixel is described by R, G and
- * B three pixel values with range from 0 to 255. As another example, if the
- * data is a gray image, then it is a single-channel image format with 8-bit
- * unsigned integer data type and the pixel value describes the gray scale. For
- * depth data, it is a single channel image format too, but the data type is
- * 16-bit unsigned integer and the pixel value is the depth level.
- *
- * For those image formats whose pixels contain multiple pixel values, the pixel
- * values might be arranged in one of the following ways:
- * 1) Planar pixel layout:
- *    each channel has its pixel values stored consecutively in separated
- *    buffers (a.k.a. planes) and then all channel buffers are stored
- *    consecutively in memory.
- *    (Ex: RRRRRR......GGGGGG......BBBBBB......)
- * 2) Interleaving pixel layout:
- *    each pixel has its pixel values from all channels stored together and
- *    interleaves all channels.
- *    (Ex: RGBRGBRGBRGBRGB......)
- */
-
-
-/*
- * The ImageBitmap extensions use this enumeration to negotiate the image format
- * while 1) accessing the underlying data of an ImageBitmap and
- *       2) creating a new ImageBitmap.
- *
- * For each format in this enumeration, we use a 2x2 small image (4 pixels) as
- * example to illustrate the pixel layout.
- *
- * 2x2 image:   +--------+--------+
- *              | pixel1 | pixel2 |
- *              +--------+--------+
- *              | pixel3 | pixel4 |
- *              +--------+--------+
- *
- */
-enum ImageBitmapFormat {
-  /*
-   * Channel order: R, G, B, A
-   * Channel size: full rgba-chennels
-   * Pixel layout: interleaving rgba-channels
-   * Pixel layout illustration:
-   *   [Plane1]: R1 G1 B1 A1 R2 G2 B2 A2 R3 G3 B3 A3 R4 G4 B4 A4
-   * Data type: 8-bit unsigned integer
-   */
-  "RGBA32",
-
-  /*
-   * Channel order: B, G, R, A
-   * Channel size: full bgra-channels
-   * Pixel layout: interleaving bgra-channels
-   * Pixel layout illustration:
-   *   [Plane1]: B1 G1 R1 A1 B2 G2 R2 A2 B3 G3 R3 A3 B4 G4 R4 A4
-   * Data type: 8-bit unsigned integer
-   */
-  "BGRA32",
-
-  /*
-   * Channel order: R, G, B
-   * Channel size: full rgb-channels
-   * Pixel layout: interleaving rgb-channels
-   * Pixel layout illustration:
-   *   [Plane1]: R1 G1 B1 R2 G2 B2 R3 G3 B3 R4 G4 B4
-   * Data type: 8-bit unsigned integer
-   */
-  "RGB24",
-
-  /*
-   * Channel order: B, G, R
-   * Channel size: full bgr-channels
-   * Pixel layout: interleaving bgr-channels
-   * Pixel layout illustration:
-   *   [Plane1]: B1 G1 R1 B2 G2 R2 B3 G3 R3 B4 G4 R4
-   * Data type: 8-bit unsigned integer
-   */
-  "BGR24",
-
-  /*
-   * Channel order: GRAY
-   * Channel size: full gray-channel
-   * Pixel layout: planar gray-channel
-   * Pixel layout illustration:
-   *   [Plane1]: GRAY1 GRAY2 GRAY3 GRAY4
-   * Data type: 8-bit unsigned integer
-   */
-  "GRAY8",
-
-  /*
-   * Channel order: Y, U, V
-   * Channel size: full yuv-channels
-   * Pixel layout: planar yuv-channels
-   * Pixel layout illustration:
-   *   [Plane1]: Y1 Y2 Y3 Y4
-   *   [Plane2]: U1 U2 U3 U4
-   *   [Plane3]: V1 V2 V3 V4
-   * Data type: 8-bit unsigned integer
-   */
-  "YUV444P",
-
-  /*
-   * Channel order: Y, U, V
-   * Channel size: full y-channel, half uv-channels
-   * Pixel layout: planar yuv-channels
-   * Pixel layout illustration:
-   *   [Plane1]: Y1 Y2 Y3 Y4
-   *   [Plane2]: U1 U3
-   *   [Plane3]: V1 V3
-   * Data type: 8-bit unsigned integer
-   */
-  "YUV422P",
-
-  /*
-   * Channel order: Y, U, V
-   * Channel size: full y-channel, quarter uv-channels
-   * Pixel layout: planar yuv-channels
-   * Pixel layout illustration:
-   *   [Plane1]: Y1 Y2 Y3 Y4
-   *   [Plane2]: U1
-   *   [Plane3]: V1
-   * Data type: 8-bit unsigned integer
-   */
-  "YUV420P",
-
-  /*
-   * Channel order: Y, U, V
-   * Channel size: full y-channel, quarter uv-channels
-   * Pixel layout: planar y-channel, interleaving uv-channels
-   * Pixel layout illustration:
-   *   [Plane1]: Y1 Y2 Y3 Y4
-   *   [Plane2]: U1 V1
-   * Data type: 8-bit unsigned integer
-   */
-  "YUV420SP_NV12",
-
-  /*
-   * Channel order: Y, V, U
-   * Channel size: full y-channel, quarter vu-channels
-   * Pixel layout: planar y-channel, interleaving vu-channels
-   * Pixel layout illustration:
-   *   [Plane1]: Y1 Y2 Y3 Y4
-   *   [Plane2]: V1 U1
-   * Data type: 8-bit unsigned integer
-   */
-  "YUV420SP_NV21",
-
-  /*
-   * Channel order: H, S, V
-   * Channel size: full hsv-channels
-   * Pixel layout: interleaving hsv-channels
-   * Pixel layout illustration:
-   *   [Plane1]: H1 S1 V1 H2 S2 V2 H3 S3 V3
-   * Data type: 32-bit floating point value
-   */
-  "HSV",
-
-  /*
-   * Channel order: l, a, b
-   * Channel size: full lab-channels
-   * Pixel layout: interleaving lab-channels
-   * Pixel layout illustration:
-   *   [Plane1]: l1 a1 b1 l2 a2 b2 l3 a3 b3
-   * Data type: 32-bit floating point value
-   */
-  "Lab",
-
-  /*
-   * Channel order: DEPTH
-   * Channel size: full depth-channel
-   * Pixel layout: planar depth-channel
-   * Pixel layout illustration:
-   *   [Plane1]: DEPTH1 DEPTH2 DEPTH3 DEPTH4
-   * Data type: 16-bit unsigned integer
-   */
-  "DEPTH",
-};
-
-enum ChannelPixelLayoutDataType {
-  "uint8",
-  "int8",
-  "uint16",
-  "int16",
-  "uint32",
-  "int32",
-  "float32",
-  "float64"
-};
-
-/*
- * Two concepts, ImagePixelLayout and ChannelPixelLayout, together generalize
- * the variety of pixel layouts among image formats.
- *
- * The ChannelPixelLayout represents the pixel layout of a single channel in a
- * certain image format and the ImagePixelLayout is just the collection of
- * ChannelPixelLayouts. So, the ChannelPixelLayout is defined as a dictionary
- * type with properties to describe the layout and the ImagePixelLayout is just
- * an alias name to a sequence of ChannelPixelLayout objects.
- *
- * Since an image format is composed of at least one channel, an
- * ImagePixelLayout object contains at least one ChannelPixelLayout object.
- *
- * Although an image or a video frame is a two-dimensional structure, its data
- * is usually stored in a one-dimensional array in the row-major way and the
- * ChannelPixelLayout objects use the following properties to describe the
- * layout of pixel values in the buffer.
- *
- * 1) offset:
- *    denotes the beginning position of the channel's data relative to the
- *    beginning position of the one-dimensional array.
- * 2) width & height:
- *    denote the width and height of the channel respectively. Each channel in
- *    an image format may have different height and width.
- * 3) data type:
- *    denotes the format used to store one single pixel value.
- * 4) stride:
- *    the number of bytes between the beginning two consecutive rows in memory.
- *    (The total bytes of each row plus the padding bytes of each raw.)
- * 5) skip value:
- *    the value is zero for the planar pixel layout, and a positive integer for
- *    the interleaving pixel layout. (Describes how many bytes there are between
- *    two adjacent pixel values in this channel.)
- */
-
-/*
- * Example1: RGBA image, width = 620, height = 480, stride = 2560
- *
- * chanel_r: offset = 0, width = 620, height = 480, data type = uint8, stride = 2560, skip = 3
- * chanel_g: offset = 1, width = 620, height = 480, data type = uint8, stride = 2560, skip = 3
- * chanel_b: offset = 2, width = 620, height = 480, data type = uint8, stride = 2560, skip = 3
- * chanel_a: offset = 3, width = 620, height = 480, data type = uint8, stride = 2560, skip = 3
- *
- *         <---------------------------- stride ---------------------------->
- *         <---------------------- width x 4 ---------------------->
- * [index] 01234   8   12  16  20  24  28                           2479    2559
- *         |||||---|---|---|---|---|---|----------------------------|-------|
- * [data]  RGBARGBARGBARGBARGBAR___R___R...                         A%%%%%%%%
- * [data]  RGBARGBARGBARGBARGBAR___R___R...                         A%%%%%%%%
- * [data]  RGBARGBARGBARGBARGBAR___R___R...                         A%%%%%%%%
- *              ^^^
- *              r-skip
- */
-
-/*
- * Example2: YUV420P image, width = 620, height = 480, stride = 640
- *
- * chanel_y: offset = 0, width = 620, height = 480, stride = 640, skip = 0
- * chanel_u: offset = 307200, width = 310, height = 240, data type = uint8, stride = 320, skip = 0
- * chanel_v: offset = 384000, width = 310, height = 240, data type = uint8, stride = 320, skip = 0
- *
- *         <--------------------------- y-stride --------------------------->
- *         <----------------------- y-width ----------------------->
- * [index] 012345                                                  619      639
- *         ||||||--------------------------------------------------|--------|
- * [data]  YYYYYYYYYYYYYYYYYYYYYYYYYYYYY...                        Y%%%%%%%%%
- * [data]  YYYYYYYYYYYYYYYYYYYYYYYYYYYYY...                        Y%%%%%%%%%
- * [data]  YYYYYYYYYYYYYYYYYYYYYYYYYYYYY...                        Y%%%%%%%%%
- * [data]  ......
- *         <-------- u-stride ---------->
- *         <----- u-width ----->
- * [index] 307200              307509   307519
- *         |-------------------|--------|
- * [data]  UUUUUUUUUU...       U%%%%%%%%%
- * [data]  UUUUUUUUUU...       U%%%%%%%%%
- * [data]  UUUUUUUUUU...       U%%%%%%%%%
- * [data]  ......
- *         <-------- v-stride ---------->
- *         <- --- v-width ----->
- * [index] 384000              384309   384319
- *         |-------------------|--------|
- * [data]  VVVVVVVVVV...       V%%%%%%%%%
- * [data]  VVVVVVVVVV...       V%%%%%%%%%
- * [data]  VVVVVVVVVV...       V%%%%%%%%%
- * [data]  ......
- */
-
-/*
- * Example3: YUV420SP_NV12 image, width = 620, height = 480, stride = 640
- *
- * chanel_y: offset = 0, width = 620, height = 480, stride = 640, skip = 0
- * chanel_u: offset = 307200, width = 310, height = 240, data type = uint8, stride = 640, skip = 1
- * chanel_v: offset = 307201, width = 310, height = 240, data type = uint8, stride = 640, skip = 1
- *
- *         <--------------------------- y-stride -------------------------->
- *         <----------------------- y-width ---------------------->
- * [index] 012345                                                 619      639
- *         ||||||-------------------------------------------------|--------|
- * [data]  YYYYYYYYYYYYYYYYYYYYYYYYYYYYY...                       Y%%%%%%%%%
- * [data]  YYYYYYYYYYYYYYYYYYYYYYYYYYYYY...                       Y%%%%%%%%%
- * [data]  YYYYYYYYYYYYYYYYYYYYYYYYYYYYY...                       Y%%%%%%%%%
- * [data]  ......
- *         <--------------------- u-stride / v-stride -------------------->
- *         <------------------ u-width + v-width ----------------->
- * [index] 307200(u-offset)                                       307819  307839
- *         |------------------------------------------------------|-------|
- * [index] |307201(v-offset)                                      |307820 |
- *         ||-----------------------------------------------------||------|
- * [data]  UVUVUVUVUVUVUVUVUVUVUVUVUVUVUV...                      UV%%%%%%%
- * [data]  UVUVUVUVUVUVUVUVUVUVUVUVUVUVUV...                      UV%%%%%%%
- * [data]  UVUVUVUVUVUVUVUVUVUVUVUVUVUVUV...                      UV%%%%%%%
- *          ^            ^
- *         u-skip        v-skip
- */
-
-/*
- * Example4: DEPTH image, width = 640, height = 480, stride = 1280
- *
- * chanel_d: offset = 0, width = 640, height = 480, data type = uint16, stride = 1280, skip = 0
- *
- * note: each DEPTH value uses two bytes
- *
- *         <----------------------- d-stride ---------------------->
- *         <----------------------- d-width ----------------------->
- * [index] 02468                                                   1278
- *         |||||---------------------------------------------------|
- * [data]  DDDDDDDDDDDDDDDDDDDDDDDDDDDDD...                        D
- * [data]  DDDDDDDDDDDDDDDDDDDDDDDDDDDDD...                        D
- * [data]  DDDDDDDDDDDDDDDDDDDDDDDDDDDDD...                        D
- * [data]  ......
- */
-
-dictionary ChannelPixelLayout {
-    required unsigned long              offset;
-    required unsigned long              width;
-    required unsigned long              height;
-    required ChannelPixelLayoutDataType dataType;
-    required unsigned long              stride;
-    required unsigned long              skip;
-};
-
-typedef sequence<ChannelPixelLayout> ImagePixelLayout;
-
-partial interface ImageBitmap {
-    [Throws, Func="mozilla::dom::DOMPrefs::ImageBitmapExtensionsEnabled"]
-    ImageBitmapFormat               findOptimalFormat (optional sequence<ImageBitmapFormat> aPossibleFormats);
-    [Throws, Func="mozilla::dom::DOMPrefs::ImageBitmapExtensionsEnabled"]
-    long                            mappedDataLength (ImageBitmapFormat aFormat);
-    [Throws, Func="mozilla::dom::DOMPrefs::ImageBitmapExtensionsEnabled"]
-    Promise<ImagePixelLayout> mapDataInto (ImageBitmapFormat aFormat, BufferSource aBuffer, long aOffset);
+enum ImageOrientation { "from-image", "flipY" };
+enum PremultiplyAlpha { "none", "premultiply", "default" };
+enum ColorSpaceConversion { "none", "default" };
+enum ResizeQuality { "pixelated", "low", "medium", "high" };
+
+dictionary ImageBitmapOptions {
+  ImageOrientation imageOrientation = "from-image";
+  PremultiplyAlpha premultiplyAlpha = "default";
+  ColorSpaceConversion colorSpaceConversion = "default";
+  [EnforceRange] unsigned long resizeWidth;
+  [EnforceRange] unsigned long resizeHeight;
+  ResizeQuality resizeQuality = "low";
 };
diff --git a/webidls/enabled/ImageBitmapRenderingContext.webidl b/webidls/enabled/ImageBitmapRenderingContext.webidl
index 7a4e0fde542c211e0a34827f25d3949f9bf43476..e8c1b38fff0a89de5e0fbad836aad66b6d407ecf 100644
--- a/webidls/enabled/ImageBitmapRenderingContext.webidl
+++ b/webidls/enabled/ImageBitmapRenderingContext.webidl
@@ -28,7 +28,7 @@ interface ImageBitmapRenderingContext {
   // it does not change the canvas's intrinsic width or height.
   //
   // The ImageBitmap, when displayed, is clipped to the rectangle
-  // defined by the canvas's instrinsic width and height. Pixels that
+  // defined by the canvas's intrinsic width and height. Pixels that
   // would be covered by the canvas's bitmap which are not covered by
   // the supplied ImageBitmap are rendered transparent black. Any CSS
   // styles affecting the display of the canvas are applied as usual.
diff --git a/webidls/enabled/OffscreenCanvas.webidl b/webidls/enabled/OffscreenCanvas.webidl
index c1bc84beab6dccdd80ec21989a7088efb2287103..2273e4a9b7d10c134ccbbd6b6ef284ae17269672 100644
--- a/webidls/enabled/OffscreenCanvas.webidl
+++ b/webidls/enabled/OffscreenCanvas.webidl
@@ -7,6 +7,11 @@
  * https://wiki.whatwg.org/wiki/OffscreenCanvas
  */
 
+dictionary ImageEncodeOptions {
+  DOMString type = "image/png";
+  unrestricted double quality;
+};
+
 [Constructor(unsigned long width, unsigned long height),
  Exposed=(Window,Worker),
  Func="mozilla::dom::DOMPrefs::OffscreenCanvasEnabled"]
@@ -23,8 +28,7 @@ interface OffscreenCanvas : EventTarget {
   [Throws]
   ImageBitmap transferToImageBitmap();
   [Throws]
-  Promise<Blob> toBlob(optional DOMString type = "",
-                       optional any encoderOptions);
+  Promise<Blob> convertToBlob(optional ImageEncodeOptions options = {});
 };
 
 // OffscreenCanvas includes Transferable;
diff --git a/webidls/enabled/OffscreenCanvasRenderingContext2D.webidl b/webidls/enabled/OffscreenCanvasRenderingContext2D.webidl
new file mode 100644
index 0000000000000000000000000000000000000000..621f80bdf902eeacd750351a69ccf787f7ceb702
--- /dev/null
+++ b/webidls/enabled/OffscreenCanvasRenderingContext2D.webidl
@@ -0,0 +1,22 @@
+[Exposed = (Window, Worker)]
+interface OffscreenCanvasRenderingContext2D {
+  // `commit()` doesn't exist, spec has to be updated: <https://github.com/whatwg/html/pull/3872>
+  // undefined commit();
+  readonly attribute OffscreenCanvas canvas;
+};
+
+OffscreenCanvasRenderingContext2D includes CanvasState;
+OffscreenCanvasRenderingContext2D includes CanvasTransform;
+OffscreenCanvasRenderingContext2D includes CanvasCompositing;
+OffscreenCanvasRenderingContext2D includes CanvasImageSmoothing;
+OffscreenCanvasRenderingContext2D includes CanvasFillStrokeStyles;
+OffscreenCanvasRenderingContext2D includes CanvasShadowStyles;
+OffscreenCanvasRenderingContext2D includes CanvasFilters;
+OffscreenCanvasRenderingContext2D includes CanvasRect;
+OffscreenCanvasRenderingContext2D includes CanvasDrawPath;
+OffscreenCanvasRenderingContext2D includes CanvasText;
+OffscreenCanvasRenderingContext2D includes CanvasDrawImage;
+OffscreenCanvasRenderingContext2D includes CanvasImageData;
+OffscreenCanvasRenderingContext2D includes CanvasPathDrawingStyles;
+OffscreenCanvasRenderingContext2D includes CanvasTextDrawingStyles;
+OffscreenCanvasRenderingContext2D includes CanvasPath;
diff --git a/webidls/enabled/ParentNode.webidl b/webidls/enabled/ParentNode.webidl
index 5256d189b95f96773993d16ba0fa68d79e14021e..b94c876f38875329a6e9beb2af67fc8b4783233f 100644
--- a/webidls/enabled/ParentNode.webidl
+++ b/webidls/enabled/ParentNode.webidl
@@ -21,4 +21,6 @@ interface mixin ParentNode {
   undefined prepend((Node or DOMString)... nodes);
   [CEReactions, Throws, Unscopable]
   undefined append((Node or DOMString)... nodes);
+  [CEReactions, Unscopable]
+  undefined replaceChildren((Node or DOMString)... nodes);
 };
diff --git a/webidls/enabled/PresentationConnection.webidl b/webidls/enabled/PresentationConnection.webidl
index 753dfee16b048208e40e07eb67a93d4c62592743..e3bc8c5a6c4fd094728289174f96c2a380b7d9fd 100644
--- a/webidls/enabled/PresentationConnection.webidl
+++ b/webidls/enabled/PresentationConnection.webidl
@@ -9,7 +9,7 @@
 
 enum PresentationConnectionState
 {
-  // The initial state when a PresentationConnection is ceated.
+  // The initial state when a PresentationConnection is created.
   "connecting",
 
   // Existing presentation, and the communication channel is active.
diff --git a/webidls/enabled/RTCPeerConnection.webidl b/webidls/enabled/RTCPeerConnection.webidl
index 9c74b611efdd179ff6847eb676f980644aef85e9..b91563e99c3ebe1be5ee35d0f413d6a16580115b 100644
--- a/webidls/enabled/RTCPeerConnection.webidl
+++ b/webidls/enabled/RTCPeerConnection.webidl
@@ -36,6 +36,15 @@ enum RTCIceConnectionState {
     "closed"
 };
 
+enum RTCPeerConnectionState {
+  "closed",
+  "failed",
+  "disconnected",
+  "new",
+  "connecting",
+  "connected"
+};
+
 dictionary RTCDataChannelInit {
   boolean        ordered = true;
   unsigned short maxPacketLifeTime;
@@ -89,6 +98,7 @@ interface RTCPeerConnection : EventTarget  {
   readonly attribute boolean? canTrickleIceCandidates;
   readonly attribute RTCIceGatheringState iceGatheringState;
   readonly attribute RTCIceConnectionState iceConnectionState;
+  readonly attribute RTCPeerConnectionState connectionState;
   [Pref="media.peerconnection.identity.enabled"]
   readonly attribute Promise<RTCIdentityAssertion> peerIdentity;
   [Pref="media.peerconnection.identity.enabled"]
@@ -130,6 +140,7 @@ interface RTCPeerConnection : EventTarget  {
   attribute EventHandler onremovestream;
   attribute EventHandler oniceconnectionstatechange;
   attribute EventHandler onicegatheringstatechange;
+  attribute EventHandler onconnectionstatechange;
 
   Promise<RTCStatsReport> getStats (optional MediaStreamTrack? selector);
 
diff --git a/webidls/enabled/RTCRtpSender.webidl b/webidls/enabled/RTCRtpSender.webidl
index e7b375b90ecb6d251c4fe58cd4bbf9c7ce70c9b3..3b1c49c7bc2c515c80dbf496e7eb79a49184faaa 100644
--- a/webidls/enabled/RTCRtpSender.webidl
+++ b/webidls/enabled/RTCRtpSender.webidl
@@ -76,7 +76,7 @@ interface RTCRtpSender {
   Promise<RTCStatsReport> getStats();
   [Pref="media.peerconnection.dtmf.enabled"]
   readonly attribute RTCDTMFSender? dtmf;
-  // Ugh, can't use a ChromeOnly attibute sequence<MediaStream>...
+  // Ugh, can't use a ChromeOnly attribute sequence<MediaStream>...
   [ChromeOnly]
   sequence<MediaStream> getStreams();
   [ChromeOnly]
diff --git a/webidls/unstable/ResizeObserver.webidl b/webidls/enabled/ResizeObserver.webidl
similarity index 100%
rename from webidls/unstable/ResizeObserver.webidl
rename to webidls/enabled/ResizeObserver.webidl
diff --git a/webidls/enabled/ScrollBoxObject.webidl b/webidls/enabled/ScrollBoxObject.webidl
index 4f9e31f492f8a95d904b6343fe0a97c0cf676108..b9cff7fd828799711c30e40c9f6d225886e3c5c6 100644
--- a/webidls/enabled/ScrollBoxObject.webidl
+++ b/webidls/enabled/ScrollBoxObject.webidl
@@ -18,7 +18,7 @@ interface ScrollBoxObject : BoxObject {
 
   /**
    * Scroll the given amount of device pixels to the right and down.
-   * Values will be clamped to make the resuling position legal.
+   * Values will be clamped to make the resulting position legal.
    */
   [Throws]
   undefined scrollBy(long dx, long dy);
diff --git a/webidls/enabled/ServiceWorkerContainer.webidl b/webidls/enabled/ServiceWorkerContainer.webidl
index 3d0bc34f261607ade123f2b72fc9de81fee6886d..384b53cd4bcac595f64034837e93349ac0788d3c 100644
--- a/webidls/enabled/ServiceWorkerContainer.webidl
+++ b/webidls/enabled/ServiceWorkerContainer.webidl
@@ -42,5 +42,6 @@ partial interface ServiceWorkerContainer {
 
 dictionary RegistrationOptions {
   USVString scope;
+  USVString type;
   ServiceWorkerUpdateViaCache updateViaCache = "imports";
 };
diff --git a/webidls/enabled/TreeView.webidl b/webidls/enabled/TreeView.webidl
index 9aee1ce401e7f12158f7df8117075b555b7502b6..2ec9942752ae0db1d1017e4fbe26ed444dfb80c7 100644
--- a/webidls/enabled/TreeView.webidl
+++ b/webidls/enabled/TreeView.webidl
@@ -110,7 +110,7 @@ interface TreeView
   /**
    * The level is an integer value that represents
    * the level of indentation.  It is multiplied by the width specified in the 
-   * :moz-tree-indentation pseudoelement to compute the exact indendation.
+   * :moz-tree-indentation pseudoelement to compute the exact indentation.
    */
   [Throws]
   long getLevel(long row);
diff --git a/webidls/enabled/WebGL2RenderingContext.webidl b/webidls/enabled/WebGL2RenderingContext.webidl
index 730ae2790d541ec7661fd106c69dbaf9ddd9c475..2b6efb550b5427d9145e9454cd259ae94daafd86 100644
--- a/webidls/enabled/WebGL2RenderingContext.webidl
+++ b/webidls/enabled/WebGL2RenderingContext.webidl
@@ -722,3 +722,16 @@ WebGL2RenderingContext includes WebGL2RenderingContextBase;
 [NoInterfaceObject]
 interface EXT_color_buffer_float {
 };
+
+[NoInterfaceObject]
+interface EXT_texture_norm16
+{
+      const GLenum R16_EXT          = 0x822A;
+      const GLenum RG16_EXT         = 0x822C;
+      const GLenum RGB16_EXT        = 0x8054;
+      const GLenum RGBA16_EXT       = 0x805B;
+      const GLenum R16_SNORM_EXT    = 0x8F98;
+      const GLenum RG16_SNORM_EXT   = 0x8F99;
+      const GLenum RGB16_SNORM_EXT  = 0x8F9A;
+      const GLenum RGBA16_SNORM_EXT = 0x8F9B;
+};
diff --git a/webidls/enabled/Window.webidl b/webidls/enabled/Window.webidl
index d2985fca9495a5e5c5b0e28b1b2f8776a531b25a..fb8735f8b50e665beb462e972c788b017dc4a2c9 100644
--- a/webidls/enabled/Window.webidl
+++ b/webidls/enabled/Window.webidl
@@ -9,7 +9,6 @@
  * https://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html
  * http://dev.w3.org/csswg/cssom/
  * http://dev.w3.org/csswg/cssom-view/
- * https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/RequestAnimationFrame/Overview.html
  * https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/Overview.html
  * https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html
  * http://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html
@@ -196,13 +195,6 @@ partial interface Window {
   [Replaceable] readonly attribute double devicePixelRatio;
 };
 
-// https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/RequestAnimationFrame/Overview.html
-partial interface Window {
-  [Throws] long requestAnimationFrame(FrameRequestCallback callback);
-  [Throws] undefined cancelAnimationFrame(long handle);
-};
-callback FrameRequestCallback = undefined (DOMHighResTimeStamp time);
-
 // https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/Overview.html
 partial interface Window {
   [Replaceable, Pure, StoreInSlot] readonly attribute Performance? performance;
diff --git a/webidls/enabled/WindowOrWorkerGlobalScope.webidl b/webidls/enabled/WindowOrWorkerGlobalScope.webidl
index c7b7dd698f03f56b37cf7e272ea8761e9a670e21..89b818c4b6369c802da72796f1973e2a909ef4d6 100644
--- a/webidls/enabled/WindowOrWorkerGlobalScope.webidl
+++ b/webidls/enabled/WindowOrWorkerGlobalScope.webidl
@@ -37,9 +37,12 @@ interface mixin WindowOrWorkerGlobalScope {
 
   // ImageBitmap
   [Throws]
-  Promise<ImageBitmap> createImageBitmap(ImageBitmapSource aImage);
+  Promise<ImageBitmap> createImageBitmap(ImageBitmapSource aImage,
+                                         optional ImageBitmapOptions aOptions = {});
   [Throws]
-  Promise<ImageBitmap> createImageBitmap(ImageBitmapSource aImage, long aSx, long aSy, long aSw, long aSh);
+  Promise<ImageBitmap> createImageBitmap(ImageBitmapSource aImage,
+                                         long aSx, long aSy, long aSw, long aSh,
+                                         optional ImageBitmapOptions aOptions = {});
 };
 
 // https://fetch.spec.whatwg.org/#fetch-method
diff --git a/webidls/unstable/Animatable.webidl b/webidls/unstable/Animatable.webidl
new file mode 100644
index 0000000000000000000000000000000000000000..26a6c9f87a40098f7738bf5deb7ca70bc52d0de5
--- /dev/null
+++ b/webidls/unstable/Animatable.webidl
@@ -0,0 +1,14 @@
+interface mixin Animatable {
+    Animation           animate(object? keyframes,
+                                optional (unrestricted double or KeyframeAnimationOptions) options = {});
+    sequence<Animation> getAnimations(optional GetAnimationsOptions options = {});
+};
+
+dictionary KeyframeAnimationOptions : KeyframeEffectOptions {
+    DOMString id = "";
+    AnimationTimeline? timeline;
+};
+
+dictionary GetAnimationsOptions {
+    boolean subtree = false;
+};
diff --git a/webidls/unstable/FileSystemAccess.webidl b/webidls/unstable/FileSystemAccess.webidl
new file mode 100644
index 0000000000000000000000000000000000000000..cc5623bdb19e99af88c034f999ca5a3c7281fabc
--- /dev/null
+++ b/webidls/unstable/FileSystemAccess.webidl
@@ -0,0 +1,101 @@
+enum FileSystemHandleKind {
+  "file",
+  "directory",
+};
+
+[Exposed=(Window,Worker), SecureContext, Serializable]
+interface FileSystemHandle {
+  readonly attribute FileSystemHandleKind kind;
+  readonly attribute USVString name;
+
+  Promise<boolean> isSameEntry(FileSystemHandle other);
+};
+
+dictionary FileSystemCreateWritableOptions {
+  boolean keepExistingData = false;
+};
+
+[Exposed=(Window,Worker), SecureContext, Serializable]
+interface FileSystemFileHandle : FileSystemHandle {
+  Promise<File> getFile();
+  Promise<FileSystemWritableFileStream> createWritable(optional FileSystemCreateWritableOptions options = {});
+  [Exposed=DedicatedWorker]
+  Promise<FileSystemSyncAccessHandle> createSyncAccessHandle();
+};
+
+dictionary FileSystemGetFileOptions {
+  boolean create = false;
+};
+
+dictionary FileSystemGetDirectoryOptions {
+  boolean create = false;
+};
+
+dictionary FileSystemRemoveOptions {
+  boolean recursive = false;
+};
+
+[Exposed=(Window,Worker), SecureContext, Serializable]
+interface FileSystemDirectoryHandle : FileSystemHandle {
+  async iterable<USVString, FileSystemHandle>;
+
+  Promise<FileSystemFileHandle> getFileHandle(USVString name, optional FileSystemGetFileOptions options = {});
+  Promise<FileSystemDirectoryHandle> getDirectoryHandle(USVString name, optional FileSystemGetDirectoryOptions options = {});
+
+  Promise<undefined> removeEntry(USVString name, optional FileSystemRemoveOptions options = {});
+
+  Promise<sequence<USVString>?> resolve(FileSystemHandle possibleDescendant);
+};
+
+enum WriteCommandType {
+  "write",
+  "seek",
+  "truncate",
+};
+
+dictionary WriteParams {
+  required WriteCommandType type;
+  unsigned long long? size;
+  unsigned long long? position;
+  (BufferSource or Blob or USVString)? data;
+};
+
+typedef (BufferSource or Blob or USVString or WriteParams) FileSystemWriteChunkType;
+
+[Exposed=(Window,Worker), SecureContext]
+interface FileSystemWritableFileStream : WritableStream {
+  [Throws]
+  Promise<undefined> write(FileSystemWriteChunkType data);
+  [Throws]
+  Promise<undefined> seek(unsigned long long position);
+  [Throws]
+  Promise<undefined> truncate(unsigned long long size);
+};
+
+dictionary FileSystemReadWriteOptions {
+  [EnforceRange] unsigned long long at;
+};
+
+[Exposed=DedicatedWorker, SecureContext]
+interface FileSystemSyncAccessHandle {
+  [Throws]
+  unsigned long long read([AllowShared] BufferSource buffer,
+                          optional FileSystemReadWriteOptions options = {});
+  [Throws]
+  unsigned long long write([AllowShared] BufferSource buffer,
+                           optional FileSystemReadWriteOptions options = {});
+
+  [Throws]
+  undefined truncate([EnforceRange] unsigned long long newSize);
+  [Throws]
+  unsigned long long getSize();
+  [Throws]
+  undefined flush();
+  undefined close();
+};
+
+
+[SecureContext]
+partial interface StorageManager {
+  Promise<FileSystemDirectoryHandle> getDirectory();
+};
diff --git a/webidls/unstable/LocalFontAccess.webidl b/webidls/unstable/LocalFontAccess.webidl
new file mode 100644
index 0000000000000000000000000000000000000000..d6d6d3b22d9716d466f8048eb1c525f22a117807
--- /dev/null
+++ b/webidls/unstable/LocalFontAccess.webidl
@@ -0,0 +1,20 @@
+[SecureContext]
+partial interface Window {
+  [Throws]
+  Promise<sequence<FontData>> queryLocalFonts(optional QueryOptions options = {});
+};
+
+dictionary QueryOptions {
+  sequence<DOMString> postscriptNames;
+};
+
+[Exposed=Window]
+interface FontData {
+  Promise<Blob> blob();
+
+  // Names
+  readonly attribute USVString postscriptName;
+  readonly attribute USVString fullName;
+  readonly attribute USVString family;
+  readonly attribute USVString style;
+};
diff --git a/webidls/unstable/MeasureMemory.webidl b/webidls/unstable/MeasureMemory.webidl
new file mode 100644
index 0000000000000000000000000000000000000000..47e442f88a46dbc1c72a245aa46f4f6264cbb07f
--- /dev/null
+++ b/webidls/unstable/MeasureMemory.webidl
@@ -0,0 +1,27 @@
+/* Source: https://wicg.github.io/performance-measure-memory/#idl-index */
+
+dictionary MemoryMeasurement {
+  unsigned long long bytes;
+  sequence<MemoryBreakdownEntry> breakdown;
+};
+
+dictionary MemoryBreakdownEntry {
+  unsigned long long bytes;
+  sequence<MemoryAttribution> attribution;
+  sequence<DOMString> types;
+};
+
+dictionary MemoryAttribution {
+  USVString url;
+  MemoryAttributionContainer container;
+  DOMString scope;
+};
+
+dictionary MemoryAttributionContainer {
+  DOMString id;
+  USVString src;
+};
+
+partial interface Performance {
+  [Exposed=(Window,ServiceWorker,SharedWorker), CrossOriginIsolated] Promise<MemoryMeasurement> measureUserAgentSpecificMemory();
+};
diff --git a/webidls/unstable/WebSerial.webidl b/webidls/unstable/WebSerial.webidl
new file mode 100644
index 0000000000000000000000000000000000000000..f2ac7d0b1874f04a2c3a4efe692783bff5d99ae3
--- /dev/null
+++ b/webidls/unstable/WebSerial.webidl
@@ -0,0 +1,80 @@
+[Exposed=Window, SecureContext]
+partial interface Navigator {
+  [SameObject] readonly attribute Serial serial;
+};
+
+[Exposed=DedicatedWorker, SecureContext]
+partial interface WorkerNavigator {
+  [SameObject] readonly attribute Serial serial;
+};
+
+[Exposed=(DedicatedWorker, Window), SecureContext]
+interface Serial : EventTarget {
+  attribute EventHandler onconnect;
+  attribute EventHandler ondisconnect;
+  Promise<sequence<SerialPort>> getPorts();
+  [Exposed=Window] Promise<SerialPort> requestPort(optional SerialPortRequestOptions options = {});
+};
+
+dictionary SerialPortRequestOptions {
+  sequence<SerialPortFilter> filters;
+};
+
+dictionary SerialPortFilter {
+  unsigned short usbVendorId;
+  unsigned short usbProductId;
+};
+
+[Exposed=(DedicatedWorker,Window), SecureContext]
+interface SerialPort : EventTarget {
+  attribute EventHandler onconnect;
+  attribute EventHandler ondisconnect;
+  readonly attribute ReadableStream readable;
+  readonly attribute WritableStream writable;
+
+  SerialPortInfo getInfo();
+
+  Promise<undefined> open(SerialOptions options);
+  Promise<undefined> setSignals(optional SerialOutputSignals signals = {});
+  Promise<SerialInputSignals> getSignals();
+  Promise<undefined> close();
+  Promise<undefined> forget();
+};
+
+dictionary SerialPortInfo {
+  unsigned short usbVendorId;
+  unsigned short usbProductId;
+};
+
+dictionary SerialOptions {
+  [EnforceRange] required unsigned long baudRate;
+  [EnforceRange] octet dataBits = 8;
+  [EnforceRange] octet stopBits = 1;
+  ParityType parity = "none";
+  [EnforceRange] unsigned long bufferSize = 255;
+  FlowControlType flowControl = "none";
+};
+
+enum ParityType {
+  "none",
+  "even",
+  "odd"
+};
+
+enum FlowControlType {
+  "none",
+  "hardware"
+};
+
+dictionary SerialOutputSignals {
+  boolean dataTerminalReady;
+  boolean requestToSend;
+  boolean break;
+};
+
+dictionary SerialInputSignals {
+  required boolean dataCarrierDetect;
+  required boolean clearToSend;
+  required boolean ringIndicator;
+  required boolean dataSetReady;
+};
diff --git a/webidls/unstable/WebTransport.webidl b/webidls/unstable/WebTransport.webidl
new file mode 100644
index 0000000000000000000000000000000000000000..f0a85b948b26191ad5be743c35b45c210e1f4971
--- /dev/null
+++ b/webidls/unstable/WebTransport.webidl
@@ -0,0 +1,150 @@
+/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this file,
+ * You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * The origin of this IDL file is
+ * https://www.w3.org/TR/webtransport/
+ *
+ * © Copyright 2004-2011 Apple Computer, Inc., Mozilla Foundation, and Opera Software ASA.
+ * You are granted a license to use, reproduce and create derivative works of this document.
+ */
+
+[Exposed=(Window,Worker), SecureContext]
+interface WebTransportDatagramDuplexStream {
+  readonly attribute ReadableStream readable;
+  readonly attribute WritableStream writable;
+
+  readonly attribute unsigned long maxDatagramSize;
+  attribute unrestricted double incomingMaxAge;
+  attribute unrestricted double outgoingMaxAge;
+  attribute unrestricted double incomingHighWaterMark;
+  attribute unrestricted double outgoingHighWaterMark;
+};
+
+[Exposed=(Window,Worker), SecureContext]
+interface WebTransport {
+  constructor(USVString url, optional WebTransportOptions options = {});
+
+  Promise<WebTransportStats> getStats();
+  readonly attribute Promise<undefined> ready;
+  readonly attribute WebTransportReliabilityMode reliability;
+  readonly attribute WebTransportCongestionControl congestionControl;
+  readonly attribute Promise<WebTransportCloseInfo> closed;
+  readonly attribute Promise<undefined> draining;
+  undefined close(optional WebTransportCloseInfo closeInfo = {});
+
+  readonly attribute WebTransportDatagramDuplexStream datagrams;
+
+  Promise<WebTransportBidirectionalStream> createBidirectionalStream(
+      optional WebTransportSendStreamOptions options = {});
+  /* a ReadableStream of WebTransportBidirectionalStream objects */
+  readonly attribute ReadableStream incomingBidirectionalStreams;
+
+  Promise<WebTransportSendStream> createUnidirectionalStream(
+      optional WebTransportSendStreamOptions options = {});
+  /* a ReadableStream of WebTransportReceiveStream objects */
+  readonly attribute ReadableStream incomingUnidirectionalStreams;
+};
+
+enum WebTransportReliabilityMode {
+  "pending",
+  "reliable-only",
+  "supports-unreliable",
+};
+
+dictionary WebTransportHash {
+  DOMString algorithm;
+  BufferSource value;
+};
+
+dictionary WebTransportOptions {
+  boolean allowPooling = false;
+  boolean requireUnreliable = false;
+  sequence<WebTransportHash> serverCertificateHashes;
+  WebTransportCongestionControl congestionControl = "default";
+};
+
+enum WebTransportCongestionControl {
+  "default",
+  "throughput",
+  "low-latency",
+};
+
+dictionary WebTransportCloseInfo {
+  unsigned long closeCode = 0;
+  USVString reason = "";
+};
+
+dictionary WebTransportSendStreamOptions {
+  long long? sendOrder = null;
+};
+
+dictionary WebTransportStats {
+  DOMHighResTimeStamp timestamp;
+  unsigned long long bytesSent;
+  unsigned long long packetsSent;
+  unsigned long long packetsLost;
+  unsigned long numOutgoingStreamsCreated;
+  unsigned long numIncomingStreamsCreated;
+  unsigned long long bytesReceived;
+  unsigned long long packetsReceived;
+  DOMHighResTimeStamp smoothedRtt;
+  DOMHighResTimeStamp rttVariation;
+  DOMHighResTimeStamp minRtt;
+  WebTransportDatagramStats datagrams;
+};
+
+dictionary WebTransportDatagramStats {
+  DOMHighResTimeStamp timestamp;
+  unsigned long long expiredOutgoing;
+  unsigned long long droppedIncoming;
+  unsigned long long lostOutgoing;
+};
+
+[Exposed=(Window,Worker), SecureContext, Transferable]
+interface WebTransportSendStream : WritableStream {
+  Promise<WebTransportSendStreamStats> getStats();
+};
+
+dictionary WebTransportSendStreamStats {
+  DOMHighResTimeStamp timestamp;
+  unsigned long long bytesWritten;
+  unsigned long long bytesSent;
+  unsigned long long bytesAcknowledged;
+};
+
+[Exposed=(Window,Worker), SecureContext, Transferable]
+interface WebTransportReceiveStream : ReadableStream {
+  Promise<WebTransportReceiveStreamStats> getStats();
+};
+
+dictionary WebTransportReceiveStreamStats {
+  DOMHighResTimeStamp timestamp;
+  unsigned long long bytesReceived;
+  unsigned long long bytesRead;
+};
+
+[Exposed=(Window,Worker), SecureContext]
+interface WebTransportBidirectionalStream {
+  readonly attribute WebTransportReceiveStream readable;
+  readonly attribute WebTransportSendStream writable;
+};
+
+[Exposed=(Window,Worker), Serializable, SecureContext]
+interface WebTransportError : DOMException {
+  constructor(optional DOMString message = "", optional WebTransportErrorOptions options = {});
+
+  readonly attribute WebTransportErrorSource source;
+  readonly attribute octet? streamErrorCode;
+};
+
+dictionary WebTransportErrorOptions {
+  WebTransportErrorSource source = "stream";
+  [Clamp] octet? streamErrorCode = null;
+};
+
+enum WebTransportErrorSource {
+  "stream",
+  "session",
+};
diff --git a/webidls/unstable/WebXRHandInputModule.webidl b/webidls/unstable/WebXRHandInputModule.webidl
new file mode 100644
index 0000000000000000000000000000000000000000..b88323eda4873baab04dc45d44a27d12ca9731a6
--- /dev/null
+++ b/webidls/unstable/WebXRHandInputModule.webidl
@@ -0,0 +1,69 @@
+/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
+/*
+ * WebXR Device API
+ * W3C Working Draft, 19 April 2022
+ * The origin of this IDL file is:
+ * https://www.w3.org/TR/2022/WD-webxr-hand-input-1-20220419/
+ */
+
+partial interface XRInputSource {
+   [SameObject] readonly attribute XRHand? hand;
+};
+
+enum XRHandJoint {
+  "wrist",
+
+  "thumb-metacarpal",
+  "thumb-phalanx-proximal",
+  "thumb-phalanx-distal",
+  "thumb-tip",
+
+  "index-finger-metacarpal",
+  "index-finger-phalanx-proximal",
+  "index-finger-phalanx-intermediate",
+  "index-finger-phalanx-distal",
+  "index-finger-tip",
+
+  "middle-finger-metacarpal",
+  "middle-finger-phalanx-proximal",
+  "middle-finger-phalanx-intermediate",
+  "middle-finger-phalanx-distal",
+  "middle-finger-tip",
+
+  "ring-finger-metacarpal",
+  "ring-finger-phalanx-proximal",
+  "ring-finger-phalanx-intermediate",
+  "ring-finger-phalanx-distal",
+  "ring-finger-tip",
+
+  "pinky-finger-metacarpal",
+  "pinky-finger-phalanx-proximal",
+  "pinky-finger-phalanx-intermediate",
+  "pinky-finger-phalanx-distal",
+  "pinky-finger-tip"
+};
+
+[Exposed=Window]
+interface XRHand {
+    iterable<XRHandJoint, XRJointSpace>;
+
+    readonly attribute unsigned long size;
+    XRJointSpace get(XRHandJoint key);
+};
+
+[Exposed=Window]
+interface XRJointSpace: XRSpace {
+  readonly attribute XRHandJoint jointName;
+};
+
+partial interface XRFrame {
+    XRJointPose? getJointPose(XRJointSpace joint, XRSpace baseSpace);
+    boolean fillJointRadii(sequence<XRJointSpace> jointSpaces, Float32Array radii);
+
+    boolean fillPoses(sequence<XRSpace> spaces, XRSpace baseSpace, Float32Array transforms);
+};
+
+[Exposed=Window]
+interface XRJointPose: XRPose {
+    readonly attribute float radius;
+};