Releases: MatthewLarner/cross-domain-storage
Releases · MatthewLarner/cross-domain-storage
Remove data handling
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.