Сообщение от kobezzza
|
В node-webkit насколько мне известно вcё также, как и в окне браузера.
|
В node-webkit зависит от способа подключения скрипта: с помощью
<script>
или как модуль Nodejs
<script>
typeof require → "function"
typeof setImmediate → "undefined"
typeof global.setImmediate → "function"
typeof postMessage → "function"
Модуль
typeof require → "function"
typeof setImmediate → "function"
typeof global.setImmediate → "function"
typeof postMessage → "undefined"