Skip to content

Commit

Permalink
amp-live-list.md polling clarification (#5991)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlindley-g authored and erwinmombay committed Nov 3, 2016
1 parent f67f31f commit b398087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-live-list/amp-live-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ In most implementations for live blogs, content is either pushed by the server
to the client instance of a page, or the client polls a JSON endpoint to receive
updates. The implementation for this component is different, in that the client
instance of the page polls the server copy of the document for updates to the
`items` reference point.
`items` reference point. For instance: if the user is viewing a document served from an AMP cache, the client will poll that document hosted on that AMP cache for updates; if the user is viewing a document served from a web publisher's origin domain (e.g. "example.com"), then the client will poll the document hosted on that origin domain for updates.

This means that publishers of content do not need to set up a JSON endpoint or
push mechanism for this component to work. New content just needs to be
Expand Down

0 comments on commit b398087

Please sign in to comment.