Jed Fox
                                            Jed Fox
                                        
                                    These are a Cursed Object in the WebIDL spec (https://webidl.spec.whatwg.org/#idl-callback-interfaces), and they’re essentially shorthand for a union between a function/closure type and an object with a property matching that function...
https://github.com/swiftwasm/DOMKit/blob/070f99efca195eaa38f46beeb4dc46ca1d6ce04b/Sources/WebIDLToSwift/WebIDL%2BSwiftRepresentation.swift#L607-L622
[`FrozenArray`](https://webidl.spec.whatwg.org/#idl-frozen-array)s are essentially readonly arrays in Swift. [`ObservableArray`](https://webidl.spec.whatwg.org/#idl-observable-array)s seem to have an identical API to a regular array, except that the spec can define custom behaviors when the array is...
This is currently only used by one type, `TrustedTypePolicyFactory`. …looking at this again, I'm not sure what exactly this needs in terms of code changes. I think it has something...
The spec [defines](https://webidl.spec.whatwg.org/#idl-maplike) these without specific method names so we’re technically free to do anything we like (I assume they should conform to `Collection` or similar), although it does define...
The website https://cors.io appears to be down.
It would be great to add a button on Smokey’s report to retract the autoflag if you were chosen as the flagger. In fact, it could be a set of...
They should be pushed to `gh-pages`. The docs should be generated too.
JitStreamer currently does not appear to work on devices running iOS 17. I’m sure you’re aware of this, but I wanted to open an issue so folks can subscribe to...