Skip to content

<script> proprietary attribute "nomodule" #671

Open
@haroldwbe

Description

@haroldwbe

this attribute is (only recently) supported by all major browsers

and code like this will (imo) be very common in the future:

<script type="module" src="module.js"></script> <script nomodule src="fallback.js"></script>

or

<script nomodule="nomodule" src="fallback.js"></script>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions