Skip to content
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

Extend Fetch API for labeled objects #56

Open
NAndreasson opened this issue Apr 6, 2016 · 2 comments
Open

Extend Fetch API for labeled objects #56

NAndreasson opened this issue Apr 6, 2016 · 2 comments

Comments

@NAndreasson
Copy link

We need to extend the Fetch API to deal with receiving labeled objects, and also possibly sending. This would be similar to the XHR extension (http://w3c.github.io/webappsec-cowl/#extension-xhr).

@annevk
Copy link
Member

annevk commented May 17, 2016

The simplest way to do this would be to monkey patch Fetch for now https://annevankesteren.nl/2014/02/monkey-patch and later uplift it once it's clear two implementers are willing to implement this functionality and ship it.

You would need to make at least these changes:

@deian deian added this to the v1 milestone May 18, 2016
@deian
Copy link
Member

deian commented May 18, 2016

Awesome, thanks for the feedback @annevk!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants