Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(973)

Unified Diff: Source/core/xmlhttprequest/XMLHttpRequestUpload.idl

Issue 1167563002: Sync the XHR-related interfaces with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: compile fix Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/xmlhttprequest/XMLHttpRequestUpload.idl
diff --git a/Source/core/xmlhttprequest/XMLHttpRequestUpload.idl b/Source/core/xmlhttprequest/XMLHttpRequestUpload.idl
index ae66d382250939edbddfd5ace469d7038a26f8d7..a5ac933fa8e797a3a97992f1851115ac5c9a4b8e 100644
--- a/Source/core/xmlhttprequest/XMLHttpRequestUpload.idl
+++ b/Source/core/xmlhttprequest/XMLHttpRequestUpload.idl
@@ -26,6 +26,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// https://xhr.spec.whatwg.org/#xmlhttprequestupload
+
+// TODO(philipj): The spec has Exposed=(Window,Worker)
+// https://github.com/whatwg/xhr/issues/19
interface XMLHttpRequestUpload : XMLHttpRequestEventTarget {
};
-

Powered by Google App Engine
This is Rietveld 408576698