UNPKG

chrome-devtools-frontend

Version:
13 lines (10 loc) 456 B
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import '../../core/dom_extension/dom_extension.js'; import '../../Images/Images.js'; if (window.opener) { // @ts-ignore TypeScript doesn't know about `Emulation` on `Window`. const app = window.opener.Emulation.AdvancedApp.instance(); app.deviceModeEmulationFrameLoaded(document); }