Skip to content

Commit

Permalink
fix(routes): window.status => window.globalVar
Browse files Browse the repository at this point in the history
  • Loading branch information
meetic-julienneuhart committed Apr 30, 2024
1 parent df6c3ad commit 912beec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/routes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ values={[
curl \
--request POST http://localhost:3000/forms/chromium/convert/url \
--form url=https://my.url \
--form 'waitForExpression=window.status === '\''ready'\''' \
--form 'waitForExpression=window.globalVar === '\''ready'\''' \
-o my.pdf
```

Expand Down

0 comments on commit 912beec

Please sign in to comment.