Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wording change: drop links to File API's "object"
The default linking for [=object=] is to FileAPI's blob URL entry object member[1], which is definitely wrong. Replace such references with: * Infra's ordered map[2], when a dictionary is intended, as that's what a JavaScript object is translated into via bindings. * The generic phrase "platform object" Referencing Web IDL's "object"[3] wouldn't be correct since that's very specifically "non-null object references" meaning JS objects, and which these aren't at this stage in the spec processing model. [1] https://www.w3.org/TR/FileAPI/#blob-url-entry-object [2] https://infra.spec.whatwg.org/#ordered-map [3] https://webidl.spec.whatwg.org/#idl-object
- Loading branch information