[whatwg/webidl] ObservableArray's "set the length" algorithm is missing a return (Issue #1050)

AFAICS https://webidl.spec.whatwg.org/#observable-array-exotic-object-set-the-length needs to return a boolean, given it already returns `false` in one of the comparison steps.
It seems to be missing a `return true` at the end of the algorithm, be run when all steps have run successfully.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/webidl/issues/1050

Received on Tuesday, 19 October 2021 12:33:42 UTC