Skip to content

Commit 05ca586

Browse files
committed
Since I think the streaming case has been fixed, let's always stream for now.
1 parent 98612b6 commit 05ca586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amp-pwa-reader/src/js/Card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Card {
2121
this.headless = headless;
2222
this.currentTransform = { scaleX: 1, scaleY: 1 };
2323
this.naturalDimensions = { width: 0, height: 0 };
24-
this.streaming = false; /* !prerender; */ //TODO: also check to see if browser supports it
24+
this.streaming = true; /* !prerender; */ //TODO: also check to see if browser supports it
2525

2626
this.create();
2727
this.bind();

0 commit comments

Comments
 (0)