mirror of
https://github.com/denoland/deno.git
synced 2025-10-01 22:51:14 +00:00
feat: add performance user timing APIs (#6421)
This commit is contained in:
parent
d01eb6d9c5
commit
40d081d3d9
17 changed files with 536 additions and 26 deletions
|
@ -18,11 +18,11 @@ import {
|
|||
readableStreamDefaultControllerGetDesiredSize,
|
||||
resetQueue,
|
||||
SizeAlgorithm,
|
||||
setFunctionName,
|
||||
} from "./internals.ts";
|
||||
import type { ReadableStreamImpl } from "./readable_stream.ts";
|
||||
import * as sym from "./symbols.ts";
|
||||
import { customInspect } from "../console.ts";
|
||||
import { setFunctionName } from "../util.ts";
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
export class ReadableStreamDefaultControllerImpl<R = any>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue