Skip to content

Instantly share code, notes, and snippets.

@rgbkrk
Created February 2, 2016 02:38
Show Gist options
  • Save rgbkrk/011f9183b4dc59775c65 to your computer and use it in GitHub Desktop.
Save rgbkrk/011f9183b4dc59775c65 to your computer and use it in GitHub Desktop.
const completeRequest = createMessage(sessionID, 'complete_request');
completeRequest.content = {
code: linePartial,
cursor_pos: linePartial.length,
};
shell.filter(isChildMessage.bind(completeRequest))
.filter(msg => msg.header.msg_type === 'complete_reply')
.subscribe(whatever...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment