From 77ccc1efe53b405801bdcea2831c29a386f47716 Mon Sep 17 00:00:00 2001 From: Matthew Davidson Date: Wed, 2 Sep 2020 12:23:31 -0400 Subject: [PATCH] Remove irrelevant WebSocket bug note for Firefox (#6608) The bugfix in the note tracked unprefixed WebSocket usage, and was closed in FF 11. Maintaining a link to it on the most recent version implies the bugfix page is still relevant for readers, which is untrue. Even if devs were targeting those older FF versions, the bugfix page didn't contain anything they'd need to be aware of. --- api/WebSocket.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/WebSocket.json b/api/WebSocket.json index a62a2a18c8f9c2..59074a12f363e1 100644 --- a/api/WebSocket.json +++ b/api/WebSocket.json @@ -15,8 +15,7 @@ }, "firefox": [ { - "version_added": "11", - "notes": "See bug 695635." + "version_added": "11" }, { "version_added": "7",