This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-zerotierone/zeroidc/vendor/wasm-bindgen/tests/wasm/vendor_prefix.js

12 lines
216 B
JavaScript

exports.import_me = function() {};
global.webkitMySpecialApi = class {
foo() { return 123; }
};
global.MySpecialApi2 = class {
foo() { return 124; }
};
global.bMySpecialApi3 = class {
foo() { return 125; }
};