MCPcopy 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
92const isFullScreen = () =>
93 document.fullscreen ||
94 document.webkitIsFullScreen ||
95 document.mozFullScreen ||
96 document.msFullscreenElement;
97
98class GoogleMap extends Component {
99 static propTypes = {

Callers 1

GoogleMapClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected