Skip to content
This repository was archived by the owner on Sep 9, 2021. It is now read-only.
This repository was archived by the owner on Sep 9, 2021. It is now read-only.

why 'ctx.terminate' is not wokring #328

Description

@cielyic
// my.worker.js
const ctx: Worker = self as any;

ctx.terminate(); // not a function

but

// my.worker.js
const ctx: Worker = self as any;

ctx.close(); // works , but type is wrong

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions