Searched refs:WEB_ASSET_FORMAT (Results 1 – 1 of 1) sorted by relevance
63 private const val WEB_ASSET_FORMAT = """{"namespace": "web", "site": "%s"}""" constant157 return Result.Success(WEB_ASSET_FORMAT.format(URL(scheme, host, "").toString())) in createWebAssetString()162 WEB_ASSET_FORMAT.format(URL("https", host.removePrefix("*."), "").toString())