(requestId: string)
| 755 | } |
| 756 | |
| 757 | export function setLastMainRequestId(requestId: string): void { |
| 758 | STATE.lastMainRequestId = requestId |
| 759 | } |
| 760 | |
| 761 | export function getLastApiCompletionTimestamp(): number | null { |
| 762 | return STATE.lastApiCompletionTimestamp |