NEW 188562
ScriptExecutionContext::logExceptionToConsole should have more appropriate name
https://bugs.webkit.org/show_bug.cgi?id=188562
Summary ScriptExecutionContext::logExceptionToConsole should have more appropriate name
Yusuke Suzuki
Reported 2018-08-14 10:55:00 PDT
While the name is correct in Document context, it is wrong in WorkerGlobalScope context. In worker, it does two things. 1. Log an exception to console. 2. Propagate it to worker object and emit ErrorEvent. So this name is misleading. We should have appropriate name for this.
Attachments
Note You need to log in before you can comment on or make changes to this bug.