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

Unified Diff: Source/modules/websockets/CloseEvent.idl

Issue 1220363003: Annotate the CloseEvent interfaces with spec link (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | Source/modules/websockets/CloseEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/websockets/CloseEvent.idl
diff --git a/Source/modules/websockets/CloseEvent.idl b/Source/modules/websockets/CloseEvent.idl
index 4cd4def1c8b57ce68157aa5e20570eae58df6a20..7371ad94f20c6261dbd18dd1cfb1e98916bf411f 100644
--- a/Source/modules/websockets/CloseEvent.idl
+++ b/Source/modules/websockets/CloseEvent.idl
@@ -28,6 +28,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// https://html.spec.whatwg.org/multipage/comms.html#the-closeevent-interfaces
+
[
Constructor(DOMString type, optional CloseEventInit eventInitDict),
Exposed=(Window,Worker),
« no previous file with comments | « no previous file | Source/modules/websockets/CloseEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698