mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
Adds missing readonly (#10956)
This commit is contained in:
parent
fd508a0fbb
commit
11c58a9c5a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class BeforeEvent extends Event {
|
|||
readonly sourceElement: Element | undefined;
|
||||
readonly info: any;
|
||||
newDocument: Document;
|
||||
signal: AbortSignal;
|
||||
readonly signal: AbortSignal;
|
||||
|
||||
constructor(
|
||||
type: string,
|
||||
|
|
Loading…
Reference in a new issue