doc: add note for how to turn on fetch streaming in firfox
This commit is contained in:
parent
2903e444bb
commit
10b80254dd
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
# yacd
|
||||
|
||||
> Yet Another Clash Dashboard
|
||||
|
||||
Note for Firefox user:
|
||||
|
||||
**yacd** is using the [Fetch (Web) API][fetch-api] to stream chunked API response from Clash to draw the traffic chart. But currently the streaming feature in Firefox needs to be turned on manually. Here is how to:
|
||||
|
||||
Visit `about:config`, search for `dom.streams.enabled` and `javascript.options.streams`, double click those item to turn them on.
|
||||
|
||||
[fetch-api]: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
|
||||
|
|
Loading…
Reference in a new issue