-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed as not planned
Closed as not planned
Copy link
Labels
B-devtoolsIncludes everything BiDi or Chrome DevTools relatedIncludes everything BiDi or Chrome DevTools relatedC-dotnet.NET Bindings.NET BindingsI-enhancementSomething could be betterSomething could be betterJ-staleApplied to issues that become stale, and eventually closed.Applied to issues that become stale, and eventually closed.R-help wantedIssues looking for contributionsIssues looking for contributions
Description
Description
Example:
CommandResponse = {
type: "success",
id: js-uint,
result: ResultData,
Extensible
}
But it is not easy as seems. Any command and result is extensible! Meaning we should provide API to take this additional data from user. It can be achieved via AnyCommandOptions
class which already exists.
Note: It will be hard to choose between IDictionary<string, object>
and IDictionary<string, JsonElement>
.
Have you considered any alternatives or workarounds?
No response
Metadata
Metadata
Assignees
Labels
B-devtoolsIncludes everything BiDi or Chrome DevTools relatedIncludes everything BiDi or Chrome DevTools relatedC-dotnet.NET Bindings.NET BindingsI-enhancementSomething could be betterSomething could be betterJ-staleApplied to issues that become stale, and eventually closed.Applied to issues that become stale, and eventually closed.R-help wantedIssues looking for contributionsIssues looking for contributions