01:04
<Domenic_>
.>?/[[]kk[p
01:06
<Domenic_>
Here's a list of other standards that might need updating to reference the URL spec: https://github.com/joyent/node/issues/5452#issuecomment-17788325
09:21
<zcorpan>
MikeSmit1: https://www.w3.org/Bugs/Public/show_bug.cgi?id=21994
09:37
<darobin_>
zcorpan: do you know if it is possible to change the name of a component in bugzilla without breaking existing searches that involve it?
09:37
<zcorpan>
darobin: dunno, but it changed recently anyway
09:37
zcorpan
101 Switching Trains
09:38
<darobin>
heh
09:45
<zcorpan>
is "backwards compatible" wrong English?
09:48
<jgraham>
No, but "wrong English" is incorrect English.
09:53
<zcorpan>
""Backward" never has an "s" when used as an adjective, only when used as an adverb." - https://www.w3.org/Bugs/Public/show_bug.cgi?id=21995
09:56
<tomasf>
but isn't it an adverb in that case? compatible in a backward way
09:56
<jgraham>
It is possible that "backward compatible" is more right
09:57
<jgraham>
But I don't think it's a big deal
10:49
<gsnedders>
So with var foo = new Worker('foo.js'); foo.postMessage(…) does the postMessage block until foo.js is loaded?
10:49
gsnedders
is confused how the example in the spec are safe
10:53
<Ms2ger>
gsnedders, wasn't there a queue for messages like that?
10:53
<Ms2ger>
Or the spec is buggy, that's possible too
10:53
<gsnedders>
I dunno. I scarcely know this stuff.
10:53
<gsnedders>
tl;dr: can I safely do this?
10:54
<Ms2ger>
tl;dr: maybe
10:55
<gsnedders>
Yeah, I think it's fine. It just adds it to the message queue.
10:55
<gsnedders>
Is there any way to know when a worker has loaded, short of sending a message from it?
11:02
<darobin>
I don't think that you get load events from workers
11:02
<darobin>
that might be a bug
11:09
<gsnedders>
I want to be able to call URL.revokeObjectURL once the worker has loaded.
11:09
<gsnedders>
Because, well, yeah, don't need the blob any more.
12:46
<gsnedders>
Is there anything except __proto__ in ES6 that requires all objects to keep realm?
12:47
<jgraham>
So, wait, what? W3C/Charles/Yandex/someone decided to write Yet Another URL Spec?
12:47
<Ms2ger>
Charles
12:47
<Ms2ger>
Is RFC style
12:47
<Ms2ger>
In*
12:47
<jgraham>
Well you assume Yandex wouldn't pay him to waste our time like that, but you never know
12:48
<Ms2ger>
Hah
23:23
<annevk>
Not sure if anyone referenced this last July, but it's pretty interesting: http://www.drdobbs.com/architecture-and-design/interview-with-alan-kay/240003442?pgno=2