You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling .toString()here is problematic, as the getItem function can longer be used with buffers.
My suggestion would be to allow a type to be passed to the getItem() fn, or remove the toString() call and allow developers to call that manually, when they choose.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
Any / All
Reproduction
https://github.com/unjs/unstorage/blob/main/src/drivers/azure-storage-blob.ts#L96
Describe the bug
Calling
.toString()
here is problematic, as thegetItem
function can longer be used with buffers.My suggestion would be to allow a type to be passed to the
getItem()
fn, or remove thetoString()
call and allow developers to call that manually, when they choose.Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: