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

Utility crate for common web_sys/js_sys features #155

Merged
merged 5 commits into from
Oct 1, 2021

Conversation

ranile
Copy link
Collaborator

@ranile ranile commented Sep 16, 2021

This PR adds:

  • Convenience functions for
    • window
    • document
    • history
  • Ergonomic wrapper for js_sys::Error type

Fixes #72
Fixes #153

crates/utils/src/errors.rs Outdated Show resolved Hide resolved
@ranile ranile merged commit 3cda16f into rustwasm:master Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a wrapper for the JavaScript Error type Utility crate for common web_sys features
2 participants