We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1771ea6 commit 718a903Copy full SHA for 718a903
src/http-server.ts
@@ -37,6 +37,12 @@ export class HttpServer {
37
url: req.query.url,
38
width: req.query.width,
39
height: req.query.height,
40
+ filePath: req.query.filePath,
41
+ timeout: req.query.timeout,
42
+ renderKey: req.query.renderKey,
43
+ domain: req.query.domain,
44
+ timezone: req.query.timezone,
45
+ encoding: req.query.encoding,
46
};
47
48
let result = await this.browser.render(options);
0 commit comments