Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lekoala/nomodule-browser-warning.js

Display a warning message for browser not supporting js modules
https://github.com/lekoala/nomodule-browser-warning.js

browser module nomodule warning

Last synced: about 1 month ago
JSON representation

Display a warning message for browser not supporting js modules

Awesome Lists containing this project

README

        

# nomodule-browser-warning.js

[![NPM](https://nodei.co/npm/nomodule-browser-warning.js.png?mini=true)](https://nodei.co/npm/nomodule-browser-warning.js/)
[![Downloads](https://img.shields.io/npm/dt/nomodule-browser-warning.js.svg)](https://www.npmjs.com/package/nomodule-browser-warning.js)

## How to use

Simple include the following script in your head. It will be ignored by browser supporting the module attribute.

Since js modules are supported by most browsers since 2018, showing this warning is a good way to run your
javascript on modern browsers without having to rely on polyfills or transpiling.

The best thing in this is that it will have NO impact on performance on modern browsers that will simply
ignore this line (and therefore keep your lighthouse results up ;-) ).

```html

...

```

Or use with a cdn

```html

```

## How to configure

The script support the following data-attributes:
- data-text: The text displayed in the notification
- data-update-text: The label for the update button
- data-ignore-text: The label for the ignore button
- data-link: The link when you click on 'update' (https://browsehappy.com/ by default)
- data-cookie: Shoud we store ignore in a cookie? (true, by default)

## How does it look ?

![screenshot](screenshot.png "screenshot")