(id: string)
| 885 | } |
| 886 | |
| 887 | async getExtension(id: string): Promise<Extension | undefined> { |
| 888 | const pptrExtensions = await this.browser.extensions(); |
| 889 | return pptrExtensions.get(id); |
| 890 | } |
| 891 | |
| 892 | async getHeapSnapshotAggregates( |
| 893 | filePath: string, |