frontend/.pnpm-store/v3/files/39/4ea346bd29d299b81a4bc5e0f070908b222573472b4933fafdd1ecc4b8ef183a5213b03f025d27507dac6a13dca932314e4cb87424908edf19f0c4bb75ec5c

7 lines
198 B
Plaintext

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