In this codelab you will learn how to Progressively handle Iframes loading when your user is offline.
Making Iframes work offline in PWAs is not atleast possible for now but then, good user experience comes first. There are many options you can go for. But for this case, we have one which is more straight forward.
Approach : Once the DOM is loaded, check for connectivity status using javascript and render a custom offline alert message to the user.