http://nodejs.cn/api/ # nodejsAPI

https://developer.mozilla.org/zh-CN/docs/Web/API # webAPI

常见web API

全局相关:windowdocument

环境相关:navigator(包括经纬度在内的都在这个接口里),screen,history

请求相关:XMLHttpRequest,fetch,worker

dom 相关:canvas,所有对 dom 节点操作,包括 jQuery 等第三方库以及自设导入接口

数据相关:Storage,IndexedDB,cookie

其他:caches,WebGLobal,AudioContext,WebRCT

相关文章:

  • 2021-08-15
  • 2022-12-23
  • 2021-07-04
  • 2022-01-19
  • 2021-12-12
  • 2021-07-06
  • 2022-12-23
  • 2021-10-27
猜你喜欢
  • 2021-08-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案