Hi Chrome Extension Team,
Scenario:
We have chrome extension built using MV2 and will invoke HTTP based REST API end points and it works. Many REST API end points takes more than 30 seconds to process request & sends response back to the chrome extension without any issue.
Issue:
We are redesigning the extension using MV3 and when we invoke REST API end point using fetch() method and it works when response is received from server with in 30 seconds. But some REST API’s take more than 30 seconds to serve the request and hence fetch() method is getting terminated abruptly before the response is received from server.
Need Clarification:
Thanks in Advance
Shashikiran
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/13aaad28-0368-4dd3-9cde-02ef68f80fd4n%40chromium.org.
Dr. Sebastian Benz
Developer Programs Engineer
Google Germany GmbH
Erika-Mann-Straße 33
80636 München
Geschäftsführer: Paul Manicle, Liana Sebastian
Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
Diese E-Mail ist vertraulich. Falls Sie diese fälschlicherweise erhalten haben sollten, leiten Sie diese bitte nicht an jemand anderes weiter, löschen Sie alle Kopien und Anhänge davon und lassen Sie mich bitte wissen, dass die E-Mail an die falsche Person gesendet wurde.
This e-mail is confidential. If you received this communication by mistake, please don't forward it to anyone else, please erase all copies and attachments, and please let me know that it has gone to the wrong person.
I tried the workaround suggested by @wOxxOm's by calling multiple HTTP REST End points using fetch() API and it is working.
Thanks @wOxxOm for suggesting workaround.
@Sebastian Benz: Thanks for acknowledging. Could you please share tentative timeline for the roadmap of MV3.