@blocklet/server-js 1.16.49-beta-20250821-102221-1b7283d6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+
3
+ /* eslint-disable no-underscore-dangle */
4
+ const EventEmitter = require('eventemitter3');
5
+ const ABTNodeClient = require('./base');
6
+ class BrowserABTNodeClient extends ABTNodeClient {
7
+ _getSocketOptions() {
8
+ return {};
9
+ }
10
+ _getEventImplementation() {
11
+ return EventEmitter;
12
+ }
13
+ }
14
+ module.exports = BrowserABTNodeClient;
15
+ //# sourceMappingURL=browser.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"browser.js","names":["EventEmitter","require","ABTNodeClient","BrowserABTNodeClient","_getSocketOptions","_getEventImplementation","module","exports"],"sources":["../src/browser.js"],"sourcesContent":["/* eslint-disable no-underscore-dangle */\nconst EventEmitter = require('eventemitter3');\nconst ABTNodeClient = require('./base');\n\nclass BrowserABTNodeClient extends ABTNodeClient {\n _getSocketOptions() {\n return {};\n }\n\n _getEventImplementation() {\n return EventEmitter;\n }\n}\n\nmodule.exports = BrowserABTNodeClient;\n"],"mappings":";;AAAA;AACA,MAAMA,YAAY,GAAGC,OAAO,CAAC,eAAe,CAAC;AAC7C,MAAMC,aAAa,GAAGD,OAAO,CAAC,QAAQ,CAAC;AAEvC,MAAME,oBAAoB,SAASD,aAAa,CAAC;EAC/CE,iBAAiBA,CAAA,EAAG;IAClB,OAAO,CAAC,CAAC;EACX;EAEAC,uBAAuBA,CAAA,EAAG;IACxB,OAAOL,YAAY;EACrB;AACF;AAEAM,MAAM,CAACC,OAAO,GAAGJ,oBAAoB","ignoreList":[]}