Caridy Patiño
Caridy Patiño
@annevk > As @koto pointed out TT can't weaken CSP. I'm also getting confused. TT is part of CSP headers today. I also understand that implementers see them as two...
> There's additional CSP integration required, tracked https://github.com/w3c/trusted-types/issues/143. Since it relaxes the CSP conditions, we might require a new keyword. We propose `script-src 'trusted-script'` @koto can you link to the...
@koto we got consensus around https://github.com/tc39/ecma262/pull/3222 last week, which I think is related. Now the host hook has access to the value. And we are still pending to figure what...
@lukewarlow I think that was always the idea, to give you the compiled code string via `HostEnsureCanCompileStrings`. cc. @nicolo-ribaudo @ptomato
I agree with @domenic here. It will open the gates for a lot of wrong-doing. As for browser differences, do we have tickets for safari and firefox to correct that...
@Jamesernator the narrative so far has been that `Module` instances are not serializable, only ModuleSource instances are. The reason being that the coordination needed across realms for modules to be...
this is probably related to the Intl polyfill, which does not support TZ at the moment. More details here: https://github.com/andyearnshaw/Intl.js/issues/19
the problem is that this.shadowRoot is null for closed mode. this is why we have a private field (template) that can always be around, even for closed shadows.
yeah, I suspect that will happen at some point. keep in mind that `this.template` predates the notion of `internals`.
Function Calling works by looking at the parameters, it doesn't care about the output of such function, meaning you must executed one by one by asking the LLM what to...