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

Does not work in Basilisk v2021.04.27 #10

Open
tmpuserforbugreport opened this issue Jul 14, 2021 · 3 comments
Open

Does not work in Basilisk v2021.04.27 #10

tmpuserforbugreport opened this issue Jul 14, 2021 · 3 comments
Assignees
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@tmpuserforbugreport
Copy link

It shows only a blank page (with all adblocker/umatrix etc. disabled).
Web console says:

12:22:39.359 SyntaxError: test for equality (==) mistyped as assignment (=)? web.js:8:76
12:22:39.359 SyntaxError: expected expression, got '.' web.js:224:52

@nin-jin
Copy link
Member

nin-jin commented Jul 14, 2021

Unfortunately, PaleMoon-based browsers still don't support ES6.

@nin-jin nin-jin added bug Something isn't working wontfix This will not be worked on labels Jul 14, 2021
@nin-jin nin-jin self-assigned this Jul 14, 2021
@tmpuserforbugreport
Copy link
Author

PaleMoon browsers do support ES6 from v27. As a matter of fact Basilisk even "Implemented several ECMAScript 2019 features". So the issue is with some particular features that are used by search.hyoo.ru but not implemented in Basilisk. Unfortunately, I do not know js well enough to check this myself. May I kindly ask you to identify the missing feature(s) to report it to PaleMoon/Basilisk developers for implementation or (much more appreciated way) to make a workaround for your quite useful service to avoid using features, that cause malfunction in in Basilisk v2021.04.27?

Thank you in advance!

@nin-jin
Copy link
Member

nin-jin commented Jul 15, 2021

I have found 2 unimplemented features:

  • dynamic import
  • optional chaining operator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants