find.removeHighlighting()
Remove any highlighting of a previous search that was applied by a previous call to find.highlightResults()
, or by the browser's native UI.
Syntax
browser.find.removeHighlighting()
Parameters
None.
Return value
None.
Browser compatibility
Report problems with this compatibility data on GitHubwebextensions-desktop | webextensions-mobile | |||||
---|---|---|---|---|---|---|
removeHighlighting | ChromeNo supportNo | EdgeNo supportNo | FirefoxFull support57 | OperaNo supportNo | SafariNo supportNo | Firefox for AndroidNo supportNo |
Legend
- Full support
- Full support
- No support
- No support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Examples
browser.find.removeHighlighting();