mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb: Populate filename in WindowOrWorkerGlobalScope.reportError()
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.
This commit is contained in:
parent
572324d47b
commit
34b9873664
Notes:
sideshowbarker
2024-07-16 20:31:50 +09:00
Author: https://github.com/tcl3
Commit: 34b9873664
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/493
3 changed files with 18 additions and 7 deletions
|
@ -1,5 +1,6 @@
|
|||
message = Reporting an Error!
|
||||
filename =
|
||||
lineno = 0
|
||||
colno = 0
|
||||
error = Error: Reporting an Error!
|
||||
filename URL scheme = file:
|
||||
filename URL final path segment = WindowOrWorkerGlobalScope-reportError.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue