使用高速公路测试Angular4应用程序会出现" TypeError:无法读取属性'取消屏蔽'未定义"

时间:2017-09-06 13:35:46

标签: javascript angular autobahn

我偶然发现了一些其他相关主题,但所有这些主题似乎都以一种无法帮助我的方式解决了。我的autobahn包配置(至少是相关部分):

"version": "17.5.2",
  "description": "An implementation of The Web Application Messaging Protocol (WAMP).",
  "main": "index.js",
  "scripts": {
    "test": "nodeunit test/test.js"
  },
  "engines": {
    "node": ">= 4.2.6"
  },
  "dependencies": {
    "crypto-js": ">= 3.1.8",
    "int64-buffer": ">= 0.1.9",
    "msgpack-lite": ">= 0.1.26",
    "cbor": ">= 3.0.0",
    "tweetnacl": ">= 0.14.3",
    "when": ">= 3.7.7",
    "ws": ">= 1.1.4"
  },
  "optionalDependencies": {
    "bufferutil": ">= 1.2.1",
    "utf-8-validate": ">= 1.2.1"
  },

正如您所看到的,ws包的版本正确,bufferutil也是如此,那么是什么呢?

0 个答案:

没有答案