Skip to content

v4.1.1

Compare
Choose a tag to compare
@nucleardreamer nucleardreamer released this 14 Jan 21:08
· 98 commits to master since this release

New:

  • window.alert, window.prompt and window.confirm are now logged in the renderer under window.info and sent on to the window IPC (oak.window.on('alert'))
  • webWorkers enabled by default with the node option true
  • oak.location(url) changes the window location URL

Changed

  • `oak.reload(cache) now takes a boolean which reloads with/without page cache