Extract live browser DOM helpers (#239)

This commit is contained in:
Paul Bakaus
2026-06-09 23:10:10 +02:00
committed by GitHub
parent e3e22007a9
commit 8735be3712
7 changed files with 355 additions and 131 deletions
@@ -3,6 +3,7 @@ import path from 'node:path';
export const LIVE_BROWSER_SCRIPT_PARTS = Object.freeze([
Object.freeze({ name: 'session-state', file: 'live-browser-session.js' }),
Object.freeze({ name: 'dom-helpers', file: 'live-browser-dom.js' }),
Object.freeze({ name: 'browser-ui', file: 'live-browser.js' }),
]);