Add --disable-http-cache switch, fixes #891
This commit is contained in:
parent
895ccf69a7
commit
d65919d896
6 changed files with 32 additions and 1 deletions
|
@ -14,6 +14,10 @@ app.on('ready', function() {
|
|||
});
|
||||
```
|
||||
|
||||
## --disable-http-cache
|
||||
|
||||
Disables the disk cache for HTTP requests.
|
||||
|
||||
## --remote-debugging-port=`port`
|
||||
|
||||
Enables remote debug over HTTP on the specified `port`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue