Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 344 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 344 Bytes

Service Worker ES6

swes6 installs a service worker to transcompile es6->es5 on the fly.

For the demo:

Run:

~/swes6$ python -m SimpleHTTPServer

Navitage to: http://localhost:8000/src/demo.html

Note that the es6/test.js didn't parse correctly.

Reload!

Note that the es6/test.js parses correctly!

⁂ Party! ⁂