Searched refs:_getIdentifyingUrlSegmentsAsync (Results 1 – 1 of 1) sorted by relevance
44 async _getIdentifyingUrlSegmentsAsync(): Promise<string[]> { method in AsyncNgrok62 return [...(await this._getIdentifyingUrlSegmentsAsync()), NGROK_CONFIG.domain].join('.');67 return (await this._getIdentifyingUrlSegmentsAsync()).join('-');