Feature #6623
Support ES6 moudle javascript
Start date:
09/21/2018
Due date:
% Done:
0%
Estimated time:
Description
Wt::WApplication::instance()->require(..) cannot load ES6 module.
a type="module" is required.
Updated by Roel Standaert over 2 years ago
- Description updated (diff)
- Target version set to future
In addition to this, we could support other parameters, like integrity and crossorigin. I think just appending arguments onto the require
function is not the right way, though.