Support multiple extractors
See original GitHub issue🚀 Feature Proposal
Possibility to pass multiple extractors to ChunkExtractorManager
Motivation
It could be useful when you ship two bundles: for modern and old browsers.
Currently we can achieve this by overriding stats
field in ChunkExtractor instance, but it’s a bit dirty solution.
Example
<ChunkExtractorManager extractor={[firstExtractor, secondExtractor ]}>
Issue Analytics
- State:
- Created 4 years ago
- Reactions:21
- Comments:13 (7 by maintainers)
Top Results From Across the Web
IRWIN Screw Extractor Set, Hex Head, Multi-Spline, 25- ...
VERSATILE: Remove broken studs, bolts, socket screws and fittings for high torque applications; GRIPPING POWER: Aggressive left hand spiral design for extra ...
Read more >PSA: You can have multiple extractors per water deposit.
In fact, a single deposit can support up to 7 extractors for a whopping 28 water production. Of course, you'll deplete the node...
Read more >Extractors - Nuclei - Community Powered Vulnerability Scanner
Multiple extractors can be specified in a request. As of now we support two type of extractors. regex - Extract data from response...
Read more >Extraction to Multiple Target System – Part 1 | SAP Blogs
I would like to share some knowledge about the various datasources that can be used to extract data into multiple systems let's say...
Read more >[feature] Allow multiple dynamic values extraction #304 - GitHub
As of now, the dynamicvalue as returned by the extractor is only allowed to be 1 extracted item. This works well on CSRF...
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
So if someone is looking for workaround so here you go:
Firstly we need to patch ChunkExtractor
Also we need a map function for extractor and multiple stats (but it’s optional):
And now we can generate markup:
What is the current recommendation if you want to implement the
module
/nomodule
pattern?