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

Feature request: Check for existence of InputEvent #2514

Open
hnipps opened this issue Mar 12, 2020 · 1 comment
Open

Feature request: Check for existence of InputEvent #2514

hnipps opened this issue Mar 12, 2020 · 1 comment
Assignees
Labels
feedback needed issue/pr has open question, reporter needs to answer

Comments

@hnipps
Copy link

hnipps commented Mar 12, 2020

InputEvent isn't defined in Edge 17.

I expected the Modernizr oninput check to account for this but it doesn't.

@rejas
Copy link
Member

rejas commented Mar 16, 2020

oninput seems to be something different than the InputEvent (https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/oninput vs https://developer.mozilla.org/de/docs/Web/API/InputEvent)
would be weird (and quite difficult) to have those feature detects in one.
but would you like to write a PR for a new feature detect for this Event?

@rejas rejas added the feedback needed issue/pr has open question, reporter needs to answer label Mar 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback needed issue/pr has open question, reporter needs to answer
Projects
None yet
Development

No branches or pull requests

2 participants