Skip to main content
Module

x/keywork/collections/mod.ts>KeyworkCollection#fetchDocumentMetadataByPath

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Latest
method KeyworkCollection.prototype.fetchDocumentMetadataByPath
Re-export
import { KeyworkCollection } from "https://deno.land/x/keywork@v6.2.1/collections/mod.ts";

Fetches a given document's metadata. This is used to determine a document's deserialization ahead of its fetching.

Parameters

relativeDocPath: string

Returns

Promise<null | KeyworkDocumentMetadata>