Fetcher
Write your custom fetcher for LiterateInk libraries
We provide a default fetcher exported as defaultFetcher
that uses fetch
under the hood.
Custom fetcher example with Tauri HTTP
You need to create a custom fetcher to make it work with the Tauri HTTP API.
Here's a simple one that should always work: