From b6598680159a1f7d8503e3a7df295c6143b22a1b Mon Sep 17 00:00:00 2001 From: Cris Stringfellow <22254235+crislin2046@users.noreply.github.com> Date: Fri, 17 Dec 2021 19:59:06 +0800 Subject: [PATCH] "OK" --- todo | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/todo b/todo index 6acfd2b..7f48926 100644 --- a/todo +++ b/todo @@ -1,4 +1,8 @@ - provide results page - We need to reload on localhost 22120 if we open with that - ensure we are getting the page text to index once it is actually loaded (we should call again later, or add mutation observer and update on mutate) + - then send console message to the controller ({textChanged}), to trigger indexURL again + - throttle how often this can occur per URL +- set Id = equal half the size of the index (as its a two way map) on load (so ids don't overwrite) +- add serialize and load to the index (later version of ndx?)