Interface PageLoadRequest

Page load request.

Accepted as a input of page load parameter.

Hierarchy

  • PageLoadRequest

Properties

Properties

Page fragment request.

When specified, this fragment will be requested by Accept-Fragment HTTP request header, and the response will contain a loaded fragment.

When omitted in one of the page load requests, the full document will be requested. I.e. Accept-Fragment header won't be sent in HTTP request.

receiver: EventReceiver<[PageLoadResponse]>

Page load events receiver.

Will be notified on page load response events whenever page loaded. The notifications would no longer be sent one request receiver's supply is cut off.

Generated using TypeDoc