Description
We already have very nice convertion from .NET types to LocalValue. It would be nice to have the same for RemoteValue. So I will be able to:
bool value = await bidi.Script.EvaluateAsync<bool>("return true");
We already did it for some primitive types as an example, now it is time to extend supported .NET types.
Have you considered any alternatives or workarounds?
No response
Description
We already have very nice convertion from .NET types to
LocalValue. It would be nice to have the same forRemoteValue. So I will be able to:We already did it for some primitive types as an example, now it is time to extend supported .NET types.
Have you considered any alternatives or workarounds?
No response