Persist cookies in views and browse window

This commit is contained in:
Max Goodhart
2020-06-19 08:25:07 -07:00
parent 1c5201e544
commit e80b0075f6
2 changed files with 6 additions and 2 deletions

View File

@@ -75,7 +75,9 @@ export default class StreamWindow extends EventEmitter {
const views = []
for (let idx = 0; idx <= 9; idx++) {
const view = new BrowserView()
const view = new BrowserView({
webPreferences: { partition: 'persist:session' },
})
view.setBackgroundColor('#000')
const machine = viewStateMachine