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
I am trying to create a Rest API with Worktop & Faunadb. The Worktop Routing Works, but Faunadb JS Library needs AbortController which doesn't seems to be Present in the Global Object of Compute@Edge JS Runtime, it says AbortController is not present in global object, you have to Polyfill it. What do you Recommend to do? Is these a Compute@Edge JS Runtime issue?
The text was updated successfully, but these errors were encountered:
I have found a Library to Polyfill AbortController, but it's necessary to included by default in Compute@Edge JS Runtime. Just see the Library in here.
I am trying to create a Rest API with Worktop & Faunadb. The Worktop Routing Works, but Faunadb JS Library needs AbortController which doesn't seems to be Present in the Global Object of Compute@Edge JS Runtime, it says AbortController is not present in global object, you have to Polyfill it. What do you Recommend to do? Is these a Compute@Edge JS Runtime issue?
The text was updated successfully, but these errors were encountered: