We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98612b6 commit 05ca586Copy full SHA for 05ca586
amp-pwa-reader/src/js/Card.js
@@ -21,7 +21,7 @@ class Card {
21
this.headless = headless;
22
this.currentTransform = { scaleX: 1, scaleY: 1 };
23
this.naturalDimensions = { width: 0, height: 0 };
24
- this.streaming = false; /* !prerender; */ //TODO: also check to see if browser supports it
+ this.streaming = true; /* !prerender; */ //TODO: also check to see if browser supports it
25
26
this.create();
27
this.bind();
0 commit comments