invocation context
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.
Last updated
Was this helpful?