import * as denoMockFetch from "https://deno.land/x/deno_mock_fetch@1.0.1/mock-utils.ts";
Functions
As per RFC 3986, clients are not supposed to send URI fragments to servers when they retrieve a document. Therefore, we strip these out. |
import * as denoMockFetch 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. |