<img width="465" alt="Screenshot 2023-12-19 at 13 39 31" src="https://github.com/mo/abortcontroller-polyfill/assets/13020611/d7e54ddc-0006-466a-a857-a67864e5da77"> ``` if ( !polyfillNeeded({ fetch, Request: NativeRequest, AbortController: NativeAbortController, __FORCE_INSTALL_ABORTCONTROLLER_POLYFILL, }) ) { return { fetch, Request }; } let Request = NativeRequest; ```