Skip to content

Add push/sync types #437

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

Merged
merged 2 commits into from
Apr 13, 2018
Merged

Add push/sync types #437

merged 2 commits into from
Apr 13, 2018

Conversation

saschanaz
Copy link
Contributor

Adds PushSubscriptionJSON.

readonly attribute DOMTimeStamp? expirationTime;
[SameObject]
readonly attribute PushSubscriptionOptions options;
ArrayBuffer? getKey(PushEncryptionKeyName name);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should translate to nullable.. getKey can return null. I think this is a general issue with the widl processor.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

never mind.. was looking at the wrong type. it is nullable..

@mhegazy mhegazy merged commit a4d3ea3 into microsoft:master Apr 13, 2018
@saschanaz saschanaz deleted the push branch April 13, 2018 21:42
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

Successfully merging this pull request may close these issues.

2 participants