binarykitchen / videomail-client

A wicked npm package to record videos directly in the browser, wohooo!
https://videomail.io
Creative Commons Zero v1.0 Universal
56 stars 19 forks source link

dont do assignments to read only vars #123

Closed binarykitchen closed 7 years ago

binarykitchen commented 7 years ago

like window.screen and other window vars. better use an if check

binarykitchen commented 7 years ago

fixed