-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add AbstractRange
and StaticRange
interfaces
#4221
base: main
Are you sure you want to change the base?
Conversation
c73ef02
to
2298ee6
Compare
e8fd5f4
to
d2f1cb9
Compare
d2f1cb9
to
576087a
Compare
@daxpedda I have incorporated your requested changes and would appreciate another review. Unfortunately, I can't remove the 'waiting for author' label myself. |
Ah, this PR is just what i need, thank you @behrenle |
Oh, unfortunately i can't use this as a git dependency due to the "links" tag - 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 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! |
This pull request adds support for the
AbstractRange
andStaticRange
interfaces to wasm-bindgen, enabling Rust developers to interact with these DOM range objects for improved web API compatibility.