Skip to content

Commit

Permalink
Update declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Oct 9, 2024
1 parent ab04ec7 commit f154509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser-kotlin/src/jsMain/kotlin/web/abort/Abortable.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ external interface Abortable {
/**
* When provided the corresponding `AbortController` can be used to cancel an asynchronous action.
*/
var signal: AbortSignal?
val signal: AbortSignal?
}

0 comments on commit f154509

Please sign in to comment.