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.
Closed
@pinepain

Description

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.