<@U0759J7T2> `when()` appears to belong to Chrome'...
# cfml-general
t
@Gareth
when()
appears to belong to Chrome's implementation of
EventTarget
, which is common to all elements.
Copy code
document.createElement("span") instanceof EventTarget
new EventTarget().when // ƒ when() { [native code] }
You can browse an object's properties and prototypes with
console.dir(...)
d
FWIW I don't see anything like this use of "when" on caniuse.com.