fregante / GhostText

👻 Use your text editor to write in your browser. Everything you type in the editor will be instantly updated in the browser (and vice versa).
https://GhostText.fregante.com
MIT License
3.28k stars 117 forks source link

The Mutation Events option has been discontinued. Alternatively, use the MutationObserver. #91

Closed joniEAHH closed 6 years ago

joniEAHH commented 7 years ago

Hi,

When I try to run the module on firefox it gives me this error on input-area.js The Mutation Events option has been discontinued. Alternatively, use the MutationObserver.

The line from error is: this.textArea.addEventListener('DOMNodeRemovedFromDocument', this.elementRemovedListener, false);

Thanks in advance. input-area.zip

fregante commented 7 years ago

It's not an error but a warning, it still works. Feel free to send a PR to implement this https://stackoverflow.com/questions/31798816/simple-mutationobserver-version-of-domnoderemovedfromdocument