mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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);
|
||||
|
||||
// Steps 3-12.
|
||||
// FIXME(#13195): muted errors.
|
||||
let event = ErrorEvent::new(GlobalRef::Worker(self.upcast()),
|
||||
atom!("error"),
|
||||
EventBubbles::DoesNotBubble,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue