Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
src: fix typo in src/node_messaging.h
* postMesssage() -> postMessage()
  • Loading branch information
sadikkuzu authored Aug 2, 2022
commit 9fdb5e10d63171cbb2b679953b7589e4bd06e17c
2 changes: 1 addition & 1 deletion src/node_messaging.h
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ class MessagePort : public HandleWrap {
};

// Provide a base class from which JS classes that should be transferable or
// cloneable by postMesssage() can inherit.
// cloneable by postMessage() can inherit.
// See e.g. FileHandle in internal/fs/promises.js for an example.
class JSTransferable : public BaseObject {
public:
Expand Down