HTML5 PUT/DELETE methods not working in Chrome?

前端 未结 2 456
情书的邮戳
情书的邮戳 2020-12-30 22:37

I am trying to figure out why the put/delete methods, in an HTML5 enabled site, is not working with Chrome. From what i\'ve searched for, it sounds like it has been working

2条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-30 23:06

    PUT and DELETE are no longer supported methods for the

    tag. See HTML5 differences from HTML4 (19 Oct 2010)

提交回复
热议问题