1.0.1 • Published 6 years ago

can-is-browser-window v1.0.1

Weekly downloads
9
License
-
Repository
github
Last release
6 years ago

can-is-browser-window

Build Status

Returns true if the code is running within a Browser window. Use this function if you need special code paths for when running in a Browser window, a Web Worker, or another environment (such as Node.js).

Usage

ES6 use

With StealJS, you can import this module directly in a template that is autorendered:

import plugin from "can-is-browser-window";

CommonJS use

Use require to load can-is-browser-window and everything else needed to create a template that uses can-is-browser-window:

import plugin from "can-is-browser-window";

Standalone use

Load the global version of the plugin:

<script src='./node_modules/can-is-browser-window/dist/global/can-is-browser-window.js'></script>
1.0.1

6 years ago

1.0.0

7 years ago