You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What specific section or headline is this issue about?
Code example given below
What information was incorrect, unhelpful, or incomplete?
In the code example, it is mentioned that if I try to paste some text inside the content editable div, the result div just below the content editable div will access the data transfer object, get that content, and display it.
However, running the example doesn't show any output in the result. Instead, there is an error saying "unable to read getData of null," basically indicating that the data transfer object is null.
What did you expect to see?
By the example, whatever I have pasted inside the content editable div should be displayed in the result div.
Do you have any supporting links, references, or citations?
Josh-Cena
added
help wanted
If you know something about this topic, we would love your help!
and removed
needs triage
Triage needed by staff and/or partners. Automatically applied when an issue is opened.
labels
Oct 9, 2024
Josh-Cena
changed the title
The example not working
dataTransfer is null
Oct 9, 2024
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/InputEvent/dataTransfer
What specific section or headline is this issue about?
Code example given below
What information was incorrect, unhelpful, or incomplete?
In the code example, it is mentioned that if I try to paste some text inside the content editable div, the result div just below the content editable div will access the data transfer object, get that content, and display it.
However, running the example doesn't show any output in the result. Instead, there is an error saying "unable to read getData of null," basically indicating that the data transfer object is null.
What did you expect to see?
By the example, whatever I have pasted inside the content editable div should be displayed in the result div.
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
No response
MDN metadata
Page report details
en-us/web/api/inputevent/datatransfer
The text was updated successfully, but these errors were encountered: