feat: open FSSHTTP OneNote sections

This commit is contained in:
2026-07-22 19:26:08 +02:00
parent a7b1cd7d16
commit eb15fecb3f
12 changed files with 877 additions and 21 deletions

View File

@@ -553,11 +553,14 @@ function parseObjectGroupData(
context.limits.maxVectorBytes,
'Object binary item size'
);
const offset = body.offset;
const data = body.read(size);
result = {
kind: 'object',
objectReferences,
cellReferences,
data: body.read(size),
data,
dataReference: { source: body.bytes, offset, size },
};
} else if (header.type === FSSHTTP_OBJECT.objectGroupBlobReference) {
result = {