-
Notifications
You must be signed in to change notification settings - Fork 44
Conversation
The updated integration tests pass (against notebook master, if I comment out the existing session tests that haven't been updated yet). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really nice to me.
if (this.isDisposed) { | ||
return Promise.reject(new Error('Session is disposed')); | ||
} | ||
let data = JSON.stringify({ type }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not know that you could use this shorthand for objects!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, available in ES6. I am going to also verify that current master of services still works against notebook master (that the old api still works).
Tests pass on services master and notebook master:
|
Very nice. |
Closing as stale. |
cf #236
cc @minrk