gloo
gloo copied to clipboard
A modular toolkit for building fast, reliable Web applications and libraries with Rust and WASM
Bumps [axios](https://github.com/axios/axios) and [wait-on](https://github.com/jeffbski/wait-on). These dependencies needed to be updated together. Updates `axios` from 0.27.2 to 1.6.2 Release notes Sourced from axios's releases. Release v1.6.2 Release notes: Features withXSRFToken: added...
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. Release notes Sourced from actions/setup-node's releases. v4.0.0 What's Changed In scope of this release we changed version of node runtime for action from node16...
It may not necessarily be possible to break up the computation inside a Worker into nice chunks (e.g. when calling into an external library to do a long-running computation). Thus...
## Summary Extend the API of `EventSource` to specify what to do in the event of a `ConnectionError`. ## Motivation The primary advantage of Server Sent Events (SSE) is that...
Hi there. I'm trying to get the EventSource functionality to work from an embedded WASM module in a SvelteKit page. I've followed the guidance as closely as I can, but...
### Describe the Bug A clear and concise description of what the bug is. ### Steps to Reproduce 1. Go to 'examples/file-hash' 2. change Cargo.toml to set yew-0.21 3. cargo...
## Summary As the title says, allow the `query` method on `RequestBuilder` to accept a type that implements `serde::Serialize`. ## Motivation [The current signature for `query`](https://docs.rs/gloo-net/latest/gloo_net/http/struct.RequestBuilder.html#method.query) works well when you...
Adds a number of utility methods that I have needed while working on a server integration * Getting properties from the `ResponseBuilder` * Access to the Response.clone javascript method [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Response/clone)...
This is useful to call e.g. [`buffered_amount`](https://docs.rs/web-sys/latest/web_sys/struct.WebSocket.html#method.buffered_amount).
:warning: This PR is still a bit of a draft, sorry about that, I'm about to start a new job and need to relearn C++ :smile: But hopefully there is...