WebReflection / coincident

An Atomics based Proxy to simplify, and synchronize, Worker related tasks.
MIT License
189 stars 3 forks source link

Fix #9 - Rename /global or global to window and export isWindowProxy helper instead of isGlobal #10

Closed WebReflection closed 1 year ago

WebReflection commented 1 year ago

This MR simply renames all global things into window things as that seems more natural/better understood out there due history that surrounds the window field out there.

To find out opinions and/or rationale, see https://github.com/WebReflection/coincident/issues/9#issue-1763564186