Eugene Fidelin

Results 51 comments of Eugene Fidelin

Hi @Saturate Copilot actually caught a real issue here. * `this` isn’t a URL, it’s a request object, so you should use `new URL(this.url)`. * Also, `this.url` might not always...