You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 29, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Message::isSharedCrossOrigin()
andMessage::isOpaque()
are effectively duplicating methods fromScriptOriginOptions
, which could be retrieved asMessage::getScriptOrigin()->options()
.As we don't strictly follow V8 C++API, we don't need them.
The text was updated successfully, but these errors were encountered: