Canop / miaou

A chat server with OAuth2 authentication, persistent and searchable history, video and audio, markdown formatting, private and public rooms, stars, votes, embedded games, and many other features
http://miaou.dystroy.org/
Other
539 stars 73 forks source link

pull request fix image pasting from system clipboard on firefox #56

Closed jean-moulinette closed 8 years ago

jean-moulinette commented 8 years ago

Items are already typed as file on firefox's clipboard interface so the getAsFile method isn't avaiable.

ralt commented 8 years ago

Should we move the var to const on client side? AFAIK, it's pretty well supported by now.

let should be used there though, although I'd like a const-based solution (i.e. files and firefoxFiles).

Canop commented 8 years ago

Let's slow down on that change until it's clear how it's implemented in all browsers and how much it's efficient