Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Update QUnit from 1.23.1 to 2.9.2 | Michał Gołębiowski-Owczarek | 2019-03-04 | 1 | -1/+1 |
| | | | Closes gh-4307 | ||||
* | Manipulation: Respect script nomodule attribute in DOM manipulation | Michał Gołębiowski-Owczarek | 2019-01-21 | 1 | -0/+1 |
PR #3869 added support for `<script type="module">` & some support for the `nomodule` attribute but with no tests for `nomodule` and with the attribute only respected on inline scripts. This commit adds support for source-based scripts as well. It also adds tests for `nomodule`, including making sure legacy browsers execute such scripts as they'd natively do - that's the whole point of `nomodule` scripts, after all. Fixes gh-4281 Closes gh-4282 Ref gh-3871 Ref gh-3869 |