Matt Moran

Results 4 comments of Matt Moran

Possibly could be solved by #125?

I've forked your code and made it work on a locally hosted site - the only annoying thing is GitHub thinks I've changed _everything_ because of the way Atom Beautifier...

This issue is likely to be a duplicate of #1617, introduced in #1287. Workarounds are to revert to v3.2.8 or add `DOM` to the libraries included in tsconfig.

Hi @SufyaanKhateeb > Can you explain why adding the 'DOM' to tsconfig resolves the problem? The 'DOM' library includes type definitions for `FormData`, which you can see here: https://github.com/microsoft/TypeScript/blob/main/src/lib/dom.generated.d.ts#L6029 Usually...