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 699a7d6 commit 8f4e248Copy full SHA for 8f4e248
src/adapter/cdpProxy.ts
@@ -149,7 +149,6 @@ export class CdpProxyProvider implements ICdpProxyProvider {
149
@inject(IPortLeaseTracker) private readonly portTracker: IPortLeaseTracker,
150
@inject(ILogger) private readonly logger: ILogger,
151
) {
152
- this.replay.capture(cdp, 'CSS', 'fontsUpdated');
153
this.replay.capture(cdp, 'CSS', 'styleSheetAdded');
154
155
cdp.CSS.on('fontsUpdated', evt => {
0 commit comments