Type Definitions
FetchRemote(options) → {Promise.<FetchRemoteResult>}
Parameters:
PropertiesName | Type | Description |
---|---|---|
options | FetchRemoteOptions |
Name | Type | Description |
---|---|---|
signal | AbortSignal | |
remoteDate | Date | |
serverStartProcessingMonotonicTimeInMs | number | |
serverEndProcessingMonotonicTimeInMs | number |
Returns:
- Type:
- Promise.<FetchRemoteResult>
RemoteDateOptions
Type:
Properties- Object
Name | Type | Attributes | Description |
---|---|---|---|
referencingDate | Date | | ||
referencingMonotonicTime | number | <optional> | A result of the monotonic clock performance.now() when the referencingDate was initialized. |
- Source
RemoteDateSynchronizerOptions
Type:
Properties- Object
Name | Type | Description |
---|---|---|
fetchRemote | FetchRemote | |
remoteDate | RemoteDate |
SetRemoteTimeOptions
Type:
Properties- Object
Name | Type | Attributes | Description |
---|---|---|---|
referencingDate | Date | | ||
referencingMonotonicTime | number | <optional> | A result of the monotonic clock performance.now() when the referencingDate was initialized. |
- Source