suhaotian / xior

A lite request lib based on fetch with plugin support and similar API to axios.
https://www.npmjs.com/package/xior
MIT License
165 stars 3 forks source link

Response type blob arrarybuffer and add same multiple response interceptors chain behaviour #16

Closed suhaotian closed 5 months ago

suhaotian commented 5 months ago

This will be a breaking change for responseType: blob | arraybuffer and multiple response interceptors, because behaviours is different than before.

Fix: https://github.com/suhaotian/xior/issues/12 Fix: https://github.com/suhaotian/xior/issues/15