We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infinity
unstorage 1.14.4
https://codesandbox.io/p/sandbox/bold-waterfall-qgqgpg
import { createStorage } from "unstorage"; const storage = createStorage(); storage .setItem("foo", "83528e0696") .then(() => { return storage.getItem("foo"); }) .then((result) => { console.log(result); });
The console logs Infinity. Expected to be '83528e0696'
No response
The text was updated successfully, but these errors were encountered:
I tried to fix it but these behavior are so weird
unstorage/test/drivers/http.test.ts
Line 46 in 67b09a1
Such behavior should never exist. It is totally a bug if someone changed username to 'null', 'undefined', 'NaN'.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Environment
unstorage 1.14.4
Reproduction
https://codesandbox.io/p/sandbox/bold-waterfall-qgqgpg
Describe the bug
The console logs
Infinity
.Expected to be '83528e0696'
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: