Function: removeCookie
▸ Const
removeCookie(name
, path?
): void
Remove a browser cookie (created on the browser side)
Parameters
Name | Type | Default value | Description |
---|---|---|---|
name | string | undefined | : name of the cookie |
path | string | '/' | : scope of the cookie |
Returns
void
Defined in
onekijs/packages/onekijs-framework/src/utils/storage.ts:111