platform
system.platform {String}
Read-only. The name of the platform, for which the value is always 'phantomjs'.
Examples
var system = require('system');
console.log(system.platform); // 'phantomjs'
system.platform {String}
Read-only. The name of the platform, for which the value is always 'phantomjs'.
var system = require('system');
console.log(system.platform); // 'phantomjs'