## What I expect ```diff - setFormValue(value: string) + setFormValue(value: string | File | FormData, state: string | File | FormData) ``` ## Related links - [Specification](https://html.spec.whatwg.org/multipage/custom-elements.html#dom-elementinternals-setformvalue) - https://github.com/calebdwilliams/element-internals-polyfill/issues/2#issuecomment-734367044
What I expect
Related links