()
| 67 | } |
| 68 | |
| 69 | getResumeState(): ResumedSessionState | undefined { |
| 70 | this.ensureOpen(); |
| 71 | return this.resumeState; |
| 72 | } |
| 73 | |
| 74 | async reloadSession(options?: ReloadSessionOptions): Promise<ResumedSessionSummary> { |
| 75 | this.ensureOpen(); |
no test coverage detected