Skip to content
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

Enable selectionStart/End on HtmlTextAreaElement #1522

Closed
wayeast opened this issue May 10, 2019 · 4 comments
Closed

Enable selectionStart/End on HtmlTextAreaElement #1522

wayeast opened this issue May 10, 2019 · 4 comments

Comments

@wayeast
Copy link

wayeast commented May 10, 2019

Motivation

Wasm calls to these JS functions would be very handy!

Proposed Solution

Uncomment the block here.

Additional Context

Hello wasm-bindgen maintainers. I just wanted to see if there was a good reason why these two functions are still prevented from being implemented in web-sys (?). It looks like (the?) one compelling reason was lack of support for Option<u32> and the like in WebIDL (this issue), but this appears to have been resolved already here. Are these just the victims of oversight, or is there something else preventing them from being included in the crate? Many thanks.

@fitzgen
Copy link
Member

fitzgen commented May 10, 2019

Yeah, I think this is just an oversight -- want to submit a PR?

@wayeast
Copy link
Author

wayeast commented May 14, 2019

@fitzgen #1533 Thanks!

@ibaryshnikov
Copy link
Member

@fitzgen this may probably be closed since the merge of #1533?

@alexcrichton
Copy link
Contributor

indeed thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants