UNPKG

@arnellebalane/master-tab

Version:

Controls which tab should be the master tab when opening a page in multiple browser tabs

7 lines (6 loc) 171 B
<script src="dist/master-tab.umd.js"></script> <script> MasterTab.on('change', isMaster => { document.title = isMaster ? 'MASTER' : 'SLAVE'; }); </script>