Module: lib/optionsNode

Members

(static, constant) fetchSystemPrefix

The system include prefix to use in conjunction with the fetchSystem function.

Source:

Methods

(static) fetchReadOnly()

A fetch function implementation that fetches resources that uses HTTP GET and POST for URLs, otherwise read-only file system access

Source:

(static) fetchReadWrite()

A fetch function implementation that fetches resources that uses HTTP GET and POST for URLs, otherwise read-write file system access

Source:

(static) fetchSystem()

A partial fetch function implementation that fetches system includes from the local package, otherwise falls back to the first argument, fetchFn, unless null.

Source:

(static) logStdout()

A log function implementation that outputs to stdout

Source: