Skip to content

Commit

Permalink
Fix #11
Browse files Browse the repository at this point in the history
  • Loading branch information
rakina committed Mar 15, 2018
1 parent b4c10c1 commit 1f0d9be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,6 @@ Other than suppressing the browser's Find UI, there are some cases that we want
## Related technologies
### window.find()
`window.find()` is a non-standard API used to search a certain string in the current window. It can't be used to communicate with / suppress browser's Find-in-page, so it is entirely different from the API we are proposing in this explainer.
### FindText API
[FindText API](https://www.w3.org/TR/findtext/) is a proposed API for text searching and Range finding. As it also can't be used to communicate with / suppress browser's Find-in-page, it is entirely different from the API we are proposing in this explainer too.

0 comments on commit 1f0d9be

Please sign in to comment.