Andrey Sitnik
Andrey Sitnik
Write me to email: [email protected] when you will come to Budapest :).
Ouh, right! OK, I will write you (I have your email from PostCSS NY postcard event)
@bobheadxi maybe you configured the token in some project and can share the way how to create it? I can make a PR to docs if I will know how...
I found out that you need `deployments:write` and `administration:write` permissions
I don’t know a way to fix it (I don’t use this polyfill myself since all modern browsers don’t need it). If you find out a way, please send PR...
We do not need it for modern Safari anyway. It is better to not include it to modern Safari users rather than fixing deprecated warning.
> I get this warning on chromium based browsers You need this polyfill for Chromium-based browsers too. Just don't use it (or serve it only for old Safari).
@DasGandlaf Chromium browsers has `MediaRecorder` support wit the same API. You can use a simple JS check for very old browsers and load this JS bundle of this polyfill only...
MP3 encoding in browser is very slow, I really recommend to use browser’s built-in encoding. It will use much less battery from client’s hardware, will be faster and better for...
Please send PR. Sorry, I don’t have time right now for investigation.