Skip to content

Releases: MatthewLarner/cross-domain-storage

Remove data handling

03 Feb 04:22
Compare
Choose a tag to compare

Removes all data handling in set.

Previously JSON.stringify was used on data for convenience when using objects.

Removes all handling of data and leaves that up to the consumer.