mihrab / node_modules /ws /browser.js
abedelbahnasy55's picture
Fix: add missing libsql runtime packages
2bdf3d7
raw
history blame contribute delete
176 Bytes
'use strict';
module.exports = function () {
throw new Error(
'ws does not work in the browser. Browser clients must use the native ' +
'WebSocket object'
);
};