This repository has been archived by the owner. It is now read-only.
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upHooks for Indexed DB, StructuredSerialize #829
Comments
This comment has been minimized.
This comment has been minimized.
Needs more than a 3-minute skim to figure where this is up to in implementation. setting to milestone 7 |
This comment has been minimized.
This comment has been minimized.
Update: The StructuredSerializeForStorage() hook has landed in whatwg/html and I've picked up use of it in IndexedDB. |
This comment has been minimized.
This comment has been minimized.
Ping @adanilo? |
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
cc: @LJWatson @siusin
whatwg/html@915dae1 introduces a step which calls into Indexed DB, replacing imprecise spec "monkey patching" with correct behavior across the specs. Context at w3c/IndexedDB#87
whatwg/html@97d644c is a big change (noted as 'breaking') that replaces the StructuredClone hook with StructuredSerialize/StructuredDeserialize. Some commentary at w3c/IndexedDB#170
It would be good to know what the plan is for syncing with the whatwg doc is for these.