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

Replace percy-webapis with web-sys #24

Closed
chinedufn opened this issue Sep 13, 2018 · 0 comments
Closed

Replace percy-webapis with web-sys #24

chinedufn opened this issue Sep 13, 2018 · 0 comments

Comments

@chinedufn
Copy link
Owner

Now that web-sys has matured we shouldn't be rolling our own web apis. We'll need to add the web-sys dependency

[dependencies.web-sys]
git = "https://github.com/rustwasm/wasm-bindgen"
features = [
    "Window",
    # ...
]

And then one by one replace our percy_webapis crate usages with web-sys

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

No branches or pull requests

1 participant