Highlights from last week:

- Implement the scrollend event
- Allow keyboard scrolling with the spacebar
- Improvements on the release process
- Continue the work on DevTools, IndexedDB, Web Crypto API & WebDriver

You can help support Servo, an independent web rendering engine, and the health of the web ecosystem by donating:

https://github.com/sponsors/servo
https://opencollective.com/servo

@servo
"Web Crypto" as in encryption, or crypto coins? Sorry, I really don't know.

@fedithom @servo

AFAIK WebCrypto is the JavaScript API toward natively implemented cryptography primitives so that web applications don't have to ship their own implementations, which WILL be prone to all sorts of side channel attacks (because sent through an optimizing JIT compiler that will strip away a lot of the extra safeguards required to prevent secrets from leaking).