Allows managing values/IDs which can vary between versions.
Functions - API calls offered directly by the extension
​new​
Methods - API calls which can only be made on an object returned by a constructor
​currentVersion​
​load​
​of​
​ofCurrent​
​previousVersion​
Signature |
|
Type | Function |
Description | Creates a new |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Method |
Description | Returns the current version number for the |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Method |
Description | Loads and caches IDs for the given version. It will search through previous versions, |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Method |
Description | Returns a function which can be called to retrieve a specific value for the specified version. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Method |
Description | Returns a function which can be called with an ID to retrieve a specific value for the current version. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Method |
Description | Returns the previous version number that has stored IDs. |
Parameters | ​ |
Returns | ​ |