For Object type Console messages, this method can be used to retrieve its detailed information.
To learn how to obtain this data, please refer to LynxInspectorConsoleDelegate.
objectId: The unique identifier of the Object to be retrieved. Please refer to objectId.stringify / needStringify: Whether the Object needs to be serialized into a string.
true, it is equivalent to calling the JSON.stringify method.false, it returns only the top-level properties of the Object (non-recursive). If a property's value is another Object, only its basic information is returned. You must call this method again with the new objectId to retrieve its internal properties.handler / callback: A callback function that receives the result as a single String parameter.All data is in the form of a JSON formatted string.
If needStringify is true: Returns the complete serialized JSON string of the Object.
If needStringify is false: Returns the top-level properties of the Object (non-recursive). It is an array, and the format of each element is as follows:
| Field | Type | Description |
|---|---|---|
| name | string | Property name |
| value | argument | Property value |
Please refer to LynxInspectorConsoleDelegate.
Please refer to LynxInspectorConsoleDelegate.
LCD tables only load in the browser