aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/request/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/api/request/index.html')
-rw-r--r--files/ko/web/api/request/index.html133
1 files changed, 1 insertions, 132 deletions
diff --git a/files/ko/web/api/request/index.html b/files/ko/web/api/request/index.html
index 73eae676e6..71d191b55c 100644
--- a/files/ko/web/api/request/index.html
+++ b/files/ko/web/api/request/index.html
@@ -151,138 +151,7 @@ const bodyUsed = myRequest.bodyUsed; // true
<h2 id="브라우저_지원">브라우저 지원</h2>
-<p>{{CompatibilityTable}}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>기능</th>
- <th>Chrome</th>
- <th>Edge</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari (WebKit)</th>
- </tr>
- <tr>
- <td>기본 지원</td>
- <td>{{CompatChrome(42)}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatGeckoDesktop(39)}}<br>
- 34</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatOpera(28)}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- <tr>
- <td><code>Request.body.formData</code></td>
- <td>{{CompatChrome(60)}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatOpera(47)}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- <tr>
- <td><code>Request.integrity</code></td>
- <td>{{CompatChrome(46)}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatOpera(33)}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- <tr>
- <td><code>Request.redirect</code></td>
- <td>{{CompatChrome(46)}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatOpera(33)}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- <tr>
- <td>Constructor <code>init</code> can accept <code>ReadableStream</code> <code>body</code></td>
- <td>{{CompatChrome(43)}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatNo}}<sup>[1]</sup></td>
- <td>{{CompatNo}}</td>
- <td>{{CompatOpera(33)}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>기능</th>
- <th>Android Webview</th>
- <th>Chrome for Android</th>
- <th>Edge</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Phone</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>기본 지원</td>
- <td>{{CompatChrome(42)}}</td>
- <td>{{CompatChrome(42)}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatOperaMobile(28)}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- <tr>
- <td><code>Request.body.formData</code></td>
- <td>{{CompatChrome(60)}}</td>
- <td>{{CompatChrome(60)}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatOperaMobile(47)}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- <tr>
- <td><code>Request.integrity</code></td>
- <td>{{CompatChrome(46)}}</td>
- <td>{{CompatChrome(46)}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatOperaMobile(33)}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- <tr>
- <td><code>Request.redirect</code></td>
- <td>{{CompatChrome(46)}}</td>
- <td>{{CompatChrome(46)}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatOperaMobile(33)}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- <tr>
- <td>Constructor <code>init</code> can accept <code>ReadableStream</code> <code>body</code></td>
- <td>{{CompatChrome(43)}}</td>
- <td>{{CompatChrome(43)}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatNo}}<sup>[1]</sup></td>
- <td>{{CompatNo}}</td>
- <td>{{CompatOperaMobile(33)}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>[1] 읽기전용 스트림은 파이어폭스에서 사용 가능하며, <code>dom.streams.enabled</code>와 <code>javascript.options.streams</code> 설정에 숨어있습니다.</p>
+<p>{{Compat("api.Request")}}</p>
<h2 id="관련항목">관련항목</h2>