Skip to content

Commit 6072161

Browse files
authored
Initial docs for globals (#4785)
1 parent e96f906 commit 6072161

33 files changed

+294
-0
lines changed

docs/global-AbortController.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
id: global-AbortController
3+
title: AbortController
4+
---
5+
6+
> 🚧 This page is work in progress, so please refer to the [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/API/AbortController) for more information.
7+
8+
The global `AbortController` class, as defined in Web specifications.

docs/global-AbortSignal.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
id: global-AbortSignal
3+
title: AbortSignal
4+
---
5+
6+
> 🚧 This page is work in progress, so please refer to the [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) for more information.
7+
8+
The global `AbortSignal` class, as defined in Web specifications.

docs/global-Blob.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
id: global-Blob
3+
title: Blob
4+
---
5+
6+
> 🚧 This page is work in progress, so please refer to the [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/API/Blob) for more information.
7+
8+
The global `Blob` class, as defined in Web specifications.

docs/global-File.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
id: global-File
3+
title: File
4+
---
5+
6+
> 🚧 This page is work in progress, so please refer to the [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/API/File) for more information.
7+
8+
The global `File` class, as defined in Web specifications.

docs/global-FileReader.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
id: global-FileReader
3+
title: FileReader
4+
---
5+
6+
> 🚧 This page is work in progress, so please refer to the [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/API/FileReader) for more information.
7+
8+
The global `FileReader` class, as defined in Web specifications.

docs/global-FormData.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
id: global-FormData
3+
title: FormData
4+
---
5+
6+
> 🚧 This page is work in progress, so please refer to the [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/API/FormData) for more information.
7+
8+
The global `FormData` class, as defined in Web specifications.

docs/global-Headers.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
id: global-Headers
3+
title: Headers
4+
---
5+
6+
> 🚧 This page is work in progress, so please refer to the [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/API/Headers) for more information.
7+
8+
The global `Headers` class, as defined in Web specifications.

docs/global-Request.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
id: global-Request
3+
title: Request
4+
---
5+
6+
> 🚧 This page is work in progress, so please refer to the [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/API/Request) for more information.
7+
8+
The global `Request` class, as defined in Web specifications.

docs/global-Response.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
id: global-Response
3+
title: Response
4+
---
5+
6+
> 🚧 This page is work in progress, so please refer to the [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/API/Response) for more information.
7+
8+
The global `Response` class, as defined in Web specifications.

docs/global-URL.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
id: global-URL
3+
title: URL
4+
---
5+
6+
> 🚧 This page is work in progress, so please refer to the [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/API/URL) for more information.
7+
8+
The global `URL` class, as defined in Web specifications.

0 commit comments

Comments
 (0)