Currently cross-fetch is required even if we provide a custom implementation. cross-fetch, on node side, is based on node-fetch, which is abandoned. This causes a lot of deprecation warnings.
Feature Description
Given this library targets node>=18, and node >= 18 includes fetch, and browsers include fetch... Can we remove cross-fetch entirely? Would you accept such a PR?
Example Use Case
Additional Information
Currently cross-fetch is required even if we provide a custom implementation. cross-fetch, on node side, is based on node-fetch, which is abandoned. This causes a lot of deprecation warnings.
Feature Description
Given this library targets node>=18, and node >= 18 includes fetch, and browsers include fetch... Can we remove cross-fetch entirely? Would you accept such a PR?
Example Use Case
Additional Information