ant-devtools-frontend
Advanced tools
Comparing version 0.4.4 to 0.4.5
{ | ||
"name": "ant-devtools-frontend", | ||
"description": "Ant DevTools UI From Chrome", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "gulp --gulpfile scripts/gulp/gulpfile.js", |
@@ -32,3 +32,3 @@ let mainTinyModel;const win=window;Ant.AxmlPanel=class extends Elements.ElementsPanel{constructor(){super('axml');this.registerRequiredCSS('elements/elementsTreeOutline.css');Ant.targetManager.addEventListener(Ant.TargetManager.Events.switchTarget,this.requestTargetWS,this);this.requestTargetWS();} | ||
return null;if(!this._domStorageView) | ||
this._domStorageView=new Ant.DOMStorageItemsView(this._domStorage);else | ||
this._domStorageView=new Resources.DOMStorageItemsView(this._domStorage);else | ||
this._domStorageView.setStorage(this._domStorage);this.showView(this._domStorageView);}};Ant.StoragePanel.ResourceRevealer=class{reveal(resource){if(!(resource instanceof SDK.Resource)) | ||
@@ -35,0 +35,0 @@ return Promise.reject(new Error('Internal error: not a resource'));var panel=Resources.ResourcesPanel._instance()._sidebar;return UI.viewManager.showView('resources').then(panel.showResource.bind(panel,resource));}};;Ant.DataPanel=class extends UI.VBox{constructor(){super('data');this.contentElement.classList.add('data-view');}};;Ant.AcssModel=class extends SDK.CSSModel{constructor(target){super(target);this._agent=target.cssAgent();}};;Ant.ElementsTreeOutline=class extends Elements.ElementsTreeOutline{static forDOMModel(tinyModel){return tinyModel[Elements.ElementsTreeOutline._treeOutlineSymbol]||null;} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5966806