Fixed "Open in JsBin/JsFiddle", switched localstorage to chrome.storage.local#71
Fixed "Open in JsBin/JsFiddle", switched localstorage to chrome.storage.local#71KartikSoneji wants to merge 10 commits intokdzwinel:masterfrom
Conversation
Resolved as Bug is fixed: "FIXME Can be replaced with chrome.storage.local as soon as http://crbug.com/178618 will be resolved"
Needed an empty input with name = `js` as per JsBin API.
JsBin has a CSRF Token that needs to be included to allow creation.
|
Also implemented Feature #60 |
|
Thanks a lot! Much appreciated. I'm worried about that jsbin approach though - extacting |
|
No, I could not find any API for JsBin, I have reverse-engineered the POST request from the JsBin page to get it to work. JsFiddle and CodePen do have documented public APIs, and I think that it is better to use them. The current solution may be fragile, but I do not see any other way of supporting JsBin. |
Fixes Issue #66 and Issue #50
Related: Issue #55 is fixed, so should be closed.