- Allow JS-triggered copy/cut with a user gesture: https://googlechrome.github.io/samples/cut-and-copy/index.html
- Cache API (global scope): https://googlechrome.github.io/samples/service-worker/window-caches/index.html
- Fetch API: streaming response body (Chrome desktop only): https://googlechrome.github.io/samples/fetch-api/fetch-response-stream.html
- Move DOM attributes to prototype chains:
- Permissions API: https://googlechrome.github.io/samples/permissions/index.html
- Unprefixed CSS Animations: https://jsfiddle.net/cm1yrqy2/3/embedded/result/
- Upgrade insecure requests: https://googlechrome.github.io/samples/csp-upgrade-insecure-requests/index.html
- Web MIDI API (Chrome desktop only):
- WebAudio: Allow developers to close an AudioContext explicitly: https://googlechrome.github.io/samples/webaudio-audiocontext-close/index.html
- WebAudio: Selective Disconnection on AudioNode.disconnect(): https://googlechrome.github.io/samples/webaudio-audionode-disconnect/index.html
- autocapitalize: https://googlechrome.github.io/samples/autocapitalize/index.html