WebAPIKit icon indicating copy to clipboard operation
WebAPIKit copied to clipboard

Correctly handle FrozenArray and ObservableArray

Open j-f1 opened this issue 3 years ago • 0 comments

FrozenArrays are essentially readonly arrays in Swift.

ObservableArrays seem to have an identical API to a regular array, except that the spec can define custom behaviors when the array is modified. So I’m not sure whether we need to do anything special in Swift to handle this.

j-f1 avatar May 03 '22 12:05 j-f1