Skip to main content
CompileFunctionOptions.cachedData - vm - Node documentation
property CompileFunctionOptions.cachedData

Usage in Deno

import { type CompileFunctionOptions } from "node:vm";

Provides an optional data with V8's code cache data for the supplied source.

Type

Buffer | undefined