Caridy Patiño

Results 457 comments of Caridy Patiño

Ok, I dropped the ball on this one. Let me clarify my position. But first, keep in mind that now we have the semantics of error copying across realms well...

To be more specific: ```js const s = new ShadowRealm() const letItThrow = await s.importValue('./x.js', 'letItThrow'); try { letItThrow(); } catch (e) { // this is useful } ``` That...

Few notes from today's discussion at SES: ## Errors Observed from within a ShadowRealm: 1. It seems important for code running inside the ShadowRealm to be able observe uncaught errors...

@smaug---- @annevk what do you guys think about the notes from last month? https://github.com/whatwg/html/issues/7591#issuecomment-1352171008 I'm leaning toward 2.a, I will like to know if that's possible with an ordinary global...

I'm fine with "web platform usual pattern", and I think the rest of the champions will also agree with that approach. Again, the main goal was to get off the...

This should be a compilation error for now. Can we add this to patch?

What do you mean that this is a breaking change? do you mean that if you have `@api key` it works? It doesn't work today, it doesn't throw either, but...

We would try to revamp this PR (cc @ptomato)

@ptomato should we close this, or do you prefer to keep it around for when the time comes to work on trusted types?

Folks, as part of the work at https://github.com/tc39/proposal-shadowrealm/pull/409, we found some weirdness introduced by these changes, specifically, the fact that calling `InitializeHostDefinedRealm()` changes the execution context to the newly created...