Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dxx/src/lib/$shared.ts>pathFromURL

🚀 (Deno) enhanced executor
Latest
function pathFromURL
import { pathFromURL } from "https://deno.land/x/dxx@rf/src/lib/$shared.ts";

Extract the "path" (absolute file path for 'file://' URLs, otherwise the href URL-string) from the url.

  • no-throw ~ function returns undefined upon any error

Parameters

optional
url: URL

• URL for path extraction