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 documentation for WebEvent should be more extensive and cover more than just the first depth of the object (Eg: how are those hashtables, like Route, structured?)
WebEvent is difficult to debug (#783) and it's contents can recurse making it difficult to dump.
The text was updated successfully, but these errors were encountered:
For objects like the Route, their structure is defined on the Routes page. To prevent duplicating definitions in multiple places, I could add links from the WebEvent page to the relevant pages where the object is defined. Then where possible, for the likes of Request/Response say, we can update the page with their properties.
Describe the Change
The documentation for WebEvent should be more extensive and cover more than just the first depth of the object (Eg: how are those hashtables, like
Route
, structured?)WebEvent is difficult to debug (#783) and it's contents can recurse making it difficult to dump.
The text was updated successfully, but these errors were encountered: