Skip to content

Commit

Permalink
Merge branch 'baseline' of https://github.com/bahrus/be-reformable in…
Browse files Browse the repository at this point in the history
…to baseline
  • Loading branch information
bahrus committed Nov 16, 2024
1 parent 4047a63 commit b516965
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions getHeaderFieldVals.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
if(prop == undefined) throw 400;
const domEl = /** @type {HTMLInputElement} */ (await find(enhancedElement, specifier, enhancedElement));
if(domEl === null) throw 404;
//TODO: use ASMR?
headerFieldVals[prop] = domEl.value;
}
return headerFieldVals;
Expand Down

0 comments on commit b516965

Please sign in to comment.