MCPcopy
hub / github.com/Innei/Shiro / Document

Interface Document

global.d.ts:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21 // TODO should remove in next TypeScript version
22 interface Document {
23 startViewTransition(callback?: () => void | Promise<void>): ViewTransition
24 }
25
26 interface ViewTransition {
27 finished: Promise<void>

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected