It would be awesome if we can retrieve the unsupported (not included in Parser constructor's extensionsToLoad parameter) or unknown (from fastgltf) extension.
One idea is: add extensionUnsupported and extensionUnknown public fields to Parser and modifying them when load{Gltf,GltfJson,GltfBinary} called.