We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Support for the Dialog element is slowly gaining support among browsers and is already implemented in Chrome/Opera. Add a scalajs interface per the HTMLDialogElement spec: https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement
The text was updated successfully, but these errors were encountered:
5 years later yet still less than 75% at caniuse :(
Sorry, something went wrong.
Now is at 87.75% (with IE still being included).
For those interested in using dialog:
document.getElementById("myDialog").asInstanceOf[js.Dynamic].showModal()
Will happily take a PR for this. We changed our policy to accept any standardized APIs regardless of adoption.
Successfully merging a pull request may close this issue.
Support for the Dialog element is slowly gaining support among browsers and is already implemented in Chrome/Opera. Add a scalajs interface per the HTMLDialogElement spec: https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement
The text was updated successfully, but these errors were encountered: