UNPKG

can

Version:

MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.

7 lines (5 loc) 198 B
// Tests for the ability to use Web Intents (http://webintents.org). // By Eric Bidelman Modernizr.addTest('webintents', function() { return !!Modernizr.prefixed('startActivity', navigator); });