After downloading a (private) page, accessing page.BlockRecords yields an empty slice. However, page.ForEachBlock() still yields the expected result. Is this intentional, or a bug?
I see that I can get the result I want by iterating over page.Root().Content so I'm probably misunderstanding what BlockRecords actually represents, my mistake. Closing this.
After downloading a (private) page, accessing
page.BlockRecords
yields an empty slice. However,page.ForEachBlock()
still yields the expected result. Is this intentional, or a bug?Minimal example: