Breaking changes (NetworkService) (Draft)
We don’t currently have an estimate of when we will enable NetworkService
by default in Electron, but as Chromium is already removing non-NetworkService
code, we might switch before Electron 10.
protocol.uninterceptProtocol
The APIs are now synchronous and the optional callback is no longer needed.
protocol.registerFileProtocol
protocol.registerHttpProtocol
protocol.registerStreamProtocol
protocol.interceptFileProtocol
protocol.interceptBufferProtocol
protocol.interceptHttpProtocol
protocol.interceptStreamProtocol
The registered or intercepted protocol does not have effect on current page until navigation happens.