метод find
- @DomName('Window.find')
- @DocsEditable()
- @Experimental()
Ищет текст в этом окне.
Другие ресурсы
- Window.find от MDN.
Исходный код
@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