Sha256: 7a71381e67d36197b6e058476fcccf7239b1915863bfafa829dda8a4f47c16a1

Contents?: true

Size: 231 Bytes

Versions: 144

Compression:

Stored size: 231 Bytes

Contents

/*
	Custom protocol handler support
	http://developers.whatwg.org/timers.html#custom-handlers
	
	Added by @benschwarz
*/

Modernizr.addTest('customprotocolhandler', function () {
    return !!navigator.registerProtocolHandler;
});

Version data entries

144 entries across 144 versions & 7 rubygems

Version Path
rubyneat_dashboard-0.4.0.alpha.4.pre.1 bower_components/modernizr/feature-detects/custom-protocol-handler.js
rubyneat_dashboard-0.4.0.alpha.4 bower_components/modernizr/feature-detects/custom-protocol-handler.js
TokiCLI-0.2.1 lib/TokiServer/bower_components/modernizr/feature-detects/custom-protocol-handler.js
TokiCLI-0.2.0 lib/TokiServer/bower_components/modernizr/feature-detects/custom-protocol-handler.js