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 b4a51d5 commit 732fc1dCopy full SHA for 732fc1d
src/index.ts
@@ -130,7 +130,9 @@ function stringifySelector(selector: Selector) {
130
}
131
132
if (process.env.NODE_ENV !== "test") {
133
- class RecorderPlugin {
+ class RecorderPlugin
134
+ implements chrome.devtools.recorder.RecorderExtensionPlugin
135
+ {
136
stringify(recording: UserFlow) {
137
return stringify(recording, { extension: new Extension() })
138
0 commit comments