Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The formData
read-only property of the NavigateEvent
interface returns the FormData
object representing the submitted data in the case of a POST
form submission, or null
otherwise.