We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e8fe3 commit c7e0b36Copy full SHA for c7e0b36
src/templates/partials/base.hbs
@@ -1,5 +1,6 @@
1
{{~#equals base 'binary'~}}
2
{{~#equals @root.httpClient 'fetch'}}Blob{{/equals~}}
3
+{{~#equals @root.httpClient 'nextjs'}}Blob{{/equals~}}
4
{{~#equals @root.httpClient 'xhr'}}Blob{{/equals~}}
5
{{~#equals @root.httpClient 'axios'}}Blob{{/equals~}}
6
{{~#equals @root.httpClient 'angular'}}Blob{{/equals~}}
0 commit comments