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 the append method for the Headers API #12467

Merged
merged 4 commits into from Jul 20, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

List the Headers interface name to the list in interfaces test files.

  • Loading branch information
jeenalee committed Jul 20, 2016
commit cec3697cb2757aec92c78166f14208cee0d7e544
@@ -48,6 +48,7 @@
"FocusEvent",
"FormData",
"HashChangeEvent",
"Headers",
"HTMLAnchorElement",
"HTMLAppletElement",
"HTMLAreaElement",
@@ -44,6 +44,7 @@ test_interfaces([
"FocusEvent",
"FormData",
"HashChangeEvent",
"Headers",

This comment has been minimized.

@jdm

jdm Jul 20, 2016

Member

This won't work yet, since the Exposed=(Window,Worker) annotation is commented out.

"HTMLAnchorElement",
"HTMLAppletElement",
"HTMLAreaElement",
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.