Christian Sporer

Results 4 comments of Christian Sporer

Same issue here.

Was having the same issue in development mode. For me the following approach worked: ``` app.setAsDefaultProtocolClient('customtest', process.execPath, [ '-r', 'ts-node/register/transpile-only', '.', ]); ``` In my case `process.execPath` was pointing to...

@jeff9315 You initially asked for either an IE plugin or an Edge plugin. On Edge I can give you an update: It has been requested earlier already (in a different...

Hey @shunjizhan, I was thinking about providing a Pull Request including TypeScript typings, i.e. a `.d.ts` file. These might not be 100% accurate, but it could help people now, while...