-
Updated
Jul 14, 2021 - JavaScript
url
Here are 1,802 public repositories matching this topic...
-
Updated
Aug 19, 2021 - JavaScript
-
Updated
Oct 27, 2021 - Go
-
Updated
Sep 27, 2021 - Python
-
Updated
Oct 29, 2021 - Swift
-
Updated
Oct 6, 2021 - TypeScript
Query params output
-
Updated
Mar 10, 2021 - JavaScript
Similar to how Weblinkpreview allows you to search for any property tag.
webLinkMetadata["image"] // String for <meta property="og:image" ...>
The above method allows for searching for any tag, which would be useful to search for things that we need.
-
Updated
Sep 16, 2021 - Swift
Hi.
Recently, I had to detect if links in a text were of type "video links" (i.e., https://youtube.com/[video-id]) and return a string where the video link in the text was transformed into an embedded video.
Example
Function input: "Cras ut feugiat arcu. https://youtube.com/[video-id] Etiam mattis eu purus eu feugiat"
Function output: "Cras ut feugiat arcu. <iframe src='http
-
Updated
May 29, 2021 - Java
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
May 16, 2021 - JavaScript
-
Updated
Oct 8, 2021 - JavaScript
-
Updated
Sep 3, 2021 - TypeScript
The term "forbidden host code point" is used exactly twice within this spec, and in one case it excludes U+0025 (%):
If asciiDomain contains a forbidden host code point, validation error, return failure.
If input contains a forbidden host code point excluding U+0025 (%), validation error, return failure.
I think it is easier for implementations to add to a definition rather than take
-
Updated
Oct 28, 2021 - HTML
-
Updated
May 16, 2021 - PHP
Improve this page
Add a description, image, and links to the url topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the url topic, visit your repo's landing page and select "manage topics."
Describe the bug
Possibly incorrect queryParams output
To Reproduce
urlcat('https://google.com', '', {test: 'abc'})
returns https://google.com/test=abc
Expected behavior
Should return
https://google.com?test=abc