gloo
gloo copied to clipboard
A modular toolkit for building fast, reliable Web applications and libraries with Rust and WASM
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.0. Changelog Sourced from node-forge's changelog. 1.3.0 - 2022-03-17 Security Three RSA PKCS#1 v1.5 signature verification issues were reported by Moosa Yahyazadeh ([email protected]). HIGH: Leniency...
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 Changelog Sourced from prismjs's changelog. 1.27.0 (2022-02-17) New components UO Razor Script...
### Motivation Would allow frontend and backend code to communicate in an abstract manner on an async Stream. It allows code reuse and prevents every application to have to implement...
Should have a utility crate for working with Indexed DB in a Rust-y, idiomatic way.
> When a worker agent bridge is dropped, all queued messages get dropped as well. This means that if the worker has not yet connected to the bridge, it will...
## Summary Add [`FileReaderSync`](https://developer.mozilla.org/en-US/docs/Web/API/FileReaderSync) API to `gloo-file` ## Motivation To enable synchronous File reading from Web Workers. ## Detailed Explanation Unlike the callback-based FileReader, this API is not callback-driven, which...
## Summary Add a crate to parse the `KeyboardEvent.key` field. ## Motivation If you're writing a game or similar, you may want to handle raw keyboard events. The [`key`] event...
Perhaps something like https://github.com/yerkopalma/choo-sse? Probably best expressed as a futures stream.
Gloo recently got RequestAnimationFrame (yay!). It would be nice to also have requestIdleCallback that comes with the "Deadline" object. I would like to see rIC as both a callback and...