Skip to content

Commit 64a34bd

Browse files
IE8 compatibility mode does not support JSON
Closes js-cookiegh-75.
1 parent d9318bb commit 64a34bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Cookies.getJSON('name'); // => { foo: 'bar' }
125125
Cookies.getJSON(); // => { name: { foo: 'bar' } }
126126
```
127127

128-
*Note: To support IE6-7 you need to include the JSON-js polyfill: https://github.com/douglascrockford/JSON-js*
128+
*Note: To support IE6-7 ([and IE 8 compatibility mode](http://stackoverflow.com/questions/4715373/json-object-undefined-in-internet-explorer-8)) you need to include the JSON-js polyfill: https://github.com/douglascrockford/JSON-js*
129129

130130
## Encoding
131131

0 commit comments

Comments
 (0)