Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function stripURIFragments
import { stripURIFragments } from "https://deno.land/x/deno_mock_fetch@1.0.1/mock-utils.ts";

As per RFC 3986, clients are not supposed to send URI fragments to servers when they retrieve a document. Therefore, we strip these out.

Parameters

rawURL: string

Returns

string