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 4da1393 commit 201a903Copy full SHA for 201a903
src/index.ts
@@ -182,7 +182,7 @@ export default class IncludeFragmentElement extends HTMLElement {
182
}
183
184
async #getStringData(): Promise<string> {
185
- return (await this.#getStringData()).toString()
+ return (await this.#getData()).toString()
186
187
188
// Functional stand in for the W3 spec "queue a task" paradigm
0 commit comments