Search code examples
firefox-addonfirefox-addon-sdk

What is the Firefox/Javascript chrome module - documentation?


Every time i Google i get the Chrome browser - grr! But I'm trying to understand this:

use another mechanism via the chrome module. See OS.File and/or the MDN File I/O snippets.

Where can i find documentation for this Firefox+Javascript module? How to Append to a file in a Firefox add-on?


Solution

  • Updated my answer in that other question. I was talking about the SDK chrome module, which is just a way to access Components and with that the XPCOM services and components, so basically what every "old school" XUL add-on gets.