Skip to content

Commit a1a99ef

Browse files
committed
doc: FileSystemObserver is enabled in Chromium 133
1 parent 1260c92 commit a1a99ef

File tree

1 file changed

+1
-1
lines changed
  • content/posts/how-to-edit-scripts-with-your-favorite-editor

1 file changed

+1
-1
lines changed

content/posts/how-to-edit-scripts-with-your-favorite-editor/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can use any of these methods listed in the order of increasing complexity:
3737

3838
⚠ Only implemented in Chrome/Chromium 86 or newer and Violentmonkey 2.16 or newer.
3939

40-
In up-to-date Chrome you can improve performance of detection using the cutting edge FileSystemObserver API: navigate to `chrome://flags/#enable-experimental-web-platform-features` and enable the flag, then restart the browser. This is a one-time setup until the API becomes stable.
40+
Chromium 133 and newer improves performance of detection via `FileSystemObserver` API. Chromium 129-132 can use it too if you go to `chrome://flags/#enable-experimental-web-platform-features` and enable this flag, then restart the browser.
4141

4242
⚡ If you assigned a hotkey to activate Violentmonkey in the browser's options for extensions, you can press it while dragging the file, which opens the extension's popup into which you can drop the dragged file.
4343

0 commit comments

Comments
 (0)