%PDF- %PDF-
| Direktori : /proc/self/root/usr/share/javascript/modernizr/feature-detects/ |
| Current File : //proc/self/root/usr/share/javascript/modernizr/feature-detects/custom-protocol-handler.js |
/*
Custom protocol handler support
http://developers.whatwg.org/timers.html#custom-handlers
Added by @benschwarz
*/
Modernizr.addTest('customprotocolhandler', function () {
return !!navigator.registerProtocolHandler;
});