mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
cdp: dispatch a DOM.documentUpdated event
This commit is contained in:
@@ -361,6 +361,16 @@ fn navigate(
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// DOM.documentUpdated
|
||||||
|
try sendEvent(
|
||||||
|
alloc,
|
||||||
|
ctx,
|
||||||
|
"DOM.documentUpdated",
|
||||||
|
struct {},
|
||||||
|
.{},
|
||||||
|
input.sessionId,
|
||||||
|
);
|
||||||
|
|
||||||
// frameNavigated event
|
// frameNavigated event
|
||||||
const FrameNavigated = struct {
|
const FrameNavigated = struct {
|
||||||
frame: Frame,
|
frame: Frame,
|
||||||
|
|||||||
Reference in New Issue
Block a user