New in Chrome 63
Chrome 63 allows you to import JavaScript modules dynamically. My favorite interview coding question becomes a piece of cake with async iterators and generators. And you can override the browser's default overflow scroll behavior with the CSS overscroll-behavior
property.
chrome63
new-in-chrome
css
overscroll
scroll
android
async
await
es6
generators
iterators
modules
permissions
streams
New In Chrome 55
With Chrome 55, you can write promise-based code as if it were synchronous, using async
and await
. PointerEvents provide a unified way of handling all input events. And persistent storage graduates from it’s origin trial.
chrome55
new-in-chrome
pointerevents
async
await
persistentstorage