projecte_ionic/node_modules/@ionic/angular/providers/dom-controller.d.ts.map
2022-02-09 18:30:03 +01:00

1 line
672 B
Plaintext
Executable file

{"version":3,"file":"dom-controller.d.ts","sources":["dom-controller.d.ts"],"names":[],"mappings":";AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA;AACA","sourcesContent":["export declare class DomController {\n /**\n * Schedules a task to run during the READ phase of the next frame.\n * This task should only read the DOM, but never modify it.\n */\n read(cb: RafCallback): void;\n /**\n * Schedules a task to run during the WRITE phase of the next frame.\n * This task should write the DOM, but never READ it.\n */\n write(cb: RafCallback): void;\n}\nexport declare type RafCallback = (timeStamp?: number) => void;\n"]}