-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature(amp-live-list): add update feature #3260
feature(amp-live-list): add update feature #3260
Conversation
edb315f
to
16fffd2
Compare
@cramforce PTAL |
@cramforce ping |
16fffd2
to
1b166ac
Compare
var doctype = '<!doctype html>\n'; | ||
res.setHeader('Content-Type', 'text/html'); | ||
res.statusCode = 200; | ||
if (ctr != 0) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be throttled a bit and sometimes return nothing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point, will add variation here and on upcoming full sample
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
LGTM |
d5fb936
to
baf5abc
Compare
baf5abc
to
0e5ebe1
Compare
No description provided.