0
Fork 0
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:
Martin Trapp 2024-05-06 15:55:37 +02:00 committed by GitHub
parent fd508a0fbb
commit 11c58a9c5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,