Skip to content

Commit

Permalink
Add docs for config.document.cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpvar committed Oct 10, 2011
1 parent b3e6bca commit 7e3aa70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -119,6 +119,7 @@ If you would like to specify a configuration object
- config.done : see `callback` above
- config.document :
- referer : the new document will have this referer
- cookie : manually set a cookie value i.e. `'key=value; expires=Wed, Sep 21 2011 12:00:00 GMT; path=/'`
- config.features : see `Flexibility` section below. **Note**: the default feature set for jsdom.env does _not_ include fetching remote javascript and executing it. This is something that you will need to **carefully** enable yourself.

## For the hardcore
Expand Down

0 comments on commit 7e3aa70

Please sign in to comment.