🌐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:
consoletimers:
setTimeout(..), ...web API:
navigator,history, geolocation, WebRTC, ...
CommonJS module system was created for server-side JavaScript (Node.js) and is not supported by default in browsers.
Last updated
Was this helpful?