remove websocket-polyfill, instruct nodejs users to install it manually.

This commit is contained in:
fiatjaf
2022-12-21 16:23:47 -03:00
parent 4bd4469357
commit 8aa31bb437
3 changed files with 13 additions and 5 deletions

View File

@@ -1,7 +1,5 @@
/* global WebSocket */
import 'websocket-polyfill'
import {Event, verifySignature, validateEvent} from './event'
import {Filter, matchFilters} from './filter'