UNPKG

@hotwired/turbo

Version:

The speed of a single-page web application without having to write any JavaScript

11 lines (10 loc) 309 B
export declare class CacheObserver { readonly selector: string; readonly deprecatedSelector: string; started: boolean; start(): void; stop(): void; removeTemporaryElements: EventListener; get temporaryElements(): Element[]; get temporaryElementsWithDeprecation(): Element[]; }