We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abcb656 commit c3ef06aCopy full SHA for c3ef06a
sdk/js-compute/CHANGELOG.md
@@ -20,7 +20,7 @@ async function app(event) {
20
// Retrieve the contents of the 'hello' key
21
// Note: Object-stores are eventually consistent, this means that the updated contents associated may not be available to read from all
22
// Fastly edge locations immediately and some edge locations may continue returning the previous contents associated with the key.
23
- const hello = await store.lookup('hello')
+ const hello = await store.get('hello')
24
25
// Read the contents of the `hello` key into a string
26
const hellotext = await hello.text()
0 commit comments