Skip to content

Editorial: cleanup postMessage() invocation for dedicated workers #4140

Open
@annevk

Description

@annevk

Instead of language such as

The postMessage(message, transfer) and postMessage(message, options) methods on Worker objects act as if, when invoked, they immediately invoked the respective postMessage(message, transfer) and postMessage(message, options) on the port, with the same arguments, and returned the same return value.

which we use for both Worker and DedicatedWorkerGlobalScope we should use a shared abstract operation so that we don't invoke a public API.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueIdeal for someone new to a WHATWG standard or software project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions