Open tec27 opened 4 years ago
Is there anything blocking this from getting merged (other than conflicts now)? It would be helpful for my use case as well.
Sorry to comment on an old PR - curious if anyone has published this for themselves to use in a fork?
My app doesn't use the default session, and electron doesn't seem to expose a way to change
session.defaultSession
, so I needed some way to specify which one to use when installing extensions. This just adds another parameter toinstall
, defaulting tosession.defaultSession
as before.I'd add a test as well, but since the tests are still using electron 7.x, I don't think it'd have any effect.
Fixes #134.