-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Add proposal for new discovery API #773
Conversation
Thank you, Jan! I know that this is still a WIP but I think I saw two issues already:
|
Thank you for the feedback, @relu91 :) I am aware of these two issues and the commit that contains them is supposed to be dropped later, node-fetch and the example are only added for illustration purposes. In fact, I already have an idea for a protocol agnostic implementation which I will add later :) Sorry, I probably should have made these points clearer in the description of the PR :/ However, I really appreciate the feedback :) |
This is now also the direction I took in my latest commits :) I am not sure about the semantics yet and the design of the API (not to mention that the implementation itself is also still WIP), but the proof of concept for HTTP already works, at least :) Looking forward to having more discussion on this topic. |
This commit should probably be dropped
I updated the PR with a new approach I found experimenting with Discovery in One thing I implemented in |
I think this PR can be considered superseded by #864 in the meantime :) I will therefore close this one in order to clean up the PR tab a bit. |
This PR contains a potential proposal for a new discovery. It is still a work in progress and will be updated in accordance with the discussion in w3c/wot-scripting-api#364.