| AppConstants.sys.d.mts |
AppConstants is a set of immutable constants that are defined at build time.
These should not depend on any other JavaScript module.
|
4687 |
- |
| FeatureManifest.sys.d.mts |
|
177060 |
- |
| PromiseWorker.d.mts |
A constructor used to return data to the caller thread while
also executing some specific treatment (e.g. shutting down
the current thread, transmitting data instead of copying it).
@param {object=} data The data to return to the caller thread.
@param {object=} meta Additional instructions, as an object
that may contain the following fields:
- {bool} shutdown If |true|, shut down the current thread after
having sent the result.
- {Array} transfers An array of objects that should be transferred
instead of being copied.
@class
|
4239 |
- |
| PromiseWorker.d.ts |
A constructor used to return data to the caller thread while
also executing some specific treatment (e.g. shutting down
the current thread, transmitting data instead of copying it).
@param {object=} data The data to return to the caller thread.
@param {object=} meta Additional instructions, as an object
that may contain the following fields:
- {bool} shutdown If |true|, shut down the current thread after
having sent the result.
- {Array} transfers An array of objects that should be transferred
instead of being copied.
@class
|
4137 |
- |
| Readerable.sys.d.mts |
Decides whether or not a document is reader-able without parsing the whole thing.
@param doc A document to parse.
@return boolean Whether or not we should show the reader mode button.
|
1289 |
- |
| RFPTargetConstants.sys.d.mts |
|
3324 |
- |