CacheEntry.sys.mjs |
Global cache session object.
|
2983 |
clipboard.js |
Retrieve the current clipboard data matching the flavor "text/plain".
@return {String} Clipboard text content, null if no text clipboard data is available.
|
1495 |
moz.build |
|
370 |
stack.js |
Return the Nth path from the stack excluding substr.
@param {Number}
n the Nth path from the stack to describe.
@param {String} substr
A segment of the path that should be excluded.
|
1610 |