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
Why does run algorithm use a conditional to check if worklet global scope's module map is not empty, but selectURL (actually its helper algorithm "get the select-url result index") simply asserts it's not empty? Should we be consistent, or is there a reason we do it differently?
The text was updated successfully, but these errors were encountered:
Why does
run
algorithm use a conditional to check if worklet global scope's module map is not empty, butselectURL
(actually its helper algorithm "get the select-url result index") simply asserts it's not empty? Should we be consistent, or is there a reason we do it differently?The text was updated successfully, but these errors were encountered: