Skip to content

Commit

Permalink
Merge pull request #427 from andywang425:dev
Browse files Browse the repository at this point in the history
workflow test
  • Loading branch information
andywang425 authored Aug 5, 2023
2 parents ccf3e0f + 29d3ddd commit 9a1a9fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/enhanceExperience/banP2P.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ class BanP2P extends BaseModule {
const RTClist: string[] = [
'RTCPeerConnection',
'mozRTCPeerConnection',
'webkitRTCPeerConnection',
'test'
'webkitRTCPeerConnection'
]
for (const i of RTClist) {
// 判断属性是否存在并且是否可配置
Expand Down

0 comments on commit 9a1a9fd

Please sign in to comment.