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

Add DOMException #991

Merged
merged 18 commits into from
Dec 9, 2021
Merged

Add DOMException #991

merged 18 commits into from
Dec 9, 2021

Commits on Dec 9, 2021

  1. add DOMException

    zloirock committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    2a0fb29 View commit details
    Browse the repository at this point in the history
  2. improve compatibility

    zloirock committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    f884cba View commit details
    Browse the repository at this point in the history
  3. some improvements

    zloirock committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    da6f3d7 View commit details
    Browse the repository at this point in the history
  4. some more unification

    zloirock committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    8c4bb09 View commit details
    Browse the repository at this point in the history
  5. add a comment

    zloirock committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    a163fd5 View commit details
    Browse the repository at this point in the history
  6. add Error#toString polyfill

    zloirock committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    2d4eff2 View commit details
    Browse the repository at this point in the history
  7. fix some more engines bugs

    zloirock committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    84fbc6d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c1e2e34 View commit details
    Browse the repository at this point in the history
  9. remove some useless code

    zloirock committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    a04fd18 View commit details
    Browse the repository at this point in the history
  10. add web.dom-exception.stack

    zloirock committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    d9c07a8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bb53dfb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    292ad2e View commit details
    Browse the repository at this point in the history
  13. update after rebasing

    zloirock committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    8bac1a5 View commit details
    Browse the repository at this point in the history
  14. clear error stack

    zloirock committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    f9352ce View commit details
    Browse the repository at this point in the history
  15. reuse NodeJS DOMException

    zloirock committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    a87646a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    20ae8dd View commit details
    Browse the repository at this point in the history
  17. refactor tests

    zloirock committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    4010e51 View commit details
    Browse the repository at this point in the history
  18. update docs

    zloirock committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    a7fb202 View commit details
    Browse the repository at this point in the history