Skip to content

Commit

Permalink
expose FrameRenderer so we can extend its behavior, e.g. vDOM. (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
botandrose committed Apr 30, 2022
1 parent e30d36b commit 5e52e25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/index.ts
Expand Up @@ -6,11 +6,12 @@ import { StreamSource } from "./types"
import { VisitOptions } from "./drive/visit"
import { PageRenderer } from "./drive/page_renderer"
import { PageSnapshot } from "./drive/page_snapshot"
import { FrameRenderer } from "./frames/frame_renderer"
import { FormSubmission } from "./drive/form_submission"

const session = new Session()
const { navigator } = session
export { navigator, session, PageRenderer, PageSnapshot }
export { navigator, session, PageRenderer, PageSnapshot, FrameRenderer }

/**
* Starts the main session.
Expand Down

0 comments on commit 5e52e25

Please sign in to comment.