(data, hint)
| 15819 | } |
| 15820 | }; |
| 15821 | function createFrame(data, hint) { |
| 15822 | return new WebsocketFrameSend(toBuffer(data, hint)).createFrame(hint === sendHints.text ? opcodes.TEXT : opcodes.BINARY); |
| 15823 | } |
| 15824 | __name(createFrame, "createFrame"); |
| 15825 | function toBuffer(data, hint) { |
| 15826 | switch (hint) { |
no test coverage detected