Skip to content

Commit e279967

Browse files
authored
docs: remove outdated Android note for evaluate_script_with_callback (#1708)
1 parent 7c1a31d commit e279967

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2012,8 +2012,6 @@ impl WebView {
20122012
/// serialized into a JSON string and passed to the callback function.
20132013
///
20142014
/// Exception is ignored because of the limitation on windows. You can catch it yourself and return as string as a workaround.
2015-
///
2016-
/// - ** Android:** Not implemented yet.
20172015
pub fn evaluate_script_with_callback(
20182016
&self,
20192017
js: &str,

0 commit comments

Comments
 (0)