ReactfromMDN Web Docs1 week agoUnder the hood of MDN's new frontend | MDN BlogMDN's frontend was overhauled to simplify design and improve code structure, addressing technical debt from the previous React app.
Node JSfromSitePoint Forums | Web Development & Design Community11 months agoIs the "this" value in a DOM event handler bound to any "EventTarget" rather than only to DOM elements?MDN should clarify that 'this' refers to an EventTarget, not just DOM elements.The specification indicates 'this' is bound to the EventTarget the listener is attached to.