Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOM 핸들러 지원 제거 or 확장으로 빼내기 #90

Open
hsheric0210 opened this issue Dec 9, 2023 · 1 comment
Open

DOM 핸들러 지원 제거 or 확장으로 빼내기 #90

hsheric0210 opened this issue Dec 9, 2023 · 1 comment
Assignees
Labels
Category: Game Handler Game handler related issue Type: Feature request Request of new feature or function

Comments

@hsheric0210
Copy link
Owner

현재 레거시 DOM 핸들러는 지원되는 기능도 WebSocket 기반 핸들러보다 적고 반응 속도도 느린 주제에 꾸역꾸역 살아남아서 핸들러 코드 일원화에 방해만 되고 있음.

시간 내서 DOM 핸들러 관련 코드들을 완전히 제거하거나, 아예 확장 프로그램 쪽으로 빼 버리는 방안을 제안함.

@hsheric0210 hsheric0210 added Type: Feature request Request of new feature or function Category: Game Handler Game handler related issue labels Dec 9, 2023
@hsheric0210 hsheric0210 self-assigned this Dec 12, 2023
@hsheric0210
Copy link
Owner Author

모든 DOM Handler를 위해 만들어진 전용 함수들을 제거하고, Websocket Handler를 위해 만들어진 함수들을 본체로 하여 그 사이에 DOM Handler를 위한 '호환 레이어'를 끼워넣어 사용하는 것도 고려해 볼 만하다 봄.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Game Handler Game handler related issue Type: Feature request Request of new feature or function
Projects
None yet
Development

No branches or pull requests

1 participant