mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-20 19:00:25 +00:00
Previously, when `WindowOrWorkerGlobalScope.reportError()` was called the `filename` property of the dispatched error event was blank. It is now populated with the full path of the active script.
6 lines
191 B
Text
6 lines
191 B
Text
message = Reporting an Error!
|
|
lineno = 0
|
|
colno = 0
|
|
error = Error: Reporting an Error!
|
|
filename URL scheme = file:
|
|
filename URL final path segment = WindowOrWorkerGlobalScope-reportError.html
|