Baseline Widely available
XMLHttpRequest.responseURL
ããããã£ã¯èªã¿åãå°ç¨ã§ãã¬ã¹ãã³ã¹ã®ã·ãªã¢ã©ã¤ãºããã URL ãè¿ãã¾ãã URL ã null
ã®å ´åã¯ã空æåãè¿ãã¾ãã URL ã«åå¨ãã URL ãã©ã°ã¡ã³ãã¯ãã¹ã¦åãé¤ããã¾ãã responseURL
ã®å¤ã¯ãä»»æã®ãªãã¤ã¬ã¯ãå¾ã«å¾ãããæå¾ã® URL ã«ãªãã¾ãã
const xhr = new XMLHttpRequest();
xhr.open("GET", "http://example.com/test", true);
xhr.onload = () => {
console.log(xhr.responseURL); // http://example.com/test
};
xhr.send(null);
仿§æ¸ ãã©ã¦ã¶ã¼ã®äºææ§
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