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 d778bac commit cc7c165Copy full SHA for cc7c165
src/plugins/event-plugins/TTIPlugin.ts
@@ -1,7 +1,6 @@
1
import { TTIMetric, onTTI } from '../../time-to-interactive/TimeToInteractive';
2
import { TimeToInteractiveEvent } from '../../events/time-to-interactive-event';
3
import { TIME_TO_INTERACTIVE_EVENT_TYPE } from '../utils/constant';
4
-import { PluginContext } from 'plugins/types';
5
import { InternalPlugin } from '../InternalPlugin';
6
7
export const TTI_EVENT_PLUGIN_ID = 'time-to-interactive';
@@ -14,8 +13,6 @@ export class TTIPlugin extends InternalPlugin {
14
13
this.fpsEnabled = fpsMeasurementEnabled;
15
}
16
17
- protected context!: PluginContext;
18
-
19
enable(): void {
20
/* Nothing to do. */
21
0 commit comments