All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.js.vendor.modernizr.feature-detects.postmessage.js Maven / Gradle / Ivy

The newest version!
/*!
{
  "name": "postMessage",
  "property": "postmessage",
  "caniuse": "x-doc-messaging",
  "notes": [{
    "name": "W3C Spec",
    "href": "http://www.w3.org/TR/html5/comms.html#posting-messages"
  }],
  "polyfills": ["easyxdm", "postmessage-jquery"]
}
!*/
/* DOC
Detects support for the `window.postMessage` protocol for cross-document messaging.
*/
define(['Modernizr'], function(Modernizr) {
  Modernizr.addTest('postmessage', 'postMessage' in window);
});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy