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
Mark deprecated FunctionURLResponse init as @_disfavoredOverload (#93)
In a previous PR (#91), a new init with a different parameters order was
added, marking the previous one was deprecated. The problem is that the
compiler doesn't know which one to choose when omitting the final
parameters.
This PR fixes it by marking the deprecated init with
`@_disfavoredOverload`.
0 commit comments