| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2017-09-26 | 636 Bytes | |
| Workbox 2.0.3 source code.tar.gz | 2017-09-26 | 301.4 kB | |
| Workbox 2.0.3 source code.zip | 2017-09-26 | 540.3 kB | |
| Totals: 3 Items | 842.4 kB | 0 | |
What's new?
The 2.0.3 release adds babel-preset-env-based transpilation into the build process for our browser libraries, currently targeted at compatibility with Chrome 51 and above. Following this change, the Workbox libraries should work within Samsung Browser 5 (which shares code with Chrome 51), while maintaining its existing compatibility with "evergreen" browsers.
Bug Fixes
- Using
async,awaitmakes workbox without further transpilation break on Samsung Internet (Thanks to @HenrikJoreteg for reporting!)