mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-20 12:10:52 +00:00
Without the "mixin" keyword, wasm_bindgen_webidl would report: Partial interface WindowOrWorkerGlobalScope missing non-partial interface Also, including the "mixin" keyword here is consistent with the official webidl spec (for example see https://fetch.spec.whatwg.org/#fetch-method)