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

HashesSearchOptions

import type { HashesSearchOptions } from "https://googleapis.deno.dev/v1/safebrowsing:v5.ts";

Additional options for SafeBrowsing#hashesSearch.

interface HashesSearchOptions {
hashPrefixes?: Uint8Array;
}

§Properties

§
hashPrefixes?: Uint8Array
[src]

Required. The hash prefixes to be looked up. Clients MUST NOT send more than 1000 hash prefixes. However, following the URL processing procedure, clients SHOULD NOT need to send more than 30 hash prefixes. Currently each hash prefix is required to be exactly 4 bytes long. This MAY be relaxed in the future.