bradleyg / django-s3direct

Directly upload files to S3 compatible services with Django.
MIT License
658 stars 234 forks source link

Use of Mutation Events is deprecated. Use MutationObserver instead. #192

Closed Schlepptop closed 2 years ago

Schlepptop commented 5 years ago

The title pretty much says it all, Firefox refuses to listen for the deprecated mutation events, thus inserting an upload widget dynamically won't work out of the box.

sebalatorre commented 3 years ago

I'm having the same issue on google chrome. Will this be merged? It's was submitted two years ago.

Schlepptop commented 2 years ago

I closed the above PR in favor of #239, which doesn't have any merge conflicts.