| 15:52 | <Ms2ger> | foolip, I was hoping you'd feel like testing the ones on Window too |
| 18:21 | <AlexNRoss> | What is the most compatible mime-type for an image icon (.ico)? |
| 18:23 | <AlexNRoss> | I know Google uses image/x-icon and the "formal" mimetype is image/vnd.microsoft.icon, there is also image/ico, image/icon, and application/ico. |
| 18:23 | <AlexNRoss> | Currently, I'm understanding that image/x-icon is the most compatible out of the bunch. |
| 19:46 | <Ms2ger> | Okay, a question for y'all |
| 19:46 | <Ms2ger> | 2. If readyState = LOADING set readyState to DONE and result to null. |
| 19:46 | <Ms2ger> | ... |
| 19:46 | <Ms2ger> | 6. Unless readyState is LOADING fire a progress event called loadend. If readyState is LOADING do NOT fire loadend. |
| 19:47 | <Ms2ger> | If readyState was LOADING at the start, should loadend be fired? |
| 23:51 | <TabAtkins> | As written, no. |