daihere1993
daihere1993
是报了什么错吗?我的项目是 cordova android 6.3 的,没测过7.0的。
@nornagon thanks to point that out. New correction updated, I've encapsulated a new function `headerValidation()` as there are two places need it, feel free to comment @codebytere By the way,...
I see the type `ClientRequestConstructorOptions` not including parameter `headers` but accessing `headers` in `parseOptions()`. @nornagon is `headers` missed in `ClientRequestConstructorOptions`?
I'm facing the exactly same issue while using nx with vitest. I'm using newer vitest then the error message would be: _"Error: [vitest-worker]: Timeout calling "fetch" with "["/xxxx/demo_repos/vite-repro/bla/src/lib/bla.spec.ts","ssr"]""_ which modified...
> @daihere1993 I am running into the same problem in my Nx repo with vite 5.1.x and vitest 1.3.x. In the workaround you suggested, that is the exact structure of...