Skip to content

Session.setCodeCachePath method

Session › setCodeCachePath

Unofficial

Sets the directory to store the generated JS code cache for this session.

Signature:

setCodeCachePath(path: string): void

Parameters:

Parameter Type Description
path string The directory to store the code cache in.

Returns: void