g214/static/bower_components/modernizr/feature-detects/custom-protocol-handler.js

11 lines
231 B
JavaScript
Raw Normal View History

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