UNPKG

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

18 lines (16 loc) 522 B
define(["underscore"], function(_) { return ({ inspectedPagePhase, backbonePhase }) => ` <div id="waiting" class="container-fluid"> ${inspectedPagePhase ? ` <p>Waiting for inspected page loading...</p> ` : ''} ${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> ` : ''} </div> `; });