Searched refs:urlParams (Results 1 – 3 of 3) sorted by relevance
8 const urlParams = new URLSearchParams(window.location.search); constant9 const token = urlParams.get('token');10 const port = urlParams.get('port');
49 const urlParams = new URLSearchParams(window.location.search); constant50 if (urlParams.get('source') !== 'openFromExtension' || !chrome) {
54 const urlParams = new URLSearchParams(window.location.search); constant55 if (urlParams.has('token')) {56 this.proxy.proxyKey = assertDefined(urlParams.get('token'));