mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02: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.
7 lines
191 B
Plaintext
7 lines
191 B
Plaintext
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
|