On this page
find method
- @DomName('Window.find')
- @DocsEditable()
- @Experimental()
Finds text in this window.
Other resources
- Window.find from MDN.
Source
@DomName('Window.find')
@DocsEditable()
@Experimental() // non-standard
bool find(String string, bool caseSensitive, bool backwards, bool wrap,
bool wholeWord, bool searchInFrames, bool showDialog) =>
_blink.BlinkWindow.instance.find_Callback_7_(this, string, caseSensitive,
backwards, wrap, wholeWord, searchInFrames, showDialog);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/Window/find.html