Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SafeUrlProto

import type { SafeUrlProto } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";

Message containing a string that is safe to use in URL contexts in DOM APIs and HTML documents, where the URL context does not refer to a resource that loads code.

interface SafeUrlProto {
privateDoNotAccessOrElseSafeUrlWrappedValue?: string;
}

§Properties

§
privateDoNotAccessOrElseSafeUrlWrappedValue?: string
[src]

IMPORTANT: Never set or read this field, even from tests, it is private. See documentation at the top of .proto file for programming language packages with which to create or read this message.