MDN Web Docs (@mozdevnet) 's Twitter Profile
MDN Web Docs

@mozdevnet

The official MDN Web Docs account. We deliver the best web docs around.

ID: 1317739632

linkhttp://developer.mozilla.org calendar_today31-03-2013 05:09:49

5,5K Tweet

44,44K Takipçi

952 Takip Edilen

MDN Web Docs (@mozdevnet) 's Twitter Profile Photo

Working with <dialog> elements? 🤔 Don't use .close(), it ends the dialog immediately. Use HTMLDialogElement.requestClose(), it fires a close event first, giving your app a chance to intercept it, useful for confirmation or animations. Try now 👇 developer.mozilla.org/en-US/docs/Web…