Hi! This is my first issue in this repository, I'm sorry if I'm opening this discussion in the wrong place. I searched the mailing list archives and issues for this topic but couldn't find a relevant discussion.
The spec says that the <form> method attribute assumes one of three values: get, post, and dialog.
Can we add support for the put, patch, and delete methods for this attribute?
Hi! This is my first issue in this repository, I'm sorry if I'm opening this discussion in the wrong place. I searched the mailing list archives and issues for this topic but couldn't find a relevant discussion.
The spec says that the
<form>methodattribute assumes one of three values:get,post, anddialog.Can we add support for the
put,patch, anddeletemethods for this attribute?