DOM inserted scripts should support script type module #3871

Open
tbepdb opened this Issue Dec 4, 2017 · 3 comments

Comments

Projects
None yet
3 participants

tbepdb commented Dec 4, 2017

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

@tbepdb tbepdb referenced this issue Dec 4, 2017

Open

Manipulation: Add support script type module #3869

2 of 4 tasks complete
Owner

timmywil commented Dec 4, 2017

Thank you for opening an issue! We agree this is an issue worth addressing, but we need a test case that will actually pass once we do address it.

tbepdb commented Dec 4, 2017

Excuse me i don't have expirience with "plunker" service. I forgot "freeze" test case

@timmywil timmywil added this to the 3.3.0 milestone Dec 18, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment