import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { GetPropertiesRequest } = Protocol.Runtime;
Properties
objectId: RemoteObjectId
Identifier of the object to return properties for.
If true, returns properties belonging only to the element itself, not to its prototype chain.
If true, returns accessor properties (with getter/setter) only; internal properties are not returned either.