Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/js/node/Url.hx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ typedef UrlFormatOptions = {
Parsed URL objects have some or all of the following fields, depending on whether or not they exist in the URL string.
Any parts that are not in the URL string will not be in the parsed object.
**/
@:deprecated
@:noCompletion
typedef UrlObject = {
/**
The full URL string that was parsed with both the `protocol` and `host` components converted to lower-case.
Expand Down