Skip to content

Commit c3f545a

Browse files
committed
docs: remove with_new_window_req_handler left overs
1 parent 9d0a9fe commit c3f545a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,10 +1316,6 @@ impl<'a> WebViewBuilder<'a> {
13161316
///
13171317
/// The closure take the URL to open and the window features object and returns [`NewWindowResponse`] to determine whether the window should open.
13181318
///
1319-
/// ## Platform-specific:
1320-
///
1321-
/// - **Windows**: The closure is executed on a separate thread to prevent a deadlock.
1322-
///
13231319
/// [window.open]: https://developer.mozilla.org/en-US/docs/Web/API/Window/open
13241320
pub fn with_new_window_req_handler(
13251321
mut self,

0 commit comments

Comments
 (0)