- From: Elliott Sprehn via GitHub <sysbot+gh@w3.org>
- Date: Fri, 23 Sep 2016 13:05:09 +0000
- To: public-houdini-archive@w3.org
re FrozenRealms they require freezing all of the globals and all of prototypes of everything which means you can't use polyfills or work around API bugs easily. They also have some serious restrictions: https://github.com/FUDCo/proposal-frozen-realms#date-and-math It's also not clear how they interact with ES modules, for example I think modules can do "default export []" and export a mutable array, and modules are de-duplicated, so now you have global state to deal with. -- GitHub Notification of comment by esprehn Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/308#issuecomment-249186876 using your GitHub account
Received on Friday, 23 September 2016 13:05:26 UTC