Articles tagged: Modules
Found 27 documents
- Mozilla/JavaScript_code_modules JavaScript code modules let multiple privileged JavaScript scopes share code. For example, a ...
- Mozilla/JavaScript_code_modules/DeferredTask.jsm The DeferredTask.jsm JavaScript code module offers utility routines for a task that will run ...
- Mozilla/JavaScript_code_modules/Dict.jsm The Dict.jsm JavaScript code module offers routines for managing dictionaries of key/value ...
- Mozilla/JavaScript_code_modules/DownloadLastDir.jsm The DownloadLastDir.jsm JavaScript code module lets you retrieve the path of the last directory ...
- Mozilla/JavaScript_code_modules/Downloads.jsm The Downloads.jsm JavaScript code module provides a single entry point to interact with the ...
- Mozilla/JavaScript_code_modules/Downloads.jsm/Download A Download object represents a single download, with associated state and actions. This object ...
- Mozilla/JavaScript_code_modules/Downloads.jsm/DownloadTarget A DownloadTarget object represents the target of a download, for example a file in the global ...
- Mozilla/JavaScript_code_modules/FileUtils.jsm The FileUtils.jsm JavaScript code module offers utility routines dealing with files. To use it, ...
- Mozilla/JavaScript_code_modules/Geometry.jsm The Geometry.jsm JavaScript code module provides routines for performing common geometry ...
- Mozilla/JavaScript_code_modules/Geometry.jsm/Point The Point class offers methods for performing common geometry operations on two dimensional points.
- Mozilla/JavaScript_code_modules/Geometry.jsm/Rect The Rect class offers methods for performing common geometry operations on rectangles in two ...
- Mozilla/JavaScript_code_modules/JNI.jsm The JNI.jsm JavaScript code module abstracts all of the js-ctypes required for writing JNI code. ...
- Mozilla/JavaScript_code_modules/Log.jsm The Log.jsm JavaScript code module (formerly named log4moz.js) provides a log4j style API for ...
- Mozilla/JavaScript_code_modules/NetUtil.jsm The NetUtil.jsm JavaScript code module provides easy-to-use APIs for performing common network ...
- Mozilla/JavaScript_code_modules/openLocationLastURL.jsm The openLocationLastURL.jsm JavaScript code module lets you set and retrieve the URL most ...
- Mozilla/JavaScript_code_modules/PerfMeasurement.jsm The PerfMeasurement.jsm JavaScript code module lets you take detailed performance measurements ...
- Mozilla/JavaScript_code_modules/PopupNotifications.jsm The PopupNotifications.jsm JavaScript code module provides a popup notification box service. ...
- Mozilla/JavaScript_code_modules/Promise.jsm/Promise A Promise object represents a value that may not be available yet.
- Mozilla/JavaScript_code_modules/Services.jsm The Services.jsm JavaScript code module offers a wide assortment of lazy getters that simplify ...
- Mozilla/JavaScript_code_modules/source-editor.jsm The source-editor.jsm JavaScript code module implements an editor specifically tailored for ...
- Mozilla/JavaScript_code_modules/Sqlite.jsm The Sqlite.jsm JavaScript code module is a promise-based wrapper around the Storage/SQLite ...
- Mozilla/JavaScript_code_modules/Timer.jsm The Timer.jsm JavaScript code module contains pure-JavaScript implementations of setTimeout, ...
- Mozilla/JavaScript_code_modules/Using_the_Source_Editor_API Obviously a work in progress.
- Mozilla/JavaScript_code_modules/Using_workers_in_JavaScript_code_modules You can do so by using ChromeWorker instead of the standard Worker object. It works exactly like ...
- Mozilla/JavaScript_code_modules/WebChannel.jsm The WebChannel.jsm JavaScript code module provides an abstraction that uses the Message Manager ...
- Mozilla/Tech/XPCOM/Language_Bindings/Components.utils.unload Components.utils.unload was introduced in Firefox 7 and is used to unload JavaScript code ...
- Web/JavaScript/Reference/Statements/import The import statement is used to import functions, objects or primitives that have been exported ...