Files
PrestaShop/admin-dev/themes/default/components/modernizr/feature-detects/custom-protocol-handler.js
T
2013-07-18 18:51:24 +02:00

11 lines
231 B
JavaScript

/*
Custom protocol handler support
http://developers.whatwg.org/timers.html#custom-handlers
Added by @benschwarz
*/
Modernizr.addTest('customprotocolhandler', function () {
return !!navigator.registerProtocolHandler;
});