Confirmed users
716
edits
Line 306: | Line 306: | ||
As of '''Firefox 11''' we've unprefixed the WebSockets API. This means that we don't expect the protocol or the API to change. In other words, we're basically "done" with our WebSockets support. | As of '''Firefox 11''' we've unprefixed the WebSockets API. This means that we don't expect the protocol or the API to change. In other words, we're basically "done" with our WebSockets support. | ||
The | The two outstanding item that I know about are: | ||
* If you download a large binary message as a Blob, we don't stream the data to disk, but instead back the Blob using an in-memory buffer. This is transparent to the page, but causes us to use more memory. Tracking bug is {{bug|704447}}. | |||
* WebSockets aren't supported in Workers {{bug|504553}} | |||
= Asset Management = | = Asset Management = |