Skip to content

Commit dbc7add

Browse files
This example is not necessary anymore
Now we have a dedicated file to document server-side integration
1 parent 591e663 commit dbc7add

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -236,15 +236,6 @@ cookies.get('default'); // 北
236236
cookies.get(); // { escaped: '北', default: '北' }
237237
```
238238

239-
Example for parsing the value from a cookie generated with PHP's `setcookie()` method:
240-
241-
```javascript
242-
// 'cookie+with+space' => 'cookie with space'
243-
Cookies.withConverter(function (value) {
244-
return value.replace(/\+/g, ' ');
245-
}).get('foo');
246-
```
247-
248239
You can also pass an object literal:
249240

250241
```javascript

0 commit comments

Comments
 (0)