()
| 59 | } |
| 60 | |
| 61 | clearState() { |
| 62 | try { |
| 63 | localStorage.removeItem(STORAGE_KEY); |
| 64 | } catch (error) { |
| 65 | console.error('Failed to clear interview state:', error); |
| 66 | } |
| 67 | } |
| 68 | |
| 69 | updateResume(resume: ResumeInfo) { |
| 70 | const currentState = this.loadState(); |