통신 XMLHttpRequest Specification

황제낙엽 2021.04.29 13:43 조회 수 : 428

sitelink1 https://xhr.spec.whatwg.org/ 
sitelink2  
sitelink3  
sitelink4  
extra_vars4  
extra_vars5  
extra_vars6  

Table of Contents

 

1 Introduction

    1.1 Specification history

2 Terminology

3 Interface XMLHttpRequest

    3.1 Constructors

    3.2 Garbage collection

    3.3 Event handlers

    3.4 States

    3.5 Request

        3.5.1 The open() method

        3.5.2 The setRequestHeader() method

        3.5.3 The timeout getter and setter

        3.5.4 The withCredentials getter and setter

        3.5.5 The upload getter

        3.5.6 The send() method

        3.5.7 The abort() method

    3.6 Response

        3.6.1 The responseURL getter

        3.6.2 The status getter

        3.6.3 The statusText getter

        3.6.4 The getResponseHeader() method

        3.6.5 The getAllResponseHeaders() method

        3.6.6 Response body

        3.6.7 The overrideMimeType() method

        3.6.8 The responseType getter and setter

        3.6.9 The response getter

        3.6.10 The responseText getter

        3.6.11 The responseXML getter

    3.7 Events summary

4 Interface FormData

5 Interface ProgressEvent

    5.1 Firing events using the ProgressEvent interface

    5.2 Suggested names for events using the ProgressEvent interface

    5.3 Security considerations

    5.4 Example

 

Acknowledgments

Intellectual property rights

Index

Terms defined by this specification

Terms defined by reference

References

Normative References

IDL Index

번호 제목 글쓴이 날짜 조회 수
226 체크박스에 체크된 항목 개수 구하기 황제낙엽 2023.06.10 497
225 JSON 클래스가 지원하는 function 황제낙엽 2023.03.31 224
224 (Copilot) JSON 객체의 내부 데이터 리스트 길이를 구하는 방법 황제낙엽 2023.03.30 249
223 배열에 대한 루프문 조회 (loop iterator) 황제낙엽 2023.03.01 563
222 (Copilot) 바닐라 스크립트가 뭐지? 황제낙엽 2023.02.24 264
221 CryptoJS 를 이용한 암호화 황제낙엽 2023.02.15 472
220 [URLSearchParams] URL 파라미터(매개변수) 값 가져오기 file 황제낙엽 2023.02.02 431
219 Fetch API (CORS 극복을 위한 노력) 황제낙엽 2021.12.05 443
218 두 서버의 자원을 접근하는 클라이언트 프레임웍(Next.js)에서의 CORS오류 file 황제낙엽 2021.12.05 506
217 CORS 의 내용과 이에 대한 우회 방안들 file 황제낙엽 2021.12.05 459
216 client 통신 기술 jquery ajax, fetch, axios 황제낙엽 2021.12.05 270
215 문자열에서 역슬래시(backslash) 문자와 유니코드(Unicode)에 대한 고찰 file 황제낙엽 2021.06.03 494
» XMLHttpRequest Specification 황제낙엽 2021.04.29 428
213 자바스크립트(Javascript) escape, encodeURI, encodeURIComponent 인코딩 함수 황제낙엽 2021.04.27 446
212 자바스크립트 학습용 유튜브 강의 (드림코딩 by 엘리) 황제낙엽 2021.03.07 467
211 IIFE (Immediately Invoked Function Expression) 황제낙엽 2021.03.07 260
210 Arrow function 황제낙엽 2021.03.07 257
209 함수 Call Stack 디버깅을 위한 함수 선언 팁 황제낙엽 2021.03.07 258
208 Function declaration 과 Function expression 의 차이 황제낙엽 2021.03.07 219
207 Early return, early exit - 스크립트 가독성 개선 팁 황제낙엽 2021.03.07 373