UNPKG

webappengine

Version:

A web application platform that can host multiple web apps running with Node.js.

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