From 8d452d74fa6f63eb0bce0567083d375b50329de4 Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Thu, 3 Jan 2019 06:41:20 -0500 Subject: Support more fetch init body types (#1449) --- js/blob.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/blob.ts') diff --git a/js/blob.ts b/js/blob.ts index 96aae496e..7510c9cef 100644 --- a/js/blob.ts +++ b/js/blob.ts @@ -3,7 +3,7 @@ import * as domTypes from "./dom_types"; import { containsOnlyASCII } from "./util"; import { TextEncoder } from "./text_encoding"; -const bytesSymbol = Symbol("bytes"); +export const bytesSymbol = Symbol("bytes"); export class DenoBlob implements domTypes.Blob { private readonly [bytesSymbol]: Uint8Array; -- cgit v1.2.3