Reputation: 23084
Just a quick question -- Does DalekJS support https?
I've been to http://dalekjs.com/pages/getStarted.html, and the demo only uses http, even the http://dalekjs.com/pages/documentation.html is not clear about that.
Thanks.
Upvotes: 0
Views: 53
Reputation: 425
Yes, you can use dalek with https:
.open('https://yourapp.com/signin')
Upvotes: 1