You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The callback parameters to some of the Dataset methods seem to be object interfaces that have named function members, test, map, and run. Was this a mistake, a limitation of WebIDL, or something else? To be clear, I believe the intent was to make these parameters function callbacks to align them with Array.prototype.* methods. rdfjs/types#21
The text was updated successfully, but these errors were encountered:
I wrote this aligned to the RDF Interfaces WebIDL. But I agree, it doesn't look right. I would be surprised if WebIDL doesn't cover this, so it's a mistake. We should find the correct WebIDL way of doing this and fix it.
The callback parameters to some of the Dataset methods seem to be object interfaces that have named function members,
test
,map
, andrun
. Was this a mistake, a limitation of WebIDL, or something else? To be clear, I believe the intent was to make these parameters function callbacks to align them withArray.prototype.*
methods.rdfjs/types#21
The text was updated successfully, but these errors were encountered: