wasm-bindgen icon indicating copy to clipboard operation
wasm-bindgen copied to clipboard

Add `AbstractRange` and `StaticRange` interfaces

Open behrenle opened this issue 1 year ago • 4 comments

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.

behrenle avatar Oct 24 '24 11:10 behrenle

@daxpedda I have incorporated your requested changes and would appreciate another review. Unfortunately, I can't remove the 'waiting for author' label myself.

behrenle avatar Mar 04 '25 15:03 behrenle

Ah, this PR is just what i need, thank you @behrenle

kartonrad avatar Mar 17 '25 01:03 kartonrad

Oh, unfortunately i can't use this as a git dependency due to the "links" tag - if anything depends on wasm-bindgen, and i import this version of web_sys, dependency resolution fails.

It's not impossible to get it to work temporarily, but i would definetely appreciate if this were merged sometime in the coming months

kartonrad avatar Mar 17 '25 01:03 kartonrad

@kartonrad I’m facing the same issue, but I’m still waiting for a follow-up review from @daxpedda. Hopefully, we can get this merged soon!

behrenle avatar Mar 20 '25 09:03 behrenle