You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the Sanitizer API it might make sense to define the difference between two sets.
There is one caveat however which is that these sets contain IDL dictionaries. I.e., maps. The maps in question have two keys that map to either a string or null. But we don't really define equality for such more complex structures currently.
So maybe this is a bunch of custom logic the Sanitizer API will have to write out for all the dictionary manipulation it does.
What is the issue with the Infra Standard?
For the Sanitizer API it might make sense to define the difference between two sets.
There is one caveat however which is that these sets contain IDL dictionaries. I.e., maps. The maps in question have two keys that map to either a string or null. But we don't really define equality for such more complex structures currently.
So maybe this is a bunch of custom logic the Sanitizer API will have to write out for all the dictionary manipulation it does.
cc @domenic @otherdaniel @mozfreddyb
See also #326.
The text was updated successfully, but these errors were encountered: