A permissive MVFv3 parser, supporting all extensions our platform may use. This returns a builder should a developer want to extend it with additional extensions.
const parser = createMVFv3Parser().build().expect('Invalid parser, this should never happen.');const bundle = parser.decompress(data); Copy
const parser = createMVFv3Parser().build().expect('Invalid parser, this should never happen.');const bundle = parser.decompress(data);
A permissive MVFv3 parser, supporting all extensions our platform may use. This returns a builder should a developer want to extend it with additional extensions.