Baseline Widely available
HTMLFormElement.method
ããããã£ã¯ã<form>
ãéä¿¡ããããã«ä½¿ç¨ããã HTTP ã¡ã½ããã表ãã¾ãã
æç¤ºçã«æå®ãããªãã£ãå ´åãæ¢å®ã®ã¡ã½ãã㯠'get' ã§ãã
夿ååã§ãã
ä¾document.forms["myform"].method = "post";
const formElement = document.createElement("form"); // ãã©ã¼ã ãçæ
document.body.appendChild(formElement);
console.log(formElement.method); // 'get'
仿§æ¸ ãã©ã¦ã¶ã¼ã®äºææ§
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4