DescriptionExpose URLUtilsReadOnly.origin
Follow up on a recent URL spec addition,
http://url.spec.whatwg.org/#urlutilsreadonly
https://github.com/whatwg/url/commit/0027a2e
and add the |origin| property to URLUtilsReadOnly.
WorkerLocation is currently the only object implementing this interface,
so this addition lets scripts executing in Worker contexts look up the
serialized origin (of the script that initialized the Worker) via
self.location.origin.
R=
BUG=303152
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176712
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|