added jsvm subscriptions.Message binding

This commit is contained in:
Gani Georgiev
2023-10-07 16:11:31 +03:00
parent 49e3f4ad93
commit e2f806d8bb
6 changed files with 2729 additions and 2646 deletions
+4
View File
@@ -21,6 +21,10 @@
- Removed the explicit charset from the realtime response due to compatability issues with IIS ([#3461](https://github.com/pocketbase/pocketbase/issues/3461)).
_The `Connection:keep-alive` realtime response header was also removed as it is not really used with HTTP2 anyway._
- Added new JSVM bindings:
- `new Cookie({ ... })` constructor for creating `*http.Cookie` equivalent value.
- `new SubscriptionMessage({ ... })` constructor for creating a realtime subscription payload.
## v0.18.9