Description - there seem to be some undocumented feature(s) on _satellite.cookie.set which comprise setting the domain as well?!
https://experienceleague.adobe.com/en/docs/experience-platform/tags/client-side/satellite-object
_satellite.cookie.set("foo", "bar", {
"domain": ".mydomain.com"
})
Seems to successfully set the domain as specified.
Why is this feature important to you - Allow cookies to be accessible across subdomains
How would you like the feature to work - update the documentation please!
Current Behaviour - only documented feature is "expires"