You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The results displayed by the Chrome browser on iOS 14.4.
Describe the bug
This is just a compatibility issue. When in iOS 14, an error occurs due to the incompatibility of the browser caused by the use of the "at" method. I'm not sure whether to fix it in this library, compile this library in my project, or provide a polyfill.
System Infomation
Additional context
We use Nuxt (v3.8.2) to develop the application. It is possible that the use of renderJsonPayloads: true in the experimental features causes the data to be parsed with destr. In most cases, this is not a problem, but someone reported a white screen issue on iOS 14.
Logs
No response
The text was updated successfully, but these errors were encountered:
I second this issue. I have destr as a dependency of ofetch and the update from 2.0.1 to 2.0.2 broke the app running on Electron 13, that uses Chromium 91.
With Chromium 93, the issue is not there anymore, but we cannot update Electron to v14.
Environment
"node": ">=16",
"pnpm": ">=8.4.0"
Reproduction
Please use a browser with a version below iOS 14.4 to access.
https://stackblitz.com/edit/typescript-hlusqb?file=index.ts
The results displayed by the Chrome browser on iOS 14.4.
Describe the bug
This is just a compatibility issue. When in iOS 14, an error occurs due to the incompatibility of the browser caused by the use of the "at" method. I'm not sure whether to fix it in this library, compile this library in my project, or provide a polyfill.
System Infomation
Additional context
We use Nuxt (v3.8.2) to develop the application. It is possible that the use of
renderJsonPayloads: true
in the experimental features causes the data to be parsed with destr. In most cases, this is not a problem, but someone reported a white screen issue on iOS 14.Logs
No response
The text was updated successfully, but these errors were encountered: