function loadEffectiveDomain
loadEffectiveDomain(requestUrl: string): string

Load the effective domain from DB, falling back to the request URL hostname.

Parameters

requestUrl: string

Return Type

string

Usage

import { loadEffectiveDomain } from "docs/config.ts";