### Description ### I'm using JQuery version 3.2.1 in Chromium 62+ and I'm trying to use es6 native modules. When i use code like that ``` $('selector').html('<script type="module" scr="PATH/file.js"></script>') ``` jquery has not execute that script. ### Link to test case ### [test case](https://plnkr.co/edit/3zyk4CenvlTFbPh9Qx2x?p=preview)