WICG / shared-storage

Explainer for proposed web platform Shared Storage API
Other
85 stars 18 forks source link

Explain `append` in the explainer #125

Open jyasskin opened 7 months ago

jyasskin commented 7 months ago

The explainer doesn't describe why the append operation exists or how to use it. It seems difficult to use, since servers would have to come up with a format that allows arbitrary concatenations. An obvious solution is to use a delimiter and then .split into a list, but then why doesn't the API provide the list directly?