Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nwutils/nw-sample-apps
/ safeActiveElement
Function
safeActiveElement
camera/jquery.js:4048–4052 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4046
}
4047
4048
function
safeActiveElement() {
4049
try {
4050
return
document.activeElement;
4051
} catch ( err ) { }
4052
}
4053
4054
/*
4055
* Helper functions
for
managing events -- not part of the public
interface
.
Callers
1
jquery.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected