http://nodejs.cn/api/ # nodejsAPI
https://developer.mozilla.org/zh-CN/docs/Web/API # webAPI
常见web API
环境相关:navigator(包括经纬度在内的都在这个接口里),screen,history
请求相关:XMLHttpRequest,fetch,worker
dom 相关:canvas,所有对 dom 节点操作,包括 jQuery 等第三方库以及自设导入接口
数据相关:Storage,IndexedDB,cookie
其他:caches,WebGLobal,AudioContext,WebRCT