veliovgroup / flow-router

🚦 Carefully extended flow-router for Meteor
https://packosphere.com/ostrio/flow-router-extra
BSD 3-Clause "New" or "Revised" License
201 stars 30 forks source link

Use fetch instead of http #110

Closed dokithonon closed 3 months ago

dokithonon commented 4 months ago

Hello, The package uses http (in tests). Will it be possible to use the fetch package instead ? http is deprecated in favor of fetch : https://docs.meteor.com/api/http

dokithonon commented 3 months ago

@dr-dimitru does your new package ostrio:flow-router-extra@3.11.0-rc300.1 still use http ? or you have migrated to fetch ? thanks. If you have migrated to fetch you can close the issue.

dr-dimitru commented 3 months ago

@dokithonon yes! I only patched dependencies and ran tests