Skip to main content

cachedDataRejected

property Script.prototype.cachedDataRejected

When cachedData is supplied to create the vm.Script, this value will be set to either true or false depending on acceptance of the data by V8. Otherwise the value is undefined.

boolean | undefined
Back to top