Would this be possible? I am working in an environment known as Tauri, and I need to make use of a custom implementation of fetch it provides.
I think the best way to handle this would be to allow me to provide a function that implements the request service API.
Would this be possible? I am working in an environment known as Tauri, and I need to make use of a custom implementation of
fetchit provides.I think the best way to handle this would be to allow me to provide a function that implements the request service API.