You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fileName, lineNumber and columnNumber property suggest that the Devtools backend has access to the source map. This implies that it might be possible to obtain the variable name here.
NOTE: This issue is a big one! 🐳 We need to break this down further.
The text was updated successfully, but these errors were encountered:
Main Issue: #38
The Devtools backend returns the following element response as a part of the
InspectedElement
message callThe
fileName
,lineNumber
andcolumnNumber
property suggest that the Devtools backend has access to the source map. This implies that it might be possible to obtain the variable name here.NOTE: This issue is a big one! 🐳 We need to break this down further.
The text was updated successfully, but these errors were encountered: