Skip to content

[worklets] No Console interface anymore #368

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

Closed
saschanaz opened this issue Apr 2, 2017 · 1 comment
Closed

[worklets] No Console interface anymore #368

saschanaz opened this issue Apr 2, 2017 · 1 comment

Comments

@saschanaz
Copy link
Member

The Worklets spec defines a console attribute with Console interface:

[Exposed=Worklet]
interface WorkletGlobalScope {
    attribute Console console;
};

However, now the Console spec does not have Console interface anymore and instead it defines console namespace, which is already defined to be exposed on worklets.

Thus I think the console attribute can be removed, what do you think?

@bfgeek bfgeek closed this as completed in 9e96e29 Apr 4, 2017
@bfgeek
Copy link
Contributor

bfgeek commented Apr 4, 2017

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants