()
| 1528 | } |
| 1529 | |
| 1530 | #getRemainingTimeInMillis() { |
| 1531 | if (this._executionTimeout) { |
| 1532 | return this._executionTimeout - (performance.now() - this._timeOrigin); |
| 1533 | } |
| 1534 | |
| 1535 | return undefined; |
| 1536 | } |
| 1537 | } |
| 1538 | |
| 1539 | // Generate a stable idempotency key for the key material, using a stable json stringification |
no outgoing calls
no test coverage detected