Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOM inserted scripts should support script type module #3871

Closed
tbepdb opened this issue Dec 4, 2017 · 3 comments
Closed

DOM inserted scripts should support script type module #3871

tbepdb opened this issue Dec 4, 2017 · 3 comments
Assignees
Milestone

Comments

@tbepdb
Copy link
Contributor

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

@timmywil
Copy link
Member

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
Copy link
Contributor Author

tbepdb commented Dec 4, 2017

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

@gibson042
Copy link
Member

gibson042 commented Dec 4, 2017

@timmywil timmywil added this to the 3.3.0 milestone Dec 18, 2017
timmywil added a commit to timmywil/jquery that referenced this issue Jan 16, 2018
- Also fixes tests for karma, where the URL for the module is different

Ref jquerygh-3871
@lock lock bot locked as resolved and limited conversation to collaborators Jul 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging a pull request may close this issue.

3 participants