Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QQ / UC browser support #294

Open
xjccc opened this issue Sep 11, 2023 · 9 comments
Open

QQ / UC browser support #294

xjccc opened this issue Sep 11, 2023 · 9 comments
Labels
bug Something isn't working discussion

Comments

@xjccc
Copy link

xjccc commented Sep 11, 2023

Environment

QQ Browser - 14.3.1.5647

UC Browser

Reproduction

https://github.com/xjccc/useAsyncData-example

Describe the bug

on QQ Browser and UC Browser has no result

on safari chrome quark firefox works fine

to add this QQ and UC works fine

"pnpm": {
  "overrides": {
    "ofetch": "1.2.1"
  }
}

is this has something affect in v1.3.3?

Additional context

its the right

image

on QQ and UC

image

Logs

No response

@xjccc xjccc changed the title nuxt3.7.1 useAsyncData has no result on some browsers nuxt3.7.1 $fetch has no result on some browsers Sep 11, 2023
@pi0
Copy link
Member

pi0 commented Oct 26, 2023

Please reopen this issue in nuxt repo to track. i guess issue is not related to ofetch core.

@danielroe
Copy link
Member

Reopening, but please do close if you think this is not something we should track here @pi0.

The result of user testing is that this is reproducible without Nuxt: nuxt/nuxt#23972 (comment).

However, my instinct tells me this is likely a matter of browser support rather than a bug per se, so we might decide to close this in any event. What do you think?

@danielroe danielroe reopened this Oct 27, 2023
@pi0
Copy link
Member

pi0 commented Oct 27, 2023

I have cloned this and running latest with latest ofetch (1.3.3) in chrome 118, seems to work fine: (as well as in safari)

image

@xjccc i don't trust QQ browser to download and test it but it is likely an issue with your browser. Can you please also try on latest chrome and confirm if this also fails in chrome too?

1.3.0/1.3.1/1.3.2/1.3.3 changelogs, i also don't see any suspicious changes btw.

@xjccc
Copy link
Author

xjccc commented Oct 27, 2023

I have cloned this and running latest with latest ofetch (1.3.3) in chrome 118, seems to work fine: (as well as in safari)

image

@xjccc i don't trust QQ browser to download and test it but it is likely an issue with your browser. Can you please also try on latest chrome and confirm if this also fails in chrome too?

1.3.0/1.3.1/1.3.2/1.3.3 changelogs, i also don't see any suspicious changes btw.

In my mobile browsers, has the problem, not in the computer.
i will try other version in my phone

@xjccc
Copy link
Author

xjccc commented Oct 30, 2023

i have some record and its show some different

v1.2.1 works well

v1.2.MP4

> v1.3.0

v1.3.mp4

QQ\UC\SouGou browsers return [Object Blob]

is the browsers supports something lower?

@zss1004504439
Copy link

I have the same problem
ofetch@1.2.1 is normal
ofetch@1.3.3 no result in useFetch

@zzzgydi
Copy link

zzzgydi commented Feb 6, 2024

v1.2.1...v1.3.0#diff-39f1e030815f30ed52f7f86a69761ef60e22bbfd1521ac8d065e6d86a4bc8337R38

Make sure to transform "node_modules/ofetch" into ES5 because of the for..of.

@xjccc
Copy link
Author

xjccc commented Feb 7, 2024

v1.2.1...v1.3.0#diff-39f1e030815f30ed52f7f86a69761ef60e22bbfd1521ac8d065e6d86a4bc8337R38

Make sure to transform "node_modules/ofetch" into ES5 because of the for..of.

I try to change for of as before, but it's not usefull

markthree added a commit to markthree/ofetch that referenced this issue Feb 27, 2024
@pi0 pi0 changed the title nuxt3.7.1 $fetch has no result on some browsers QQ / UC browser support Mar 4, 2024
@pi0 pi0 added bug Something isn't working discussion labels Mar 4, 2024
@markthree
Copy link

If someone doesn't have high stability requirements, they can use this module → markthree/nuxt-fix-ofetch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working discussion
Projects
None yet
Development

No branches or pull requests

6 participants