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
When using WebSocket in the browser (which doesn't support custom headers), include your project ID as a subprotocol by prefixing it with `project_id_`:
336
342
```javascript
337
343
new WebSocket("wss://midnight-preview.blockfrost.io/api/v0/ws", [
@@ -368,7 +374,7 @@ info:
368
374
369
375
### WebSocket Subscriptions
370
376
371
-
Subscriptions use a WebSocket connection following the [GraphQL over WebSocket](https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md) protocol.
377
+
Subscriptions use a WebSocket connection following the GraphQL over WebSocket protocol.
When using WebSocket in the browser (which doesn't support custom headers), include your project ID as a subprotocol by prefixing it with `project_id_`:
57
63
```javascript
58
64
new WebSocket("wss://midnight-preview.blockfrost.io/api/v0/ws", [
When using WebSocket in the browser (which doesn't support custom headers), include your project ID as a subprotocol by prefixing it with `project_id_`:
336
342
```javascript
337
343
new WebSocket("wss://midnight-preview.blockfrost.io/api/v0/ws", [
0 commit comments