🌐browser
🚧 施工中
(an JS environment) an application program that provides a way to look at and interact with all the information on the web.
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, ...
Last updated