airsdk / Adobe-Runtime-Support

Report, track and discuss issues in Adobe AIR. Monitored by Adobe - and HARMAN - and maintained by the AIR community.
206 stars 11 forks source link

[Docs] `WebSocket` "connected" event instead of "connect" #3551

Open itlancer opened 3 weeks ago

itlancer commented 3 weeks ago

Problem Description

WebSocket "connected" event instead of "connect"

Steps to Reproduce

https://airsdk.dev/reference/actionscript/3.0/air/net/WebSocket.html#event:connected

Actual Result: connected event.

Expected Result: connect event.

ajwfrost commented 3 weeks ago

It looks like we've already made a correction for this in our code here, but just haven't pushed an update to the airsdk.dev website for a while...