Skip to content

Commit 36fcecf

Browse files
committed
add Electron link
1 parent 4c8481f commit 36fcecf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/platforms/javascript/guides/electron/configuration/event-loop-block.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ traces. The pause time is considered inconsequential if the event loop has
130130
already been blocked for hundreds of milliseconds.
131131

132132
In the renderer processes, a similar polling mechanism is used to detect event
133-
loop blocks. In Electron v34 or newer, the `frame.collectJavaScriptCallStack()`
133+
loop blocks. In Electron v34 or newer, the
134+
[`frame.collectJavaScriptCallStack()`](https://www.electronjs.org/docs/latest/api/web-frame-main#framecollectjavascriptcallstack-experimental)
134135
API is used to capture stack traces when an event loop block is detected. In
135136
older Electron versions, the `v8` inspector API is used to capture stack traces.
136137
The inspector API can have a slight negative impact on performance since it can

0 commit comments

Comments
 (0)