Welcome to mirror list, hosted at ThFree Co, Russian Federation.

create_object_url.js « dom_shims « __helpers__ « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 94d060cab08e5b0fd263d6425a048db1a98f7b94 (plain)
1
2
3
URL.createObjectURL = function createObjectURL() {
  return 'blob:https://gitlab.com/048c7ac1-98de-4a37-ab1b-0206d0ea7e1b';
};