epicenter-libs 3.28.2 → 3.28.3

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.
Files changed (37) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/browser/{AckExtension-4ccb1b3b.js → AckExtension-9bea2c4e.js} +3 -3
  3. package/dist/{module/AckExtension-cd7b3bcb.js.map → browser/AckExtension-9bea2c4e.js.map} +1 -1
  4. package/dist/{module/ReloadExtension-da4ee10c.js → browser/ReloadExtension-0a0db209.js} +3 -3
  5. package/dist/{module/ReloadExtension-da4ee10c.js.map → browser/ReloadExtension-0a0db209.js.map} +1 -1
  6. package/dist/browser/{cometd-009d1cc7.js → cometd-61790fde.js} +2 -2
  7. package/dist/browser/{cometd-009d1cc7.js.map → cometd-61790fde.js.map} +1 -1
  8. package/dist/browser/{epicenter-ffc2b7a7.js → epicenter-9769a9c8.js} +13 -19
  9. package/dist/browser/epicenter-9769a9c8.js.map +1 -0
  10. package/dist/browser/epicenter.js +1 -1
  11. package/dist/cjs/{AckExtension-f8c57030.js → AckExtension-249fa813.js} +3 -3
  12. package/dist/cjs/{AckExtension-f8c57030.js.map → AckExtension-249fa813.js.map} +1 -1
  13. package/dist/cjs/{ReloadExtension-0d52f073.js → ReloadExtension-9e1042db.js} +3 -3
  14. package/dist/cjs/{ReloadExtension-0d52f073.js.map → ReloadExtension-9e1042db.js.map} +1 -1
  15. package/dist/cjs/{cometd-369eb10e.js → cometd-5082fd13.js} +2 -2
  16. package/dist/cjs/{cometd-369eb10e.js.map → cometd-5082fd13.js.map} +1 -1
  17. package/dist/cjs/{epicenter-54f0befe.js → epicenter-d0a5ec4e.js} +13 -19
  18. package/dist/cjs/epicenter-d0a5ec4e.js.map +1 -0
  19. package/dist/cjs/epicenter.js +1 -1
  20. package/dist/epicenter.js +9 -15
  21. package/dist/epicenter.js.map +1 -1
  22. package/dist/epicenter.min.js +1 -1
  23. package/dist/epicenter.min.js.map +1 -1
  24. package/dist/module/{AckExtension-cd7b3bcb.js → AckExtension-69d0f47f.js} +3 -3
  25. package/dist/{browser/AckExtension-4ccb1b3b.js.map → module/AckExtension-69d0f47f.js.map} +1 -1
  26. package/dist/{browser/ReloadExtension-26e320cf.js → module/ReloadExtension-a7d3524a.js} +3 -3
  27. package/dist/{browser/ReloadExtension-26e320cf.js.map → module/ReloadExtension-a7d3524a.js.map} +1 -1
  28. package/dist/module/{cometd-c640d287.js → cometd-3c516c70.js} +2 -2
  29. package/dist/module/{cometd-c640d287.js.map → cometd-3c516c70.js.map} +1 -1
  30. package/dist/module/{epicenter-e4a6d235.js → epicenter-9b90e36e.js} +13 -19
  31. package/dist/module/epicenter-9b90e36e.js.map +1 -0
  32. package/dist/module/epicenter.js +1 -1
  33. package/package.json +1 -1
  34. package/src/adapters/run.ts +1 -6
  35. package/dist/browser/epicenter-ffc2b7a7.js.map +0 -1
  36. package/dist/cjs/epicenter-54f0befe.js.map +0 -1
  37. package/dist/module/epicenter-e4a6d235.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [3.28.3](https://github.com/forio/epicenter-libs/compare/v3.28.2...v3.28.3) (2024-10-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * move timeout query param to body in POST calls ([9fa1cc6](https://github.com/forio/epicenter-libs/commit/9fa1cc6b872a280ef62d7f4e034d396fede4b83b))
7
+
8
+
9
+
1
10
  ## [3.28.2](https://github.com/forio/epicenter-libs/compare/v3.28.1...v3.28.2) (2024-10-18)
2
11
 
3
12
 
@@ -1,5 +1,5 @@
1
- import { c as createCommonjsModule, a as commonjsGlobal } from './epicenter-ffc2b7a7.js';
2
- import { a as cometd } from './cometd-009d1cc7.js';
1
+ import { c as createCommonjsModule, a as commonjsGlobal } from './epicenter-9769a9c8.js';
2
+ import { a as cometd } from './cometd-61790fde.js';
3
3
 
4
4
  function _mergeNamespaces(n, m) {
5
5
  m.forEach(function (e) {
@@ -126,4 +126,4 @@ var AckExtension$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/_mergeNamespaces({
126
126
  }, [AckExtension]));
127
127
 
128
128
  export { AckExtension$1 as A };
129
- //# sourceMappingURL=AckExtension-4ccb1b3b.js.map
129
+ //# sourceMappingURL=AckExtension-9bea2c4e.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"AckExtension-cd7b3bcb.js","sources":["../../node_modules/cometd/AckExtension.js"],"sourcesContent":["/*\n * Copyright (c) 2008-2020 the original author or authors.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n(function(root, factory){\n if (typeof exports === 'object') {\n module.exports = factory(require('./cometd'));\n } else if (typeof define === 'function' && define.amd) {\n define(['./cometd'], factory);\n } else {\n factory(root.org.cometd);\n }\n}(this, function(cometdModule) {\n /**\n * This client-side extension enables the client to acknowledge to the server\n * the messages that the client has received.\n * For the acknowledgement to work, the server must be configured with the\n * correspondent server-side ack extension. If both client and server support\n * the ack extension, then the ack functionality will take place automatically.\n * By enabling this extension, all messages arriving from the server will arrive\n * via /meta/connect, so the comet communication will be slightly chattier.\n * The fact that all messages will return via /meta/connect means also that the\n * messages will arrive with total order, which is not guaranteed if messages\n * can arrive via both /meta/connect and normal response.\n * Messages are not acknowledged one by one, but instead a batch of messages is\n * acknowledged when the /meta/connect returns.\n */\n return cometdModule.AckExtension = function() {\n var _cometd;\n var _serverSupportsAcks = false;\n var _batch;\n\n function _debug(text, args) {\n _cometd._debug(text, args);\n }\n\n this.registered = function(name, cometd) {\n _cometd = cometd;\n _debug('AckExtension: executing registration callback');\n };\n\n this.unregistered = function() {\n _debug('AckExtension: executing unregistration callback');\n _cometd = null;\n };\n\n this.incoming = function(message) {\n var channel = message.channel;\n var ext = message.ext;\n if (channel === '/meta/handshake') {\n if (ext) {\n var ackField = ext.ack;\n if (typeof ackField === 'object') {\n // New format.\n _serverSupportsAcks = ackField.enabled === true;\n var batch = ackField.batch;\n if (typeof batch === 'number') {\n _batch = batch;\n }\n } else {\n // Old format.\n _serverSupportsAcks = ackField === true;\n }\n }\n _debug('AckExtension: server supports acknowledgements', _serverSupportsAcks);\n } else if (channel === '/meta/connect' && message.successful && _serverSupportsAcks) {\n if (ext && typeof ext.ack === 'number') {\n _batch = ext.ack;\n _debug('AckExtension: server sent batch', _batch);\n }\n }\n return message;\n };\n\n this.outgoing = function(message) {\n var channel = message.channel;\n if (!message.ext) {\n message.ext = {};\n }\n if (channel === '/meta/handshake') {\n message.ext.ack = _cometd && _cometd.ackEnabled !== false;\n _serverSupportsAcks = false;\n _batch = 0;\n } else if (channel === '/meta/connect') {\n if (_serverSupportsAcks) {\n message.ext.ack = _batch;\n _debug('AckExtension: client sending batch', _batch);\n }\n }\n return message;\n };\n };\n}));\n"],"names":["require$$0","this"],"mappings":"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"}
1
+ {"version":3,"file":"AckExtension-9bea2c4e.js","sources":["../../node_modules/cometd/AckExtension.js"],"sourcesContent":["/*\n * Copyright (c) 2008-2020 the original author or authors.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n(function(root, factory){\n if (typeof exports === 'object') {\n module.exports = factory(require('./cometd'));\n } else if (typeof define === 'function' && define.amd) {\n define(['./cometd'], factory);\n } else {\n factory(root.org.cometd);\n }\n}(this, function(cometdModule) {\n /**\n * This client-side extension enables the client to acknowledge to the server\n * the messages that the client has received.\n * For the acknowledgement to work, the server must be configured with the\n * correspondent server-side ack extension. If both client and server support\n * the ack extension, then the ack functionality will take place automatically.\n * By enabling this extension, all messages arriving from the server will arrive\n * via /meta/connect, so the comet communication will be slightly chattier.\n * The fact that all messages will return via /meta/connect means also that the\n * messages will arrive with total order, which is not guaranteed if messages\n * can arrive via both /meta/connect and normal response.\n * Messages are not acknowledged one by one, but instead a batch of messages is\n * acknowledged when the /meta/connect returns.\n */\n return cometdModule.AckExtension = function() {\n var _cometd;\n var _serverSupportsAcks = false;\n var _batch;\n\n function _debug(text, args) {\n _cometd._debug(text, args);\n }\n\n this.registered = function(name, cometd) {\n _cometd = cometd;\n _debug('AckExtension: executing registration callback');\n };\n\n this.unregistered = function() {\n _debug('AckExtension: executing unregistration callback');\n _cometd = null;\n };\n\n this.incoming = function(message) {\n var channel = message.channel;\n var ext = message.ext;\n if (channel === '/meta/handshake') {\n if (ext) {\n var ackField = ext.ack;\n if (typeof ackField === 'object') {\n // New format.\n _serverSupportsAcks = ackField.enabled === true;\n var batch = ackField.batch;\n if (typeof batch === 'number') {\n _batch = batch;\n }\n } else {\n // Old format.\n _serverSupportsAcks = ackField === true;\n }\n }\n _debug('AckExtension: server supports acknowledgements', _serverSupportsAcks);\n } else if (channel === '/meta/connect' && message.successful && _serverSupportsAcks) {\n if (ext && typeof ext.ack === 'number') {\n _batch = ext.ack;\n _debug('AckExtension: server sent batch', _batch);\n }\n }\n return message;\n };\n\n this.outgoing = function(message) {\n var channel = message.channel;\n if (!message.ext) {\n message.ext = {};\n }\n if (channel === '/meta/handshake') {\n message.ext.ack = _cometd && _cometd.ackEnabled !== false;\n _serverSupportsAcks = false;\n _batch = 0;\n } else if (channel === '/meta/connect') {\n if (_serverSupportsAcks) {\n message.ext.ack = _batch;\n _debug('AckExtension: client sending batch', _batch);\n }\n }\n return message;\n };\n };\n}));\n"],"names":["require$$0","this"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC,SAAS,IAAI,EAAE,OAAO,CAAC;AACxB,IAAqC;AACrC,QAAQ,cAAc,GAAG,OAAO,CAACA,MAAmB,CAAC,CAAC;AACtD,KAIK;AACL,CAAC,CAACC,cAAI,EAAE,SAAS,YAAY,EAAE;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,OAAO,YAAY,CAAC,YAAY,GAAG,WAAW;AAClD,QAAQ,IAAI,OAAO,CAAC;AACpB,QAAQ,IAAI,mBAAmB,GAAG,KAAK,CAAC;AACxC,QAAQ,IAAI,MAAM,CAAC;AACnB;AACA,QAAQ,SAAS,MAAM,CAAC,IAAI,EAAE,IAAI,EAAE;AACpC,YAAY,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;AACvC,SAAS;AACT;AACA,QAAQ,IAAI,CAAC,UAAU,GAAG,SAAS,IAAI,EAAE,MAAM,EAAE;AACjD,YAAY,OAAO,GAAG,MAAM,CAAC;AAC7B,YAAY,MAAM,CAAC,+CAA+C,CAAC,CAAC;AACpE,SAAS,CAAC;AACV;AACA,QAAQ,IAAI,CAAC,YAAY,GAAG,WAAW;AACvC,YAAY,MAAM,CAAC,iDAAiD,CAAC,CAAC;AACtE,YAAY,OAAO,GAAG,IAAI,CAAC;AAC3B,SAAS,CAAC;AACV;AACA,QAAQ,IAAI,CAAC,QAAQ,GAAG,SAAS,OAAO,EAAE;AAC1C,YAAY,IAAI,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;AAC1C,YAAY,IAAI,GAAG,GAAG,OAAO,CAAC,GAAG,CAAC;AAClC,YAAY,IAAI,OAAO,KAAK,iBAAiB,EAAE;AAC/C,gBAAgB,IAAI,GAAG,EAAE;AACzB,oBAAoB,IAAI,QAAQ,GAAG,GAAG,CAAC,GAAG,CAAC;AAC3C,oBAAoB,IAAI,OAAO,QAAQ,KAAK,QAAQ,EAAE;AACtD;AACA,wBAAwB,mBAAmB,GAAG,QAAQ,CAAC,OAAO,KAAK,IAAI,CAAC;AACxE,wBAAwB,IAAI,KAAK,GAAG,QAAQ,CAAC,KAAK,CAAC;AACnD,wBAAwB,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;AACvD,4BAA4B,MAAM,GAAG,KAAK,CAAC;AAC3C,yBAAyB;AACzB,qBAAqB,MAAM;AAC3B;AACA,wBAAwB,mBAAmB,GAAG,QAAQ,KAAK,IAAI,CAAC;AAChE,qBAAqB;AACrB,iBAAiB;AACjB,gBAAgB,MAAM,CAAC,gDAAgD,EAAE,mBAAmB,CAAC,CAAC;AAC9F,aAAa,MAAM,IAAI,OAAO,KAAK,eAAe,IAAI,OAAO,CAAC,UAAU,IAAI,mBAAmB,EAAE;AACjG,gBAAgB,IAAI,GAAG,IAAI,OAAO,GAAG,CAAC,GAAG,KAAK,QAAQ,EAAE;AACxD,oBAAoB,MAAM,GAAG,GAAG,CAAC,GAAG,CAAC;AACrC,oBAAoB,MAAM,CAAC,iCAAiC,EAAE,MAAM,CAAC,CAAC;AACtE,iBAAiB;AACjB,aAAa;AACb,YAAY,OAAO,OAAO,CAAC;AAC3B,SAAS,CAAC;AACV;AACA,QAAQ,IAAI,CAAC,QAAQ,GAAG,SAAS,OAAO,EAAE;AAC1C,YAAY,IAAI,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;AAC1C,YAAY,IAAI,CAAC,OAAO,CAAC,GAAG,EAAE;AAC9B,gBAAgB,OAAO,CAAC,GAAG,GAAG,EAAE,CAAC;AACjC,aAAa;AACb,YAAY,IAAI,OAAO,KAAK,iBAAiB,EAAE;AAC/C,gBAAgB,OAAO,CAAC,GAAG,CAAC,GAAG,GAAG,OAAO,IAAI,OAAO,CAAC,UAAU,KAAK,KAAK,CAAC;AAC1E,gBAAgB,mBAAmB,GAAG,KAAK,CAAC;AAC5C,gBAAgB,MAAM,GAAG,CAAC,CAAC;AAC3B,aAAa,MAAM,IAAI,OAAO,KAAK,eAAe,EAAE;AACpD,gBAAgB,IAAI,mBAAmB,EAAE;AACzC,oBAAoB,OAAO,CAAC,GAAG,CAAC,GAAG,GAAG,MAAM,CAAC;AAC7C,oBAAoB,MAAM,CAAC,oCAAoC,EAAE,MAAM,CAAC,CAAC;AACzE,iBAAiB;AACjB,aAAa;AACb,YAAY,OAAO,OAAO,CAAC;AAC3B,SAAS,CAAC;AACV,KAAK,CAAC;AACN,CAAC,CAAC;;;;;;;;;;"}
@@ -1,5 +1,5 @@
1
- import { c as createCommonjsModule, a as commonjsGlobal } from './epicenter-e4a6d235.js';
2
- import { a as cometd } from './cometd-c640d287.js';
1
+ import { c as createCommonjsModule, a as commonjsGlobal } from './epicenter-9769a9c8.js';
2
+ import { a as cometd } from './cometd-61790fde.js';
3
3
 
4
4
  function _mergeNamespaces(n, m) {
5
5
  m.forEach(function (e) {
@@ -250,4 +250,4 @@ var ReloadExtension$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/_mergeNamespaces
250
250
  }, [ReloadExtension]));
251
251
 
252
252
  export { ReloadExtension$1 as R };
253
- //# sourceMappingURL=ReloadExtension-da4ee10c.js.map
253
+ //# sourceMappingURL=ReloadExtension-0a0db209.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ReloadExtension-da4ee10c.js","sources":["../../node_modules/cometd/ReloadExtension.js"],"sourcesContent":["/*\n * Copyright (c) 2008-2020 the original author or authors.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n(function(root, factory) {\n if (typeof exports === 'object') {\n module.exports = factory(require('./cometd'));\n } else if (typeof define === 'function' && define.amd) {\n define(['./cometd'], factory);\n } else {\n factory(root.org.cometd);\n }\n}(this, function(cometdModule) {\n /**\n * The reload extension allows a page to be loaded (or reloaded)\n * without having to re-handshake in the new (or reloaded) page,\n * therefore resuming the existing CometD connection.\n *\n * When the reload() method is called, the state of the CometD\n * connection is stored in the window.sessionStorage object.\n * The reload() method must therefore be called by page unload\n * handlers, often provided by JavaScript toolkits.\n *\n * When the page is (re)loaded, this extension checks the\n * window.sessionStorage and restores the CometD connection,\n * maintaining the same CometD clientId.\n */\n return cometdModule.ReloadExtension = function(configuration) {\n var _cometd;\n var _debug;\n var _state = {};\n var _name = 'org.cometd.reload';\n var _batch = false;\n var _reloading = false;\n\n function _reload(config) {\n if (_state.handshakeResponse) {\n _reloading = true;\n var transport = _cometd.getTransport();\n if (transport) {\n transport.abort();\n }\n _configure(config);\n var state = JSON.stringify(_state);\n _debug('Reload extension saving state', state);\n window.sessionStorage.setItem(_name, state);\n }\n }\n\n function _similarState(oldState) {\n // We want to check here that the CometD object\n // did not change much between reloads.\n // We just check the URL for now, but in future\n // further checks may involve the transport type\n // and other configuration parameters.\n return _state.url === oldState.url;\n }\n\n function _configure(config) {\n if (config) {\n if (typeof config.name === 'string') {\n _name = config.name;\n }\n }\n }\n\n function _receive(response) {\n _cometd.receive(response);\n }\n\n this.configure = _configure;\n\n this._receive = _receive;\n\n this.registered = function(name, cometd) {\n _cometd = cometd;\n _cometd.reload = _reload;\n _debug = _cometd._debug;\n };\n\n this.unregistered = function() {\n delete _cometd.reload;\n _cometd = null;\n };\n\n this.outgoing = function(message) {\n switch (message.channel) {\n case '/meta/handshake':\n {\n _state = {};\n _state.url = _cometd.getURL();\n\n var state = window.sessionStorage.getItem(_name);\n _debug('Reload extension found state', state);\n // Is there a saved handshake response from a prior load ?\n if (state) {\n try {\n var oldState = JSON.parse(state);\n\n // Remove the state, not needed anymore\n window.sessionStorage.removeItem(_name);\n\n if (oldState.handshakeResponse && _similarState(oldState)) {\n _debug('Reload extension restoring state', oldState);\n\n // Since we are going to abort this message,\n // we must save an eventual callback to restore\n // it when we replay the handshake response.\n var callback = _cometd._getCallback(message.id);\n\n var self = this;\n setTimeout(function() {\n _debug('Reload extension replaying handshake response', oldState.handshakeResponse);\n _state.handshakeResponse = oldState.handshakeResponse;\n _state.transportType = oldState.transportType;\n\n // Restore the callback.\n _cometd._putCallback(message.id, callback);\n\n var response = _cometd._mixin(true, {}, _state.handshakeResponse, {\n // Keep the response message id the same as the request.\n id: message.id,\n // Tells applications this is a handshake replayed by the reload extension.\n ext: {\n reload: true\n }\n });\n // Use the same transport as before.\n response.supportedConnectionTypes = [_state.transportType];\n\n self._receive(response);\n _debug('Reload extension replayed handshake response', response);\n }, 0);\n\n // Delay any sends until first connect is complete.\n // This avoids that there is an old /meta/connect pending on server\n // that will be resumed to send messages to the client, when the\n // client has already closed the connection, thereby losing the messages.\n if (!_batch) {\n _batch = true;\n _cometd.startBatch();\n }\n\n // This handshake is aborted, as we will replay the prior handshake response\n return null;\n } else {\n _debug('Reload extension could not restore state', oldState);\n }\n } catch (x) {\n _debug('Reload extension error while trying to restore state', x);\n }\n }\n break;\n }\n case '/meta/connect':\n {\n if (_reloading === true) {\n // The reload causes the failure of the outstanding /meta/connect,\n // which CometD will react to by sending another. Here we avoid\n // that /meta/connect messages are sent between the reload and\n // the destruction of the JavaScript context, so that we are sure\n // that the first /meta/connect is the one triggered after the\n // replay of the /meta/handshake by this extension.\n _debug('Reload extension aborting /meta/connect during reload');\n return null;\n }\n\n if (!_state.transportType) {\n _state.transportType = message.connectionType;\n _debug('Reload extension tracked transport type', _state.transportType);\n }\n break;\n }\n case '/meta/disconnect':\n {\n _state = {};\n break;\n }\n default:\n {\n break;\n }\n }\n return message;\n };\n\n this.incoming = function(message) {\n if (message.successful) {\n switch (message.channel) {\n case '/meta/handshake':\n {\n // If the handshake response is already present, then we're replaying it.\n // Since the replay may have modified the handshake response, do not record it here.\n if (!_state.handshakeResponse) {\n // Save successful handshake response\n _state.handshakeResponse = message;\n _debug('Reload extension tracked handshake response', message);\n }\n break;\n }\n case '/meta/connect':\n {\n if (_batch) {\n _batch = false;\n _cometd.endBatch();\n }\n break;\n }\n case '/meta/disconnect':\n {\n _state = {};\n break;\n }\n default:\n {\n break;\n }\n }\n }\n return message;\n };\n\n _configure(configuration);\n };\n}));\n"],"names":["require$$0","this"],"mappings":"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"}
1
+ {"version":3,"file":"ReloadExtension-0a0db209.js","sources":["../../node_modules/cometd/ReloadExtension.js"],"sourcesContent":["/*\n * Copyright (c) 2008-2020 the original author or authors.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n(function(root, factory) {\n if (typeof exports === 'object') {\n module.exports = factory(require('./cometd'));\n } else if (typeof define === 'function' && define.amd) {\n define(['./cometd'], factory);\n } else {\n factory(root.org.cometd);\n }\n}(this, function(cometdModule) {\n /**\n * The reload extension allows a page to be loaded (or reloaded)\n * without having to re-handshake in the new (or reloaded) page,\n * therefore resuming the existing CometD connection.\n *\n * When the reload() method is called, the state of the CometD\n * connection is stored in the window.sessionStorage object.\n * The reload() method must therefore be called by page unload\n * handlers, often provided by JavaScript toolkits.\n *\n * When the page is (re)loaded, this extension checks the\n * window.sessionStorage and restores the CometD connection,\n * maintaining the same CometD clientId.\n */\n return cometdModule.ReloadExtension = function(configuration) {\n var _cometd;\n var _debug;\n var _state = {};\n var _name = 'org.cometd.reload';\n var _batch = false;\n var _reloading = false;\n\n function _reload(config) {\n if (_state.handshakeResponse) {\n _reloading = true;\n var transport = _cometd.getTransport();\n if (transport) {\n transport.abort();\n }\n _configure(config);\n var state = JSON.stringify(_state);\n _debug('Reload extension saving state', state);\n window.sessionStorage.setItem(_name, state);\n }\n }\n\n function _similarState(oldState) {\n // We want to check here that the CometD object\n // did not change much between reloads.\n // We just check the URL for now, but in future\n // further checks may involve the transport type\n // and other configuration parameters.\n return _state.url === oldState.url;\n }\n\n function _configure(config) {\n if (config) {\n if (typeof config.name === 'string') {\n _name = config.name;\n }\n }\n }\n\n function _receive(response) {\n _cometd.receive(response);\n }\n\n this.configure = _configure;\n\n this._receive = _receive;\n\n this.registered = function(name, cometd) {\n _cometd = cometd;\n _cometd.reload = _reload;\n _debug = _cometd._debug;\n };\n\n this.unregistered = function() {\n delete _cometd.reload;\n _cometd = null;\n };\n\n this.outgoing = function(message) {\n switch (message.channel) {\n case '/meta/handshake':\n {\n _state = {};\n _state.url = _cometd.getURL();\n\n var state = window.sessionStorage.getItem(_name);\n _debug('Reload extension found state', state);\n // Is there a saved handshake response from a prior load ?\n if (state) {\n try {\n var oldState = JSON.parse(state);\n\n // Remove the state, not needed anymore\n window.sessionStorage.removeItem(_name);\n\n if (oldState.handshakeResponse && _similarState(oldState)) {\n _debug('Reload extension restoring state', oldState);\n\n // Since we are going to abort this message,\n // we must save an eventual callback to restore\n // it when we replay the handshake response.\n var callback = _cometd._getCallback(message.id);\n\n var self = this;\n setTimeout(function() {\n _debug('Reload extension replaying handshake response', oldState.handshakeResponse);\n _state.handshakeResponse = oldState.handshakeResponse;\n _state.transportType = oldState.transportType;\n\n // Restore the callback.\n _cometd._putCallback(message.id, callback);\n\n var response = _cometd._mixin(true, {}, _state.handshakeResponse, {\n // Keep the response message id the same as the request.\n id: message.id,\n // Tells applications this is a handshake replayed by the reload extension.\n ext: {\n reload: true\n }\n });\n // Use the same transport as before.\n response.supportedConnectionTypes = [_state.transportType];\n\n self._receive(response);\n _debug('Reload extension replayed handshake response', response);\n }, 0);\n\n // Delay any sends until first connect is complete.\n // This avoids that there is an old /meta/connect pending on server\n // that will be resumed to send messages to the client, when the\n // client has already closed the connection, thereby losing the messages.\n if (!_batch) {\n _batch = true;\n _cometd.startBatch();\n }\n\n // This handshake is aborted, as we will replay the prior handshake response\n return null;\n } else {\n _debug('Reload extension could not restore state', oldState);\n }\n } catch (x) {\n _debug('Reload extension error while trying to restore state', x);\n }\n }\n break;\n }\n case '/meta/connect':\n {\n if (_reloading === true) {\n // The reload causes the failure of the outstanding /meta/connect,\n // which CometD will react to by sending another. Here we avoid\n // that /meta/connect messages are sent between the reload and\n // the destruction of the JavaScript context, so that we are sure\n // that the first /meta/connect is the one triggered after the\n // replay of the /meta/handshake by this extension.\n _debug('Reload extension aborting /meta/connect during reload');\n return null;\n }\n\n if (!_state.transportType) {\n _state.transportType = message.connectionType;\n _debug('Reload extension tracked transport type', _state.transportType);\n }\n break;\n }\n case '/meta/disconnect':\n {\n _state = {};\n break;\n }\n default:\n {\n break;\n }\n }\n return message;\n };\n\n this.incoming = function(message) {\n if (message.successful) {\n switch (message.channel) {\n case '/meta/handshake':\n {\n // If the handshake response is already present, then we're replaying it.\n // Since the replay may have modified the handshake response, do not record it here.\n if (!_state.handshakeResponse) {\n // Save successful handshake response\n _state.handshakeResponse = message;\n _debug('Reload extension tracked handshake response', message);\n }\n break;\n }\n case '/meta/connect':\n {\n if (_batch) {\n _batch = false;\n _cometd.endBatch();\n }\n break;\n }\n case '/meta/disconnect':\n {\n _state = {};\n break;\n }\n default:\n {\n break;\n }\n }\n }\n return message;\n };\n\n _configure(configuration);\n };\n}));\n"],"names":["require$$0","this"],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import { c as createCommonjsModule, a as commonjsGlobal } from './epicenter-ffc2b7a7.js';
1
+ import { c as createCommonjsModule, a as commonjsGlobal } from './epicenter-9769a9c8.js';
2
2
 
3
3
  function _mergeNamespaces(n, m) {
4
4
  m.forEach(function (e) {
@@ -3435,4 +3435,4 @@ var cometd$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/_mergeNamespaces({
3435
3435
  }, [cometd]));
3436
3436
 
3437
3437
  export { cometd as a, cometd$1 as c };
3438
- //# sourceMappingURL=cometd-009d1cc7.js.map
3438
+ //# sourceMappingURL=cometd-61790fde.js.map