rustwasm / wasm-bindgen

Facilitating high-level interactions between Wasm modules and JavaScript
https://rustwasm.github.io/docs/wasm-bindgen/
Apache License 2.0
7.84k stars 1.08k forks source link

Add `AbstractRange` and `StaticRange` interfaces #4221

Open behrenle opened 1 month ago

behrenle commented 1 month ago

This pull request adds support for the AbstractRange and StaticRange interfaces to wasm-bindgen, enabling Rust developers to interact with these DOM range objects for improved web API compatibility.