Deprecate utility tag
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: parseCookie
|
||||
tags: utility,string,intermediate
|
||||
tags: browser,string,intermediate
|
||||
---
|
||||
|
||||
Parse an HTTP Cookie header string and return an object of all cookie name-value pairs.
|
||||
@ -22,4 +22,4 @@ const parseCookie = str =>
|
||||
|
||||
```js
|
||||
parseCookie('foo=bar; equation=E%3Dmc%5E2'); // { foo: 'bar', equation: 'E=mc^2' }
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user