Skip to content
#

fuzzing

Here are 486 public repositories matching this topic...

fast-check
dubzzz
dubzzz commented Aug 27, 2020

💡 Idea

Today, we do not have a type for WebUrlContraints. Intead of hardcoding the typings in the function webUrl itself:

{ authoritySettings?: WebAuthorityConstraints; validSchemes?: string[]; withFragments?: undefined | false | true; withQueryParameters?: undefined | false | true }

We should extract it into a clear type called WebUrlContraints (see `WebAuthorityConstr

Improve this page

Add a description, image, and links to the fuzzing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fuzzing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.