@wp-playground/blueprintsInterfacesCompileBlueprintOptionsOn this pageCompileBlueprintOptions Index PropertiescorsProxyonStepCompletedprogresssemaphoreProperties optionalcorsProxycorsProxy?: stringProxy URL to use for cross-origin requests. For example, if corsProxy is set to “https://cors.wordpress.net/proxy.php“, then the CORS requests to https://github.com/WordPress/gutenberg.git would actually be made to https://cors.wordpress.net/proxy.php?https://github.com/WordPress/gutenberg.git.optionalonStepCompletedonStepCompleted?: OnStepCompletedOptional callback with step outputoptionalprogressprogress?: ProgressTrackerOptional progress tracker to monitor progressoptionalsemaphoresemaphore?: defaultOptional semaphore to control access to a shared resource
Proxy URL to use for cross-origin requests.
For example, if corsProxy is set to “https://cors.wordpress.net/proxy.php“, then the CORS requests to https://github.com/WordPress/gutenberg.git would actually be made to https://cors.wordpress.net/proxy.php?https://github.com/WordPress/gutenberg.git.