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: docs/References/Window.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -423,9 +423,9 @@ Execute a piece of JavaScript in the frame.
423
423
## win.evalNWBin(frame, path)
424
424
425
425
*`frame``{HTMLIFrameElement}` the frame to execute in. If `iframe` is `null`, it assumes in current window / frame.
426
-
*`path``{String|ArrayBuffer|Buffer}` the path or `Buffer` or `ArrayBuffer` of the snapshot file generated by `nwjc`
426
+
*`path``{String|ArrayBuffer|Buffer}` the path or `Buffer` or `ArrayBuffer` of the binary file generated by `nwjc`
427
427
428
-
Load and execute the compiled snapshot in the frame. See [Protect JavaScript Source Code with V8 Snapshot](../For Users/Advanced/Protect JavaScript Source Code.md).
428
+
Load and execute the compiled binary in the frame. See [Protect JavaScript Source Code](../For Users/Advanced/Protect JavaScript Source Code.md).
0 commit comments