Buckets:
| /// <reference types="node" /> | |
| // See https://github.com/nodejs/undici/issues/1740 | |
| export type DOMException = typeof globalThis extends { DOMException: infer T } | |
| ? T | |
| : any | |
| export interface EventInit { | |
| bubbles?: boolean | |
| cancelable?: boolean | |
| composed?: boolean | |
| } | |
| export interface EventListenerOptions { | |
| capture?: boolean | |
| } | |
| export interface AddEventListenerOptions extends EventListenerOptions { | |
| once?: boolean | |
| passive?: boolean | |
| signal?: AbortSignal | |
| } | |
| export type EventListenerOrEventListenerObject = EventListener | EventListenerObject | |
| export interface EventListenerObject { | |
| handleEvent (object: Event): void | |
| } | |
| export interface EventListener { | |
| (evt: Event): void | |
| } | |
Xet Storage Details
- Size:
- 691 Bytes
- Xet hash:
- 340ee98a4cfe1d0d0dc24eff284d7312be8268f952c25eaeb1c8b89631062904
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.