mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
fix: bind trimCache to the instance (#10270)
This commit is contained in:
parent
a94dbceade
commit
50e72a4d11
@ -129,6 +129,7 @@ export class PuppeteerNode extends Puppeteer {
|
|||||||
this.launch = this.launch.bind(this);
|
this.launch = this.launch.bind(this);
|
||||||
this.executablePath = this.executablePath.bind(this);
|
this.executablePath = this.executablePath.bind(this);
|
||||||
this.defaultArgs = this.defaultArgs.bind(this);
|
this.defaultArgs = this.defaultArgs.bind(this);
|
||||||
|
this.trimCache = this.trimCache.bind(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user