-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Add reference documentation for DurableObjectState #17471
New issue
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4 files reviewed, 8 total issue(s) found.
Contributor
|
Looks like the page preview failed to build? https://github.com/cloudflare/cloudflare-docs/actions/runs/11279062020/job/31368913837?pr=17471 |
Oxyjun
reviewed
Oct 11, 2024
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> Co-authored-by: Lambros Petrou <[email protected]>
Deploying cloudflare-docs with
|
| Latest commit: |
fe4bb11
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://99da5e43.cloudflare-docs-7ou.pages.dev |
| Branch Preview URL: | https://joshthoward-do-state.cloudflare-docs-7ou.pages.dev |
Contributor
Oxyjun
approved these changes
Oct 11, 2024
elithrar
pushed a commit
that referenced
this pull request
Oct 15, 2024
* Add reference documentation for DurableObjectState * Apply suggestions from code review Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> Co-authored-by: Lambros Petrou <[email protected]> * PCX review. Adding glossary term for "event context", definition TBC. * Adding missing / from some links. * Adding in proper definition for "event context" in the glossary. * Cleaning up "Durable Object instance" to "Durable Object", to align with glossary definition. * Fixing broken method formatting. * Temporarily reverting files to avoid merge conflict. * Durable Object instance -> Durable Object * Adding link in glossary to pricing page. --------- Co-authored-by: Jun Lee <[email protected]> Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> Co-authored-by: Lambros Petrou <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
product:durable-objects
Durable Objects: https://developers.cloudflare.com/workers/learning/using-durable-objects/
product:workers
Related to Workers product
size/m
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Add reference documentation for DurableObjectState. A lot of this is taken from the existing WebSockets documentation. I will shortly refactor those docs to operate more like a guide for using WebSockets with and without hibernation.
Screenshots (optional)
Note that the RHS bar needs some fixes to the CSS. Text is being wrapped when it shouldn't be.
Documentation checklist