Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update packages/webview_flutter/webview_flutter_wkwebview/lib/src/web…
…_kit/web_kit.dart

Co-authored-by: Maurice Parrish <10687576+bparrishMines@users.noreply.github.com>
  • Loading branch information
GwonHyeok and bparrishMines authored May 24, 2023
commit d3ec324c92b38504697759d0fa2ac1b3c126d635
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,8 @@ class WKWebView extends UIView {
);
}

/// Enables debugging of web contents (HTML / CSS / JavaScript) current WKWebView
/// Enables debugging of web contents (HTML / CSS / JavaScript) in the
/// underlying WebView.
///
/// This flag can be enabled in order to facilitate debugging of web layouts
/// and JavaScript code running inside WebViews. Please refer to [WKWebView]
Expand Down