diff options
author | Omar Rizwan <omar@omar.website> | 2021-02-08 13:45:26 -0800 |
---|---|---|
committer | Omar Rizwan <omar@omar.website> | 2021-02-08 13:45:26 -0800 |
commit | 0f2ab4b4de7e828757091e323be1caab0a70b770 (patch) | |
tree | 39d35441314690e45235af7e2ecee91c92a19264 /extension/safari/README.md | |
parent | 2f639e2a0276efb3dbb8a470e61ee8ffc2503f5b (diff) | |
download | TabFS-0f2ab4b4de7e828757091e323be1caab0a70b770.tar.gz TabFS-0f2ab4b4de7e828757091e323be1caab0a70b770.zip |
safari: fix some races when you reload Web inspector, make ws connection retry
Diffstat (limited to 'extension/safari/README.md')
-rw-r--r-- | extension/safari/README.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/extension/safari/README.md b/extension/safari/README.md index 9ceafdc..8a47d23 100644 --- a/extension/safari/README.md +++ b/extension/safari/README.md @@ -24,8 +24,12 @@ it's mounted. ### tips - To open Web inspector: Safari -> Develop menu -> Web Extension - Background Pages -> TabFS + Background Pages -> TabFS. -- You need to rebuild if you change background.js. This is pretty - annoying. + Refreshing this inspector should reload the tabfs filesystem, also. + +- You need to rebuild in Xcode any time you change background.js + (because the extension files are copied into the extension, rather + than running directly from folder as in Firefox and Chrome). This is + pretty annoying. |