Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove mention of Firefox bug from live reloading docs #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions src/content/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -890,16 +890,6 @@ body:
behavior.
</p>

- >
<p>
The `EventSource` API is supposed to automatically reconnect for you. However,
there's [a bug in Firefox](https://bugzilla.mozilla.org/show_bug.cgi?id=1809332)
that breaks this if the server is ever temporarily unreachable. Workarounds
are to use any other browser, to manually reload the page if this happens, or
to write more complicated code that manually closes and re-creates the
`EventSource` object if there is a connection error.
</p>

- >
<p>
Browser vendors have decided to not implement HTTP/2 without TLS. This
Expand Down