fix(core): update
This commit is contained in:
@ -30,8 +30,8 @@ export class SmartBrowser {
|
||||
* create a pdf from page
|
||||
* @param urlArg
|
||||
*/
|
||||
public pdfFromPage(urlArg: string) {
|
||||
const result = this.smartpdf.getFullWebsiteAsSinglePdf(urlArg);
|
||||
public async pdfFromPage(urlArg: string) {
|
||||
const result = await this.smartpdf.getFullWebsiteAsSinglePdf(urlArg);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user