Skip to content

Commit 732fc1d

Browse files
committed
Add implements to RecorderPlugin
1 parent b4a51d5 commit 732fc1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ function stringifySelector(selector: Selector) {
130130
}
131131

132132
if (process.env.NODE_ENV !== "test") {
133-
class RecorderPlugin {
133+
class RecorderPlugin
134+
implements chrome.devtools.recorder.RecorderExtensionPlugin
135+
{
134136
stringify(recording: UserFlow) {
135137
return stringify(recording, { extension: new Extension() })
136138
}

0 commit comments

Comments
 (0)