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

Add note about event listeners causing preflight #148

Merged
merged 3 commits into from
Aug 10, 2017

Conversation

sideshowbarker
Copy link
Contributor

@sideshowbarker sideshowbarker commented Aug 9, 2017

Copy link
Member

@annevk annevk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with a couple of nits.

xhr.bs Outdated
event listeners on an {{XMLHttpRequestUpload}} object will trigger user
agents to perform a <a>CORS-preflight request</a>. (That is because
registering an event listener causes the <a>upload listener flag</a> to be
set, which in turn causes the <a>use-CORS-preflight flag</a> to be set.)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you use class="note no-backref" please? And maybe s/trigger user agents to perform/result in/. Also, 100 columns please.

@annevk annevk merged commit b1fd4d2 into master Aug 10, 2017
@annevk annevk deleted the sideshowbarker/event-listeners-preflight-note branch August 10, 2017 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants