ulixee / hero

The web browser built for scraping
MIT License
657 stars 32 forks source link

Timetravel fixes #91

Closed blakebyrnes closed 2 years ago

blakebyrnes commented 2 years ago
blakebyrnes commented 2 years ago

This is fixed in the stacked Pr on top of it

On Feb 20, 2022, at 9:26 PM, Caleb Clark @.***> wrote:

 @calebjclark commented on this pull request.

In core/lib/Tab.ts:

@@ -33,7 +33,7 @@ import FrameEnvironment from './FrameEnvironment'; import InjectedScripts from './InjectedScripts'; import Session from './Session'; import FrameNavigationsObserver from './FrameNavigationsObserver'; -import { IDomChangeRecord } from '../models/DomChangesTable'; +import { IDomChangeRecord, IDomRecording } from '../models/DomChangesTable'; Lint

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.