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,12 +18,12 @@ import {
|
|||
readableStreamHasDefaultReader,
|
||||
readableStreamGetNumReadRequests,
|
||||
readableStreamCreateReadResult,
|
||||
setFunctionName,
|
||||
} from "./internals.ts";
|
||||
import type { ReadableStreamImpl } from "./readable_stream.ts";
|
||||
import * as sym from "./symbols.ts";
|
||||
import { assert } from "../../util.ts";
|
||||
import { customInspect } from "../console.ts";
|
||||
import { setFunctionName } from "../util.ts";
|
||||
|
||||
export class ReadableByteStreamControllerImpl
|
||||
implements ReadableByteStreamController {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue