Infinite loop w/ ReDoc (more specifically zone.js)
See original GitHub issueDo you want to request a feature or report a bug? Bug
What is the current behavior?
zone.js and raven-js (with autoBreadcrumbs: { xhr: true }
) both try to wrap XMLHttpRequest.prototype.open
and is causing an infinite loop between the two.
To repro:
git clone https://github.com/billyvg/ReDoc
npm install && npm start
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Angular 6 App zone.js drainMicroTaskQueue infinite loop
My application was making an async call infinitely, causing the app to seem to freeze up. It did not freeze on windows, but...
Read more >Developer portal changelog - Redocly
Fixed an issue with incorrect id for definition, which path is specified under oasDefinitions section in siteConfig.yaml but does not have a corresponding...
Read more >Static site generators | Documenting APIs
Although there are many static site generators with similar features, MkDocs is one more specifically oriented towards documentation. For ...
Read more >Improving the Quality of OpenAPI Specifications Using ...
I also want to thank the OpenAPI and tsoa communities, who assisted with ... most popular one of these standards is the OpenAPI...
Read more >How to Index 226379 API Endpoints - HTTP Toolkit
More specifically, I've taken the OpenAPI Directory - an amazing project that has collected the ... staying automatically up to date, with tools...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ffxsam it’s
autoBreadcrumbs
, sorry!Will do @ffxsam!