| 12:08 | <JakeA> | Bit off topic, but can anyone confirm what System.import('./normal-script.js') does differently to <script src="normal-script.js" async>? |
| 12:10 | <JakeA> | In regards to execution behavior, rather than preloading |
| 12:18 | <JakeA> | I'm guessing the difference is it runs in a private scope? |
| 12:57 | <smaug____> | uh, another misuse of Promises https://rawgithub.com/ClaesNilsson/raw-sockets/gh-pages/index.html#interface-tcpsocket |
| 12:57 | <smaug____> | you really want events for stream-like things |
| 13:51 | <zewt> | (also for non-stream-like things) |
| 14:31 | <Domenic_> | nope, you want streams for stream-like things, which is exactly what Claes is doing. |
| 14:32 | <Domenic_> | JakeA: also allows the use of different keywords. `module`, `import`, and `export` are syntax errors with <script> |
| 15:51 | <dglazkov> | good morning, Whatwg! |
| 19:11 | <jgraham> | Hixie: FWIW I heard a complaint that the HTML spec gets the wrong charset when loaded over file:// |
| 19:44 | <Hixie> | jgraham: odd |
| 19:44 | <Hixie> | jgraham: the source file is US-ASCII :-) |
| 19:44 | <Ms2ger> | I don't think they loaded the source |
| 19:52 | <Hixie> | Ms2ger: yeah, my point was more that i really should fix my pipeline to maintain that invariant |
| 19:52 | <Hixie> | Ms2ger: it would solve a bunch of other problems too |
| 19:52 | <Hixie> | but anyway |
| 19:52 | <Ms2ger> | Fair |
| 19:52 | <Hixie> | i've no idea what encoding the file is coming out as |
| 19:52 | <Hixie> | i have some long-term plans to fix this class of problems though |
| 23:18 | <Hixie> | hey, Touch objects have no constructor |
| 23:18 | <Hixie> | odd |
| 23:18 | <Hixie> | oh TouchEvents don't either! |
| 23:18 | <Hixie> | i wonder if that's intentional |