invocation context
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
browser โฉ event โฉ handler โฉ invocation context
invocation context๏ผ
this
refers to the object on which the handler was registered.
this
=== event.currentTarget unless the handler is an arrow function, or its this
is bound to something else.