UNPKG

browsernizr

Version:

Modernizr wrapper for use with browserify

25 lines (21 loc) 584 B
/*! { "name": "CustomEvent", "property": "customevent", "tags": ["customevent"], "authors": ["Alberto Elias"], "notes": [{ "name": "W3C Spec", "href": "https://www.w3.org/TR/DOM-Level-3-Events/#interface-CustomEvent" }, { "name": "MDN Docs", "href": "https://developer.mozilla.org/en/docs/Web/API/CustomEvent" }], "polyfills": ["eventlistener"] } !*/ /* DOC Detects support for CustomEvent. */ var Modernizr = require('./../lib/Modernizr.js'); Modernizr.addTest('customevent', 'CustomEvent' in window && typeof window.CustomEvent === 'function');