You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments