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 09df565 commit 9d3b65eCopy full SHA for 9d3b65e
js/jsonld.js
@@ -1265,6 +1265,12 @@ jsonld.promises = function(options) {
1265
api = {};
1266
}
1267
1268
+ // The Web IDL test harness will check the number of parameters defined in
1269
+ // the functions below. The number of parameters must exactly match the
1270
+ // required (non-optional) parameters of the JsonLdProcessor interface as
1271
+ // defined here:
1272
+ // https://www.w3.org/TR/json-ld-api/#the-jsonldprocessor-interface
1273
+
1274
api.expand = function(input) {
1275
if(arguments.length < 1) {
1276
throw new TypeError('Could not expand, too few arguments.');
0 commit comments