Commit d07da09
authored
Update method to pass HTML in Puppeteer provider (#25)
The previous method used to pass HTML to the browser in the example Puppeteer provider truncates output if certain characters are present in the HTML, including `#` which is present in HTML entities. `page.setContent` has been able to accept a `waitUntil` option for the last couple of years so this is now an available approach.1 parent 983f3d2 commit d07da09
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 25 | + | |
30 | 26 | | |
31 | 27 | | |
32 | 28 | | |
| |||
0 commit comments