Update editor.ts

This commit is contained in:
Tommy D. Rossi
2025-12-26 19:14:16 +01:00
parent 3631cfe233
commit 75c5c2360f
+3
View File
@@ -27,6 +27,9 @@ export interface EditResult {
* A class for viewing and editing web page scripts via Chrome DevTools Protocol.
* Provides a Claude Code-like interface: list, read, edit, grep.
*
* Edits are in-memory only and persist until page reload. They modify the running
* V8 instance but are not saved to disk or server.
*
* @example
* ```ts
* const cdp = await getCDPSession({ page })