소스 검색

Update stale comment: renderer has no access to Node APIs. (#308)

Didrik Nordström 6 년 전
부모
커밋
6788309ed8
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      renderer.js

+ 4 - 1
renderer.js

@@ -1,3 +1,6 @@
 // This file is required by the index.html file and will
 // be executed in the renderer process for that window.
-// All of the Node.js APIs are available in this process.
+// No Node.js APIs are available in this process because
+// `nodeIntegration` is turned off. Use `preload.js` to
+// selectively enable features needed in the rendering
+// process.