MCPcopy Create free account
hub / github.com/Lobos/react-ui / createMicrosoftUnsafeLocalFunction

Function createMicrosoftUnsafeLocalFunction

docs/lib/react.js:16279–16289  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

16277 */
16278
16279var createMicrosoftUnsafeLocalFunction = function (func) {
16280 if (typeof MSApp !== 'undefined' && MSApp.execUnsafeLocalFunction) {
16281 return function (arg0, arg1, arg2, arg3) {
16282 MSApp.execUnsafeLocalFunction(function () {
16283 return func(arg0, arg1, arg2, arg3);
16284 });
16285 };
16286 } else {
16287 return func;
16288 }
16289};
16290
16291module.exports = createMicrosoftUnsafeLocalFunction;
16292},{}],116:[function(_dereq_,module,exports){

Callers 1

react.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…