1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 18:19:38 +02:00
Raymond Hill 2021-07-31 07:15:19 -04:00
parent 23cabfd440
commit dc08478130
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -30,6 +30,12 @@
/******************************************************************************/
if ( typeof vAPI !== 'object' || vAPI === null ) {
return;
}
/******************************************************************************/
const epickerId = vAPI.randomToken();
let epickerConnectionId;