-
Notifications
You must be signed in to change notification settings - Fork 3.9k
The nw protocol
Damian Bushong edited this page Jun 19, 2013
·
3 revisions
Following content requires node-webkit >= v0.2.5
In order to expose some internal information about node-webkit in a easy way, we provide nw:
protocol which is roughly the same with about:
protocol in chrome. Currently we have the following internal pages available:
A blank page showing node-webkit
logo; instead of showing about:blank
, we display this page when no app is loaded.
Displays the node-webkit and node.js version strings.