vtta-dndbeyond
vtta-dndbeyond copied to clipboard
Alternative to client-side fetch
Reported by: solfolango77 on Source: VTTAssets Discord
Using this as a replacement for client-side fetching to load info from the server:
FilePicker.browse("data", "modules/combat-utility-belt/condition-maps").then(console.log)
Might be a better solution, while the existing one works flawlessly, too