From 1f0d9be75c699efadb0057e32cf1571da02364b7 Mon Sep 17 00:00:00 2001 From: Rakina Zata Amni Date: Thu, 15 Mar 2018 14:26:23 +0900 Subject: [PATCH] Fix #11 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cafccc1..23ef41a 100644 --- a/README.md +++ b/README.md @@ -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.