frontend/.pnpm-store/v3/files/f8/ea24262854badcd0ddd5576b0317e5eef47a7073647b2939f1f21be615c4ac1f6c68e9a7fb5cdbc4455b25840f7e8a045453f94ccc476aeec1d785ba4c2ccb

11 lines
231 B
Plaintext

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