Open
Bug 1973078
Opened 3 days ago
Updated 3 days ago
Pass referrer or document URI to error message
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: allstars.chh, Assigned: allstars.chh)
Details
Attachments
(1 file)
From Bug 1956163, we will use mWaitingParent to get the parent URI.
https://searchfox.org/mozilla-central/rev/beba5cde846f944c4d709e75cbe499d17af880a4/dom/script/ScriptLoader.cpp#4062
This should use mReferrer member instead.
Assignee | ||
Comment 1•3 days ago
|
||
To get the parent module information, the correct way should be using
the "mReferrer" member.
You need to log in
before you can comment on or make changes to this bug.
Description
•