v4.1.1
New:
window.alert
,window.prompt
andwindow.confirm
are now logged in the renderer underwindow.info
and sent on to the window IPC (oak.window.on('alert')
)- webWorkers enabled by default with the
node
optiontrue
oak.location(url)
changes the window location URL
Changed
- `oak.reload(cache) now takes a boolean which reloads with/without page cache