IDLFileHandler
IDLFileHandler
new IDLFileHandler()
The handler, an instance of which is created for every instance of GQLBase.
The handler manages the fetching and decoding of files bearing the IDL
schema associated with the class represented by this instance of GQLBase.
- Source:
- GQLBase.js, line 997
Classes
Methods
⌾⠀getFile() → {Buffer|null}
Loads the calculated file determined by the decoding of the meaning of
the Symbol returned by the SCHEMA property of the instance supplied to
the IDLFileHandler upon creation.
Returns:
(
Buffer
|
null
)
returns the Buffer containing the file base IDL
schema or null if none was found or a direct string schema is returned
by the SCHEMA property
- Source:
- GQLBase.js, line 1060