Created
February 1, 2018 21:23
-
-
Save bgrins/463c30ada9b5e8f839a5917538c8a96d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<!-- This Source Code Form is subject to the terms of the Mozilla Public | |
- License, v. 2.0. If a copy of the MPL was not distributed with this | |
- file, You can obtain one at http://mozilla.org/MPL/2.0/. --> | |
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" | |
id="devtools-webconsole" | |
macanimationtype="document" | |
fullscreenbutton="true" | |
title="" | |
windowtype="devtools:webconsole" | |
width="900" height="350" | |
persist="screenX screenY width height sizemode"> | |
<popupset></popupset> | |
<iframe src="webconsole.html" flex="1"></iframe> | |
</window> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment