Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiankistner committed Jan 7, 2025
1 parent 96279eb commit 5867dcc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,8 @@ pub struct WebViewAttributes<'a> {
/// ## Platform-specific
///
/// - **Linux / Windows / Android**: Unsupported. Workarounds like a pending WebLock transaction might suffice.
/// - **iOS / macOS**: Supported since version 17.0+.
/// - **iOS**: Supported since version 17.0+.
/// - **macOS**: Supported since version 14.0+.
///
/// see https://github.com/tauri-apps/tauri/issues/5250#issuecomment-2569380578
pub disable_background_throttling: bool,
Expand Down Expand Up @@ -1205,7 +1206,8 @@ impl<'a> WebViewBuilder<'a> {
/// ## Platform-specific
///
/// - **Linux / Windows / Android**: Unsupported. Workarounds like a pending WebLock transaction might suffice.
/// - **iOS / macOS**: Supported since version 17.0+.
/// - **iOS**: Supported since version 17.0+.
/// - **macOS**: Supported since version 14.0+.
///
/// see https://github.com/tauri-apps/tauri/issues/5250#issuecomment-2569380578
pub fn with_disable_background_throttling(self, disable: bool) -> Self {
Expand Down

0 comments on commit 5867dcc

Please sign in to comment.