Curtis Deptuck

Results 2 issues of Curtis Deptuck

When using options ky seems to abort, provide no return and wont process any further requests. example: ``` import HttpRequestMock from "http-request-mock"; import ky from "ky"; const mockHttp = HttpRequestMock.setupForFetch();...

bug
help wanted

**Describe the bug** Using the latest happy-dom releases and jest 30.2 I am receiving an error. ``` TypeError: Cannot read properties of undefined (reading 'bind') at node_modules/.pnpm/[email protected]/node_modules/happy-dom/src/async-task-manager/AsyncTaskManager.ts:8:44 ``` **Expected behavior**...

bug