Bug 1311177 - Implement the devtools.network.getHAR API method; r=jdescottes,rickychien,rpl

MozReview-Commit-ID: gUtGjbr0FQ
This commit is contained in:
Jan Odvarko
2018-01-22 18:30:46 +01:00
parent c00ead9b88
commit 0461788e8d
9 changed files with 229 additions and 76 deletions

View File

@@ -25,6 +25,10 @@ this.devtools_network = class extends ExtensionAPI {
});
};
}).api(),
getHAR: function() {
return context.devToolsToolbox.getHARFromNetMonitor();
},
},
},
};