Note the lacking support for muted errors.

This commit is contained in:
Ms2ger 2016-09-07 11:15:23 +02:00
parent 60142f87e2
commit 3978359b43
2 changed files with 2 additions and 0 deletions

View file

@ -358,6 +358,7 @@ impl DedicatedWorkerGlobalScope {
self.in_error_reporting_mode.set(true);
// Steps 3-12.
// FIXME(#13195): muted errors.
let event = ErrorEvent::new(GlobalRef::Worker(self.upcast()),
atom!("error"),
EventBubbles::DoesNotBubble,

View file

@ -1766,6 +1766,7 @@ impl Window {
self.in_error_reporting_mode.set(true);
// Steps 3-12.
// FIXME(#13195): muted errors.
let event = ErrorEvent::new(GlobalRef::Window(self),
atom!("error"),
EventBubbles::DoesNotBubble,