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

web environment crate and improvements #44

Closed
1 of 3 tasks
Ivshti opened this issue Jun 2, 2019 · 0 comments
Closed
1 of 3 tasks

web environment crate and improvements #44

Ivshti opened this issue Jun 2, 2019 · 0 comments

Comments

@Ivshti
Copy link
Member

Ivshti commented Jun 2, 2019

move the environment implementation for the web browser to a common crate which can be either implemented as a feature to stremio-core or as a separate crate altogether

improvements:

  • fetch: optimize deserialization; curently we deserialize once in JS, then serialize to a string buffer to deserialize with serde on the WASM side; can be optimized
  • fetch: any response code other than 200 should return an error related to the response code
  • storage: consider gzipping storage
@Ivshti Ivshti changed the title web environment crate web environment crate and improvements Jun 2, 2019
@Ivshti Ivshti closed this as completed Jun 24, 2019
elpiel added a commit that referenced this issue Jun 14, 2024
feat: add and setup `tracing` for wasm
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