mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
a1be1b4bf4
* modify MediaApi to support custom fetch implementation, defaults to native fetch added an optional `fetcher` parameter to allow usage of a custom fetch function in both `upload` and `fetcher` methods. Defaults to the standard `fetch` if none is provided. * fix tests and improve api fetcher types