Use transpiler |
tests are written in ES6, check to compile into legacy JS( IE ).
Known issues:
- transpiled test works only under development tools opened in IE (F12)
- test-event failed under transpiler,
click to test it alone without transpiler.
The plugin itself does not need compilation. But you could need
JS API update by using ES6 API
polyfill
by including as SCRIPT into page.
|