From 10b80254ddafd3756b8d74b00eeba38d7e08bb6a Mon Sep 17 00:00:00 2001 From: Haishan Date: Sun, 21 Oct 2018 16:01:50 +0800 Subject: [PATCH] doc: add note for how to turn on fetch streaming in firfox --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9db94ff..58b989c 100644 --- a/README.md +++ b/README.md @@ -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