Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google-map-react/google-map-react
/ isFullScreen
Function
isFullScreen
src/google_map.js:92–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
};
91
92
const
isFullScreen = () =>
93
document.fullscreen ||
94
document.webkitIsFullScreen ||
95
document.mozFullScreen ||
96
document.msFullscreenElement;
97
98
class
GoogleMap extends Component {
99
static propTypes = {
Callers
1
GoogleMap
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected