Skip to content

Commit 1ba5238

Browse files
authored
Update src/auto-check-element.ts
1 parent 8aec52f commit 1ba5238

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/auto-check-element.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,6 @@ export class AutoCheckElement extends HTMLElement {
180180
get httpMethod(): string {
181181
return this.getAttribute('http-method') || 'POST'
182182
}
183-
184-
get isHttpPost(): bool {
185-
return this.httpMethod == 'POST'
186-
}
187183
}
188184

189185
function setLoadingState(event: Event) {

0 commit comments

Comments
 (0)