In the end, it looks like calling load() on book works when you specify the chapter in it, as follows: const content = await book.load(item.href);
Hope that helps someone.