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
/** PerformanceMark is an abstract interface for PerformanceEntry objects with an entryType of "mark". Entries of this type are created by calling performance.mark() to add a named DOMHighResTimeStamp (the mark) to the browser's performance timeline. */
Copy file name to clipboardExpand all lines: baselines/serviceworker.generated.d.ts
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5274,6 +5274,16 @@ declare var WorkerGlobalScope: {
5274
5274
5275
5275
/** The absolute location of the script executed by the Worker. Such an object is initialized for each worker and is available via the WorkerGlobalScope.location property obtained by calling self.location. */
Copy file name to clipboardExpand all lines: baselines/sharedworker.generated.d.ts
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5168,6 +5168,16 @@ declare var WorkerGlobalScope: {
5168
5168
5169
5169
/** The absolute location of the script executed by the Worker. Such an object is initialized for each worker and is available via the WorkerGlobalScope.location property obtained by calling self.location. */
Copy file name to clipboardExpand all lines: baselines/webworker.generated.d.ts
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5387,6 +5387,16 @@ declare var WorkerGlobalScope: {
5387
5387
5388
5388
/** The absolute location of the script executed by the Worker. Such an object is initialized for each worker and is available via the WorkerGlobalScope.location property obtained by calling self.location. */
0 commit comments