docs: Remove obsolete claims about Blueslip wrapping things.

These are obsolete since e0a18d3394
(#12737).

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg
2020-04-18 22:37:22 -07:00
parent 3f47c0f8bc
commit f506b05667

View File

@@ -121,15 +121,9 @@ new feature hard to miss.
* Blueslip is implemented in `static/js/blueslip.js`. * Blueslip is implemented in `static/js/blueslip.js`.
* In order to capture essentially any error occurring in the browser, * In order to capture essentially any error occurring in the browser,
blueslip does the following: Blueslip listens for the `error` event on `window`, and has methods
* Wraps every function passed into `$.ready()`, i.e., every for being manually triggered by Zulip JavaScript code for warnings
on-webapp-startup method used by Zulip. and assertion failures.
* Wraps every jQuery AJAX request handler used by Zulip.
* Wraps every function passed into `$.on()`, i.e. all event
handlers declared in Zulip.
* Declares a default browser exception handler.
* Has methods for being manually triggered by Zulip JavaScript code
for warnings and assertion failures.
* Blueslip keeps a log of all the notices it has received during a * Blueslip keeps a log of all the notices it has received during a
browser session, and includes them in reports to the server, so that browser session, and includes them in reports to the server, so that
one can see cases where exceptions chained together. You can print one can see cases where exceptions chained together. You can print