-
Notifications
You must be signed in to change notification settings - Fork 45
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
Output not repeated when calling the same API, even if one should be partial data. #608
Comments
Hey @tarasis Recommendation: |
@tarasis, thanks for raising this. I will look into it 👍 |
Hey @habibur4340, you obvioius AI rewriter and advertiser @lukehaas wonderful, thank you! |
@tarasis this should be resolved now in the latest release of RunJS. |
@tarasis are you happy for this to be closed? |
I was testing out an API I am self hosting and was testing out your SW (saw it used in a video and was considering buying it as it looks useful).
I noticed that if I made two requests to the same specific API, the right side showed the output only once, even though the first time I printed just one element, and the next time I was a logging everything returned.
Note right side only lists
iPhone 9
, which is the partial output from the returned JSON (listed fully below)If I make the old school fetch usage get the second product I get the name from product 1, and the full details of product two.
Adding a second instance of
test()
doesn't cause a second "iPhone 9" to appear in the output.This happened on 2.10.1 which I had downloaded yesterday or friday, and 2.11 which I downloaded today.
Json output for product 1
The text was updated successfully, but these errors were encountered: