-
Notifications
You must be signed in to change notification settings - Fork 20
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
Test #45
Test #45
Conversation
ptal. Note the variable durability verbiage:
|
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.
Thanks for the change! Overall LGTM, just a few questions.
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.
LGTM
Each {{StorageBucket}} has an {{IDBFactory}} object. {{IDBDatabase}} objects created by | ||
{{StorageBucket/indexedDB}} are associated with the bucket. | ||
|
||
The user agent should consider the associated {{StorageBucket/durability}} when evaluating the <a spec="IndexedDB">durability hint</a> |durability| |
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.
Oh, just noticed. Should this be surrounded by <div algorithm></div>
?
Seems like a common pattern I see when explaining method steps ex [1].
[1] https://github.com/w3c/IndexedDB/blob/main/index.bs#L1114
Add bucket durability and IndexedDB text.
Preview | Diff