|
@@ -46,9 +46,9 @@ export default class Watchdog {
|
|
|
*
|
|
*
|
|
|
* * `initializing` - before the first initialization, and after crashes, before the editor is ready.
|
|
* * `initializing` - before the first initialization, and after crashes, before the editor is ready.
|
|
|
* * `ready` - a state when a user can interact with the editor
|
|
* * `ready` - a state when a user can interact with the editor
|
|
|
- * * `crashed` - a state when an error occurs - it quickly changes to `initializing` or `crashedPernamently`
|
|
|
|
|
|
|
+ * * `crashed` - a state when an error occurs - it quickly changes to `initializing` or `crashedPermanently`
|
|
|
* depending on how many and how frequency errors have been caught recently.
|
|
* depending on how many and how frequency errors have been caught recently.
|
|
|
- * * `crashedPernamently` - a state when the watchdog stops reacting to errors and keeps the editor crashed.
|
|
|
|
|
|
|
+ * * `crashedPermanently` - a state when the watchdog stops reacting to errors and keeps the editor crashed.
|
|
|
*
|
|
*
|
|
|
* @public
|
|
* @public
|
|
|
* @observable
|
|
* @observable
|