compatibility-warning

Checks for browser ES6 compatibility. If not compatible the component will display message to use Chrome.

Usage no npm install needed!

<script type="module">
  import compatibilityWarning from 'https://cdn.skypack.dev/compatibility-warning';
</script>

README

compatibility-warning

alt text

steps:

  1. npm i compatibility-warning
  2. add aurelia.use.plugin('compatibility-warning') to configure in main.js
  3. add <require from="compatibility-warning/elements/compatibility-warning"></require> to page where component is needed

usage:

<compatibility-warning></compatibility-warning>