An implementation of RDF/JS' DataFactory used in conjunction with PolyIn.
Allows Features to exchange data with external servers.
Allows Features to read information about the polyPod instance they are being executed in.
Offers access to the polyPod's internal triplestore.
Allows Features to interact with the user outside the confines of their container.
Allows Features to store data on a virtual file system not accessible to other Features.
An experimental replacement for PolyIn.
Generated using TypeDoc
The polyPod API, exposed to Features as
window.pod.It consists of multiple components that are concerned with different aspects.
To use the API, a Feature needs to load the
pod.jsfile provided by the polyPod:This makes the
window.podobject available, which holds all the components listed below. For example, to log the name of the polyPod runtime: