Innovenergy_trunk/frontend/node_modules/testcafe-hammerhead/lib/processing/dom/internal-properties.js

24 lines
1.1 KiB
JavaScript
Raw Normal View History

"use strict";
// -------------------------------------------------------------
// WARNING: this file is used by both the client and the server.
// Do not use any browser or node-specific API!
// -------------------------------------------------------------
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
processDomMethodName: 'hammerhead|process-dom-method',
processedContext: 'hammerhead|processed-context',
documentWasCleaned: 'hammerhead|document-was-cleaned',
documentCharset: 'hammerhead|document-charset',
iframeNativeMethods: 'hammerhead|iframe-native-methods',
hammerhead: '%hammerhead%',
selection: 'hammerhead|selection',
shadowUIElement: 'hammerhead|shadow-ui-element',
forceProxySrcForImage: 'hammerhead|image|force-proxy-src-flag',
skipNextLoadEventForImage: 'hammerhead|image|skip-next-load-event-flag',
cachedImage: 'hammerhead|image|cached-image',
sandboxIsReattached: 'hammerhead|sandbox-is-reattached',
nativeStrRepresentation: 'hammerhead|native-string-representation',
currentBaseUrl: 'hammerhead|current-base-url',
};module.exports = exports.default;