Angus Durfee

Results 2 issues of Angus Durfee

Changing the return type of `Page#content` to the promise of an array of `PageSection` (a new interface). Return type was previously the promise of a string, which was incorrect. Resolves...

`Page.content()` is set to return a promise of a string, however this is not always the case. Sometimes (more often than not it seems) it returns a promise for an...

bug