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
The domintro section currently lists the properties only; it doesn't list the constructor or methods.
Also, the way the properties are listed is a bit strange; it makes them look like static properties: URLPattern.protocol. Instead they should look like instance properties: urlPattern.protocol.
The domintro section currently lists the properties only; it doesn't list the constructor or methods.
Also, the way the properties are listed is a bit strange; it makes them look like static properties:
URLPattern.protocol
. Instead they should look like instance properties:urlPattern.protocol
.See whatwg/meta#190, or probably just skip to whatwg/meta#190 (comment) for my summary of best practices that we're trying to converge the ecosystem on a bit.
The text was updated successfully, but these errors were encountered: