Sha256: f4380d58b80a63db1fe9a39a71c6e11f60a835a091e319200d8a501e53f1e9d3

Contents?: true

Size: 1.13 KB

Versions: 26

Compression:

Stored size: 1.13 KB

Contents

"use strict";
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
  for (var name in all)
    __defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
  if (from && typeof from === "object" || typeof from === "function") {
    for (let key of __getOwnPropNames(from))
      if (!__hasOwnProp.call(to, key) && key !== except)
        __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
  }
  return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var passthrough_exports = {};
__export(passthrough_exports, {
  passthrough: () => passthrough
});
module.exports = __toCommonJS(passthrough_exports);
function passthrough() {
  return new Response(null, {
    status: 302,
    statusText: "Passthrough",
    headers: {
      "x-msw-intention": "passthrough"
    }
  });
}
//# sourceMappingURL=passthrough.js.map

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
clapton-0.0.6 lib/clapton/javascripts/node_modules/msw/lib/core/passthrough.js
clapton-0.0.5 lib/clapton/javascripts/node_modules/msw/lib/core/passthrough.js
clapton-0.0.4 lib/clapton/javascripts/node_modules/msw/lib/core/passthrough.js
clapton-0.0.3 lib/clapton/javascripts/node_modules/msw/lib/core/passthrough.js
clapton-0.0.2 lib/clapton/javascripts/node_modules/msw/lib/core/passthrough.js
clapton-0.0.1 lib/clapton/javascripts/node_modules/msw/lib/core/passthrough.js