2
0
Эх сурвалжийг харах

Docs: Remove browser support page. (#22140)

Michael Herzog 4 жил өмнө
parent
commit
2f8b45c06e

+ 0 - 5
docs/list.json

@@ -7,7 +7,6 @@
 			"Getting Started": {
 				"Creating a scene": "manual/en/introduction/Creating-a-scene",
 				"Installation": "manual/en/introduction/Installation",
-				"Browser support": "manual/en/introduction/Browser-support",
 				"WebGL compatibility check": "manual/en/introduction/WebGL-compatibility-check",
 				"How to run things locally": "manual/en/introduction/How-to-run-things-locally",
 				"Drawing lines": "manual/en/introduction/Drawing-lines",
@@ -448,7 +447,6 @@
 			"البدء": {
 				"إنشاء مشهد": "manual/ar/introduction/Creating-a-scene",
 				"التثبيت": "manual/ar/introduction/Installation",
-				"دعم المتصفح": "manual/ar/introduction/Browser-support",
 				"فحص توافق WebGL": "manual/ar/introduction/WebGL-compatibility-check",
 				"كيف تدير الأشياء محليًا": "manual/ar/introduction/How-to-run-things-locally",
 				"رسم خطوط": "manual/ar/introduction/Drawing-lines",
@@ -520,7 +518,6 @@
 			"起步": {
 				"创建一个场景": "manual/zh/introduction/Creating-a-scene",
 				"安装": "manual/zh/introduction/Installation",
-				"浏览器支持": "manual/zh/introduction/Browser-support",
 				"WebGL兼容性检查": "manual/zh/introduction/WebGL-compatibility-check",
 				"如何在本地运行Three.js": "manual/zh/introduction/How-to-run-things-locally",
 				"画线": "manual/zh/introduction/Drawing-lines",
@@ -955,7 +952,6 @@
 			"시작하기": {
 				"장면 만들기": "manual/ko/introduction/Creating-a-scene",
 				"설치": "manual/ko/introduction/Installation",
-				"브라우저 지원": "manual/ko/introduction/Browser-support",
 				"WebGL 호환성 검사": "manual/ko/introduction/WebGL-compatibility-check",
 				"로컬 환경에서 구동 방법": "manual/ko/introduction/How-to-run-things-locally",
 				"선 그리기": "manual/ko/introduction/Drawing-lines",
@@ -1053,7 +1049,6 @@
             "はじめてみましょう": {
                 "シーンの作成": "manual/ja/introduction/Creating-a-scene",
                 "インストールの方法": "manual/ja/introduction/Installation",
-                "サポートしているブラウザ": "manual/ja/introduction/Browser-support",
                 "WebGLの互換性の確認": "manual/ja/introduction/WebGL-compatibility-check",
                 "localで実行する方法": "manual/ja/introduction/How-to-run-things-locally",
                 "線を引く": "manual/ja/introduction/Drawing-lines",

+ 0 - 123
docs/manual/ar/introduction/Browser-support.html

@@ -1,123 +0,0 @@
-<!DOCTYPE html>
-<html lang="ar">
-	<head>
-		<meta charset="utf-8">
-		<base href="../../../" />
-		<script src="page.js"></script>
-		<link type="text/css" rel="stylesheet" href="page.css" />
-	</head>
-	<body class="rtl">
-		<h1>([name]) دعم المتصفح</h1>
-
-		<h2>نظرة عامة</h2>
-		<div>
-			<p>
-				يمكن لـ Three.js استخدام WebGL لعرض المشاهد الخاصة بك على جميع المتصفحات الحديثة. بالنسبة إلى المتصفحات الأقدم ، وخاصة Internet Explorer 10 والإصدارات الأقدم ، قد تضطر إلى الرجوع إلى أحد المستعرضات الأخرى [link:https://github.com/mrdoob/three.js/tree/master/examples/jsm/renderers renderers] (CSS2DRenderer و CSS3DRenderer و SVGRenderer). بالإضافة إلى ذلك ، قد تضطر إلى تضمين بعض polyfills ، بالأخص إذا كنت تستخدم ملفات من المجلد [link:https://github.com/mrdoob/three.js/tree/master/examples /examples].
-			</p>
-			<p>
-				ملاحظة: إذا لم تكن بحاجة إلى دعم هذه المتصفحات القديمة ، فلا يوصى باستخدام برامج العارض الأخرى لأنها أبطأ وتدعم ميزات أقل من WebGLRenderer.
-			</p>
-		</div>
-
-		<h2>المتصفحات التي تدعم WebGL</h2>
-		<div>
-			<p>
-				Google Chrome 9+, Firefox 4+, Opera 15+, Safari 5.1+, Internet Explorer 11 و Microsoft Edge.<br/>
-				يمكنك العثور على المتصفحات التي تدعم WebGL في [link:https://caniuse.com/#feat=webgl Can I use WebGL].
-			</p>
-		</div>
-
-		<h2>ميزات لغة JavaScript أو واجهات الويب البرمجية المستخدمة في three.js</h2>
-		<div>
-			<p>
-				فيما يلي بعض الميزات المستخدمة في three.js. قد يتطلب بعض منهم polyfills إضافية.
-			</p>
-			<table>
-				<thead>
-					<tr>
-						<th>الخاصية</th>
-						<th>نطاق الاستخدم</th>
-						<th>الوحدات</th>
-					</tr>
-				</thead>
-				<tbody>
-					<tr>
-						<td>Typed Arrays</td>
-						<td>Source</td>
-						<td>BufferAttribute, BufferGeometry, etc.</td>
-					</tr>
-					<tr>
-						<td>Web Audio API</td>
-						<td>Source</td>
-						<td>Audio, AudioContext, AudioListener, etc.</td>
-					</tr>
-					<tr>
-						<td>WebXR Device API</td>
-						<td>Source</td>
-						<td>WebXRManager</td>
-					</tr>
-					<tr>
-						<td>Blob</td>
-						<td>Source</td>
-						<td>FileLoader, etc.</td>
-					</tr>
-					<tr>
-						<td>Promise</td>
-						<td>Examples</td>
-						<td>GLTFLoader, DRACOLoader, BasisTextureLoader, GLTFExporter, VRButton, ARButton, etc.</td>
-					</tr>
-					<tr>
-						<td>Fetch</td>
-						<td>Examples</td>
-						<td>ImageBitmapLoader, etc.</td>
-					</tr>
-					<tr>
-						<td>File API</td>
-						<td>Examples</td>
-						<td>GLTFExporter, etc.</td>
-					</tr>
-					<tr>
-						<td>URL API</td>
-						<td>Examples</td>
-						<td>GLTFLoader, etc.</td>
-					</tr>
-					<tr>
-						<td>Pointer Lock API</td>
-						<td>Examples</td>
-						<td>PointerLockControls</td>
-					</tr>
-				</tbody>
-			</table>
-		</div>
-
-		<h2>Polyfills</h2>
-		<div>
-			<p>فقط قم باستيراد polyfills بناءً على متطلباتك. إذا أخذنا IE9 كمثال ، فأنت بحاجة إلى ملء هذه الميزات على الأقل:</p>
-			<ul>
-				<li>Typed Arrays</li>
-				<li>Blob</li>
-			</ul>
-		</div>
-
-		<h3>مقترح polyfills</h3>
-		<div>
-			<ul>
-				<li>
-					[link:https://github.com/zloirock/core-js core-js]
-				</li>
-				<li>
-					[link:https://github.com/inexorabletash/polyfill/blob/master/typedarray.js typedarray.js]
-				</li>
-				<li>
-					[link:https://github.com/stefanpenner/es6-promise/ ES6-Promise]
-				</li>
-				<li>
-					[link:https://github.com/eligrey/Blob.js Blob.js]
-				</li>
-				<li>
-					[link:https://github.com/github/fetch fetch]
-				</li>
-			</ul>
-		</div>
-	</body>
-</html>

+ 0 - 122
docs/manual/en/introduction/Browser-support.html

@@ -1,122 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-	<meta charset="utf-8">
-	<base href="../../../" />
-	<script src="page.js"></script>
-	<link type="text/css" rel="stylesheet" href="page.css" />
-</head>
-<body>
-	<h1>[name]</h1>
-
-	<h2>Overview</h2>
-	<div>
-		<p>
-			Three.js can use WebGL to render your scenes on all modern browsers. For older browsers, especially Internet Explorer 10 and below, you may have to fallback to one of the other [link:https://github.com/mrdoob/three.js/tree/master/examples/jsm/renderers renderers] (CSS2DRenderer, CSS3DRenderer, SVGRenderer). Additionally, you may have to include some polyfills, especially if you are using files from the [link:https://github.com/mrdoob/three.js/tree/master/examples /examples] folder.
-		</p>
-		<p>
-			Note: if you don't need to support these old browsers, then it is not recommended to use the other renderers as they are slower and support less features than the WebGLRenderer.
-		</p>
-	</div>
-
-	<h2>Browsers that support WebGL</h2>
-	<div>
-		<p>
-			Google Chrome 9+, Firefox 4+, Opera 15+, Safari 5.1+, Internet Explorer 11 and Microsoft Edge. You can find which browsers support WebGL at [link:https://caniuse.com/#feat=webgl Can I use WebGL].
-		</p>
-	</div>
-
-	<h2>JavaScript Language Features or Web APIs Used in three.js</h2>
-	<div>
-		<p>
-			Here are some features used in three.js. Some of them may require additional polyfills.
-		</p>
-		<table>
-			<thead>
-				<tr>
-					<th>Feature</th>
-					<th>Use Scope</th>
-					<th>Modules</th>
-				</tr>
-			</thead>
-			<tbody>
-				<tr>
-					<td>Typed Arrays</td>
-					<td>Source</td>
-					<td>BufferAttribute, BufferGeometry, etc.</td>
-				</tr>
-				<tr>
-					<td>Web Audio API</td>
-					<td>Source</td>
-					<td>Audio, AudioContext, AudioListener, etc.</td>
-				</tr>
-				<tr>
-					<td>WebXR Device API</td>
-					<td>Source</td>
-					<td>WebXRManager</td>
-				</tr>
-				<tr>
-					<td>Blob</td>
-					<td>Source</td>
-					<td>FileLoader, etc.</td>
-				</tr>
-				<tr>
-					<td>Promise</td>
-					<td>Examples</td>
-					<td>GLTFLoader, DRACOLoader, BasisTextureLoader, GLTFExporter, VRButton, ARButton, etc.</td>
-				</tr>
-				<tr>
-					<td>Fetch</td>
-					<td>Examples</td>
-					<td>ImageBitmapLoader, etc.</td>
-				</tr>
-				<tr>
-					<td>File API</td>
-					<td>Examples</td>
-					<td>GLTFExporter, etc.</td>
-				</tr>
-				<tr>
-					<td>URL API</td>
-					<td>Examples</td>
-					<td>GLTFLoader, etc.</td>
-				</tr>
-				<tr>
-					<td>Pointer Lock API</td>
-					<td>Examples</td>
-					<td>PointerLockControls</td>
-				</tr>
-			</tbody>
-		</table>
-	</div>
-
-	<h2>Polyfills</h2>
-	<div>
-		<p>Just import polyfills based on your requirements. Taking IE9 as an example, you need to polyfill at least these features:</p>
-		<ul>
-			<li>Typed Arrays</li>
-			<li>Blob</li>
-		</ul>
-	</div>
-
-	<h3>Suggested polyfills</h3>
-	<div>
-		<ul>
-			<li>
-				[link:https://github.com/zloirock/core-js core-js]
-			</li>
-			<li>
-				[link:https://github.com/inexorabletash/polyfill/blob/master/typedarray.js typedarray.js]
-			</li>
-			<li>
-				[link:https://github.com/stefanpenner/es6-promise/ ES6-Promise]
-			</li>
-			<li>
-				[link:https://github.com/eligrey/Blob.js Blob.js]
-			</li>
-			<li>
-				[link:https://github.com/github/fetch fetch]
-			</li>
-		</ul>
-	</div>
-</body>
-</html>

+ 0 - 125
docs/manual/ja/introduction/Browser-support.html

@@ -1,125 +0,0 @@
-<!DOCTYPE html>
-<html lang="ja">
-<head>
-	<meta charset="utf-8">
-	<base href="../../../" />
-	<script src="page.js"></script>
-	<link type="text/css" rel="stylesheet" href="page.css" />
-</head>
-<body>
-	<h1>[name]</h1>
-
-	<h2>概要</h2>
-	<div>
-		<p>
-			モダンなブラウザ上であれば、Three.jsはWebGLを使ってsceneを描画出来ます。古いブラウザ(特にInternet Explore 10以下)では、他の[link:https://github.com/mrdoob/three.js/tree/master/examples/jsm/renderers renderers] (CSS2DRenderer, CSS3DRenderer, SVGRenderer)に後方互換する必要があるでしょう。さらに、特に [link:https://github.com/mrdoob/three.js/tree/master/examples /examples] フォルダのファイルを使用している場合は、いくつかのpolyfillを含める必要がある可能性があります。
-		</p>
-		<p>
-			注意事項: もし古いブラウザをサポートする必要がないなら、WebGLRenderer以外を使うことはおすすめしません。というのも、他のrendererは遅い上に、サポートしている機能が少ないからです。
-		</p>
-	</div>
-
-	<h2>WebGLをサポートしているブラウザ</h2>
-	<div>
-		<p>
-			Google Chrome 9以上、Firefox 4以上、Opera 15以上、Safari 5.1以上、Internet Explore 11以上、もしくはMicrosoft Edge。
-			どのブラウザがWebGLをサポートしているのかは[link:https://caniuse.com/#feat=webgl Can I use WebGL]を確認してください。
-		</p>
-	</div>
-
-	<h2>three.jsで使用されるJavaScriptの機能とWeb APIs</h2>
-	<div>
-		<p>
-			three.jsで使われる機能の中には追加のpolyfillsが必要になるものがあります。
-		</p>
-		<table>
-			<thead>
-				<tr>
-					<th>機能</th>
-					<th>スコープ</th>
-					<th>モジュール</th>
-				</tr>
-			</thead>
-			<tbody>
-				<tr>
-					<td>Typed Arrays</td>
-					<td>Source</td>
-					<td>BufferAttribute, BufferGeometry, etc.</td>
-				</tr>
-				<tr>
-					<td>Web Audio API</td>
-					<td>Source</td>
-					<td>Audio, AudioContext, AudioListener, etc.</td>
-				</tr>
-				<tr>
-					<td>WebXR Device API</td>
-					<td>Source</td>
-					<td>WebXRManager</td>
-				</tr>
-				<tr>
-					<td>Blob</td>
-					<td>Source</td>
-					<td>FileLoader, etc.</td>
-				</tr>
-				<tr>
-					<td>Promise</td>
-					<td>Examples</td>
-					<td>GLTFLoader, DRACOLoader, BasisTextureLoader, GLTFExporter, VRButton, ARButton, etc.</td>
-				</tr>
-				<tr>
-					<td>Fetch</td>
-					<td>Examples</td>
-					<td>ImageBitmapLoader, etc.</td>
-				</tr>
-				<tr>
-					<td>File API</td>
-					<td>Examples</td>
-					<td>GLTFExporter, etc.</td>
-				</tr>
-				<tr>
-					<td>URL API</td>
-					<td>Examples</td>
-					<td>GLTFLoader, etc.</td>
-				</tr>
-				<tr>
-					<td>Pointer Lock API</td>
-					<td>Examples</td>
-					<td>PointerLockControls</td>
-				</tr>
-			</tbody>
-		</table>
-	</div>
-
-	<h2>Polyfills</h2>
-	<div>
-		<p>
-			要件に応じてポリフィルをインポートするだけです。例えば、IE9の場合は少なくとも以下の機能を追加する必要があります。
-		</p>
-		<ul>
-			<li>Typed Arrays</li>
-			<li>Blob</li>
-		</ul>
-	</div>
-
-	<h3>おすすめのpolyfills</h3>
-	<div>
-		<ul>
-			<li>
-				[link:https://github.com/zloirock/core-js core-js]
-			</li>
-			<li>
-				[link:https://github.com/inexorabletash/polyfill/blob/master/typedarray.js typedarray.js]
-			</li>
-			<li>
-				[link:https://github.com/stefanpenner/es6-promise/ ES6-Promise]
-			</li>
-			<li>
-				[link:https://github.com/eligrey/Blob.js Blob.js]
-			</li>
-			<li>
-				[link:https://github.com/github/fetch fetch]
-			</li>
-		</ul>
-	</div>
-</body>
-</html>

+ 0 - 130
docs/manual/ko/introduction/Browser-support.html

@@ -1,130 +0,0 @@
-<!DOCTYPE html>
-<html lang="ko">
-
-<head>
-    <meta charset="utf-8">
-    <base href="../../../" />
-    <script src="page.js"></script>
-    <link type="text/css" rel="stylesheet" href="page.css" />
-</head>
-
-<body>
-    <h1>브라우저 지원([name])</h1>
-
-    <h2>개요</h2>
-    <div>
-        <p>
-            Three.js 는 WebGL을 통해 대부분의 현대 브라우저에서 scene을 렌더링할 수 있습니다. 오래된 브라우저, 특히 Internet Explorer 10 이하 버전에서는 다른
-            [link:https://github.com/mrdoob/three.js/tree/master/examples/jsm/renderers 렌더러] (CSS2DRenderer,
-            CSS3DRenderer, SVGRenderer)를 사용해야 합니다. 또한,
-            polyfills를 몇가지 포함해야 할 수도 있는데 [link:https://github.com/mrdoob/three.js/tree/master/examples /examples] 폴더의
-            파일을 불러올때에는 필수입니다.
-        </p>
-        <p>
-            오래된 브라우저를 지원할 필요가 없다면, 다른 렌더러를 사용하는 것은 추천하지 않습니다. WebGLRenderer보다 느릴뿐더러 더 적은 기능을 지원하기 때문입니다.
-        </p>
-    </div>
-
-    <h2>WebGL지원 웹 브라우저</h2>
-    <div>
-        <p>
-            Google Chrome 9+, Firefox 4+, Opera 15+, Safari 5.1+, Internet Explorer 11 및 Microsoft Edge. [link:https://caniuse.com/#feat=webgl Can I use WebGL]에서 어떤 브라우저들이 지원하는지 확인해볼 수 있습니다.
-        </p>
-    </div>
-
-    <h2>JavaScript 언어 특성 및 three.js에서 사용된 Web API</h2>
-    <div>
-        <p>
-            three.js에서 사용된 특성들은 다음과 같습니다. 이 중 몇개는 추가로 polyfills가 필요합니다.
-        </p>
-        <table>
-            <thead>
-                <tr>
-                    <th>특성</th>
-                    <th>사용 범위</th>
-                    <th>모듈</th>
-                </tr>
-            </thead>
-            <tbody>
-                <tr>
-                    <td>Typed Arrays</td>
-                    <td>Source</td>
-                    <td>BufferAttribute, BufferGeometry, etc.</td>
-                </tr>
-                <tr>
-                    <td>Web Audio API</td>
-                    <td>Source</td>
-                    <td>Audio, AudioContext, AudioListener, etc.</td>
-                </tr>
-                <tr>
-                    <td>WebXR Device API</td>
-                    <td>Source</td>
-                    <td>WebXRManager</td>
-                </tr>
-                <tr>
-                    <td>Blob</td>
-                    <td>Source</td>
-                    <td>FileLoader, etc.</td>
-                </tr>
-                <tr>
-                    <td>Promise</td>
-                    <td>Examples</td>
-                    <td>GLTFLoader, DRACOLoader, BasisTextureLoader, GLTFExporter, VRButton, ARButton, etc.</td>
-                </tr>
-                <tr>
-                    <td>Fetch</td>
-                    <td>Examples</td>
-                    <td>ImageBitmapLoader, etc.</td>
-                </tr>
-                <tr>
-                    <td>File API</td>
-                    <td>Examples</td>
-                    <td>GLTFExporter, etc.</td>
-                </tr>
-                <tr>
-                    <td>URL API</td>
-                    <td>Examples</td>
-                    <td>GLTFLoader, etc.</td>
-                </tr>
-                <tr>
-                    <td>Pointer Lock API</td>
-                    <td>Examples</td>
-                    <td>PointerLockControls</td>
-                </tr>
-            </tbody>
-        </table>
-    </div>
-
-    <h2>Polyfills</h2>
-    <div>
-        <p>필요에 따라 polyfills을 import 하세요. IE9를 예로들면 적어도 다음과 같은 polyfills가 필요할 것입니다.
-            these features:</p>
-        <ul>
-            <li>Typed Arrays</li>
-            <li>Blob</li>
-        </ul>
-    </div>
-
-    <h3>추천 polyfills</h3>
-    <div>
-        <ul>
-            <li>
-                [link:https://github.com/zloirock/core-js core-js]
-            </li>
-            <li>
-                [link:https://github.com/inexorabletash/polyfill/blob/master/typedarray.js typedarray.js]
-            </li>
-            <li>
-                [link:https://github.com/stefanpenner/es6-promise/ ES6-Promise]
-            </li>
-            <li>
-                [link:https://github.com/eligrey/Blob.js Blob.js]
-            </li>
-            <li>
-                [link:https://github.com/github/fetch fetch]
-            </li>
-        </ul>
-    </div>
-</body>
-
-</html>

+ 0 - 124
docs/manual/zh/introduction/Browser-support.html

@@ -1,124 +0,0 @@
-<!DOCTYPE html>
-<html lang="zh">
-<head>
-	<meta charset="utf-8">
-	<base href="../../../" />
-	<script src="page.js"></script>
-	<link type="text/css" rel="stylesheet" href="page.css" />
-</head>
-<body>
-	<h1>浏览器支持([name])</h1>
-
-	<h2>总览</h2>
-	<div>
-		<p>
-            在所有现代浏览器中,Three.js可以使用WebGL来渲染场景。对于较旧的浏览器,特别是Internet Explorer 10或者更低版本浏览器,你将需要回落到其它[link:https://github.com/mrdoob/three.js/tree/master/examples/jsm/renderers renderers](CSS2DRenderer、CSS3DRenderer、SVGRenderer)。此外,你或许不得不包含一些额外的“填充物”来解决兼容性问题,特别是当你使用[link:https://github.com/mrdoob/three.js/tree/master/examples /examples]目录中的文件时。
-		</p>
-		<p>
-            注意:如果你并不需要支持较旧的浏览器,那就不推荐使用其他渲染器来进行渲染,因为与WebGLRenderer相比,其它渲染器渲染较慢,并且不支持WebGL的诸多特性。
-		</p>
-	</div>
-
-	<h2>支持WebGL的浏览器</h2>
-	<div>
-		<p>
-			Google Chrome 9+、Firefox 4+、Opera 15+、Safari 5.1+、Internet Explorer 11 和 Microsoft Edge。你可以点击[link:https://caniuse.com/#feat=webgl Can I use WebGL]来查阅各个浏览器对WebGL的支持性。
-		</p>
-	</div>
-
-	<h2>
-        在Three.js中所使用到的JavaScript语言特性或者Web API
-        </h2>
-	<div>
-		<p>
-            这里是一些在Three.js中使用到的特性,其中的一部分需要额外的“填充物”(Polyfills)来解决兼容性问题。
-		</p>
-		<table>
-			<thead>
-				<tr>
-					<th>特性</th>
-					<th>适用范围</th>
-					<th>模块</th>
-				</tr>
-			</thead>
-			<tbody>
-				<tr>
-					<td>Typed Arrays</td>
-					<td>Source</td>
-					<td>BufferAttribute, BufferGeometry, etc.</td>
-				</tr>
-				<tr>
-					<td>Web Audio API</td>
-					<td>Source</td>
-					<td>Audio, AudioContext, AudioListener, etc.</td>
-				</tr>
-				<tr>
-					<td>WebXR Device API</td>
-					<td>Source</td>
-					<td>WebXRManager</td>
-				</tr>
-				<tr>
-					<td>Blob</td>
-					<td>Source</td>
-					<td>FileLoader, etc.</td>
-				</tr>
-				<tr>
-					<td>Promise</td>
-					<td>Examples</td>
-					<td>GLTFLoader, DRACOLoader, BasisTextureLoader, GLTFExporter, VRButton, ARButton, etc.</td>
-				</tr>
-				<tr>
-					<td>Fetch</td>
-					<td>Examples</td>
-					<td>ImageBitmapLoader, etc.</td>
-				</tr>
-				<tr>
-					<td>File API</td>
-					<td>Examples</td>
-					<td>GLTFExporter, etc.</td>
-				</tr>
-				<tr>
-					<td>URL API</td>
-					<td>Examples</td>
-					<td>GLTFLoader, etc.</td>
-				</tr>
-				<tr>
-					<td>Pointer Lock API</td>
-					<td>Examples</td>
-					<td>PointerLockControls</td>
-				</tr>
-			</tbody>
-		</table>
-	</div>
-
-	<h2>关于用于解决兼容性问题的“填充物”</h2>
-	<div>
-		<p>根据你的需求,引入相关的“填充物”即可。以IE9为例,你至少需要来使用“填充物”完成以下的功能。</p>
-		<ul>
-			<li>Typed Arrays</li>
-			<li>Blob</li>
-		</ul>
-	</div>
-
-	<h3>建议的“填充物”</h3>
-	<div>
-		<ul>
-			<li>
-				[link:https://github.com/zloirock/core-js core-js]
-			</li>
-			<li>
-				[link:https://github.com/inexorabletash/polyfill/blob/master/typedarray.js typedarray.js]
-			</li>
-			<li>
-				[link:https://github.com/stefanpenner/es6-promise/ ES6-Promise]
-			</li>
-			<li>
-				[link:https://github.com/eligrey/Blob.js Blob.js]
-			</li>
-			<li>
-				[link:https://github.com/github/fetch fetch]
-			</li>
-		</ul>
-	</div>
-</body>
-</html>