Closed Galkon closed 1 day ago
for me:
import universalProtocol from 'electron-app-universal-protocol-client';
const protocolClient = (universalProtocol as any).default;
Added new export named electronAppUniversalProtocolClient
in v2.1.0 : https://github.com/witcher112/electron-app-universal-protocol-client/releases/tag/v2.1.0
I couldn't get this working at all, until I found the example, which uses this:
This works. However, these do not:
This is literally the only module that I have that behaves like this. What gives?