Skip to content

Url.functions.toJsUrl

fx-fetch


fx-fetch / Url / toJsUrl

toJsUrl(url): URL

Defined in: packages/fx-fetch/src/Url/toJsUrl.ts:20

Converts a Url.Url to a native globalThis.URL.

Url

URL

import { Url } from 'fx-fetch';
const url = Url.make('https://api.example.com');
const jsUrl = Url.toJsUrl(url);

0.1.0