We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf945c commit 19fe93dCopy full SHA for 19fe93d
lib/cloudevent.js
@@ -92,6 +92,7 @@ class CloudEvent {
92
this.time = time;
93
}
94
this.formatter = new Formatter();
95
+ this.extensions = [];
96
97
98
/**
0 commit comments