简体   繁体   English

在哪里可以找到窗口API的列表?

[英]Where can I find list of the window API?

I am reading this article about "Reading files in JavaScript using the File APIs", in the middle of article when I read this code, 当我阅读此代码时,我正在阅读本文中有关“使用File API使用JavaScript读取文件”的文章,

if (window.File && window.FileReader && window.FileList && window.Blob)

I'm curious about how many window.* is available on API? 我很好奇API上有多少window.* Where can I find another? 在哪里可以找到另一个?

I can't find it with simple search on google. 我无法通过Google上的简单搜索找到它。

The best resource for browser Javascript is the Mozilla Developer Network (MDN) website: Mozilla开发人员网络(MDN)网站是浏览器Javascript的最佳资源:

https://developer.mozilla.org/en-US/docs/Web/API/Window https://developer.mozilla.org/zh-CN/docs/Web/API/Window

Next time you need to google something, add mdn to your search and enjoy high-quality documentation. 下次您需要对Google进行搜索时,请将mdn添加到搜索中并享受高质量的文档。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我在哪里可以找到 firebase 身份验证 API 的所有错误代码和消息的列表 - Where can I find a list of all error codes and messages for firebase authentication API 在哪里可以找到有关phonegap的大量api文档? - Where can I find extensive api documentation for phonegap? 在哪里可以找到JSHint数字错误代码列表? - Where can I find a list of JSHint numeric error codes? 我在哪里可以找到添加到 MicroTask 队列的项目的完整列表? - Where can I find the complete list of items added to MicroTask Queue? 在哪里可以找到流星模板事件的列表? - Where can I find a list of Meteor template events? 我在哪里可以找到所有javascript对象方法的列表? - Where can I find a list of all methods of javascript objects? 在哪里可以找到DOM方法(?)的引用列表,例如appendChild()? - Where can I find a reference list of DOM methods(?) such as appendChild()? 在哪里可以找到IE 7和8中破坏Javascript的内容列表? - Where can I find a list of things that break Javascript in IE 7 & 8? 我在哪里可以找到Google关闭编辑器插件列表? - Where can I find a list the google closure editor plugins? 我在哪里可以找到 Prettier 的默认规则列表? - Where can I find the list of Prettier's default rules?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM