Christian Illies
Results
2
issues of
Christian Illies
Hi I've an issue where a Web Worker tries to use a global "ng" from Angular (to extend a class), which is not present inside a worker. How can I...
enhancement
Hi, I ran into an issue where a filepath with a file-protocol was invalid after `args.urlWithArgs` was called. Input: `args.urlWithArgs('file:///tmp/index.html', {doThat: 'ok'})` *Before:* `file:///Users/kloener/github/electron-window/file:/tmp/index.html#%7B%22doThat%22%3A%22ok%22%7D` *After:* `file:///tmp/index.html#%7B%22doThat%22%3A%22ok%22%7D` I simply added a...