browser
🚧 施工中
Last updated
Was this helpful?
🚧 施工中
Last updated
Was this helpful?
(an JS environment) an that provides a way to look at and interact with all the information on the .
the global object in browser environment is window.
the browser exposes its own built-ins in the global scope:
console
timers:setTimeout(..)
, ...
web API:navigator
, history
, geolocation, WebRTC, ...
📗