docs(web): mild recorder docs

This commit is contained in:
jahorton 2020-04-30 11:03:21 +07:00
parent 1d40d0b69e
commit 19df4ddad4

View file

@ -262,6 +262,8 @@ function loadExistingTest(files) {
}
}
// --------- TEST DEFINITIONS: SPEC VERSION MIGRATION ----------
function convertTestDefinition(sourceSet) {
if(!sourceSet) {
// Called via HTML button, so we use the currently-loaded test definition.
@ -371,6 +373,8 @@ function deviceFromConstraint(constraint) {
return simDevice;
}
// ----------- END SPEC VERSION MIGRATION -------------
function loadExistingStubs(files) {
var processStub = function(json, file) {