|
@@ -144,7 +144,6 @@ export default class Watchdog {
|
|
|
* Starts error handling by attaching global error handlers.
|
|
* Starts error handling by attaching global error handlers.
|
|
|
*
|
|
*
|
|
|
* @protected
|
|
* @protected
|
|
|
- * @returns {Promise}
|
|
|
|
|
*/
|
|
*/
|
|
|
_startErrorHandling() {
|
|
_startErrorHandling() {
|
|
|
window.addEventListener( 'error', this._boundErrorHandler );
|
|
window.addEventListener( 'error', this._boundErrorHandler );
|
|
@@ -155,7 +154,6 @@ export default class Watchdog {
|
|
|
* Stops error handling by detaching global error handlers.
|
|
* Stops error handling by detaching global error handlers.
|
|
|
*
|
|
*
|
|
|
* @protected
|
|
* @protected
|
|
|
- * @returns {Promise}
|
|
|
|
|
*/
|
|
*/
|
|
|
_stopErrorHandling() {
|
|
_stopErrorHandling() {
|
|
|
window.removeEventListener( 'error', this._boundErrorHandler );
|
|
window.removeEventListener( 'error', this._boundErrorHandler );
|