supabase / storage-js

JS Client library to interact with Supabase Storage
Apache License 2.0
129 stars 39 forks source link

Add `.throwOnError()` for storage API #150

Open ConProgramming opened 1 year ago

ConProgramming commented 1 year ago

Chore

Add .throwOnError() for storage API.

Additional context

It already exists for the main DB API supabase/supabase-js#92. Very nice to have it there, would be preferred to have it for the storage API as well.

logemann commented 9 months ago

+1