On 10/15/14, 10:15 AM, Mike West wrote:
`FormData` objects created from forms including these writeonly elements would be "opaque". You could use them to submit an XHR request, but you couldn't read the values directly from script.
If you're at the point where you can run script on the page, can't you spin up a service worker that would capture the data in that XHR?
-Boris