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
Copy file name to clipboardExpand all lines: src/utils/fetch-source.ts
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ export type FetchSourceResult =
28
28
* then this will call `callbacks.fetchUrlResponse("https://hg.mozilla.org/mozilla-central/raw-file/997f00815e6bc28806b75448c8829f0259d2cb28/widget/cocoa/nsAppShell.mm")`.
29
29
*
30
30
* @param file - The path of the file that should be fetched
31
+
* @param sourceUUid - The optional UUID of the JS source file that should be
32
+
* fetched. It's null for non-JS files.
31
33
* @param symbolServerUrl - The symbol server URL, used for getting source code
32
34
* from local servers via the symbolication API /source/v1.
33
35
* @param addressProof - An "address proof" for the requested file, if known. Otherwise null.
0 commit comments