diff options
author | Omar Rizwan <omar@omar.website> | 2021-02-08 12:12:43 -0800 |
---|---|---|
committer | Omar Rizwan <omar@omar.website> | 2021-02-08 12:12:43 -0800 |
commit | 2f639e2a0276efb3dbb8a470e61ee8ffc2503f5b (patch) | |
tree | b055805a6831b831c79627afaf35011e4f7e8a74 /extension/safari/README.md | |
parent | 9b4abc40ee96711828fc6b0b425c5ea869a5f771 (diff) | |
download | TabFS-2f639e2a0276efb3dbb8a470e61ee8ffc2503f5b.tar.gz TabFS-2f639e2a0276efb3dbb8a470e61ee8ffc2503f5b.zip |
safari: TabFSServer subprocess that can live long. fixes bug where fs would die after a minute or two
Diffstat (limited to 'extension/safari/README.md')
-rw-r--r-- | extension/safari/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extension/safari/README.md b/extension/safari/README.md index 730cf82..9ceafdc 100644 --- a/extension/safari/README.md +++ b/extension/safari/README.md @@ -20,3 +20,12 @@ sites. It should be running now! (?) Check the `fs/mnt` folder of the TabFS repo on your computer to see if it's mounted. + +### tips + +- To open Web inspector: Safari -> Develop menu -> Web Extension + Background Pages -> TabFS + +- You need to rebuild if you change background.js. This is pretty + annoying. + |