1 2 3 4 5
      x10 x10
// Copyright 2018-2025 the Deno authors. MIT license. // This module is browser compatible. export const DEFAULT_CHUNK_SIZE = 16_640; export const DEFAULT_BUFFER_SIZE = 32 * 1024;