I am creating a feature that will heavily depend upon cookies with SameSite=None and secure flag set to true as described in https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite
Cookies with SameSite=None must now also specify the Secure attribute (they require a secure context/HTTPS).
This currently works on all modern browsers.
Is there any speculation that these cookies will be deprecated in the (near) future?