Append the serialization of URL to inputs when performing a match
The list `inputs` is an array of `URLPatternInput` which can only be either a `USVString` or a `URLPatternInit`. To handle the case where a URL is passed through, we need to append the serialization of that URL.