Skip to content

Commit 8f4e248

Browse files
committed
fix: implement replay of css events in the proxy
1 parent 699a7d6 commit 8f4e248

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/adapter/cdpProxy.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ export class CdpProxyProvider implements ICdpProxyProvider {
149149
@inject(IPortLeaseTracker) private readonly portTracker: IPortLeaseTracker,
150150
@inject(ILogger) private readonly logger: ILogger,
151151
) {
152-
this.replay.capture(cdp, 'CSS', 'fontsUpdated');
153152
this.replay.capture(cdp, 'CSS', 'styleSheetAdded');
154153

155154
cdp.CSS.on('fontsUpdated', evt => {

0 commit comments

Comments
 (0)