Mark Fulton
Mark Fulton
An IndexedDB backing implementation would require no 3rd party libraries but a possible alternative is to use [SQLite Wasm in the browser backed by the Origin Private File System](https://developer.chrome.com/blog/sqlite-wasm-in-the-browser-backed-by-the-origin-private-file-system/). If...
`kyInstance.appendPath()` could be nice (explicit, simple, no changes to `extend()`)
Condensed example Instead of ```ts try { // some ky call } catch (e) { const { msg } = (await e.response.json()) as { msg: string }; // do something...
> Thanks for reporting this! > > Just to clarify, do the example values you provided in your issue trigger this error? (I haven't had a chance to test yet.)...
I'll see if I have time to make a PR sometime today or tomorrow
I see there are some browser tests. We can confirm if it is broken by adding additional test cases there first.
The browser version is completely independent of the node implementation. In fact, I think the browser version has some other behavior differences too. e.g. I have to strip "sha256=" from...
It might be worthwhile to write the browser/web tests in Deno. Any concerns with me dropping puppeteer in favor of Deno here?
initial Deno tests PR: https://github.com/octokit/webhooks-methods.js/pull/81
I haven't worked with this since I reported the issue. I know Deno has made many improvements with their Node compatibility and now supports the `npm:` specifier so I doubt...