mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 22:53:28 +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
|
||||
const FrameNavigated = struct {
|
||||
frame: Frame,
|
||||
|
||||
Reference in New Issue
Block a user