()
| 122 | * Increments on every frame update. |
| 123 | */ |
| 124 | export function getFrameVersion(): number { |
| 125 | return globalStore.version; |
| 126 | } |
| 127 | |
| 128 | /** |
| 129 | * Get the latest frame URL and timestamp (for backwards compatibility). |
no outgoing calls
no test coverage detected