Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Low-Level APIs

翻譯不完整。請協助 翻譯此英文文件

Modules in this section implement low-level APIs. These modules fall roughly into three categories:

  • fundamental utilities such as collection. Many add-ons are likely to want to use modules from this category.

  • building blocks for higher level modules, such as events and worker. You're more likely to use these if you are building your own modules that implement new APIs, thus extending the SDK itself.

  • privileged modules that expose powerful low-level capabilities such as window/utils and net/xhr. You can use these modules in your add-on if you need to, but should be aware that the cost of privileged access is the need to take more elaborate security precautions. In many cases these modules have simpler, more restricted analogs among the "High-Level APIs" (for example, windows or request).

These modules are still in active development, and we expect to make incompatible changes to them in future releases.

 

文件標籤與貢獻者

 此頁面的貢獻者: iamalaa
 最近更新: iamalaa,