(e)
| 360 | register () { } |
| 361 | |
| 362 | onSessionWillSave (e) { |
| 363 | return console.warn('Session is saving but shouldn\'t save!!!!!!!') |
| 364 | } |
| 365 | |
| 366 | // Throttled |
| 367 | saveScreenshot (session) { |
nothing calls this directly
no outgoing calls
no test coverage detected