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
At some point, the assumption was that the fetch global was a polyfill provided by node-fetch and that the node http module would be the lowest level underlying mechanism for making http requests.
This changed as of Node 18 so the deprecation warning is no longer valid:
[Polly] [adapter:fetch] Using the fetch adapter in Node has been deprecated. Please use the node-http adapter instead.
Description
At some point, the assumption was that the fetch global was a polyfill provided by
node-fetch
and that the node http module would be the lowest level underlying mechanism for making http requests.This changed as of Node 18 so the deprecation warning is no longer valid:
Shareable Source
Error Message & Stack Trace
Config
Dependencies
Relevant Links
https://github.com/Netflix/pollyjs/blob/master/CHANGELOG.md#bug-fixes-32
#146
d0a717a#diff-ba33178d8ede802f8f6d6c65b2f3806d2a5f194e62ea06d55096b4325cbcf710R23-R28
Environment
The text was updated successfully, but these errors were encountered: