MCPcopy Create free account
hub / github.com/dtmilano/AndroidViewClient / isWindow

Function isWindow

docs/_static/jquery-3.6.0.js:91–93  ·  view source on GitHub ↗
( obj )

Source from the content-addressed store, hash-verified

89
90
91var isWindow = function isWindow( obj ) {
92 return obj != null && obj === obj.window;
93 };
94
95
96var document = window.document;

Callers 2

isArrayLikeFunction · 0.85
jquery-3.6.0.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected