You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading a page, the user typically sees a blank screen before anything is displayed (aka first paint). This doc proposes a mechanism that caches the rendering of a developer-chosen section of the page, and displays it on subsequent loads of the same page as the first screen, so that the user no longer seens a blank screen at all.
The snapshot can be used to create a static splash screen (which is currently only available to PWA and hybrid apps with a WebView).
This is a very rough draft to gather some thoughts and see if this is something worth pursuing. Any comments are appreciated!
Introduction
When loading a page, the user typically sees a blank screen before anything is displayed (aka first paint). This doc proposes a mechanism that caches the rendering of a developer-chosen section of the page, and displays it on subsequent loads of the same page as the first screen, so that the user no longer seens a blank screen at all.
The snapshot can be used to create a static splash screen (which is currently only available to PWA and hybrid apps with a WebView).
This is a very rough draft to gather some thoughts and see if this is something worth pursuing. Any comments are appreciated!
Read the complete Explainer.
Feedback
Please provide all feedback below.
The text was updated successfully, but these errors were encountered: