Armen Haroyan

Results 2 issues of Armen Haroyan

This issue is still there in version 3.6.2 The error is - "e.entries is not a function" https://github.com/ebess/advanced-nova-media-library/issues/66 Changing ```for (let [property, value] of formData.entries())``` to ```for (let [property, value]...

I wanted to create something similar to this to skip tones of boilerplate, and I came across to this implementation, which is almost exactly what I needed. Thanks for saving...