mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
chore(): update core providers
This commit is contained in:
@ -102,6 +102,14 @@ export class DomController {
|
||||
}
|
||||
}
|
||||
|
||||
now() {
|
||||
return this.plt.win().performance.now();
|
||||
}
|
||||
|
||||
raf(cb: any) {
|
||||
return this.plt.raf(cb);
|
||||
}
|
||||
|
||||
private _queue() {
|
||||
const self = this;
|
||||
if (!self.q) {
|
||||
|
Reference in New Issue
Block a user