Skip to content

buffer: extract Blob's .arrayBuffer() & webidl changes

Rodrigo Muino Tomonari requested to merge github/fork/KhafraDev/blob-changes into main
  • Extracts Blob.prototype.arrayBuffer so it cannot be overridden in .text(), etc.
  • Make .bytes() enumerable. I guess the WPT runner is not running the idlharness tests?
  • Make .text() return a Promise, rather than being explicitly async. This is a non-documented part of the webidl spec. Refs: #49936

Merge request reports

Loading