about summary refs log tree commit diff
path: root/src/platform/polyfills.web.ts
blob: 7a42f4887cdedd8fd99b73fb9211d81082e81527 (plain) (blame)
1
2
3
4
/// <reference lib="dom" />

// @ts-ignore whatever typescript wants to complain about here, I dont care about -prf
window.setImmediate = (cb: () => void) => setTimeout(cb, 0)