Sha256: 7484bd94ecd91a4d0ed3972a102d28b673b6464116c96ecbee4dcdfea964447b

Contents?: true

Size: 900 Bytes

Versions: 49

Compression:

Stored size: 900 Bytes

Contents

export declare class ImmediateDefinition {
    private root;
    setImmediate: (cb: () => void) => number;
    clearImmediate: (handle: number) => void;
    private identify(o);
    tasksByHandle: any;
    nextHandle: number;
    currentlyRunningATask: boolean;
    constructor(root: any);
    canUseProcessNextTick(): boolean;
    canUseMessageChannel(): boolean;
    canUseReadyStateChange(): boolean;
    canUsePostMessage(): boolean;
    partiallyApplied(handler: any, ...args: any[]): () => void;
    addFromSetImmediateArguments(args: any[]): number;
    createProcessNextTickSetImmediate(): () => any;
    createPostMessageSetImmediate(): () => any;
    runIfPresent(handle: any): void;
    createMessageChannelSetImmediate(): () => any;
    createReadyStateChangeSetImmediate(): () => any;
    createSetTimeoutSetImmediate(): () => any;
}
export declare const Immediate: ImmediateDefinition;

Version data entries

49 entries across 49 versions & 4 rubygems

Version Path
govuk_publishing_components-16.21.0 node_modules/rxjs/util/Immediate.d.ts
govuk_publishing_components-16.20.1 node_modules/rxjs/util/Immediate.d.ts
govuk_publishing_components-16.20.0 node_modules/rxjs/util/Immediate.d.ts
govuk_publishing_components-16.19.0 node_modules/rxjs/util/Immediate.d.ts
govuk_publishing_components-16.18.0 node_modules/rxjs/util/Immediate.d.ts
govuk_publishing_components-16.17.0 node_modules/rxjs/util/Immediate.d.ts
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/inquirer/node_modules/rxjs/util/Immediate.d.ts
locomotivecms-3.4.0 app/javascript/node_modules/rxjs/util/Immediate.d.ts
dragonfly_puppeteer-0.1.0 node_modules/rxjs/util/Immediate.d.ts