Samples for Web Platform Features Enabled by Chrome 51

Features available in Chrome for Android and enabled by default in desktop Chrome

  1. 'SameSite' cookie attribute:
  2. AES_256_GCM for TLS.:
  3. Asynchronous Blob Construction:
  4. CSS border-image: respect border style: http://codepen.io/Savago/pen/yYrgyK
  5. Correct handling of percentages in children of flex items: http://jsbin.com/zefuxiviso/2/edit?html,output
  6. Credential Management API:
  7. ES2015 RegExp subclassing semantics:
  8. ExtendableMessageEvent on ServiceWorkerGlobalScope: https://googlechrome.github.io/samples/service-worker/post-message/index.html
  9. Function "name" property (ES6):
  10. Intersection Observer:
  11. Iterable Array-like DOM interfaces:
  12. Origin Trials Framework:
  13. Passive event listeners: https://rbyers.github.io/scroll-latency.html
  14. Presentation API: https://storage.googleapis.com/presentation-api/index.html
  15. RTCPeerConnection promise-based methods: https://honry.github.io/demo/tests/promises-call.html
  16. UIEvents KeyboardEvent |key| attribute: https://googlechrome.github.io/samples/keyboardevent-key-attribute/ https://w3c.github.io/uievents/tools/key-event-viewer.html
  17. Web Animations JavaScript API [level 1 interop part 2]:
  18. WebAudio: OfflineAudioContext.length attribute: https://honry.github.io/demo/tests/offlineaudiocontext_length.html

Features enabled by default in desktop Chrome

  1. Array subclassing and Symbol.species support:

Features available in Chrome for Android

  1. (Behind a flag)CSS @apply Rule:
  2. (Behind a flag)Clients.get(id): https://honry.github.io/demo/tests/clients-get.https.html
  3. (Behind a flag)visualViewport API: