Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Update docs
  • Loading branch information
bparrishMines committed Sep 24, 2020
commit 98caa90f38e5722ad9660eaa26140eb25727bba3
3 changes: 1 addition & 2 deletions packages/webview_flutter/lib/webview_flutter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,7 @@ class WebView extends StatefulWidget {

/// Invoked when a web resource has failed to load.
///
/// This can be called for any resource (iframe, image, etc.), not just for
/// the main page.
/// This callback is only called for the main page.
final WebResourceErrorCallback onWebResourceError;

/// Controls whether WebView debugging is enabled.
Expand Down