Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perMessageDeflate feature questions #607

Closed
darrachequesne opened this issue Oct 28, 2015 · 1 comment
Closed

perMessageDeflate feature questions #607

darrachequesne opened this issue Oct 28, 2015 · 1 comment

Comments

@darrachequesne
Copy link
Contributor

Hi!

  var options = this.options.perMessageDeflate;
  if (options && offer[PerMessageDeflate.extensionName]) {
    var perMessageDeflate = new PerMessageDeflate(options !== true ? options : {}, true);

[Edit] for the 2nd question, I should have read the docs here https://github.com/websockets/ws/blob/master/doc/ws.md

@darrachequesne
Copy link
Contributor Author

Since the feature seems now stable (through #595 and #608), I'll close this! Sorry for the noise 👼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant