When a let port = chrome.runtime.connectNative('applicationId') is called in Safari Web Extension, does it create multiple ports that can individually communicate with the app extension ?
In chrome, every connectNative call spawns one process
How does it work in Safari ?
In chrome, every connectNative call spawns one process
How does it work in Safari ?