MCPcopy Create free account
hub / github.com/PrairieLearn/PrairieLearn / isNative

Function isNative

public/localscripts/calculationQuestion/jquery.js:1155–1157  ·  view source on GitHub ↗

* For feature detection * @param {Function} fn The function to test for native support

( fn )

Source from the content-addressed store, hash-verified

1153 * @param {Function} fn The function to test for native support
1154 */
1155function isNative( fn ) {
1156 return rnative.test( fn + "" );
1157}
1158
1159/**
1160 * Create key-value caches of limited size

Callers 1

jquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected