Skip to content

Commit

Permalink
fix(core): expose PageLoadPayload struct (#1590)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Apr 22, 2021
1 parent 2c69f90 commit 5e65b76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/expose-page-load-payload.md
@@ -0,0 +1,5 @@
---
"tauri": patch
---

Expose `PageLoadPayload` struct.
2 changes: 1 addition & 1 deletion core/tauri/src/lib.rs
Expand Up @@ -49,7 +49,7 @@ use std::path::PathBuf;
// Export types likely to be used by the application.
pub use {
api::config::WindowUrl,
hooks::InvokeMessage,
hooks::{InvokeMessage, PageLoadPayload},
runtime::app::{App, Builder},
runtime::webview::Attributes,
runtime::window::export::Window,
Expand Down

0 comments on commit 5e65b76

Please sign in to comment.