@solid/community-server
Version:
Community Solid Server: an open and modular implementation of the Solid specifications
13 lines • 622 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StreamingHttpMap = void 0;
const WrappedSetMultiMap_1 = require("../../../util/map/WrappedSetMultiMap");
/**
* A {@link SetMultiMap} linking identifiers to a set of Streaming HTTP streams.
* An extension of {@link WrappedSetMultiMap} to make sure Components.js allows us to create this in the config,
* as {@link WrappedSetMultiMap} has a constructor not supported.
*/
class StreamingHttpMap extends WrappedSetMultiMap_1.WrappedSetMultiMap {
}
exports.StreamingHttpMap = StreamingHttpMap;
//# sourceMappingURL=StreamingHttpMap.js.map