Simone Torrisi

Results 2 issues of Simone Torrisi

I've noticed that the `handleClientLoad` method uses an arrow function to init the client. ``` script.onload = () => { window['gapi'].load('client:auth2', this.initClient); }; ``` This causes that the `this` scope...

How to connect to a WS with auth token?