rename run_window -> app_window

This commit is contained in:
Dmitry Vasilev
2023-07-11 18:24:28 +03:00
parent 0435367544
commit fc086e8c49
12 changed files with 70 additions and 66 deletions

View File

@@ -65,7 +65,7 @@ const load_persisted_directory_handle = () => {
.then(() => navigator.serviceWorker.ready)
/*
Main window also provides dir_handle to service worker, together with
run_window. run_window provides dir_handle to service worker when it
app_window. app_window provides dir_handle to service worker when it
issues fetch event. If clientId is '' then service worker will try to get
dir_handle from main window
*/