Sha256: 6ee3340078222cb4f8e8764c7ead2411a066c5bdb06784a8c065c938eb31b7bb
Contents?: true
Size: 273 Bytes
Versions: 26
Compression:
Stored size: 273 Bytes
Contents
'use strict'; var $ = require('../internals/export'); // `URL.prototype.toJSON` method // https://url.spec.whatwg.org/#dom-url-tojson $({ target: 'URL', proto: true, enumerable: true }, { toJSON: function toJSON() { return URL.prototype.toString.call(this); } });
Version data entries
26 entries across 25 versions & 8 rubygems