Web API reference - Web technology reference 编辑
Related Topics
The Web offers a wide variety of APIs to perform various useful tasks. These can be accessed using JavaScript code, and let you do anything from making minor adjustments to any window
or element
, to generating intricate graphical and audio effects using APIs such as WebGL and Web Audio.
Each individual interface across all APIs is listed in the index.
There's also a listing of all available events in the event reference.
- Document Object Model
- The DOM is an API that allows access to and modification of the current document. It allows manipulation of document
Node
andElement
. HTML, XML and SVG have extended it to manipulate their specific elements. - Device APIs
- This set of APIs allows access to various hardware features available to Web pages and applications. E.g. Ambient Light Sensor API, Geolocation API, Pointer Lock API, Proximity API, Device Orientation API, Screen Orientation API, Vibration API.
- Communication APIs
- These APIs let Web pages and applications communicate with other pages or devices. E.g. Network Information API, Web Notifications, Simple Push API.
- Data management APIs
- User data can be stored and managed using this set of APIs. E.g. FileHandle API, IndexedDB.
These topics may also be of interest:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论