Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! buffer: fix validation of options in Blob constructor
Co-authored-by: Joyee Cheung <[email protected]>
  • Loading branch information
aduh95 and joyeecheung authored Oct 31, 2022
commit 1ff33ff3d78098820fe819ae816ffcf39a542f58
1 change: 1 addition & 0 deletions lib/internal/validators.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ const validateObject = hideStackFrames(
* @param {*} value
* @param {string} name
* @see https://webidl.spec.whatwg.org/#es-dictionary
* @see https://tc39.es/ecma262/#table-typeof-operator-results
*/

/** @type {validateDictionary} */
Expand Down