cdp: dispatch a DOM.documentUpdated event

This commit is contained in:
Pierre Tachoire
2025-02-03 15:49:48 +01:00
parent 50b53b00e0
commit 26be25c3d5

View File

@@ -361,6 +361,16 @@ fn navigate(
);
}
// DOM.documentUpdated
try sendEvent(
alloc,
ctx,
"DOM.documentUpdated",
struct {},
.{},
input.sessionId,
);
// frameNavigated event
const FrameNavigated = struct {
frame: Frame,