Closed ayuishii closed 4 years ago
Github issue: https://github.com/WICG/cookie-store/issues/140
Before
Promise<CookieListItem?> get(optional CookieStoreGetOptions options = {});
After
Promise<CookieListItem?> get(CookieStoreGetOptions options);
Preview | Diff
Github issue: https://github.com/WICG/cookie-store/issues/140
Before
After
Preview | Diff