electron-devtools-vendor
Version:
<div align="center"> <h2>electron-devtools-vendor</h2> <img alt="MIT" src="https://img.shields.io/github/license/BlackHole1/electron-devtools-vendor?color=9cf&style=flat-square"> <img alt="GitHub repo size" src="https://img.shields.io/github/r
12 lines (11 loc) • 453 B
HTML
<div id="waiting" class="container-fluid">
{{#inspectedPagePhase}}
<p>Waiting for inspected page loading...</p>
{{/inspectedPagePhase}}
{{#backbonePhase}}
<p>Waiting for Backbone...</p>
<p>
Are you stuck here indefinitely? Then try to use the <a href="https://github.com/Maluen/Backbone-Debugger#backbone-detection" target="_blank">Backbone detection</a> workaround.
</p>
{{/backbonePhase}}
</div>