File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
docs/platforms/javascript/guides/electron/configuration Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,8 @@ traces. The pause time is considered inconsequential if the event loop has
130130already been blocked for hundreds of milliseconds.
131131
132132In 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 )
134135API is used to capture stack traces when an event loop block is detected. In
135136older Electron versions, the ` v8 ` inspector API is used to capture stack traces.
136137The inspector API can have a slight negative impact on performance since it can
You can’t perform that action at this time.
0 commit comments