Files
Chamilo/web/assets/modernizr/feature-detects/custom-protocol-handler.js
2025-04-10 11:37:29 +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;
});