mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Add DOMLoad message to constellation that is sent after the DOM Load event is dispatched.
This commit is contained in:
parent
568bd92236
commit
36da7e2270
3 changed files with 28 additions and 2 deletions
|
@ -219,6 +219,8 @@ pub enum Msg {
|
|||
Failure(Failure),
|
||||
InitLoadUrl(Url),
|
||||
LoadComplete(PipelineId),
|
||||
/// Dispatched after the DOM load event has fired on a document
|
||||
DOMLoad(PipelineId),
|
||||
FrameRect(PipelineId, SubpageId, Rect<f32>),
|
||||
LoadUrl(PipelineId, LoadData),
|
||||
ScriptLoadedURLInIFrame(Url, PipelineId, SubpageId, Option<SubpageId>, IFrameSandboxState),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue