grafana / xk6-websockets

GNU Affero General Public License v3.0
18 stars 6 forks source link

Add extensions support to WebSocket #70

Closed mstoykov closed 5 months ago

mstoykov commented 5 months ago

What?

Implement the extensions property for WebSocket.

Why?

I was working around this area for #68 and noticed it as well and decided "why not finish implementing all the properties"

So with this all the properties of WebSocket have been implemented.

Checklist

Related PR(s)/Issue(s)

Based on #68 and #69