Skip to content

Commit 600340d

Browse files
authored
fix: MessageChannelMain is not an event emitter (#254)
1 parent c48a231 commit 600340d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils.ts

+1
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ export const isEmitter = (module: Pick<ModuleDocumentationContainer, 'name'>) =>
282282
'protocol',
283283
'contextbridge',
284284
'webframe',
285+
'messagechannelmain',
285286
];
286287
return !nonEventEmitters.includes(module.name.toLowerCase());
287288
};

0 commit comments

Comments
 (0)