ember-cli-ie-check

Provides a simple service to check if the client browser is a version of IE

Usage no npm install needed!

<script type="module">
  import emberCliIeCheck from 'https://cdn.skypack.dev/ember-cli-ie-check';
</script>

README

ember-cli-ie-check

This ember-cli addon provide a service wrapping a simple function to check if the client browser is

The check function is from here https://gist.github.com/paulirish/357741

Installation

ember install:addon ember-cli-ie-check

Usage

The function isIE(version, comparison) is available on a service named ieCheck.

this.ieCheck.isIE(8, 'lte');