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
The problem, in the respoonse, we have to pass a RemoteObject including an objectId.
This objectId is known by v8 and the inspector. It's a parameter of Runtime.callFunctionOn
Here is an exemple of usage between chromedp and Chrome:
chromedp uses many
DOM
functions.#404 implements some of them.
It needs DOM.resolveNode.
The problem, in the respoonse, we have to pass a
RemoteObject
including anobjectId
.This
objectId
is known byv8
and the inspector. It's a parameter of Runtime.callFunctionOnHere is an exemple of usage between chromedp and Chrome:
The question is: how do I get a
RemoteObject
including anobjectId
from a native Zig struct?RemoteObject
I tried to expose
wrapObject
but I'm struggled with the c++ return...lightpanda-io/zig-v8-fork#36
The text was updated successfully, but these errors were encountered: