Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new captureOnCallback option #66

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added parameter to readme
  • Loading branch information
jessegavin committed Oct 4, 2016
commit c4fb3a63b20a33800ba1fe44e32d1f63d4d89ae8
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,9 @@ Few rules:
<dt>cookies</dt>
<dd>Configure <a href="http://phantomjs.org/api/phantom/property/cookies.html">cookies</a> that will be contained in request. HTTP message body is the easiest way for sending cookies to Manet (ex: using JSON format).</dd>

<dt>captureOnCallback</dt>
<dd>Allow the page to tell Manet when it's ready for capture. This uses <a href="http://phantomjs.org/api/webpage/handler/on-callback.html">page.onCallback</a> under the hood. (default is `false`)</dd>

</dl>


Expand Down