On 4/17/15 10:55 AM, Andrea Giammarchi wrote: > We have `window` in DOM land, `self` in Workers We have `self` in DOM land too, so you can consistently use `self` across Window and Workers. > and `global` in most common server side JS engines Sounds like they should add `self`. ;) -Boris