abortcontroller-polyfill icon indicating copy to clipboard operation
abortcontroller-polyfill copied to clipboard

AbortableFetch file cant build using google closure compiler

Open nomean42 opened this issue 2 years ago • 0 comments

Screenshot 2023-12-19 at 13 39 31

if (
    !polyfillNeeded({
      fetch,
      Request: NativeRequest,
      AbortController: NativeAbortController,
      __FORCE_INSTALL_ABORTCONTROLLER_POLYFILL,
    })
  ) {
    return { fetch, Request };
  }

  let Request = NativeRequest;

nomean42 avatar Dec 19 '23 06:12 nomean42