Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Remove redundant Message::is* methods #61

Closed
@pinepain

Description

@pinepain

Message::isSharedCrossOrigin() and Message::isOpaque() are effectively duplicating methods from ScriptOriginOptions, which could be retrieved as Message::getScriptOrigin()->options().
As we don't strictly follow V8 C++API, we don't need them.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions