Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
soundofspace committed Jun 18, 2024
1 parent 845ef89 commit 3dd8ba5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ export default class InstanceChangeExtractor extends BaseExtractor {
'window.navigator.storage.estimate',
'window.document.hasFocus',
'window.navigator.mediaDevices.enumerateDevices',
'window.navigator.requestMIDIAccessn'
'window.navigator.requestMIDIAccess',
'window.navigator.clipboard.readText',
];

public static override extraAddPatterns = [];
Expand Down

0 comments on commit 3dd8ba5

Please sign in to comment.