mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Note the lacking support for muted errors.
This commit is contained in:
parent
60142f87e2
commit
3978359b43
2 changed files with 2 additions and 0 deletions
|
@ -358,6 +358,7 @@ impl DedicatedWorkerGlobalScope {
|
||||||
self.in_error_reporting_mode.set(true);
|
self.in_error_reporting_mode.set(true);
|
||||||
|
|
||||||
// Steps 3-12.
|
// Steps 3-12.
|
||||||
|
// FIXME(#13195): muted errors.
|
||||||
let event = ErrorEvent::new(GlobalRef::Worker(self.upcast()),
|
let event = ErrorEvent::new(GlobalRef::Worker(self.upcast()),
|
||||||
atom!("error"),
|
atom!("error"),
|
||||||
EventBubbles::DoesNotBubble,
|
EventBubbles::DoesNotBubble,
|
||||||
|
|
|
@ -1766,6 +1766,7 @@ impl Window {
|
||||||
self.in_error_reporting_mode.set(true);
|
self.in_error_reporting_mode.set(true);
|
||||||
|
|
||||||
// Steps 3-12.
|
// Steps 3-12.
|
||||||
|
// FIXME(#13195): muted errors.
|
||||||
let event = ErrorEvent::new(GlobalRef::Window(self),
|
let event = ErrorEvent::new(GlobalRef::Window(self),
|
||||||
atom!("error"),
|
atom!("error"),
|
||||||
EventBubbles::DoesNotBubble,
|
EventBubbles::DoesNotBubble,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue