You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- set_cookie now sends all required fields (sameSite defaults to "Lax",
session=true when expires=0) to satisfy WebKit's strict validation
- Removed omitempty from Cookie.SameSite so it's always serialized
- get_indexed_db_data omits keyRange entirely instead of sending nil/{}
which WebKit rejected with "Could not parse key range"
0 commit comments