Skip to content

Commit 02767ef

Browse files
fix: WebFrame is not an eventemitter module (#221)
1 parent a6d57fc commit 02767ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ export const isEmitter = (module: Pick<ModuleDocumentationContainer, 'name'>) =>
262262
'netlog',
263263
'protocol',
264264
'contextbridge',
265+
'webframe',
265266
];
266267
return !nonEventEmitters.includes(module.name.toLowerCase());
267268
};

0 commit comments

Comments
 (0)