Skip to content

Commit

Permalink
Update src/auto-check-element.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
srt32 authored May 24, 2024
1 parent 8aec52f commit 1ba5238
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/auto-check-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,6 @@ export class AutoCheckElement extends HTMLElement {
get httpMethod(): string {
return this.getAttribute('http-method') || 'POST'
}

get isHttpPost(): bool {
return this.httpMethod == 'POST'
}
}

function setLoadingState(event: Event) {
Expand Down

0 comments on commit 1ba5238

Please sign in to comment.