Hi Mike,
Unfortunately, three new format embeddable items are still not implemented in PJSR:
FileFormatInstance.displayFunction
FileFormatInstance.rgbWorkingSpace
FileFormatInstance.colorFilterArray
They will be available in the next 1.8.4 version that I intend to release in September (along with a new XISF specification and, hopefully, the SpiderMonkey engine version 31 or 38, depending on Mozilla's release dates).
The formatSpecificData property is an opaque object used to preserve format-specific data across file load/save operations. It transports native data that cannot be accessed from JavaScript code (it cannot be accessed from C++ code either, except inside the module that implements the specific file format support).