From efb37d58b37840f4f2ff2bb1e66491c3d135cbf6 Mon Sep 17 00:00:00 2001 From: isonmad Date: Sun, 5 Jun 2016 01:57:37 +0000 Subject: [PATCH] Link to definition of BufferSource --- Overview.src.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Overview.src.html b/Overview.src.html index 36a854875..fca6ff0e8 100644 --- a/Overview.src.html +++ b/Overview.src.html @@ -4150,7 +4150,7 @@

Headers class

Body mixin

typedef any JSON;
-typedef (Blob or BufferSource or FormData or URLSearchParams or USVString) BodyInit;
+typedef (Blob or BufferSource or FormData or URLSearchParams or USVString) BodyInit;
 typedef (BodyInit or ReadableStream) ResponseBodyInit;

To extract a body and a @@ -4176,7 +4176,7 @@

Body mixin

If object's type attribute is not the empty byte sequence, set Content-Type to its value. -

BufferSource +
BufferSource

Enqueue a Uint8Array object wrapping an ArrayBuffer containing a copy of the bytes held by object