All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dom-snapshot.index.js Maven / Gradle / Ivy

'use strict';

const makeGetScript = require('./src/getScript');
const getProcessPage = makeGetScript('processPage');
const getProcessPagePoll = makeGetScript('processPagePoll');
const getProcessPageAndSerialize = makeGetScript('processPageAndSerialize');
const getProcessPageAndSerializePoll = makeGetScript('processPageAndSerializePoll');
const getPollResult = makeGetScript('pollResult');
const getProcessPageForIE = makeGetScript('processPageForIE');
const getProcessPagePollForIE = makeGetScript('processPagePollForIE');
const getProcessPageAndSerializeForIE = makeGetScript('processPageAndSerializeForIE');
const getProcessPageAndSerializePollForIE = makeGetScript('processPageAndSerializePollForIE');
const getPollResultForIE = makeGetScript('pollResultForIE');

module.exports = {
  getProcessPage,
  getProcessPagePoll,
  getPollResult,

  // IE scripts:
  getProcessPageForIE,
  getProcessPagePollForIE,
  getPollResultForIE,

  // deprecated:
  getProcessPageAndSerialize,
  getProcessPageAndSerializePoll,
  getProcessPageAndSerializeForIE,
  getProcessPageAndSerializePollForIE,
};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy