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
Documentation improvement
example provided at https://deno.com/kv does not fully work.
example provided Expect results: Visits: 1
Visits: 1
Actual:
No response
Example match actual
update example with:
- return new Response(`Visits: ${res.value}`) + return new Response(`Visits: ${res.value.value}`)
The text was updated successfully, but these errors were encountered:
Oops, we're waiting for denoland/deno#18656 to land which will make res.value work.
res.value
Sorry, something went wrong.
This has been fixed
No branches or pull requests
🔍
Type of feedback
Documentation improvement
Description
example provided at https://deno.com/kv does not fully work.
example provided
![image](https://user-images.githubusercontent.com/10268458/235459987-28fcf6be-b9ec-48c6-abd7-4b2ad9fdca15.png)
Expect results:
Visits: 1
Actual:
![image](https://user-images.githubusercontent.com/10268458/235460114-2e5bd955-bb6f-492a-8409-5787e00eef5f.png)
Steps to reproduce (if applicable)
No response
Expected behavior (if applicable)
Example match actual
Possible solution (if applicable)
update example with:
Additional context
No response
The text was updated successfully, but these errors were encountered: