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

dom-snapshot.node_modules.@applitools.dom-shared.src.browser.absolutizeUrl.js Maven / Gradle / Ivy

'use strict';

function absolutizeUrl(url, baseUrl) {
  return new URL(url, baseUrl).href;
}

module.exports = absolutizeUrl;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy