Web - Web API (Browser Builtin API)
Table of Contents
1 - About
The Web API is a collection of API (function) to manipulate the browser.
It implements:
- principally the API of the DOM.
- and others browser function
- …
This is the browser builtin API and one main component of the web.