mirror of
https://github.com/liriliri/eruda.git
synced 2026-04-01 10:18:35 +08:00
Dev: Support auto scale #32
This commit is contained in:
@@ -8,7 +8,7 @@ export default class Network extends Tool
|
||||
{
|
||||
super();
|
||||
|
||||
util.evalCss(require('./Network.scss'));
|
||||
this._style = util.evalCss(require('./Network.scss'));
|
||||
|
||||
this.name = 'network';
|
||||
this._performanceTimingData = [];
|
||||
@@ -264,6 +264,7 @@ export default class Network extends Tool
|
||||
{
|
||||
super.destroy();
|
||||
|
||||
util.evalCss.remove(this._style);
|
||||
this.restoreXhr();
|
||||
}
|
||||
_getResourceTimingData()
|
||||
|
||||
Reference in New Issue
Block a user